Tuesday, January 8, 2013

etidhor!: bash commands

etidhor!: bash commands : all Ubuntu Linux terminal commands.....

Play Super Nintendo Games on Ubuntu

Open terminal and type:
sudo apt-get install zsnes
Or install zsnes using Ubuntu Software Center or Synaptic Package Manager.
Open Zsnes and load Super Nintendo games.

Sunday, December 30, 2012

Install, Remove and Re-install Broken Packages via Terminal on Ubuntu

Open terminal by "Ctrl+Alt+T" type
sudo apt-get install {package-name} 

to install broken packages type
sudo apt-get install -f 

To remove unnecessary packages type
sudo apt-get autoremove
If you don't want type sudo everytime, type su and press enter, then type password.

Saturday, December 29, 2012

Latex and Math on Ubuntu

You can install Texmaker from Ubuntu Software Center or can type on terminal
sudo apt-get install texmaker
For math impressions you can also use Libre Math, which comes with Ubuntu.
If You need help with Texmaker or Libre Math contact me, and I will post detailed information.

Friday, December 28, 2012

Root password for sudo (UNIX password)

Open terminal and type
sudo passwd
You will be asked for user password, type it and press enter, then type new root password and confirm it.

Here is the example:

linux@linux:~$ sudo passwd 
[sudo] password for linux: {here type your user password} 
Enter new UNIX password: {type new password} 
Retype new UNIX password: {comfirm new password} 
passwd: password updated successfully

Thursday, February 10, 2011

bash commands

An A-Z Index of the Bash command line for Linux.

click to Read More