Translator

The next version of Ubuntu is coming soon
Showing posts with label Nota - Command. Show all posts
Showing posts with label Nota - Command. Show all posts

Saturday, September 25, 2010

nmap command

nmap -sT -P0 <ip>

Command PING kind of "spoof"

ping -n 100 -l 500

example

ping 10.10.10.10 -n 100 -l 500

Command Update, Install and Remove Package In Gentoo

update package database : emerge rsync
install package : emerge [package]
remove package : emerge unmerge [package]

example

install package : emerge xchat
remove package : emerge unmerge xchat

Upgrade + Update Gentoo Without Reinstalling

emerge --sync && emerge -uDN world

Restart MySQL on FreeBSD

/usr/local/etc/rc.d/mysql-server.sh restart