How to DOS weak a connection using terminal's ping command
Code:
sudo ping -f -s 56500 1.1.1.1
Codes that install Programs through terminal
EXAMPLE:
/Putty
/VLC Player
/Wireshark
/FIrefox
Code:
sudo apt-get install putty
sudo apt-get intsall vlc
sudo apt-get install wine
sudo apt-get install wireshark
sudo apt-get install firefox
How to install Skype using Terminal
You can't just sudo apt-get install skype... Because it is part of the canonical partner repository.
You must first type in terminal:
Code:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner
Then you may type in terminal:
Code:
sudo apt-get update && sudo apt-get install skype
Want to install Assault Cube?
Type this in terminal:
Code:
sudo apt-get install libsdl1.2debian-all libsdl-image1.2 libsdl-ttf2.0-0 libopenal1
Installing Java?
Type this code in terminal to search for the newest jdk version:
Code:
apt-cache search jdk
After that for example you would type into terminal:
Code:
apt-get install sun-java6-jdk sun-java6-jre
I will be adding a lot more beginner tutorials in this post. Its way to late here I'm going to sleep please post suggestions or your questions if you have any.
~IRC