[125001170010] |Remove non-free software on your system Using vrms (Virtual Richard M. Stallman) [125001170020] |The vrms program will analyze the set of currently-installed packages on a Debian GNU/Linux system, and report all of the packages from the non-free tree which are currently installed. [125001170030] |Future versions of vrms will include an option to also display text from the public writings of RMS and others that explain why use of each of the installed non-free packages might cause moral issues for some in the Free Software community. [125001170040] |This functionality is not yet included. [125001170050] |Install vrms in ubuntu [125001170060] |sudo apt-get install vrms [125001170070] |This will complete the installation at the time of installation you should see the following message [125001170080] |An invocation of vrms has been added to the set of cron jobs run on a monthly basis, so that you will get a periodic reminder of non-free packages which are installed on your system. [125001170090] |if you want to run manually use the following command [125001170100] |vrms [125001180010] |How to open bittorrent ports from the command line [125001180020] |By default, ubuntu is totally locked and will not allow any incoming connections. [125001180030] |To fix this use the following command [125001180040] |sudo iptables -A INPUT -p tcp --dport 6881 -j ACCEPT [125001180050] |this is the port that the built in ubuntu bittorrent client uses.If you are using different port you need to enter instead of 6881. [125001180060] |If you want to lockdown your machine use the following command [125001180070] |sudo iptables -A INPUT -p tcp --dport 6881 -j DROP [125001190010] |How to Install the latest rtorrent and libtorrent [125001190020] |rtorrent is a BitTorrent client for ncurses, using the libtorrent library. [125001190030] |The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. [125001190040] |LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. [125001190050] |The library differentiates itself from other implementations by transfering directly from file pages to the network stack. [125001190060] |On high-bandwidth connections it is able to seed at 3 times the speed of the official client. [125001190070] |Preparing Your System [125001190080] |Remove existing libtorrent and rtorrent if you have installed from repos [125001190090] |sudo apt-get remove rtorrent libtorrent7 [125001190100] |Install Dependencies [125001190110] |sudo apt-get install build-essential libsigc++-2.0-dev pkg-config comerr-dev libcurl3-openssl-dev libidn11-dev libkadm55 libkrb5-dev libssl-dev zlib1g-dev libncurses5 libncurses5-dev [125001190120] |Install rtorrent and libtorrent [125001190130] |First you need to download libtorrent latest Version from here in /usr/local/ directory. [125001190140] |wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.11.1.tar.gz [125001190150] |sudo tar xvf libtorrent-0.11.1.tar.gz [125001190160] |cd libtorrent-0.11.1 [125001190170] |sudo ./configure [125001190180] |sudo make [125001190190] |sudo make install [125001190200] |First you need to download rtorrent latest Version from here http://libtorrent.rakshasa.no/ in /usr/local/ directory. [125001190210] |wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.7.1.tar.gz [125001190220] |sudo tar xvf rtorrent-0.7.1.tar.gz [125001190230] |cd rtorrent-0.7.1 [125001190240] |sudo ./configure [125001190250] |sudo make [125001190260] |sudo make install [125001190270] |Thats it your new versions of rtorrent and libtorrent is installed [125001190280] |Remove rtorrent and libtorrent [125001190290] |If you want to remove rtorrent and libtorrent use the following command go to /usr/local/ directory [125001190300] |rm -rf rtorrent-0.7.1.tar.gz rtorrent-0.7.1 libtorrent-0.11.1.tar.gz libtorrent-0.11.1 [125001200010] |How to install Vulture’s isometric graphics in Ubuntu [125001200020] |Vulture’s is an isometric graphics interface to NetHack and SlashEM.Vulture’s is a fork of the now dead “Falcon’s Eye” project.An isometric graphics interface to NetHack. [125001200030] |The interface was called “Falcon’s Eye”, because the viewpoint resembles a “bird’s eye view”.This fork of the original “Falcon’s Eye” is called “Vulture’s Eye”. [125001200040] |“Vulture’s Claw” is the same interface, but for Slash’EM. [125001200050] |Install Vulture’s in Ubuntu [125001200060] |Preparing your system [125001200070] |First you need to install the following dependencies [125001200080] |sudo apt-get install byacc flex libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev [125001200090] |Now you need to download the latest version of Vulture’s from here using the following command in /usr/local/ [125001200100] |wget http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/2.1.0/vultures-2.1.0-full_unix-1.bin.sh [125001200110] |Now you need to make the script executable using the following command [125001200120] |chmod +x vultures-2.1.0-full_unix-1.bin.sh [125001200130] |Now you need to execute the script using the following command [125001200140] |./vultures-2.1.0-full_unix-1.bin.sh [125001200150] |A few compilation warnings later, the game is installed in the vulture directory in your home’s. [125001200160] |You can play either Vulture’s Eye or Claw. [125001200170] |Once you open your game screenshot [125001210010] |How to Export your Mails from Evolution to Thunderbird [125001210020] |If you want to Export your Mails from Evolution to Thunderbird here is the simple procedure to follow [125001210030] |Preparing Your Thunderbird [125001210040] |Create a new mail account in Thunderbird (this is so that if everything goes pear shaped nothing else will be affected). [125001210050] |In Thunderbird choose Edit -> Account Settings -> Add Account [125001210060] |Select Email Account and click Next [125001210070] |Leave identity settings as they are and click next [125001210080] |Set the Incoming Server to “localhost” and REMOVE the tick from “Use Global Inbox” Click next [125001210090] |Leave the Incoming user name as it is. Click Next [125001210100] |Change the Account Name to something relevant such as “Evolution Mail” [125001210110] |Once the settings are created return to Edit -> Account Settings and select the “Server Settings” option under the “Evolution Mail” account. [125001210120] |Take note of the “Local Directory” Setting. [125001210130] |It will be a string like “/home/yourloginname/.mozilla-thunderbird/a2ti6rsz.default/Mail/localhost”. [125001210140] |This is where all mail is stored for this account. [125001210150] |Now that the account is created and you know where to find it you can transfer the emails from Evolution. [125001210160] |Transferring mail from Evolution to Thunderbird [125001210170] |Open up two windows to your Home Directory. [125001210180] |Navigate in one of the windows to the path that Thunderbird has assigned for your email storage above. [125001210190] |HINT: CTRL+h in your home folder will show all hidden files and folders so you will be able to see the “.mozilla-thunderbird” folder. [125001210200] |Once you are in this folder you will see some files in there with names such as Inbox, Inbox.msf, Junk.msf and so on. [125001210210] |In the other window from your home folder navigate to “.evolution/mail/local” This is where any locally stored mail from Evolution is placed. [125001210220] |There are a similar set of files to what you see in the Thunderbird folder, Inbox, Drafts and so on. [125001210230] |Copy the files named Inbox, Sent, Outbox and Drafts from the evolution folder to the mozilla-thunderbird folder (dragging and dropping while holding down your ctrl key will copy rather than move the files). [125001210240] |When it asks if its ok to overwrite them just say yes. [125001210250] |Its ok, nothing bad will happen. [125001210260] |Its just a copy. [125001210270] |You can trust me. [125001210280] |Honest. [125001210290] |If you have your mail folders organised in evolution under your Inbox there will be a sub directory called “Inbox.sbd” under the .evolution/mail/local/ directory. [125001210300] |In that directory you will find files named the same as your folders such as Humour, Humour.cmeta, Humour.ev-summary, Humour.ibex.index and so on. [125001210310] |Of course, this depends on what you’ve called your folders. [125001210320] |For any of the folders you want to move to Thunderbird chose the file WITHOUT any extension and copy it to the localhost folder where you previously placed the Inbox and other files. [125001210330] |Thats all there is to it! [125001210340] |Open Thunderbird and you should see all your mail and the relevant folders under the “Evolution Mail” account. [125001210350] |You can keep the mail there or move it around in Thunderbird. [125001210360] |The choices are yours. [125001220010] |Install Oracle Application Server 10g Release 2 in Ubuntu [125001220020] |Oracle Application Server 10g offers a comprehensive solution for developing, integrating, and deploying your enterprise’s applications, portals, and Web services. [125001220030] |Based on a powerful and scalable J2EE server, Oracle Application Server 10g provides complete business integration and business intelligence suites, and best-of-breed portal software. [125001220040] |As the only platform designed for grid computing as well as full lifecycle support for Service-Oriented Architecture (SOA), Oracle Application Server gives you unmatched scalability, availability, manageability, and security. [125001220050] |Create an ‘oracle’ user and ‘oracle’ group. [125001220060] |sudo adduser oracle [125001220070] |sudo addgroup oracle [125001220080] |Now you need to add user ‘oracle’ add ‘root’ to secondary list of groups [125001220090] |You need to chnage the permissions of opt directory using the following command [125001220100] |sudo chmod 775 /opt [125001220110] |Now you need Log out and log back in as oracle user [125001220120] |To fix a missing ‘ntcontab.o’ error, install the following packages [125001220130] |sudo apt-get install gcc make manpages-dev autoconf automake libtool flex bison gdb gcc-2.95-doc binutils [125001220140] |sudo apt-get install libdb1-compat [125001220150] |Download the Oracle Application file ‘as_linux_x86_core_101202.cpio’ from oracle site [125001220160] |Extract in local user directory [125001220170] |cpio -i --file=/ [125001220180] |/as_linux_x86_core_101202.cpio -dcd Disk110 [125001220190] |Run the installer using the following command [125001220200] |./runInstaller -ignoreSysPrereqs [125001220210] |At the end of the install near 95% if is says that it cannot verify that the instance is running(message: [125001220220] |/opmn/bin/opmnctl start), hit continue.That’s it. [125001220230] |Let it do it’s initialization process. [125001220240] |When it is finished exit. [125001220250] |Go to http://localhost:1156 for the admin console. [125001230010] |Install Claws mail (Mail Client) in Ubuntu [125001230020] |Claws Mail is an email client (and news reader), based on GTK+.The appearance and interface are designed to befamiliar to new users coming from other popular email clients, as well as experienced users. [125001230030] |Claws Mail Features [125001230040] |
  • Quick response
  • [125001230050] |
  • Graceful, and sophisticated interface
  • [125001230060] |
  • Easy configuration, intuitive operation
  • [125001230070] |
  • Abundant features
  • [125001230080] |
  • Extensibility
  • [125001230090] |
  • Robustness and stability
  • [125001230100] |Install Claws mail (Mail Client) in Ubuntu [125001230110] |Open a terminal. [125001230120] |Download and register the signing key for the Claws mail sources [125001230130] |wget http://colino.net/colin.publickey [125001230140] |sudo apt-key add colin.publickey [125001230150] |Change your /etc/apt/sources.list to include the Claws mail sources [125001230160] |sudo vi /etc/apt/sources.list [125001230170] |Go to the end of the file and add which source list is suitable for you [125001230180] |For Dapper Users [125001230190] |deb http://www.claws-mail.org/ubuntu/dapper/ ./ [125001230200] |For Edgy Users [125001230210] |deb http://www.claws-mail.org/ubuntu/edgy/ ./ [125001230220] |Save the file and exit. [125001230230] |Then update your sources [125001230240] |sudo apt-get update [125001230250] |Install Claws Mail [125001230260] |sudo apt-get install sylpheed-claws-gtk2 [125001230270] |This will pull down whatever is necessary to install the basic application. [125001230280] |Install extras. [125001230290] |Sylpheed has very many extensions and plugins. [125001230300] |Take a look at them all by doing this [125001230310] |sudo apt-cache search sylpheed-claws-gtk2 [125001230320] |Take a look at this list (note the spamassassin plugin, the trayicon plugin, the html viewer, etc.). [125001230330] |You can get quite a few of the plugins by installing the plugins packages [125001230340] |sudo apt-get install sylpheed-claws-gtk2-plugins sylpheed-claws-gtk2-extra-plugins [125001230350] |Or, you can get them individually, by specifying them on the apt-get command line, eg: [125001230360] |sudo apt-get install sylpheed-claws-gtk2-spamassassin [125001230370] |Open Claws mail. [125001230380] |You will find it (in gnome) under Applications --> Internet --> Sylpheed Claws gtk2 [125001230390] |Claws Mail Themes [125001230400] |Spend a few minutes looking around and setting things up. [125001230410] |If you like, you can customize the interface (as well as many other things) to use various themes. [125001230420] |Claws Mail Themes can be downloaded from here To use a theme, download it, unpack it, and navigate to the unpacked directory in sylpheed under Configuration --> Preferences --> Themes. [125001230430] |Install the theme, then select “Use this”. [125001230440] |You may also be interested in various scripts for use with claws mail (address conversion etc.) from here The feature set of sylpheed is very rich, flexible, and functional. [125001230450] |You might find that it becomes a little addictive. [125001230460] |Claws Mail Plugins [125001230470] |You can download Claws Mail Plugins from here Claws Mail S/MIME plugin [125001230480] |If you want to work claws mail S/MIME plugin check here If you want to know more about claws mail check here [125001240010] |Numlock activate at startup in login screen [125001240020] |It is very annoying that the numlock is not activated at startup in the login screen GDM, especially when using a password that contains numbers. [125001240030] |Make sure that the universe repository is enabled. [125001240040] |Execute the following commands in a terminal [125001240050] |sudo apt-get install numlockx [125001240060] |sudo gedit /etc/X11/gdm/Init/Default [125001240070] |Add the following lines at the end before the line “exit 0″: [125001240080] |if [ -x /usr/bin/X11/numlockx ]; then /usr/bin/X11/numlockx on fi [125001240090] |Put off your numlock and restart X by pressing Ctrl+Alt+Backspace [125001240100] |The numlock should be activated now and every time when you reboot [125001250010] |Scan to PDF using gscan2pdf in Ubuntu [125001250020] |A GUI to ease the process of producing a multipage PDF from a scan. gscan2pdf should work on almost any Linux/BSD machine. [125001250030] |Install gscan2pdf in Ubuntu [125001250040] |You need to edit the /etc/apt/sources.list [125001250050] |sudo vi /etc/apt/sources.list [125001250060] |add the following line save the file and exit [125001250070] |deb http://gscan2pdf.sourceforge.net/download/debian binary/ [125001250080] |Now you need to update the source list with the following comamnd [125001250090] |sudo apt-get update [125001250100] |install gscan2pdf with the following command [125001250110] |sudo apt-get install gscan2pdf [125001250120] |This will install all the required packages. [125001250130] |If you want to open gscan2pdf go to Applications--->Graphics--->gscan2pdf [125001250140] |Once it open you should see the following screen [125001260010] |How To Import your mails from Evolution to Thunderbird [125001260020] |If you want to Import your mails from Evolution to Thunderbird there is very nice utility called MboxImport . [125001260030] |Thunderbird, like many other email clients, uses the mbox format to archive the emails.It’s curious that Thundebird has not a function that let you import or export files in this format and this lack is sometimes a problem when you want to move the accounts from a pc to another one or when you want to migrate (for example) from Mozilla to Thunderbird.Anyway this kind of import can be made very easily copying the mbox file into the directory “Local Folders” (it is inside the profile directory) with Thunderbird close; restarting the program, the mbox file will be visible as sub folder of Local Folders.To export, you must just copy the email files that are inside the account’s folder.This method can give some troubles, above all for people not very expert with Thunderbird, because the profile’s files are into a hidden directory, whose path changes with the operative systems or also with personal needs. [125001260040] |First you need to download MboxImport from here [125001260050] |Install MboxImport in Thunderbird [125001260060] |In Thunderbird, go in “Tools” --> “Extensions” and click on “Install”; [125001260070] |pick the xpi file you downloaded and follow the instructions; [125001260080] |restart Thunderbird. [125001260090] |To export, it’s sufficient a right-click on the folder or on the account and to choose the voice you want from the menu “Import/export”. [125001260100] |Once you have saved all the folders/files into the Mbox format, just go into Evolution and select “Import” and follow the wizard using “a single file import” and select your xxxx.mbox file and then select which folder in Evolution you want to import into. [125001260110] |For importing the address book from Thunderbird to Evolution, use T-birds address book export function and save the address book as a .csv file.After finishing address book check everything is fine or not. [125001270010] |Securly Clear Free Hard Drive Space with Disk Scrub Utility [125001270020] |Scrub iteratively writes patterns on files or disk devices to make retrieving the data more difficult. [125001270030] |Scrub operates in one of three modes: [125001270040] |The special file corresponding to an entire disk is scrubbed and all data on it is destroyed. [125001270050] |This mode is selected if file is a character or block special file. [125001270060] |This is the most effective method. [125001270070] |A regular file is scrubbed and only the data in the file (and optionally its name in the directory entry) is destroyed. [125001270080] |The file size is rounded up to fill out the last file system block. [125001270090] |This mode is selected if file is a regular file. [125001270100] |A file is created, expanded until the file system is full, then scrubbed as in item 2. [125001270110] |This mode is selected with the -X option. [125001270120] |Scrub implements user-selectable pattern algorithms that are compliant with DoD 5520.22-M or NNSA NAP-14.x. [125001270130] |Install Scrub in Ubuntu [125001270140] |First you need to install Alien [125001270150] |sudo apt-get install alien [125001270160] |This will help us to convert .rpm files in to .deb packages [125001270170] |Now you need to download the Scrub latest version from here [125001270180] |wget http://heanet.dl.sourceforge.net/sourceforge/diskscrub/scrub-1.8-1.i386.rpm [125001270190] |You have scrub-1.8-1.i386.rpm file now.Convert this file in to .deb using the following command [125001270200] |sudo alien -k scrub-1.8-1.i386.rpm [125001270210] |Now you have the scrub-1.8-1.i386.deb package.You need to install this package using the following command [125001270220] |sudo dpkg -i scrub-1.8-1.i386.deb [125001270230] |This will complete the installation [125001270240] |Create a scratch directory for scrub. [125001270250] |sudo mkdir /scratch [125001270260] |Using Scrub [125001270270] |Scrub Syntax [125001270280] |scrub [-f] [-p nnsa|dod|bsi] [-X] [-D newname] [-s size] file [125001270290] |Example [125001270300] |sudo scrub -X /scratch/junk [125001270310] |Delete junk file once scrub is finished. [125001270320] |sudo rm -f /scratch/junk [125001270330] |Check this forum post [125001280010] |Multilingual dictionary via command line in Ubuntu [125001280020] |If you want to use Multilingual dictionary via command line in Ubuntu check this simple tip [125001280030] |You’ll need a ./bin/bash script adapted to your own language!On the Williams College Libraries’ site, you’ll find just about any language abbreviations in the world.You can check here http://www.williams.edu/library/guides/languages.php [125001280040] |So here we go! [125001280050] |You need to put your script(s) in /usr/local/bin In a terminal, run [125001280060] |sudo gedit /usr/local/bin/en2fr [125001280070] |The “en2fr” will obviouly allow you to translate an English word to its French equivalent. [125001280080] |It proves to be quite practical to translate, for instance, words in the ‘man’ pages; however, you can also type “grandmother” and get a decent translation! [125001280090] |For KDE users [125001280100] |$ kdesu kate /usr/local/bin/en2frThen copy/paste this: [125001280110] |#!/bin/bash w3m http://www.wordreference.com/fr/Translation.asp?enfr=$1 [125001280120] |into it. [125001280130] |Make it executable in a terminal, run [125001280140] |sudo chmod 755 /usr/local/bin/en2fr [125001280150] |You can also Right click on the file >Properties >Permissions >Execute [125001280160] |So now you’ll be able to use a new command line: en2fr [125001280170] |$ en2fr English_word_to be_translated [125001280180] |To get out of it, press q and y. [125001280190] |English >Spanish - en2es [125001280200] |#!/bin/bash w3m http://www.wordreference.com/es/translation.asp?tranword=$1 [125001280210] |Spanish >English - es2en [125001280220] |#!/bin/bash w3m http://www.wordreference.com/es/en/translation.asp?spen=$1 [125001280230] |English >Italian - en2it [125001280240] |#!/bin/bash w3m http://www.wordreference.com/it/translation.asp?enit=$1 [125001280250] |Italian >English - it2en [125001280260] |#!/bin/bash w3m http://www.wordreference.com/it/en/translation.asp?iten=$1 [125001280270] |English >German - en2de [125001280280] |#!/bin/bash w3m http://www.dict.cc/?s=$1 [125001280290] |German >English - de2en [125001280300] |#!/bin/bash w3m http://www.dict.cc/?s=$1 [125001280310] |English >Turk - en2tr [125001280320] |#!/bin/bash w3m http://www.seslisozluk.com/?word=$1 go_search=Search [125001280330] |Turk >English - tr2en [125001280340] |#!/bin/bash w3m http://www.seslisozluk.com/?word=$1 go_search=Search [125001280350] |German >Turk - de2tr [125001280360] |#!/bin/bash w3m http://www.seslisozluk.com/?word=$1 go_search=Search [125001280370] |Turk >German - tr2de [125001280380] |#!/bin/bash w3m http://www.seslisozluk.com/?word=$1 go_search=Search [125001280390] |this tip from here [125001290010] |Make a VCD from an AVI Using Avidemux and K3b [125001290020] |Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. [125001290030] |It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. [125001290040] |Tasks can be automated using projects, job queue and powerful scripting capabilities. [125001290050] |K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. [125001290060] |Its aim is to provide a very user friendly interface to all the tasks that come with cd recording. [125001290070] |from mp3, ogg vorbis, and wav files (on-the-fly or with images) [125001290080] |* cd-text support [125001290090] |* ID3-tag support [125001290100] |* little gimmick: hide the first track (so that you have to search back from the beginning of the cd to find it) [125001290110] |* volume level normalization (only when writing with an image) [125001290120] |Install Avidemux and K3b in Ubuntu [125001290130] |First you need to check you have installed Avidemux and K3b packages if not use the following command to install [125001290140] |sudo avidemux K3b [125001290150] |This will complete the installation. [125001290160] |Make a VCD from an AVI Using Avidemux and K3b [125001290170] |In Avidemux, from the menu select Auto->VCD, then select a filename. [125001290180] |It will create an mpg, saving to your Home directory by default. [125001290190] |In K3b, from the menu select File->New Project->New Video CD Project. [125001290200] |Drag and drop the mpg you created in step 1. [125001290210] |Click Burn. [125001300010] |Howto Mount 2nd Generation Ipod in Ubuntu [125001300020] |Martin Jürgens at Launchpad wrote and put together the .deb files which will fix the problem with HAL not recognizing the device correctly. [125001300030] |There are 7 .deb files, they may be found and downloaded from here (Although there are other files in this directory, all you need are the .deb files ) [125001300040] |Download all deb’s, place them into a folder on your desktop, let’s call it “deb”. [125001300050] |First you need to install the following dependencies [125001300060] |sudo aptitude install python-glade2 python-launchpad-integration hwdb-client-gnome libdbus-1-dev libhal-storage1 libhal-dev [125001300070] |Once you install the above packages do the following [125001300080] |cd /home/user/Desktop/deb/ [125001300090] |sudo dpkg -i *.deb [125001300100] |(Where user is obviously your user name) And you should be home free. [125001300110] |You will probably want to reboot before everything works correctly. [125001310010] |Disable Synaptics Touchpad While Typing in Ubuntu [125001310020] |For many of us, our laptop touchpads get in the way of our typing quite often and can actually cause us to highlight or minimize things we didn’t intend. [125001310030] |So, this will help to alleviate that by making a small delay in the response of the touchpad after typing. [125001310040] |Open a Terminal from Applications -> Accessories -> Terminal [125001310050] |Type sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_synbackup [125001310060] |Type gksudo /etc/X11/xorg.conf [125001310070] |Enter your password if it prompts you. [125001310080] |Search for a section that looks like the following [125001310090] |Section “InputDevice” Identifier “Synaptics Touchpad” …End Section [125001310100] |Add a line above the End Section line and put this into it: [125001310110] |Option “SHMConfig” “on” [125001310120] |Save the file and close gedit and the terminal window [125001310130] |Now you need to restart your desktop GUI using Ctrl-Alt-Backspace [125001310140] |Add the Startup Command [125001310150] |Open the sessions manager: System -> Preferences -> Sessions [125001310160] |Click the far right tab labeled Startup Programs [125001310170] |Click the Add button [125001310180] |Type in the following: syndaemon -i 1 -d [125001310190] |Hit ok then hit close [125001310200] |You can restart Gnome with the Ctrl-Alt-Backspace [125001310210] |To disable the touchpad completely, open your xorg.conf, and comment out or remove the line that says [125001310220] |InputDevice “Synaptics Touchpad” [125001310230] |in the “ServerLayout” section (it’s near the bottom). [125001320010] |Ubuntu Media Players OverView [125001320020] |I want to give the list of media players available for ubuntu users with installation instructions. [125001320030] |Beep Media Player [125001320040] |MP, or Beep Media Player, is a compact media player that was originally forked from XMMS with the goal of porting XMMS to GTK2 and make use of more modern desktop standards. [125001320050] |The original XMMS is based on GTK 1.2, which is now deprecated for roughly 4 years, and was deprecated at the time of the fork for approximately 2 years. [125001320060] |This, and the fact that the developers were developing XMMS under a mostly cathedral-style model led M. Derezynski to fork BMP from XMMS. [125001320070] |Current Stable Version :- 0.9.7.1 [125001320080] |Project Home Page :- http://sourceforge.net/projects/beepmp/ [125001320090] |Install Beep Media Player in Ubuntu [125001320100] |sudo aptitude install beep-media-player [125001320110] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--->Beep Media Player [125001320120] |Once it opens you should see the following screen [125001320130] |Banshee [125001320140] |Import, organize, play, and share your music using Banshee’s simple, powerful interface.Rip CDs, play and sync your iPod, create playlists, and burn audio and MP3 CDs. [125001320150] |Most portable music devices are supported.Banshee also has support for podcasting, smart playlists, music recommendations, and much more. [125001320160] |Current Stable Version :-1.4 [125001320170] |Project Home Page :- http://banshee-project.org/ [125001320180] |Install Banshee in Ubuntu [125001320190] |sudo aptitude install banshee [125001320200] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--- >Banshee Music Player [125001320210] |Banshee Music Player is loading [125001320220] |Once it opens you should see the following screen [125001320230] |Banshee Music Player Version Details [125001320240] |Rhythmbox [125001320250] |Rhythmbox is an integrated music management application, originally inspired by Apple’s iTunes. [125001320260] |It is free software,designed to work well under the GNOME Desktop, and based on the powerful GStreamer media framework. [125001320270] |Current Stable Version :- 0.12.5 [125001320280] |Project Home Page :- http://www.gnome.org/projects/rhythmbox/ [125001320290] |Install rhythmbox in Ubuntu [125001320300] |sudo apt-get install rhythmbox [125001320310] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--- >Rhythmbox Music Player [125001320320] |Once it opens you should see the following screen [125001320330] |Rhythmbox Music Player Version Details [125001320340] |Listen [125001320350] |Listen is a Music player and management for GNOME Features: metadata edition, ipod management, audioscrobbler, wikipedia information, lyrics, global statistiques, burn and AudioCD, convert audio file, webradio, lastfm web service, download album cover. [125001320360] |Current Stable Version :- 0.6.3 [125001320370] |Project Home Page :- http://www.listen-project.org/ [125001320380] |Install Listen Music Player in Ubuntu [125001320390] |For Dapper Users [125001320400] |Edit the /etc/apt/sources.list file [125001320410] |sudo vi /etc/apt/sources.list [125001320420] |add the following lines save and exit the file. [125001320430] |deb http://theli.free.fr/packages/ dapper listen [125001320440] |deb-src http://theli.free.fr/packages/ dapper listen [125001320450] |Now you need to update the source list using the following command [125001320460] |sudo apt-get update [125001320470] |sudo apt-get install listen [125001320480] |For Hardy,Intrepid,Jaunty,Karmic Users [125001320490] |You need to make sure that universe repositories and use the following command [125001320500] |sudo apt-get install listen [125001320510] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--- >Listen Music Player [125001320520] |Listen Music Player is loading [125001320530] |Once it opens you should see the following screen [125001320540] |Listen Music Player Version Details [125001320550] |XMMS [125001320560] |XMMS is a multimedia player for unix systems. [125001320570] |XMMS stands for X MultiMedia System and can play media files such as MP3, MOD’s, WAV and others with the use of Input plugins.XMMS is mainly targeted at music playback, but through thirdparty plugins some rudimentary video capabilities exists,but there are much better systems other than XMMS for video support. [125001320580] |Current Stable Version :- 1.2.11 [125001320590] |Project Home Page :- http://www.xmms.org/ [125001320600] |Install xmms in Ubuntu [125001320610] |sudo apt-get install xmms [125001320620] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--- >XMMS Music Player [125001320630] |Once it opens you should see the following screen [125001320640] |quod libet [125001320650] |Quod Libet is a GTK+-based audio player application written using the Python programming language. [125001320660] |Its main design goal is to provide a way for users to organize their music library however they want.One of Quod Libet’s unique features is the ability to search and construct playlists based on search terms or regularexpressions. [125001320670] |It also scales well, making it ideal for music libraries with thousands of songs. [125001320680] |Quod Libet includes a tag editor (also available separately as Ex Falso) which can alter the metadata of groups of files. [125001320690] |Current Stable Version :- 2.1 [125001320700] |Project Home Page :- http://code.google.com/p/quodlibet/ [125001320710] |Install quodlibet in Ubuntu [125001320720] |sudo apt-get install quodlibet [125001320730] |This will complete the installation.Now if you want to access this application go to Applications--->Sound&Video--- >Quod Libet [125001320740] |Once it opens you should see the following screen [125001320750] |quod libet Music Player Version Details [125001330010] |Automatically unmount cifs (Common Internet File System) partitions [125001330020] |CIFS, which stands for Common Internet File System, is a network protocol for sharing files, printers, serial ports, and other communications between computers. [125001330030] |CIFS is based on the widely-used SMB, Server Message Block, protocol. [125001330040] |(Actually, CIFS is SMB, but this gets tricky to explain, and unless you wandered here by accident, you probably know all this anyway.) [125001330050] |Automatically unmount cifs partitions in the shutdown and reboot sequence of Ubuntu.first you need to download the script located here [125001330060] |uncompress archive and set ‘chmod +x’ on the mountcifs file [125001330070] |sudo cp mountcifs /etc/init.d/ [125001330080] |cd /etc/rc0.d [125001330090] |sudo ln -s /etc/init.d/mountcifs K02mountcifs [125001330100] |cd /etc/rc6.d [125001330110] |sudo ln -s /etc/init.d/mountcifs K02mountcifs [125001340010] |Upgrade Ubuntu 6.10 (Edgy Eft) to Ubuntu 7.04 (Feisty Fawn) Beta [125001340020] |Ubuntu 7.04 is the current development version of the Ubuntu operating system. [125001340030] |It is to be released in April 19th 2007.The common name given to this release from the time of its early development was “Feisty Fawn”. [125001340040] |Before Upgrading You need to remember the following points [125001340050] |1) Take comple backup of your system [125001340060] |2) Ubuntu feisty is still in beta stage [125001340070] |Now you need to upgraded my Ubuntu Edgy Machine to Ubuntu Feisty. [125001340080] |We can Use Two methods to upgrade Ubuntu Edgy to Ubuntu Feisty [125001340090] |1) Using GUI [125001340100] |2) Using apt-get [125001340110] |Upgrading Ubuntu Edgy to Ubuntu Feisty [125001340120] |Method 1 - Using GUI [125001340130] |If you want to upgrade using GUI use the following command [125001340140] |gksu “update-manager -c -d” [125001340150] |The “-d” switch instructs Update Manager to consider pre-release versions and “-c” switch tells it to look for upgrades at all. [125001340160] |You should see the following screen here Now you can see 7.04 is available for upgrade click on upgrade [125001340170] |Now you should see the release notes as follows here you need to click on upgrade [125001340180] |Once you click on upgrade you might get the error “Authentication failed” [125001340190] |You need to fix the above error for this open the terminal and type the “gpg” and press enter once you see the following message [125001340200] |gpg:Go ahead and type your message … [125001340210] |Press Ctrl+C and then start the install process again. [125001340220] |Now you should see the following screen downloading upgrade tool [125001340230] |You need to enter root password and click ok [125001340240] |Preparing the upgrade in progress [125001340250] |You need to confirm the upgrade process by clicking “Start Upgrade” [125001340260] |Download in progress for all the required packages for Upgrade [125001340270] |Installation in progress [125001340280] |If you click on Terminal to see detailed installation in progress [125001340290] |Cleaning Up is in Progress [125001340300] |You need to restart the system to complete the Upgrade by clicking “Restart Now” [125001340310] |Method 2 - Using apt-get [125001340320] |Edit your /etc/apt/sources.list as root. [125001340330] |Change every occurrence of edgy to feisty. [125001340340] |Use any prefered editor. [125001340350] |If you have a CD-ROM line in your file, then remove it. [125001340360] |sudo vi /etc/apt/sources.list [125001340370] |or [125001340380] |use the following Simple command [125001340390] |sudo sed -e ’s/\edgy/feisty/g’ -i /etc/apt/sources.list [125001340400] |Now you need to update the source list using the following command [125001340410] |sudo apt-get update [125001340420] |Upgrade using the following command [125001340430] |sudo apt-get dist-upgrade [125001340440] |Double check your process was finished properly using the following commd [125001340450] |sudo apt-get -f install [125001340460] |sudo dpkg --configure -a [125001340470] |Now you need to Reboot your machine to take your new ubuntu 7.04 installation to effect all changes. [125001340480] |Testing Your Upgrade [125001340490] |You can check the ubuntu version installed using the following command [125001340500] |sudo lsb_release -a [125001340510] |Output Looks like below [125001340520] |Distributor ID: Ubuntu Description: Ubuntu feisty (development branch) Release: 7.04 Codename: feisty [125001340530] |or [125001340540] |Just type the following command in your terminal [125001340550] |cat /etc/issue [125001340560] |Output Lokks like below [125001340570] |Ubuntu feisty (development branch) \n \l [125001350010] |Bandwidth Monitoring Tools For Linux [125001350020] |Bandwidth in computer networking refers to the data rate supported by a network connection or interface. [125001350030] |One most commonly expresses bandwidth in terms of bits per second (bps). [125001350040] |The term comes from the field of electrical engineering, where bandwidth represents the total distance or range between the highest and lowest signals on the communication channel (band). [125001350050] |Bandwidth represents the capacity of the connection. [125001350060] |The greater the capacity, the more likely that greater performance will follow, though overall performance also depends on other factors, such as latency. [125001350070] |Bandwidthd [125001350080] |BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. [125001350090] |Charts are built by individual IPs, and by default display utilization over 2 day, 8 day, 40 day, and 400 day periods. [125001350100] |Furthermore, each ip address’s utilization can be logged out at intervals of 3.3 minutes, 10 minutes, 1 hour or 12 hours in cdf format, or to a backend database server. [125001350110] |HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded. [125001350120] |Current Stable Version :- 2.0.1 [125001350130] |Project Home Page :- http://bandwidthd.sourceforge.net/ [125001350140] |Bmon [125001350150] |bmon is a portable bandwidth monitor and rate estimator running on various operating systems. [125001350160] |It supports various input methods for different architectures. [125001350170] |Various output modes exist including an interactive curses interface,lightweight HTML output but also formatable ASCII output. [125001350180] |Bwbar [125001350190] |bwbar is a small C-based program for Linux-based machines which produces bandwidth usage statistics for a network interface. [125001350200] |It was originally written by H. Peter Anvin, and I (Brian Towne) modified it somewhat to better suit my needs. [125001350210] |The original program was released under the GPL. [125001350220] |A number of people have asked for the modified program and its source, so I have created this page. [125001350230] |Current Stable Version :- 1.2.3 [125001350240] |bwm [125001350250] |This is a very tiny bandwidth monitor (not X11). [125001350260] |Can monitor up to 16 interfaces in the in the same time, and shows totals too. [125001350270] |Current Stable Version :- 1.1.0 [125001350280] |bwm-ng [125001350290] |small and simple console-based bandwidth monitor.Bandwidth Monitor NG is a small and simple console-based live bandwidth monitor. [125001350300] |Current Stable Version :- 0.6 [125001350310] |Project Home Page :- http://www.gropp.org/?id=projects&sub=bwm-ng [125001350320] |Cacti [125001350330] |Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. [125001350340] |Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. [125001350350] |All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices. [125001350360] |Current Stable Version :- 0.8.7e [125001350370] |Project Home Page :- http://cacti.net/ [125001350380] |cbm [125001350390] |cbm — the color bandwidth meter — is a small program to display the traffic currently flowing through your network devices. [125001350400] |Current Stable Version :- 0.1 [125001350410] |dstat [125001350420] |Dstat is a versatile replacement for vmstat, iostat, netstat, nfsstat and ifstat. [125001350430] |Dstat overcomes some of their limitations and adds some extra features, more counters and flexibility. [125001350440] |Dstat is handy for monitoring systems during performance tuning tests, benchmarks or troubleshooting. [125001350450] |Current Stable Version :- 0.7.1 [125001350460] |Project Home Page :- http://dag.wieers.com/home-made/dstat/ [125001350470] |EtherApe [125001350480] |EtherApe is a graphical network monitor for Unix modeled after etherman. [125001350490] |Featuring link layer, ip and TCP modes, it displays network activity graphically. [125001350500] |Hosts and links change in size with traffic. [125001350510] |Color coded protocols display. [125001350520] |Current Stable Version :- 0.9.9 [125001350530] |Project Home Page :- http://etherape.sourceforge.net/ [125001350540] |gdesklets [125001350550] |gDesklets is a system for bringing mini programs (desklets), such as weather forecasts, news tickers, system information displays, or music player controls, onto your desktop, where they are sitting there in a symbiotic relationship of eye candy and usefulness. [125001350560] |The possibilities are really endless and they are always there to serve you whenever you need them, just one key-press away. [125001350570] |The system is not restricted to one desktop environment, but currently works on most of the modern Unix desktops (including GNOME, KDE, Xfce). [125001350580] |Current Stable Version :- 0.36.1 [125001350590] |Project Home Page :- http://www.gdesklets.de/ [125001350600] |GKrellM [125001350610] |GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme. [125001350620] |Current Stable Version :- 2.3.4 [125001350630] |Project Home Page :- http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html [125001350640] |ipband [125001350650] |ipband is a pcap based IP traffic monitor. [125001350660] |It tallies per-subnet traffic and bandwidth usage and starts detailed logging if specified threshold for the specific subnet is exceeded. [125001350670] |If traffic has been high for a certain period of time, the report for that subnet is generated which can be appended to a file or e-mailed. [125001350680] |When bandwidth usage drops below the threshold, detailed logging for the subnet is stopped and memory is freed. [125001350690] |Current Stable Version :- 0.8.1 [125001350700] |Project Home Page :- http://ipband.sourceforge.net/ [125001350710] |iftop [125001350720] |iftop does for network usage what top does for CPU usage. [125001350730] |It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. [125001350740] |Handy for answering the question “why is our ADSL link so slow”. [125001350750] |Current Stable Version :- 0.17 [125001350760] |Project Home Page :- http://www.ex-parrot.com/pdw/iftop/ [125001350770] |iperf [125001350780] |Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics. [125001350790] |Iperf reports bandwidth, delay jitter, datagram loss. [125001350800] |ipfm [125001350810] |IP Flow Meter (IPFM) is a bandwidth analysis tool, that measures how much bandwidth specified hosts use on their Internet link. [125001350820] |Current Stable Version :- 0.11.5 [125001350830] |Project Home Page :- http://robert.cheramy.net/ipfm/ [125001350840] |ifstat [125001350850] |ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. [125001350860] |Current Stable Version :- 1.1 [125001350870] |Project Home Page :- http://gael.roualland.free.fr/ifstat/ [125001350880] |ibmonitor [125001350890] |ibmonitor is an interactive linux console application which shows bandwidth consumed and total data transferred on all interfaces. [125001350900] |Current Stable Version :- 1.4 [125001350910] |Project Home Page :- http://ibmonitor.sourceforge.net/ [125001350920] |ipaudit [125001350930] |IPAudit monitors network activity on a network by host, protocol and port.IPAudit listens to a network device in promiscuous mode, and records every connection between two ip addresses. [125001350940] |A unique connection is determined by the ip addresses of the two machines, the protocol used between them, and the port numbers (if they are communicating via udp or tcp). [125001350950] |Current Stable Version :- 0.95 [125001350960] |Project Home Page :- http://ipaudit.sourceforge.net/ [125001350970] |IPTraf [125001350980] |IPTraf is a console-based network statistics utility for Linux. [125001350990] |It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. [125001351000] |Current Stable Version :- 3.0.0 [125001351010] |Project Home Page :- http://iptraf.seul.org/ [125001351020] |IFStatus [125001351030] |IFStatus was developed for Linux users that are usually in console mode. [125001351040] |It is a simple, easy to use program for displaying commonly needed / wanted statistics in real time about ingoing and outgoing traffic of multiple network interfaces that is usually hard to find, with a simple and effecient view. [125001351050] |It is the substitute for PPPStatus and EthStatus projects. [125001351060] |Current Stable Version :- 1.1.0 [125001351070] |jnettop [125001351080] |Jnettop is a traffic visualiser, which captures traffic going through the host it is running from and displays streams sorted by bandwidth they use. [125001351090] |Current Stable Version :- 0.13.0 [125001351100] |Project Home Page :- http://jnettop.kubs.info/wiki/ [125001351110] |MRTG [125001351120] |The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network links. [125001351130] |MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic. [125001351140] |Current Stable Version :- 2.16.3 [125001351150] |Project Home Page :- http://oss.oetiker.ch/mrtg/ [125001351160] |moodss [125001351170] |moodss is a graphical monitoring application. [125001351180] |It is modular so that the code accessing the monitored objects is completely separate from the application core. [125001351190] |The core takes care of managing modules (loading and unloading),displaying modules data through sortable tables and diverse graphical viewers, handling user set threshold conditions with email alerts, recording and browsing data history from a database.moodss can even predict the future, using sophisticated statistical methods and artificial neural networks, and therefore be used for capacity planning. [125001351200] |Current Stable Version :- 21.5 [125001351210] |Project Home Page :- http://moodss.sourceforge.net/ [125001351220] |monitord [125001351230] |A lightweight (distributed?) network security monitor for TCP/IP+Ethernet LANs. [125001351240] |It will capture certain network events and record them in a relational database. [125001351250] |The recorded data will be available for analysis through a CGI based interface. [125001351260] |Current Stable Version :- 4.0 [125001351270] |Project Home Page :- http://sourceforge.net/projects/monitord/ [125001351280] |Netmrg [125001351290] |NetMRG is a tool for network monitoring, reporting, and graphing. [125001351300] |Based on RRDTOOL, the best of open source graphing systems, NetMRG is capable of creating graphs of any parameter of your network. [125001351310] |Current Stable Version :- 0.20 [125001351320] |Project Home Page :- http://www.netmrg.net [125001351330] |nload [125001351340] |nload is a console application which monitors network traffic and bandwidth usage in real time. [125001351350] |It visualizes the in-and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage. [125001351360] |Current Stable Version :- 0.7.2 [125001351370] |Project Home Page :- http://www.roland-riegel.de/nload/index.html [125001351380] |ntop [125001351390] |ntop shows the current network usage. [125001351400] |It displays a list of hosts that are currently using the network and reports information concerning the IP (Internet Protocol) and Fibre Channel (FC) traffic generated by each host. [125001351410] |The traffic is sorted according to host and protocol. [125001351420] |Default protocol list (this is user configurable). [125001351430] |Current Stable Version :- 3.3.10 [125001351440] |Project Home Page :- http://www.ntop.org [125001351450] |netspeed [125001351460] |Netspeed is just a little GNOME-applet that shows how much traffic occurs on a specified network device (for example eth0). [125001351470] |You get the best impression of it, if you look at the screenshots below. [125001351480] |Current Stable Version :- 0.14 [125001351490] |Netwatch [125001351500] |Netwatch is a Linux program created to aid in monitoring Network Connections. [125001351510] |It is based on a program called “statnet” but has been substantially modified for its Ethernet emphasis. [125001351520] |It is a dynamic program which displays the Ethernet status based each the connection’s activity. [125001351530] |It has the capability of monitoring hundreds of site statistics simultaneously. [125001351540] |The connection’s port number (Well Known Service) and destination address are available as well. [125001351550] |There are options which allow router statistics to be measured on simple networks (with one router). [125001351560] |External network communication is counted and transfer rates are displayed. [125001351570] |Current Stable Version :- 1.3.0-1 [125001351580] |Project Home Page :- http://www.slctech.org/~mackay/netwatch.html [125001351590] |NOCOL [125001351600] |NOCOL is a popular system and network monitoring (network management) software that runs on Unix systems and can monitor network and system devices. [125001351610] |It uses a very simple architecture and is very flexible for adding new network management modules [125001351620] |Current Stable Version :- 4.3.1 [125001351630] |Project Home Page :- http://www.netplex-tech.com/nocol/ [125001351640] |NeTraMet [125001351650] |NeTraMet is an open-source (GPL) implementation of the RTFM architecture for Network Traffic Flow Measurement, developed and supported by Nevil Brownlee at the University of Auckland. [125001351660] |Nevil also developed a version of NeTraMet which uses the CoralReef library to read packet headers. [125001351670] |This ‘CoralReef NeTraMet meter’ can work with any CoralReef data source; it has been tested on both CAIDA and NLANR trace files, and on DAG and Apptel ATM interface cards. [125001351680] |Current Stable Version :- 43 [125001351690] |Project Home Page :- http://freshmeat.net/projects/netramet/ [125001351700] |NetPIPE [125001351710] |NetPIPE is a protocol independent performance tool that visually represents the network performance under a variety of conditions. [125001351720] |It performs simple ping-pong tests, bouncing messages of increasing size between two processes, whether across a network or within an SMP system. [125001351730] |Message sizes are chosen at regular intervals, and with slight perturbations, to provide a complete test of the communication system. [125001351740] |Each data point involves many ping-pong tests to provide an accurate timing. [125001351750] |Latencies are calculated by dividing the round trip time in half for small messages ( <64 Bytes ). [125001351760] |Current Stable Version :- 3.7.1 [125001351770] |Project Home Page :- http://www.scl.ameslab.gov/netpipe/ [125001351780] |netperf [125001351790] |Netperf is a benchmark that can be use to measure various aspect of networking performance. [125001351800] |The primary foci are bulk (aka unidirectional) data transfer and request/response performance using either TCP or UDP and the Berkeley Sockets interface. [125001351810] |As of this writing, the tests available either unconditionally or conditionally [125001351820] |Current Stable Version :- 2.4.5 [125001351830] |Project Home Page :- http://www.netperf.org/netperf/ [125001351840] |potion [125001351850] |This is a console utility which will listen on an interface using libpcap, aggregate the traffic into flows and display the top (as many as can fit on your screen) flows with their average throughput. [125001351860] |A flow is identified ip protocol, source ip, source port, destination ip, destination port, and type of service flag. [125001351870] |Current Stable Version :- 0.0.4 [125001351880] |pktstat [125001351890] |Display a real-time list of active connections seen on a network interface, and how much bandwidth is being used by what. [125001351900] |Partially decodes HTTP and FTP protocols to show what filename is being transferred. [125001351910] |X11 application names are also shown. [125001351920] |Entries hang around on the screen for a few seconds so you can see what just happened. [125001351930] |Also accepts filter expressions á la tcpdump. [125001351940] |Current Stable Version :- 1.8.4 [125001351950] |Project Home Page :- http://www.adaptive-enterprises.com.au/~d/software/pktstat/ [125001351960] |RTG [125001351970] |RTG is a flexible, scalable, high-performance SNMP statistics monitoring system. [125001351980] |It is designed for enterprises and service providers who need to collect time-series SNMP data from a large number of targets quickly. [125001351990] |All collected data is inserted into a relational database that provides a common interface for applications to generate complex queries and reports. [125001352000] |RTG includes utilities that generate configuration and target files, traffic reports, 95th percentile reports and graphical data plots. [125001352010] |These utilities may be used to produce a web-based interface to the data. [125001352020] |Current Stable Version :- 0.7.4 [125001352030] |Project Home Page :- http://rtg.sourceforge.net/ [125001352040] |speedometer [125001352050] |Monitor network traffic or speed/progress of a file transfer. [125001352060] |The program can be used for cases like: how long it will take for my 38MB transfer to finish, how quickly is another transfer going, How fast is the upstream on this ADSL line and how fast can I write data to my filesystem. [125001352070] |Current Stable Version :- 2.6 [125001352080] |Project Home Page :- http://excess.org/speedometer/ [125001352090] |Spong [125001352100] |Spong is a simple system-monitoring package written in Perl. [125001352110] |It features client based monitoring, monitoring of network services, results displayed via the Web or console, history of problems, and flexible messaging when problems occur. [125001352120] |Current Stable Version :- 2.7.6 [125001352130] |Project Home Page :- http://spong.sourceforge.net/ [125001352140] |slurm [125001352150] |slurm started as a pppstatus port to FreeBSD. [125001352160] |As I ripped off several functions [125001352170] |Current Stable Version :- 0.3.3 [125001352180] |SNIPS [125001352190] |SNIPS (System &Network Integrated Polling Software) is a system and network monitoring software that runs on Unix systems and can monitor network and system devices. [125001352200] |It is capable of monitoring DNS, NTP, TCP or web ports, host performance, syslogs, radius servers, BGP peers, etc. [125001352210] |New monitors can be added easily (via a C or Perl API). [125001352220] |Current Stable Version :- 1.1 [125001352230] |Project Home Page :- http://www.navya.com/software/snips/ [125001352240] |tcpflow [125001352250] |tcpflow is a program that captures data transmitted as part of TCP connections (flows), and stores the data in a way that is convenient for protocol analysis or debugging. [125001352260] |A program like tcpdump shows a summary of packets seen on the wire, but usually doesn’t store the data that’s actually being transmitted. [125001352270] |In contrast, tcpflow reconstructs the actual data streams and stores each flow in a separate file for later analysis. tcpflow understands TCP sequence numbers and will correctly reconstruct data streams regardless of retransmissions or out-of-order delivery. [125001352280] |Current Stable Version :- 0.21 [125001352290] |Project Home Page :- http://www.circlemud.org/~jelson/software/tcpflow/ [125001352300] |vnstat [125001352310] |vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s).vnStat isn’t a packet sniffer. [125001352320] |The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions. [125001352330] |However at least a 2.2.x kernel is required. [125001352340] |Current Stable Version :- 1.10 [125001352350] |Project Home Page :- http://humdi.net/vnstat/ [125001352360] |WMND [125001352370] |Shows a graph of incoming/outgoing traffic, activity indicators for rx/tx and current/maximum rate for rx/tx in bytes or packets.Tailored for use with WindowMaker, it will as well work with any other window manager though. [125001352380] |Current Stable Version :- 0.4.13 [125001352390] |Project Home Page :- http://dockapps.org/file.php/id/178 [125001352400] |Updated on 18th March 2010 [125001360010] |How to fix lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) Error [125001360020] |If you are getting the following error when you try to install any packages use the following tip to fix this [125001360030] |Error [125001360040] |E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [125001360050] |Solution [125001360060] |First thing you need to check Synaptic Package Manager open at the same time [125001360070] |or [125001360080] |That happens when synaptic or another package update / installation application is already running. [125001360090] |Close any other package managers (including Add/Remove application, language pack installer, etc.) and retry. [125001370010] |Ubuntu 7.04 (Feisty Fawn) Beta Review [125001370020] |The Ubuntu developers are moving very quickly to bring you the absolute latest and greatest software the Open Source Community has to offer. [125001370030] |This is the Ubuntu 7.04 Beta and it comes packed with a whole host of excellent new features including the released GNOME 2.18, the 2.6.20 kernel and much more. [125001370040] |Ubuntu 7.04 is the most user-friendly Ubuntu to date and includes a ground-breaking Windows migration assistant, excellent wireless networking support and improved multimedia support. [125001370050] |Final Release Date [125001370060] |This is still an beta release. [125001370070] |Do not install it on production machines. [125001370080] |The final stable version will be released in 19th April 2007. [125001370090] |New features in Feisty Fawn [125001370100] |Migration assistant: The new migration tool recognises Internet Explorer bookmarks, Firefox favourites, desktop wallpaper, AOL IM contacts, and Yahoo IM contacts, and imports them into Ubuntu during installation. [125001370110] |This offers easier and faster migration for new users of Ubuntu and individuals wanting to run a dual-boot system. [125001370120] |Easy-to-install codec wizards: A new guided wizard for installing codecs not shipped with Ubuntu gives users a safe way of installing codecs they can legally use to view multimedia content. [125001370130] |Plug and play network sharing with Avahi: This new feature allows users to automatically discover and join a wireless network and share music, find printers and more. [125001370140] |Kernel Virtual Machine: On x86 systems with the Intel VT or AMD-V extensions, Kernel-based Virtual Machine support (KVM) allows users to run multiple virtual machines running unmodified Linux. [125001370150] |Each virtual machine has private virtualised hardware: a network card, disk, graphics adapter, and so on. [125001370160] |We have also added VMI support, which provides optimised performance under VMWare. [125001370170] |Faster searching with Tracker: Tracker is a search tool much like Beagle. [125001370180] |Both programs will be available in the repositories. [125001370190] |Networking Improvements: New in Feisty is Network Manager, a simple way to find and connect to wireless and wired networks.New Zeroconf support makes it easy to network desktop computers without needing servers to assign IP addresses or names. [125001370200] |Artwork:For Feisty all new artwork is trickling in, including a new background image, and a usplash image that has more ‘bling’. [125001370210] |Help Center:In order to make Help more accessible, a brand new Help Center with a easier to use interface that is more stylish. [125001370220] |Print and sound support: Jetpipe, a new printing architecture for thin clients, greatly improves on previous technologies.Sound support in applications is also dramatically improved with the PulseAudio sound server. [125001370230] |Thin client management: Administrators can now manage thin client connections to a server more easily. [125001370240] |VPN: Easy VPN access with NetworkManager. [125001370250] |New Gnome control center [125001370260] |Desktop Effects: Graphical Desktop Effects will be made extremely accessible, with one click activation in the system menu. [125001370270] |Current versions available in Festy Fawn [125001370280] |On the Desktop: GNOME 2.18, OpenOffice.org 2.2.0rc3, X.org 7.2 [125001370290] |On the Server: Apache 2.2, PostgreSQL 8.2, PHP 5.2.1, LTSP 5.0 [125001370300] |“Under the hood”: GCC 4.1.2, glibc 2.5, Linux 2.6.20, Python 2.5 [125001370310] |Installation [125001370320] |First You need to Download Feisty Beta .iso file from here and burn a cd with this now you need to boot from this cd to start the your festy cd once it booted from this cd you can see am icon called install to start installation. [125001370330] |the Ubuntu graphical installer now no longer uses the GParted program for partitioning. [125001370340] |Starting with Ubuntu 7.04, Ubiquity has it’s own partitioning tool. [125001370350] |Here are some screenshots of the new partitioning tool [125001370360] |Final Festy installer Improvement [125001370370] |One of the minor tweaks to the installer is an advanced option at the last screen of the installer. [125001370380] |In the window that is displayed you can pick the device for the boot loader installation and select if you want to join in the package usage survey. [125001370390] |Ubuntu Migration assistant [125001370400] |The new migration tool recognises Internet Explorer bookmarks, Firefox favourites, desktop wallpaper, AOL IM contacts, and Yahoo IM contacts, and imports them into Ubuntu during installation. [125001370410] |This offers easier and faster migration for new users of Ubuntu and individuals wanting to run a dual-boot system.Currently i am not using dual boot so i am showing sample screenshot for this. [125001370420] |Ubuntu Help Center [125001370430] |I knew kde had a help center with some stuff like how to change your wallpaper, etc. [125001370440] |But This was very nice. [125001370450] |A simple and useful help center has been included in ubuntu. [125001370460] |This has loads of useful articles on how to install multimedia codecs, help for server systems, and almost everything you may need. [125001370470] |To top it all off, a very useful search that found articles on nvidia drivers, mp3 codec installation, and an entire section dedicated towards ubuntu propaganda like “the desktop”, “The difference” etc. [125001370480] |But real good stuff indeed. [125001370490] |Gnome Control Center [125001370500] |utilities to configure the GNOME desktop this contains configuration applets for the GNOME desktop, allowing to set accessibility configuration, desktop fonts, keyboard and mouse properties, sound setup, desktop theme and background, user interface properties, screen resolution, and other GNOME parameters.It also contains a front end to these applets, which can also be accessed with the GNOME panel or the Nautilus file manager. [125001370510] |First made it’s debut in the Novell and SuSe distributions, this nice piece of software is now ported to Ubuntu to make our lives easier but it entirely depends on user. [125001370520] |Easy-to-install codec wizards [125001370530] |A new guided wizard for installing codecs not shipped with Ubuntu gives users a safe way of installing codecs they can legally use to view multimedia content.Ubuntu will try to install the necessary codecs automatically, and start playing the desired file. [125001370540] |New Games: Sudoku and Chess [125001370550] |Currently Ubuntu Feisty is including these two new games.Gnome Sudoku is a logic game with a Japanese name that has recently exploded in popularity. [125001370560] |Originally developed by Thomas Hinkle, now included in gnome-games. [125001370570] |Gnome Sudoku is written in Python. glChess is a 2D/3D chess game, where games can be played between a combination of human and computer players. [125001370580] |If you want to open these games go to Applications--- >Games--- >Chess or Sudoku [125001370590] |Chess, GNOME style [125001370600] |Sudoku, GNOME style [125001370610] |Your disk in ring view [125001370620] |One of the new tools that came with Ubuntu 6.10 was the Disk Usage Analyzer. [125001370630] |With this new version, you can easily view your disk usage stastics in a more intuitive manner. [125001370640] |Disk analyzer [125001370650] |Mount Windows Partitions Made Easy [125001370660] |Using ntfs-config program allow you to easily configure all of your NTFS devices to allow write support via a friendly gui. [125001370670] |For that use, it will configure them to use the open source ntfs-3g driver. [125001370680] |You’ll also be able to easily disable this feature.You can see simple screenshot to enable write support for internal/external device [125001370690] |Some more Interesting applications [125001370700] |Tomboy [125001370710] |Tomboy is a desktop note-taking application for Linux and Unix. [125001370720] |Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day. [125001370730] |Sticky Notes [125001370740] |This will allows you to create computer sticky notes to keep all information you have to remember on your PC desktop. [125001370750] |Weather Map [125001370760] |If you want to set-up local weather map on your ubuntu desktop it is very easy in ubuntu feisty.Sample screenshot as follows [125001370770] |Desktop Search Tool [125001370780] |Beagle is a search tool that ransacks your personal information space to find whatever you’re looking for.A desktop search util for indexing and searching user’s data. [125001370790] |At the moment, it can index filesystems, Gaim logs, Evolution mail and data, RSS and other. [125001370800] |We have one more tools for this is called tracker you can use this one also. [125001370810] |Desktop Effects [125001370820] |Graphical Desktop Effects will be made extremely accessible, with one click activation in the system menu.Compiz will be installed by default in Ubuntu Feisty Fawn.If you want to enable Go to System->Preferences->Desktop Effects, click the ‘Enable Desktop Effects’ button. [125001370830] |Ubuntu Studio [125001370840] |Ubuntu Studio aims to be a multimedia editing/creation flavor of Ubuntu for the Linux audio, video, and graphic enthusiast or professional who is already familiar with the Ubuntu-Gnome environment. [125001370850] |Ubuntu Studio is currently in planning. [125001370860] |This page is the starting point for these plans.Now UbuntuStudio Packages available in feisty fawn you can see this in the following screen [125001370870] |You can see the available tools for UbuntuStudio [125001370880] |Plug and play network sharing with Avahi [125001370890] |This new feature allows users to automatically discover and join a wireless network and share music, find printers and more.Avahi is a system which facilitates service discovery on a local network. [125001370900] |This means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. [125001370910] |Artwork [125001370920] |For Feisty all new artwork is trickling in, including a new background image, and a usplash image that has more ‘bling’. [125001370930] |Now we will see some of screen shots [125001370940] |Better bug reporting [125001370950] |Since this is an alpha release not all system applications are stable, and to help testers file bug reports the latest release of apport is included. [125001370960] |Conclusion [125001370970] |I really Like Ubuntu festy Fawn and this will be the best release ever from ubuntu development team.This includes lots of desktop features includes network manager, Easy-to-install codec wizards,migration assistant,Kernel Virtual Machine,desktop effects like Beryl or Compiz get a more prominent place and and many more in this wonderful operating system. [125001380010] |New Sleek Usplash Proposal for Ubuntu Feisty Fawn [125001380020] |Here is New Sleek Usplash Proposal for Ubuntu Feisty Fawn.It is mainly composed of the ubuntu logo and the very nice forum coffee beans,which fill up during boot/shutdown. [125001380030] |Download new usplash image file from here [125001380040] |Unpack it using the following command [125001380050] |tar -xzvf usplash-theme-beans.tar.gz [125001380060] |Copy the file corresponding to your display aspect [125001380070] |sudo cp usplash-theme-beans_4_3.so /usr/lib/usplash [125001380080] |Edit the usplash symlink to point to the new file [125001380090] |sudo ln -sf /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-theme-beans_4_3.so [125001380100] |Update your boot image [125001380110] |sudo dpkg-reconfigure linux-image-$(uname -r) [125001380120] |If you want return to the normal usplash following steps [125001380130] |Edit the usplash symlink to point to the original file: [125001380140] |sudo ln -sf /etc/alternatives/usplash-artwork.so /usr/lib/usplash/usplash-theme-ubuntu.so [125001380150] |Update your boot image using the following command [125001380160] |sudo dpkg-reconfigure linux-image-$(uname -r) [125001380170] |After Completing the above process you should see the New Usplash as follows [125001390010] |How to Install Beryl with latest nvidia drivers in Ubuntu Feisty Fawn [125001390020] |Nvidia have released their 9xxx series drivers.Tis allows compiz/beryl to now run directly on an x server (xorg7.1) without separate aiglx or xgl. [125001390030] |Note:- First you need to remove all existing xgl/aiglx from your system [125001390040] |Preparing Your system [125001390050] |You need to make sure you system is up-to-date using the following [125001390060] |sudo apt-get update [125001390070] |sudo apt-get upgrade [125001390080] |sudo apt-get dist-upgrade [125001390090] |Adding Source list [125001390100] |you need to edit /etc/apt/sources.list file [125001390110] |sudo vi /etc/apt/sources.list [125001390120] |Add the following line for the latest beryl (Both i386 64 bit) [125001390130] |deb http://ubuntu.beryl-project.org feisty main [125001390140] |Save file and exit [125001390150] |Copy the key file using the following command [125001390160] |wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add - [125001390170] |Now you need to update the source list using the following command [125001390180] |sudo apt-get update [125001390190] |Install Latest nvidia drivers in Ubuntu Feisty [125001390200] |sudo apt-get install nvidia-glx [125001390210] |sudo nvidia-xconfig --add-argb-glx-visuals --composite [125001390220] |Now you need to restart your X by logging out and in or by pressing ctrl+alt+backspace [125001390230] |Install Beryl in Ubuntu Feisty [125001390240] |sudo apt-get install beryl emerald-themes [125001390250] |Now you need to type the following command in terminal or run application box by pressing alt+f2 [125001390260] |beryl-manager [125001400010] |Windows NTFS Partitions Read/write support made easy in Ubuntu Feisty [125001400020] |This program allow you to easily configure all of your NTFS devices to allow write support via a friendly gui. [125001400030] |For that use, it will configure them to use the open source ntfs-3g driver. [125001400040] |You’ll also be able to easily disable this feature. [125001400050] |Current Stable 0.5.5 [125001400060] |Project Home page :- http://flomertens.free.fr/ntfs-config/ [125001400070] |Requirements [125001400080] |windows with Feisty dual-boot installation and external hard drive (Optional) [125001400090] |Install NTFS-config in Ubuntu Feisty [125001400100] |Now You can install NTFS-config from Ubuntu Feisty repositories [125001400110] |sudo apt-get install ntfs-config [125001400120] |This will install all the required packages for ntfs-config including ntfs-3g [125001400130] |Using Ntfs-Config [125001400140] |If you want to open this application go to Applications--->System Tools--->NTFS Configuration Tool [125001400150] |Now it will prompt for root password enter root password and click ok [125001400160] |It will show the available NTFS partition as follows in this example /dev/sda1 in NTFS partition [125001400170] |You need to select the partitions you want to configure,add the name of the mount point and click on apply.In this example i have ticked the check box next to /dev/sda1 and click under mount enter the name you want to use i have entered as windows now the mount point showing as /media/windows and click on apply. [125001400180] |Select the NTFS Write support which is suitable for you i.e internal or external [125001400190] |In this example i have tick the check box next to Enable write support for internal device because i am using dualboot with windows.If you are using external hard drive select external option and click on ok [125001400200] |Once it finished you should see the mount point on your desktop as follows [125001400210] |You can see the windows mount point files as follows [125001400220] |If you want to unmount you should be root to unmount and then right click on mount point select Unmount Volume [125001410010] |How to Set-up a gameport,gamepad or joystick in Ubuntu [125001410020] |If you want gameport,gamepad or joystick to work in Ubuntu you need to follow this procedure [125001410030] |Basics of Game Port,Gamepad and Joystick [125001410040] |Game Port [125001410050] |The game port is the traditional connector for video game input devices on an x86-based PCs. [125001410060] |The game port is usually integrated with a PC I/O or sound card, either ISA or PCI, or as an on-board feature of some motherboards. [125001410070] |The game port is no longer supported by Windows Vista and will thus likely largely disappear. [125001410080] |Gamepad [125001410090] |A gamepad, also called joypad or control pad, is a type of game controller held in the hand, where the digits (especially thumbs) are used to provide input. [125001410100] |Gamepads generally feature a set of action buttons handled with the right thumb and a direction controller handled with the left. [125001410110] |The direction controller has traditionally been a four-way digital cross (D-pad), but most modern controllers additionally (or as a substitute) feature an analog stick. [125001410120] |The analog stick was introduced with the Atari 5200 controller, but did not reach popularity until the Nintendo 64, Sony PlayStation, and Sega Saturn. [125001410130] |Joystick [125001410140] |A joystick is a personal computer peripheral or general control device consisting of a handheld stick that pivots about one end and transmits its angle in two or three dimensions to a computer. [125001410150] |Most joysticks are two-dimensional, having two axes of movement (similar to a mouse), but three-dimensional joysticks do exist. [125001410160] |A joystick is generally configured so that moving the stick left or right signals movement along the X axis, and moving it forward (up) or back (down) signals movement along the Y axis. [125001410170] |In joysticks that are configured for three-dimensional movement, twisting the stick left (counter-clockwise) or right (clockwise) signals movement along the Z axis. [125001410180] |These three axes - X Y and Z - are, in relation to an aircraft, roll, pitch, and yaw. [125001410190] |Now we will see how to configure some Game Port,Gamepad,Joystick modules in Ubuntu [125001410200] |First, we need to check if the gameport module is already loaded. [125001410210] |In a terminal, type the following command [125001410220] |lsmod [125001410230] |It should display a list of the currently loaded modules. [125001410240] |One of the lines should begin with ‘gamepad’ [125001410250] |gameport 17160 2 snd_es1938 [125001410260] |If you didn’t find any similar line, look for the way to enable the gameport for your specific sound card in the list below. [125001410270] |Now, we need to setup the gamepad/joystick.Again in a terminal, type the following [125001410280] |sudo modprobe joydev [125001410290] |Testing and calibrating the gamepad/joystick [125001410300] |If you want to check if everything’s working correctly or/and you want to callibrate your device, you can try out jscalibrator. [125001410310] |What is jscalibrator ? [125001410320] |GTK Joystick Calibrator With jscalibrator you can calibrate your joystick for Linux games. [125001410330] |The Joystick Wrapper library (libjsw) is designed to provide a uniform API and user configuration for joysticks and other game controllers on all platforms. [125001410340] |It features an integrated library level calibration system using jscalibrator to provide a one time calibration for any program that uses libjsw. libjsw also features several levels of advanced joystick input error correction. [125001410350] |Install jscalibrator in Ubuntu [125001410360] |sudo apt-get install jscalibrator [125001410370] |If you want to use this program run the following command from your terminal [125001410380] |jscalibrator [125001410390] |A new window should appear which should allow you to test and calibrate your device. [125001410400] |List of gameports, gamepads/joysticks and their corresponding commands [125001410410] |Gameports [125001410420] |Classic ISA/PnP gameports [125001410430] |sudo modprobe ns558 [125001410440] |Crystal SoundFusion gameports [125001410450] |sudo modprobe cs461x [125001410460] |Aureal Vortex and Trident 4DWave gameports [125001410470] |sudo modprobe pcigame [125001410480] |SoundBlaster Live! gameports [125001410490] |sudo modprobe emu10k1-gp [125001410500] |Any other gameports(If your sound card isn’t one of the above and you couldn’t find it in lsmod, try this command) [125001410510] |sudo modprobe gameport [125001410520] |Gamepads and joysticks [125001410530] |Analog joysticks and gamepads: (Most gamepads and joysticks, especially generic ones, work well with this one) [125001410540] |sudo modprobe analog [125001410550] |Assassin 3D and MadCatz Panther devices [125001410560] |sudo modprobe a3d [125001410570] |Logitech ADI digital joysticks and gamepads [125001410580] |sudo modprobe adi [125001410590] |Creative Labs Blaster Cobra gamepad [125001410600] |sudo modprobe cobra [125001410610] |Genius Flight2000 Digital joysticks and gamepads [125001410620] |sudo modprobe gf2k [125001410630] |Gravis GrIP joysticks and gamepads [125001410640] |sudo modprobe grip [125001410650] |InterAct digital joysticks and gamepads [125001410660] |sudo modprobe interact [125001410670] |ThrustMaster DirectConnect joysticks and gamepads [125001410680] |sudo modprobe tmdc [125001410690] |Microsoft SideWinder digital joysticks and gamepads [125001410700] |sudo modprobe sidewinder [125001410710] |Microsoft xbox controller then the command is [125001410720] |sudo modprobe xpad [125001410730] |then do jscalibrator [125001410740] |Some parts of this procedure from here [125001420010] |How to Fix broken Ubuntu Feisty Fawn [125001420020] |Ubuntu Development team released ubuntu feisty fawn on 19th April 2007 some of them started upgrading their edgy to feisty .If your feisty broken here is the procedure to fix that. [125001420030] |Boot up with a live cd, or ubuntu CD from a different partition. [125001420040] |Mount your feisty drive somewhere in this example i am mounting on /media/feisty [125001420050] |Create a directiory when do you want to mount [125001420060] |sudo mkdir /media/feisty [125001420070] |Mount your drive using the following command [125001420080] |sudo mount /dev/sda2 /media/feisty [125001420090] |(replace /dev/sda2 with name of drive, e.g. hda1 etc.) [125001420100] |chroot into your feisty drive. [125001420110] |sudo chroot /media/feisty su [125001420120] |Update your system via apt as normal. (sudo is not required) [125001420130] |apt-get update [125001420140] |apt-get upgrade [125001420150] |apt-get dist-upgrade [125001420160] |ctrl+d or type “exit” to exit the chroot, then reboot the computer and you should be able to get back into feisty. [125001420170] |Sometimes there will be no Internet connection in the chroot environment. [125001420180] |To correct this, we have to enter [125001420190] |sudo cp /etc/resolv.conf /media/feisty/etc/resolv.conf