How do I install perl on FreeBSD operating system?
Practical Extraction and Report Language or Perl can be installed using FreeBSD ports or binary package system. Perl is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It’s also a good language for many system [...]
The splash screen is shown when you boot up ubuntu. You can stop showing it and display lot of details about your boot process as below.
Run gedit in sudo mode and edit the file /etc/default/grub
sudo gedit /etc/default/grub
Locate the line that shows the following
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
Remove quiet and splash
GRUB_CMDLINE_LINUX_DEFAULT=””
Then save and close out of your editor
Run the following [...]
Pino is a Client for Twitter in GNU/Linux. It is a Gnome application
How To install Pino in Ubuntu . First You have to add PPA for Pino
open a terminal
kartook@Nilas:~$ sudo apt-add-ppa repository: vala-team/ppa
kartook@Nilas:~$ sudo add-apt-repository ppa:troorl/pin
Now
kartook@Nilas:~$ sudo apt-get update
kartook@Nilas:~$ apt-get install pino
Possibly Related Posts:
How ot install Tweetdeck on ubuntu 10.04 64bit
VMware : How to setup Windows [...]