Posted on June 28th, 2009 by admin
Category: Linux, Tags: Linux Essentials, RedHat, RH033, RHCE, RHCT
After i 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 »
Posted on February 23rd, 2009 by msamir
Category: Linux, Networking, Security, Tags: owlriver, sniffing, tcpdump
Introduction
Tcpdump is powerful tool for network monitoring and data acquisition it’s working as Swiss knife for network troubleshooting. tcpdump simply powerful application dump traffic on a network this is what tcpdum created for it’s not creates to be analyzer like Wireshark however every application have it’s usage.
Tcpdump give you data without any prejudgment and let burden of analysis is placed directly on the user rather than the application this will sharp your skills and give you deep understand how the protocol work. i notes this happen in almost everything around us and this one of thing make Linux most powerful OS it’s not make user depend in application in the same time it give him tools this Linux beauty
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
Chinese Proverb
More »