Uploaded videos
1-10 of 42-
Installing / Running ChromeOS on Linux within VirtualBox
cucuckshow
233 views
Download the virtual machine ".vmdk file from :
http://gdgt.com/google/chrome-os/download/ . When presented with the logon screen login using your gmail sccount details.
-
Installing software on OpenSolaris
cucuckshow
720 views
In this example I installed curl. Refresh your catalogue using "pkg refresh" and you can view your "authority " ( repository in linux speak) with the " pkg authority" command.
-
Enable or Disable a service in Opensolaris
cucuckshow
152 views
Using the "finger" service as an example here. The command "svcs -a" shows all services even disabled ones.
svcs - report service status
svadm - manipulate service insta...
-
Connect your machine to the Internet from Linux konsole / terminal
cucuckshow
8,201 views
192.168.0.1 is the IP address of the router. Ensure that you have the correct DNS servers listed in your /etc/resolv.conf file. In some distros you may have to restart netw...
-
Using Wireshark to find download links to Youtube videos
cucuckshow
2,474 views
You can append the download url with "&fmt=18" to download the high quality mp4 or "&fmt=17" to download the 3GP mobile phone video format
-
How to add a directory to your PATH in Linux ( Debian based distros)
cucuckshow
522 views
How to add a directory , containing an executable script, to your path.
-
How to run programs / scripts at bootup in Linux
cucuckshow
1,162 views
Simple example on how to start programs at bootup in Linux. Just a simple case of editing the "rc.local" file. You need to be superuser to perform this task.
-
How to create a swap file in Linux using dd
cucuckshow
532 views
Creating a swap file in Linux is a relatively pain-free process. If you want the activate hte swap file after reboot then just add a line to the /etc/fstab file as shown in...
-
How to start a CRON job using the CRONTAB file
cucuckshow
705 views
A very trivial example shows the workings of cron and crontab by running a script which appends the time, at a minutes interval, to a log file. */1 * * * * instructs the s...
-
Easily convert WAV files to MP3s in Linux using LAME
cucuckshow
801 views
The easiest way to convert wav files to mp3 using lame. You can specify encoding audio bitrates accordingly. Here I use 128 and 192 to demonstrate how the raw 36 MB file is...
Advertisement










Play all(42)