Archive | Linux

Tags: , , , , , , , , ,

Tips for Using the cd (Change Directory) Command


Invoking the cd utility by itself (that is, without any arguments) will change the current directory to the directory specified by the $HOME environment variable:

nick@nimble ~ $ cd /tmp/

nick@nimble  /tmp $ cd

nick@nimble ~ $

Invoking the cd utility with a single hyphen (-) argument will return you to the previous directory you were in.

If you accidentally issue a cd without any arguments, typing cd - is a convenient way of returning to the directory you came from - in essence functioning as an undo operation:

nick@nimble ~/a/long/path/to/some/files $ cd

nick@nimble ~ $ cd -

/home/nick/a/long/path/to/some/files $

nick@nimble ~/a/long/path/to/some/files $

Or, if you want to alternate between two directories, cd - makes this simple:

nick@nimble ~/path/to/some/files $ cd ~/another/path/to/some/files/

nick@nimble ~/another/path/to/some/files $ cd -

/home/nick/path/to/some/files

nick@nimble ~/path/to/some/files $ cd -

/home/nick/another/path/to/some/files

nick@nimble ~/another/path/to/some/files $

Posted in LinuxComments (0)




Tags: , , , , , , , ,

Install Skype on Ubuntu 8.04 (Hardy Heron) + configure sound


Install Skype on Ubuntu 8.04 (Hardy Heron) + configure sound

Here are a  quick set of steps to install skype on Ubuntu 8.04.

* Download skype static from here
* Execute the following commands at the terminal:

$tar -xvf skype_static-2.0.0.68.tar.bz2

$mv /yourpath/skype_static-2.0.0.68 /usr/share/

$ mv skype_static-2.0.0.68/ skype

$ cd skype/

$ cp skype /usr/bin/

$ rm /etc/dbus-1/system.d/skype.conf

$ cp /usr/share/skype/skype.conf /etc/dbus-1/system.d/

$ skype

Sound configuration:

* Execute the command below in a terminal

$ apt-get install alsa-firmware

* Open volume control and click on File -> Change device. Make sure the Alsa mixer is selected.
* Click on Edit -> Preferences and check microphone, mic boost, internal mic boost — whatever applicable
* Try a skype test call!

Posted in LinuxComments (0)




Tags:

LINUX


<br />

Must see this. Hehehe...

Posted in LinuxComments (0)




Tags: , , , , , , ,

Ubuntu 8.04 LTS Hardy Heron is that simple


I manage to setup my new Ubuntu 8.04 LTS Hardy Heron into my computer. Nowadays I’m fully using Linux and I find it quite challenging at the same time gives me more knowledge about operating system. I manage to write a full page of simple steps to install and start using Ubuntu. The guide maybe a little to simple and maybe targeted to mid level user who already know how to format and install OS on their computer. Most of the added application that I mention in the page is install using the terminal. For new believers do try it out. You find it more intriguing compare to normal OS. the steps can be found here….

Posted in LinuxComments (0)




Tags: , , , ,

My Ubuntu Guide 8.04 Hardy Heron


Step 1: Download the Ubuntu 8.04 CD at http://www.ubuntu.com/getubuntu/download

Step 2: After burning the ISO image, you can boot it up for setup or just to check how the live cd works.

Step 3: Installation is in GUI mode. So there is no worries whether you gonna screw up. Just follow each instruction carefully. For the partition setup I recommend that you go for the manual setup as you can specifically detail the drive amount and the swap amount.

Step 4: After finishing the installation, your computer will reboot then yea…! a new Ubuntu appeared. If you are using ATI graphic card there’s maybe some glitch with the provided driver.(It happened to me and maybe your’s will be OK). Don’t be afraid to try it out. If it won’t boot up just go to the recover menu then choose the x server repair. That easy.

Step 5: What you need in your Ubuntu? I can recommend some apps for you:

  • Mozilla Thunderbird - sudo apt-get install thunderbird
  • VLC (play most codex you need) - sudo apt-get install vlc
  • Deluge (bittorrent) - sudo apt-get install deluge
  • Audacious (winamp like mp3 player) - sudo apt-get install audacious
  • sun-java6-jdk - sudo apt-get install sun-java6-jdk
  • sun-java6-plugin - sudo apt-get install sun-java6-jdk
  • Build-essential (It is a “meta” package that lists/installs a lot of useful programs for building/compiling things) - sudo apt-get install builde-essential
  • Adobe Acrobat Reader - download (choose to download *.deb. Easier to install much like running *.exe)
  • Adobe Flash Player - download (choose to download *.tar.gz. It is more like a zip file.You can right click it and choose to extract it. Then double click on the installer and run it on terminal. follow the instruction)

p/s: more guide about ubuntu capability and software at http://ubuntuguide.org/wiki/Ubuntu:Hardy

You need to a flashplayer enabled browser to view this YouTube video

Posted in LinuxComments (0)





Advertise Here