Posted on September 23rd, 2009 by admin
Category: Linux, Microsoft Windows, Networking, Operating systems, Security
SOCKS is an Internet protocol that facilitates the routing of network packets between client-server applications via a proxy server. SOCKS performs at Layer 5 of the OSI model the Session Layer (an intermediate layer between the presentation layer and the transport layer).
SOCKS uses a handshake protocol to inform the proxy software about the connection that the client is trying to make and may be used for any form of TCP or UDP socket connection, whereas an HTTP proxy analyzes the HTTP headers sent through it in order to deduce the address of the server and therefore may only be used for HTTP traffic. The following examples demonstrate the difference between the SOCKS and HTTP proxy protocols
More »
Posted on June 28th, 2009 by admin
Category: Linux, Tags: Linux Essentials, RedHat, RH033, RHCE, RHCT
After getting many questions about RHCE Lab exam, i decide to create my own free online book for Red Hat Certified Engineer (RHCE) study guide, I will try follow Red Hat Syllabus as much as i can but this is not promise as i believe if you study for certification only then go and dump exam somewhere but if you study for sciences then i hope you enjoy my point of view.
I am currently working in create videos but i will not publish till i finish the text book first. my plan is keep posting chapter by chapter till finish the book, chapter will not following any order
Standard I/O and Pipes
More »
Posted on May 18th, 2009 by msamir
Category: Security, generic, Tags: scam
Today i get this spam mail. i think it’s great offer when i go thy website i see it’s crap which make me doubt this company i check in google and find thy are cheating.
More »
Posted on April 29th, 2009 by msamir
Category: Linux, bash, Tags: google-analytics, web
In some cases you create static html/htm file away from whatever CMS you may use (Wordpress – Joomla – Drupal) so your google analytic code “javascript” need to be inject manually.
In case like this and when you have many html/htm files you can use this script to automatically insert google code to them
Pleas take care from the following point:
1- Change TRACKER_ID to be Your
2- Edit the script to meet your need for example if your file have extension htm/html .. etc
3- Backup the original html/htm files
More »
Posted on April 13th, 2009 by msamir
Category: Security, Tags: bash
Last days my brother site (used joomla CMS) affected by Malicious Iframe in all html, php files
He say while he working in his own site the anti-virus start to complain about HTML/Framer virus every time load his home page, After fast check i find his site was victim of malicious inject
joomla and many other web CMS can be infected with this kind of attack
Example malicious site:
http://internetcountercheck.com
http://thedeadpit.com
More »
Posted on April 2nd, 2009 by msamir
Category: centos, Tags: arabic
Posted on March 11th, 2009 by msamir
Category: Linux, Security, Tags: Linux Server Hacks Volume Two, NOT-FINISH, remote access, vnc
First time i work with computer i amazed much with the idea of take control of one machine in the other side of the world , after some time this become part of my unconscious idea of how Linux administration tasks getting done
Linux remote GUI is not only need by system administrators it’s also need for anyone who needs to use graphical interfaces on multiple machines. I will dedicate this tutorial for how to Remote Desktop Linux with VNC server and client solution
Excellence is to do a common thing in an uncommon way.
Booker T. Washington
What is VNC ?
VNC (Virtual Network Computing) is a cross-platform thin client technology originally developed by Olivetti Research Labs in Cambridge, England, who were later acquired by AT&T.
VNC is a graphical desktop sharing system that uses the RFB protocol to remotely control another computer. It transmits the keyboard and mouse events from one computer to another, relaying the graphical screen updates back in the other direction, over a network.
More »