My list of linux commands!

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Lyecdevf
cyber Idi Amin
cyber Idi Amin
Posts: 1222
Joined: 16 Mar 2006, 17:00
18
Location: In between life and death.
Contact:

My list of linux commands!

Post by Lyecdevf »

I have compiled this list of the linux commands that I use most often. I hope this helps some one out a bit! :D

This document is a quick reference of most of the linux commands that I use. This document

has been updated on the 08.12.08.



=============================================================================================

firefox



rm -rf ~/.mozilla/firefox(delete config file)

sudo killall firefox-bin



=============================================================================================

banshee



rm ./.config/banshee/banshee.db (delete config file)



=============================================================================================

eggdrop



./eggdrop -m /home/lyecdevf/general/oxc/eggdrop.conf

./eggdrop -m eggdrop.conf



=============================================================================================

ettercap



ettercap -t -Q -M arp:remote -i wlan0 /192.168.1.102/ // -P remote_browser



=============================================================================================

metasploit



./msfweb -p 12345



=============================================================================================

ossec



/var/ossec/bin/ossec-control start



=============================================================================================

snort



snort -c /etc/snort/rules/snort.conf -i eth -D -l /var/log/snort/ -T

snort -c /home/lyecdevf/documents/conf/snort.conf -i eth1 -l /home/lyecdevf/documents/logs/

kill -19 <pid of snort>





=============================================================================================

tor



tor -f /home/lyecdevf/Documents/torrc

killall tor

ps -e | grep tor

kill -9 PID

sudo /etc/init.d/tor stop



=============================================================================================

alsa
(for suse)


/etc/init.d/alsasound restart

rcalsasound restart



=============================================================================================

ktorrent



~/.kde4/share/config/

rm -rf ~/.kde4/share/config/(delete config file)

rm -rf /home/username/.kde/share/config(delete config file)

rm -rf ~/.kde/share/apps/ktorrent/(delete config file)

rm -rf ~/.kde4/share/apps/ktorrent/(delete config file)



=============================================================================================

general



sudo gedit

gksudo gedit/vim

mount

mount -t vfat /dev/sd0 /mnt/usb

cp

cd

ls

su

ps aux | grep

chmod

chmod 440

chmod 640

sudo

sudo kill

sudo killall



=============================================================================================

instalation



tar xvzf

./configure

make install

make
We will either find a way, or make one.
- Hannibal

Post Reply