Posts

Showing posts from February, 2012

Linux Fedora Check Hard Drive Check Disk

On terminal go super user $ su - $ palimpsest

Linux File System

Directory Description bin Essential command binaries boot Static files of the boot loader dev Device files etc Host-specific system configuration lib Essential shared libraries and kernel modules media Mount point for removable media mnt Mount point for mounting a filesystem temporarily opt Add-on application software packages sbin Essential system binaries srv Data for services provided by this system tmp Temporary files usr Secondary hierarchy var Variable data

grep messages , grep maillog

grep "^Jan.*d\:" /var/log/messages|tail -n 14 grep "^Jan.*d\:" /var/log/maillog|tail -n 14    

Change Linux Boot Image

$ convert -resize "800x640" wallpaper.jpg wallpaper2.jpg $ convert -crop "640x480+40+0" +repage  wallpaper2.jpg  grub-in.jpg $ convert -colors 14 grub-in.jpg grub-menu.xpm $ gzip grub-menu.xpm

injected php code

DDOS Deflate fix for wrong email format sent

This one is a fix for the wrong email sent by ddos deflate. edit the configuration and use this line. netstat -ntu | grep ':' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -nr

DDOS Deflate fix for wrong email format sent

This one is a fix for the wrong email sent by ddos deflate. edit the configuration and use this line. netstat -ntu | grep ':' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -nr

error: Failed dependencies: /bin/systemctl is needed by courier-imap-4.10.0-1.i386

error: Failed dependencies:     /bin/systemctl is needed by courier-imap-4.10.0-1.i386 Dont use 4.10.0-1 on Centos use only this on fedora

Howto install Windows on Linux (tired of linux?)

This is how to install windows on linux (forgive me) on Redhat based system ex. Centos, Fedora, try $ yum install "Windows Xp" on Debian based system ex. Ubuntu, Kubuntu, $apt-get install "Windows Xp" Then cross fingers hope all gets installed!!! Grab a beer and smash on monitor CHEERS! yum install windows xp apt-get install windows xp aptitute install window xp

DDOS DEFLATE

http://deflate.medialayer.com/ netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n