[125004850010] |How to install two microsoft fonts (office 2007) ‘APA’ or ‘Turabian’? [125004850020] |My daughter’s school requires her to use one of two microsoft fonts (office 2007) called ‘APA’ or ‘Turabian’. [125004850030] |I wish to print a list fonts used by OpenOffice by name in their respective fonts. [125004850040] |This will allow my daughter’s teacher to select the font that she will accept. [125004850050] |I could do this in mc-Word but can not find a similar process in oo-Word. [125004860010] |How to make your application appear in the Add/Remove tool (gnome-app-install) [125004860020] |In order to make your application appear in the Add/Remove tool (gnome-app-install), there are two steps to make: [125004860030] |* add a “X-AppInstall-Package” line to your .desktop [125004860040] |* and run “update-app-install” to update the database [125004860050] |Setting up the .desktop [125004860060] |The application presents to the user a list of applications which can be installed or removed. [125004860070] |These applications are either end-user applications (such as OpenOffice, GIMP, Pidgin) or server-side roles (HTTP server, FTP server).These can be added and removed by toggling a check box. [125004860080] |The applications will be shown in a tree identical to the Applications menu on the panel, and system roles in a separate list. [125004860090] |The package information based on Freedesktop .desktop files. [125004860100] |This is due to all end-user applications already having a .desktop file which can be extended with a small amount of metadata for use by the application install tool. [125004860110] |These .desktop files will be extracted from the Hoary archive automatically and a package solely containing .desktop files and the relevant icons created. [125004860120] |For a package to be available the .desktop file must have a X-AppInstall-Package key under the [Desktop Entry] group, which is the name of the package the desktop file relates too. [125004860130] |The Name, Comment and Icon keys will be used in the interface. [125004860140] |Example 1: Sound Juicer [125004860150] |[Desktop Entry] Encoding=UTF-8 Name=Sound Juicer CD Ripper Comment=Extract music from your CDs Exec=sound-juicer Icon=sound-juicer.png StartupNotify=true Terminal=false Type=Application Categories=GNOME;Application;AudioVideo; X-AppInstall-Package=sound-juicer [125004860160] |The only change her from the upstream .desktop file is the X-AppInstall-Package key, which marks this application as to be displayed in the interface. [125004860170] |The existing Name, Comment and Icon fields are displayed to the user in the interface. [125004860180] |Example 2: OpenOffice.org [125004860190] |OpenOffice.org installs a number of .desktop files, none of which are suitable for displaying in an Application Install tool as they are for particular aspects of the suite (i.e. Writer or Impress). [125004860200] |In this case a new .desktop file is added to the package, which contains the required information alongside a Hidden=true key. [125004860210] |The Hidden key ensures that it won’t be displayed in any application menus, but can be picked up by the Application Install Tool. [125004860220] |[Desktop Entry] Encoding=UTF-8 Name=OpenOffice.org Comment=Powerful office suite Icon=ooo.png Type=Application Categories=GNOME;Application;Office; X-AppInstall-Package=openoffice.org [125004860230] |The menu layout is based upon the Freedesktop menu specification. [125004860240] |Currently GNOME does not support this standard, but hopefully GNOMEE 2.10 will. [125004860250] |At the moment the Application Install Tool includes a copy of the Applications menu structure in the Freedesktop menu format, which can be removed if GNOME 2.10 does move to it. [note: this depends on API additions to PyXDG] [125004860260] |you simply add the X-AppInstall-Package= line to your .desktop. [125004860270] |Add/Remove will automatically use the description, name, and icon in it’s display. [125004860280] |Updating the database [125004860290] |To update Add/Remove’s database, you need to run “sudo update-app-install”. [125004860300] |After that, your .desktop will appear in it’s index as a regular program! [125004860310] |However, by default update-app-install will scan all .desktop files in your system, which on low-end systems can take a while. [125004860320] |To help speed that up, you can use the “sudo update-app-install -d ” syntax - point it to the directory where your .desktop is and things will be considerably faster. [125004860330] |Source from here and thanks to the application author Vadim peretoki [125004870010] |How to Install Chromium (Google chrome) in Ubuntu using deb package [125004870020] |We have already discussed how to install google chrome using wine .Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. [125004870030] |The Chromium codebase is the basis for Google’s Chrome browser. [125004870040] |First you can use this tutorial to install chromium in Ubuntu using PPAs and after that you can try any one of the following methods. [125004870050] |First you need to download .deb package from here using the following command [125004870060] |wget http://media.codeweavers.com/pub/crossover/chromium/cxchromium_0.9.0-1_i386.deb [125004870070] |Now you have cxchromium_0.9.0-1_i386.deb package install this package using the following command [125004870080] |sudo dpkg -i cxchromium_0.9.0-1_i386.deb [125004870090] |Using Ubuntu PPA [125004870100] |First you need edit /etc/apt/sources.list file [125004870110] |gksudo gedit /etc/apt/sources.list [125004870120] |Add the following two lines for Ubuntu 9.04 (Jaunty) Users [125004870130] |deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu jaunty main [125004870140] |For ubuntu 9.10 (Karmic) Users add the following two lines [125004870150] |deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main [125004870160] |For ubuntu 10.04 (Lucid) Users add the following two lines [125004870170] |deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main [125004870180] |save and exit the file [125004870190] |Now add the GPG key using the following command [125004870200] |sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfbef0d696de1c72ba5a835fe5a9bf3bb4e5e17b5 [125004870210] |or For karmic users use the following command [125004870220] |sudo add-apt-key ppa:chromium-daily/ppa [125004870230] |Update source list [125004870240] |sudo apt-get update [125004870250] |Install chromium browser using the following command [125004870260] |sudo apt-get install chromium-browser [125004870270] |# This will complete the installation [125004870280] |If you want to open chromium go to Applications->CrossOver Chromium->Chromium [125004870290] |Chromium web browser in action [125004880010] |How to Install Skype 2 on 64-bit Ubuntu [125004880020] |Skype is software that allows users to make telephone calls over the Internet. [125004880030] |Calls to other users of the service and to free-of-charge numbers are free, while calls to other landlines and mobile phones can be made for a fee. [125004880040] |Additional features include instant messaging, file transfer and video conferencing. [125004880050] |Method 1 [125004880060] |Preparing your system [125004880070] |sudo aptitude install ia32-libs lib32asound2 libasound2-plugins [125004880080] |Install Skype on 64-bit ubuntu [125004880090] |First you need to download .deb package from here [125004880100] |After downloaded .deb package you need to install using the following command [125004880110] |sudo dpkg -i --force-all [125004880120] |Method 2 [125004880130] |Using medibuntu Repositories [125004880140] |Enter each command in terminal window [125004880150] |sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list [125004880160] |sudo apt-get install medibuntu-keyring [125004880170] |sudo apt-get update [125004880180] |Install skype using the following command [125004880190] |sudo apt-get install skype [125004880200] |For users with sound problems due to PulseAudio, Medibuntu also offers the package “skype-static-oss”. [125004880210] |Once installed, skype can be run through pulse audio with “padsp skype”. [125004890010] |How to Use more than 3GB RAM on 32-bit Ubuntu [125004890020] |Currently It seems that the current 32 bit editions of Ubuntu can only take advantage of 3GB (sometimes a little more) of physical memory. [125004890030] |Desktops and gaming rigs using 6 and 8 GB of RAM are ubiquitous now.I am having a ubuntu desktop with 5GB RAM and i want to use all the available memory for gaming. [125004890040] |Procedure to follow [125004890050] |You need to install the following packages and restart your PC [125004890060] |sudo apt-get install linux-restricted-modules-server [125004890070] |sudo apt-get install linux-headers-server [125004890080] |sudo apt-get install linux-image-server linux-server [125004890090] |That’s it after rebooting you should be able to see all the memory available in your system. [125004900010] |How to install a monitoring system: PandoraFMS 2.0 in Ubuntu 8.04 [125004900020] |This guide is made using code from sources (valid also using tarball with latest code, like 2.0). [125004900030] |It was made using Ubuntu 8.04 server. [125004900040] |Official PandoraFMS website is: http://pandorafms.org [125004900050] |Install your subversion client: [125004900060] |sudo apt-get install subversion [125004900070] |Checkout Pandora FMS repository [125004900080] |cd $HOME svn co https://pandora.svn.sourceforge.net/svnroot/pandora/trunk . . [125004900090] |[MANY FILES] . . [125004900100] |A trunk/pandora_server/util/pandora_dbstress.README A trunk/pandora_server/util/PandoraFMS A trunk/pandora_server/util/pandora_DBI_test.pl A trunk/pandora_server/util/pandora_snmp.README Checked out revision 1021. [125004900110] |Now your “SOURCES” directory are under $HOME/trunk root@gdrone:~# cd trunk/ root@gdrone:~/trunk# cd pandora_server/ root@gdrone:~/trunk/pandora_server# ls AUTHORS ChangeLog COPYING Makefile.PL pandora_recon pandora_snmpconsole util bin conf lib pandora_network pandora_server specs root@gdrone:~/trunk/pandora_server# perl Makefile.PL Warning: prerequisite DBI 0 not found. [125004900120] |Warning: prerequisite SNMP 0 not found. [125004900130] |Warning: prerequisite XML::Simple 0 not found. [125004900140] |Writing Makefile for PandoraFMS [125004900150] |Resolve dependencies installing missing packages, if your Debian/Ubuntu system needs more packages, install using a similar command. [125004900160] |Please refer documentation about prerequisites to know what packages you need). [125004900170] |sudo apt-get install libdate-manip-perl snmp snmpd libsnmp-perl libtime-format-perl \ libxml-simple-perl libnetaddr-ip-perl libdbi-perl libxml-simple-perl libnetaddr-ip-perl \ libsnmp-perl libhtml-parser-perl wmi-client xprobe2 [125004900180] |If you have not installed developer tools, install with metapackage: [125004900190] |sudo apt-get install build-essential [125004900200] |Run make [125004900210] |# make cp lib/PandoraFMS/Tools.pm blib/lib/PandoraFMS/Tools.pm cp lib/PandoraFMS/Config.pm blib/lib/PandoraFMS/Config.pm cp lib/PandoraFMS/DB.pm blib/lib/PandoraFMS/DB.pm cp bin/pandora_server.pl blib/script/pandora_server.pl /usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_server.pl cp bin/pandora_network.pl blib/script/pandora_network.pl /usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_network.pl cp bin/pandora_snmpconsole.pl blib/script/pandora_snmpconsole.pl /usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_snmpconsole.pl cp bin/pandora_recon.pl blib/script/pandora_recon.pl /usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_recon.pl [125004900220] |# make install Installing /usr/local/share/perl/5.8.7/PandoraFMS/Tools.pm Installing /usr/local/share/perl/5.8.7/PandoraFMS/Config.pm Installing /usr/local/share/perl/5.8.7/PandoraFMS/DB.pm Writing /usr/local/lib/perl/5.8.7/auto/PandoraFMS/.packlist Appending installation info to /usr/local/lib/perl/5.8.7/perllocal.pod [125004900230] |Test Pandora FMS data server [125004900240] |# pandora_server --help [125004900250] |Pandora FMS Data Server 2.0 Build Copyright (c) 2004-2008 ArticaST This program is Free Software, licensed under the terms of GPL License v2. [125004900260] |You can download latest versions and documentation at http://pandora.sourceforge.net. [125004900270] |I Need at least one parameter: Complete path to Pandora FMS Config file [125004900280] |Syntax: pandora_server [ options ] [125004900290] |Following options are optional : -v : Verbose mode activated, give more information in logfile -d : Debug mode activated, give extensive information in logfile -D : Daemon mode (runs in backgroup) -h : This screen, show a little help screen [125004900300] |

Configure Pandora FMS from sources

[125004900310] |Create directories: [125004900320] |sudo mkdir /var/spool/pandora [125004900330] |sudo mkdir /var/spool/pandora/data_in [125004900340] |Create user pandora [125004900350] |sudo useradd pandora [125004900360] |Create homedir for user pandora and .ssh subdir [125004900370] |sudo mkdir /home/pandora [125004900380] |sudo mkdir /home/pandora/.ssh [125004900390] |sudo chown -R pandora /home/pandora [125004900400] |Create Logfile directory [125004900410] |sudo mkdir /var/log/pandora [125004900420] |Make Pandora incoming dir writable for user “pandora” [125004900430] |sudo chown pandora:root /var/spool/pandora/data_in [125004900440] |sudo chmod 770 /var/spool/pandora/data_in [125004900450] |(OPTIONAL) Use scponly to secure pandora user [125004900460] |Install scponly [125004900470] |sudo apt-get install scponly [125004900480] |Replace pandora user shell for scponly [125004900490] |sudo usermod -s /usr/bin/scponly pandora [125004900500] |Create /etc/pandora [125004900510] |sudo mkdir /etc/pandora [125004900520] |Copy default config to /etc/pandora directory [125004900530] |sudo cp $HOME/trunk/pandora_server/conf/pandora_server.conf /etc/pandora/ [125004900540] |sudo chmod 770 /etc/pandora/pandora_server.conf [125004900550] |Edit /etc/pandora/pandora_server.conf file [125004900560] |Copy startup daemons to /etc/init.d [125004900570] |sudo cp $HOME/trunk/pandora_server/pandora_* /etc/init.d/ [125004900580] |(OPTIONAL) Create links to appropiate runlevel to be sure that Pandora FMS starts when system bootup [125004900590] |ln -s /etc/init.d/pandora_server /etc/rc2.d/S90pandora_server ln -s /etc/init.d/pandora_recon /etc/rc2.d/S90pandora_recon ln -s /etc/init.d/pandora_network /etc/rc2.d/S90pandora_network ln -s /etc/init.d/pandora_snmpconsole /etc/rc2.d/S90pandora_snmpconsole ln -s /etc/init.d/pandora_wmi /etc/rc2.d/S90pandora_wmi ln -s /etc/init.d/pandora_plugin /etc/rc2.d/S90pandora_plugin ln -s /etc/init.d/pandora_prediction /etc/rc2.d/S90pandora_prediction [125004900600] |(OPTIONAL) If you’re making Pandora FMS server from sources (using PERL makefile), probably you need to link executables placed on /usr/local/bin to /usr/bin because launcher scripts look for Pandora FMS executables at /usr/bin: [125004900610] |ln -s /usr/local/bin/pandora_server /usr/bin/pandora_server ln -s /usr/local/bin/pandora_snmpconsole /usr/bin/pandora_snmpconsole ln -s /usr/local/bin/pandora_recon /usr/bin/pandora_recon ln -s /usr/local/bin/pandora_network /usr/bin/pandora_network ln -s /usr/local/bin/pandora_wmi /usr/bin/pandora_wmi ln -s /usr/local/bin/pandora_plugin /usr/bin/pandora_plugin ln -s /usr/local/bin/pandora_prediction /usr/bin/pandora_prediction [125004900620] |Create shared resources directory for Pandora FMS [125004900630] |sudo mkdir /usr/share/pandora [125004900640] |Copy util directory to /usr/share/pandora [125004900650] |sudo cp -R $HOME/trunk/pandora_server/util /usr/share/pandora [125004900660] |

Final disposition of files for production usage

[125004900670] |

Installed automatically with perl makefile at build process

[125004900680] |Main executables [125004900690] |
  • /usr/bin/pandora_network - Pandora FMS Network server
  • [125004900700] |
  • /usr/bin/pandora_server - Pandora FMS Dataserver
  • [125004900710] |
  • /usr/bin/pandora_snmptraps - Pandora FMS SNMP Console for traps
  • [125004900720] |
  • /usr/bin/pandora_recon - Pandora FMS Recon server
  • [125004900730] |
  • /usr/bin/pandora_prediction - Pandora FMS Prediction server
  • [125004900740] |
  • /usr/bin/pandora_wmi - Pandora FMS WMI server
  • [125004900750] |
  • /usr/bin/pandora_plugin - Pandora FMS Plugin server
  • [125004900760] |Pandora FMS Perl (.pm) libraries [125004900770] |(depends on your Linux distro and version) in my setup (Ubuntu 6.06 server): [125004900780] |
  • /usr/local/share/perl/5.8.7/PandoraFMS/Config.pm
  • [125004900790] |
  • /usr/local/share/perl/5.8.7/PandoraFMS/DB.pm
  • [125004900800] |
  • /usr/local/share/perl/5.8.7/PandoraFMS/Tools.pm
  • [125004900810] |

    Manual install / Package install

    [125004900820] |Startup scripts [125004900830] |
  • /etc/init.d/pandora_network
  • [125004900840] |
  • /etc/init.d/pandora_server
  • [125004900850] |
  • /etc/init.d/pandora_snmpconsole
  • [125004900860] |
  • /etc/init.d/pandora_recon
  • [125004900870] |
  • /etc/init.d/pandora_prediction
  • [125004900880] |
  • /etc/init.d/pandora_wmi
  • [125004900890] |
  • /etc/init.d/pandora_plugin
  • [125004900900] |Configuration files [125004900910] |
  • /etc/pandora/pandora_server.conf
  • [125004900920] |Utilities [125004900930] |
  • /usr/share/pandora/util
  • [125004900940] |Documentation and examples [125004900950] |
  • /usr/share/pandora/doc
  • [125004900960] |

    Setting up Pandora FMS server

    [125004900970] |You need to edit /etc/pandora/pandora_server.conf and setup some paths and user/password items. [125004900980] |If you dont remember passwords/users, let’s take a look to your Pandora FMS console setup at /var/www/pandora_console/include/config.php. [125004900990] |

    Running Pandora Servers

    [125004901000] |Once you have set up the pandora_server.conf file, it is time to start the servers: [125004901010] |
  • /etc/init.d/pandora_server start
  • [125004901020] |
  • /etc/init.d/pandora_network start
  • [125004901030] |
  • /etc/init.d/pandora_snmpconsole start
  • [125004901040] |
  • /etc/init.d/pandora_recon start
  • [125004901050] |
  • /etc/init.d/pandora_prediction start
  • [125004901060] |
  • /etc/init.d/pandora_wmi start
  • [125004901070] |
  • /etc/init.d/pandora_plugin start
  • [125004901080] |

    Installing Pandora FMS 2.0 CONSOLE in Ubuntu Server 8.04

    [125004901090] |Install openssh server [125004901100] |sudo apt-get install ssh [125004901110] |Download console tarball and uncompress on /tmp/pandora/pandora_console [125004901120] |cd /tmp [125004901130] |tar xvzf /whateveritwere/pandora_console_xxxx.tar.gz [125004901140] |Install apache, php, mysql (LAMP) and some PHP5 modules: [125004901150] |apt-get install libapache2-mod-php5 apache2 mysql-server php5-gd php5-mysql php-pear php5-snmp php-db php-gettext graphviz [125004901160] |Install PEAR XML-RPC [125004901170] |pear install xml_rpc [125004901180] |Move pandora_console to /var/www [125004901190] |mv pandora_console/ /var/www [125004901200] |Change owner to www-data (apache2 user) [125004901210] |sudo chown -R www-data /var/www/pandora_console/ [125004901220] |Probably you need to restart your apache [125004901230] |sudo /etc/init.d/apache2 stop [125004901240] |sudo /etc/init.d/apache2 start [125004901250] |If you’re installing your mysql, set up a root password, for example “none” [125004901260] |mysqladmin password none [125004901270] |Make sure your MySQL is running, if not: sudo /etc/init.d/mysql start [125004901280] |Access with a browser to this machine, in my case, to 192.168.50.126 http://192.168.50.126/pandora_console/install.php [125004901290] |A webpage should show you a welcome screen to install wizard. [125004901300] |Read carefully and press “NEXT” to begin installation and go to step 2. [125004901310] |This screen needs to enter data about your database root user (or other with privileges to create databases, table and insert data), and where is placed your Pandora FMS setup. [125004901320] |Enter mysql user and password (if you’re following this doc, step by step,it should be root as user, none as password, and localhost as hostname), and let default values in last two boxes. [125004901330] |Let’s go to final step. [125004901340] |This should be done and Pandora Console fully installed. [125004901350] |Last step is delete upgrade.php, install.php, all *.sql files: [125004901360] |rm upgrade.php [125004901370] |rm install.php [125004901380] |rm *.sql [125004901390] |And access to your new Pandora FMS console at http://localhost/pandora_console/index.php [125004901400] |Login with user “admin” and password “pandora” [125004910010] |TuxGuitar - A multitrack guitar tablature editor and player [125004910020] |TuxGuitar is a multitrack guitar tablature editor and player written in Java-SWT, It can open GuitarPro, PowerTab and TablEdit files, and export to standart file-formats such as MIDI, Lilyond and MusicXML. [125004910030] |This is a native package compiled with Excelsior JET. [125004910040] |TuxGuitar, you will be able to compose music using the following features [125004910050] |Tablature editor Score Viewer Multitrack display Autoscroll while playing Note duration management Various effects (bend, slide, vibrato, hammer-on/pull-off) Support for triplets (5,6,7,9,10,11,12) Repeat open and close Time signature management Tempo management Imports and exports gp3,gp4 and gp5 files [125004910060] |Install TuxGuitar in Ubuntu [125004910070] |sudo aptitude install tuxguitar [125004910080] |This will install all the required packages for tuxguitar. [125004910090] |Using TuxGuitar [125004910100] |If you want to use TuxGuitar go to Applications--->Sound &Video--->TuxGuitar [125004910110] |TuxGuitar is loading [125004910120] |Once it opens you should see similar to the following screen [125004910130] |TuxGuitar Version details [125004920010] |Recover Deleted Files with Foremost,scalpel in Ubuntu [125004920020] |Foremost and Scalpel are not interested in the underlying filesystem. [125004920030] |They simply expect the data blocks of the files to reside sequentially in the image under investigation. [125004920040] |The tools will find images in dd dumps, RAM dumps, or swap files.Carving will help to identify and reconstruct files on corrupt filesystems, in slack space, or even after installation of a new operating system, as long as the required data blocks still exist. [125004920050] |Forensics application to recover data.Foremost is a console program to recover files based on their headers, footers, and internal data structures. [125004920060] |This process is commonly referred to as data carving. [125004920070] |Foremost can work on image files, such as those generated by dd, Safeback, Encase, etc, or directly on a drive. [125004920080] |The headers and footers can be specified by a configuration file or you can use command line switches to specify built-in file types. [125004920090] |These built-in types look at the data structures of a given file format allowing for a more reliable and faster recovery. [125004920100] |Install foremost in Ubuntu [125004920110] |sudo aptitude install foremost [125004920120] |This will complete the installation. [125004920130] |Using Foremost [125004920140] |Foremost Syntax [125004920150] |foremost [-h][-V][-d][-vqwQT][-b][-o] [-t][-s][-i] [125004920160] |Available Options [125004920170] |-h Show a help screen and exit. -V Show copyright information and exit. -d Turn on indirect block detection, this works well for Unix file systems. -T Time stamp the output directory so you don’t have to delete the output dir when running multiple times. -v Enables verbose mode. [125004920180] |This causes more information regarding the current state of the program to be dis-played on the screen, and is highly recommended. -q Enables quick mode. [125004920190] |In quick mode, only the start of each sector is searched for matching headers. [125004920200] |That is,the header is searched only up to the length of the longest header. [125004920210] |The rest of the sector, usually about 500 bytes, is ignored. [125004920220] |This mode makes foremost run con- siderably faster, but it may cause you to miss files that are embedded in other files. [125004920230] |For example, using quick mode you will not be able to find JPEG images embedded in Microsoft Word documents. [125004920240] |Quick mode should not be used when examining NTFS file systems. [125004920250] |Because NTFS will store small files inside the Master File Table, these files will be missed during quick mode. [125004920260] |-Q Enables Quiet mode. [125004920270] |Most error messages will be sup-pressed. -w Enables write audit only mode. [125004920280] |No files will be extracted. -a Enables write all headers, perform no error detection in terms of corrupted files. -b number Allows you to specify the block size used in foremost. [125004920290] |This is relevant for file naming and quick searches. [125004920300] |The default is 512. ie. foremost -b 1024 image.dd [125004920310] |-k number Allows you to specify the chunk size used in foremost.This can improve speed if you have enough RAM to fit the image in. [125004920320] |It reduces the checking that occurs between chunks of the buffer. [125004920330] |For example if you had >500MB of RAM. ie. foremost -k 500 image.dd [125004920340] |-i file The file is used as the input file. [125004920350] |If no input file is specified or the input file cannot be read then stdin is used. [125004920360] |-o directory Recovered files are written to the directory directory. [125004920370] |-c file Sets the configuration file to use. [125004920380] |If none is speci-fied, the file “foremost.conf” from the current direc-tory is used, if that doesn’t exist then “/etc/fore-most.conf” is used. [125004920390] |The format for the configuration file is described in the default configuration file included with this program. [125004920400] |See the CONFIGURATION FILE section below for more information. [125004920410] |-s number Skips number blocks in the input file before beginning the search for headers. ie. foremost -s 512 -t jpeg -i /dev/hda1 [125004920420] |Foremost examples [125004920430] |Search for jpeg format skipping the first 100 blocks [125004920440] |sudo foremost -s 100 -t jpg -i image.dd [125004920450] |Only generate an audit file, and print to the screen (verbose mode) [125004920460] |sudo foremost -av image.dd [125004920470] |Search all defined types [125004920480] |sudo foremost -t all -i image.dd [125004920490] |Search for gif and pdf [125004920500] |sudo foremost -t gif,pdf -i image.dd [125004920510] |Search for office documents and jpeg files in a Unix file sys-tem in verbose mode. [125004920520] |sudo foremost -v -t ole,jpeg -i image.dd [125004920530] |Run the default case [125004920540] |sudo foremost image.dd [125004920550] |image.dd means you need to enter your hardisk mount point i.e /dev/sda1 or /dev/sda2 [125004920560] |scalpel [125004920570] |A Frugal, High Performance File CarverA fast file carver that reads a database of header and footer definitions and extracts matching files from a set of image files or raw device files. [125004920580] |Scalpel is filesystem-independent and will carve files from FATx, NTFS, ext2/3, or raw partitions. [125004920590] |It is useful for both digital forensics investigation and file recovery. [125004920600] |Install scalpel in Ubuntu [125004920610] |sudo aptitude install scalpel [125004920620] |This will complete the installation [125004920630] |Using scalpel [125004920640] |By default, all file types in the database (/etc/scalpel/scalpel.conf) are commented out. [125004920650] |To specify which filetypes you want to carve, you need to edit the file and uncomment each line. [125004920660] |sudo scalpel FILE -o Directory [125004920670] |Where FILE is the image file (or device) and Directory is the output directory. [125004930010] |How to Setup Yahoo!zimbra Desktop in Ubuntu 8.04 (Hardy) [125004930020] |Zimbra software is open source, meaning we make both the software code and the application itself available to anyone at no charge. [125004930030] |Also, Zimbra Desktop is a full version; there are no missing features or catches. [125004930040] |Yahoo!zimbra Feature details [125004930050] |Email [125004930060] |
  • Easily compose, edit, delete, reply, or make drafts
  • [125004930070] |
  • ‘Drag and drop’ messages into new folders or the Trash
  • [125004930080] |
  • Supports plain text and html message formatting
  • [125004930090] |
  • Add email signatures for each account
  • [125004930100] |
  • Automatically reply with the correct ‘from’ address
  • [125004930110] |
  • Work even when you are not online- messages you send are saved in the “Outbox” and are sent when you connect again
  • [125004930120] |Conversation Views, Tags, and Search [125004930130] |
  • Collapse email threads into a single Conversation View to simplify your inbox
  • [125004930140] |
  • Tag messages as important from people you care about
  • [125004930150] |
  • Quickly search your mailbox for pictures, documents or text- even with attachments
  • [125004930160] |
  • Use the visual Search Builder to easily search by folder, date, person, subject or attachment
  • [125004930170] |
  • Save searches as Virtual Folders- for example “All email with attachments from Joe”
  • [125004930180] |Web mash-ups [125004930190] |
  • View addresses as Yahoo! Maps
  • [125004930200] |
  • Automatically detect your location and find points of interest with Yahoo! Local
  • [125004930210] |
  • Preview web pages at thumbnails instead of opening a browser
  • [125004930220] |
  • See your calendar schedule from within an email message if you hover over a date
  • [125004930230] |
  • Web Search powered by Yahoo! is built directly into Zimbra Desktop
  • [125004930240] |Contacts [125004930250] |
  • Store all your contacts in one place for all your accounts
  • [125004930260] |
  • Create groups and tags to organize them
  • [125004930270] |
  • Add photos to contacts
  • [125004930280] |
  • Auto complete email addresses when composing email
  • [125004930290] |
  • Easily import new contacts from other applications as .csv files or export contacts as .csv files for backup
  • [125004930300] |Calendar [125004930310] |
  • Manage multiple color-coded calendars
  • [125004930320] |
  • View calendars in Day, Week, Work Week, Month or List view
  • [125004930330] |
  • ‘Drag and drop’ events to new days or to change times
  • [125004930340] |
  • Import public web calendars (iCal format), such as sports schedules
  • [125004930350] |
  • Invite others to meetings and view free/busy times
  • [125004930360] |Documents, Tasks, Briefcase [125004930370] |
  • Edit Documents including add images, tables and spreadsheets; share them in email
  • [125004930380] |
  • Track your to do’s including start and end dates, percent complete
  • [125004930390] |
  • Save attachments in Briefcase rather than as message attachments
  • [125004930400] |
  • Works with any account you set up
  • [125004930410] |Extra features with Zimbra Collaboration Suite [125004930420] |
  • Email, contacts and calendar synchronize to the Zimbra Server
  • [125004930430] |
  • Works with both Open Source and Network Edition (ZCS 4.5+ servers)
  • [125004930440] |
  • Existing user preferences (folders, signatures, settings, etc) are imported
  • [125004930450] |
  • Fast launch with automatic, transparent sync
  • [125004930460] |
  • Access to mobile devices, the Zimbra online Web Client and much more
  • [125004930470] |Install Yahoo!zimbra Desktop in Ubuntu Hardy [125004930480] |First you need to add the ubuntu patner source list using the following procedure [125004930490] |Go to System--->Administration--->Software Sources [125004930500] |Enter your password click on ok [125004930510] |Once it opens you need to click on Third party software tab and check the tick marks next to partner source list click on close. [125004930520] |You need to click on Reload on the following screen [125004930530] |Downloading the new package information is in progress [125004930540] |Install Yahoo!Zimbra desktop using the following command [125004930550] |sudo aptitude install zdesktop [125004930560] |Installation is in progress [125004930570] |After installation you need to go to Applications--->Internet--->Zimbra Desktop Installer [125004930580] |Select your language click on ok [125004930590] |Zimbra desktop welcome screen click on Next [125004930600] |Agree license agreement click on Next [125004930610] |Select destination directory click on Next [125004930620] |Extracting files is in progress [125004930630] |If you want to create desktop icon select this option and click on Next [125004930640] |Zimbra desktop service is starting in progress [125004930650] |Launch Yahoo! Zimbra Desktop click on Finish [125004930660] |Email Accounts setup [125004930670] |When you start Zimbra for the first time, you’re asked to set up an email account (to do this, you need the login details for your email account from your provider as well as the SMTP and POP3/IMAP server address, and you must be online because otherwise Zimbra Desktop cannot check your account details).Click on setup an account [125004930680] |Select your account type in this example i am using gmail if you want to use your pop3/imap account you can select here [125004930690] |Enter the account details click on Save Settings [125004930700] |Mailbox Successfully created click on ok [125004930710] |Account details [125004930720] |Account calender screen [125004930730] |New task screen [125004940010] |Switch to a lightweight filemanager (Thunar) [125004940020] |Thunar is the default file manager used in the stripped-back Xfce4 desktop of Xubuntu. [125004940030] |It starts quickly and has a low-memory footprint, yet it is very powerful and provides all the features you are likely to need. [125004940040] |In fact, it beats Nautilus in many departments when it comes to features. [125004940050] |One feature of Thunar I particularly appreciate is the ability to rubber-band-select many files in list view, something Nautilus doesn’t allow. [125004940060] |Thunar also includes the ability to define your own right-click functions, something that is possible in Nautilus but only if you add the Nautilus Actions component. [125004940070] |Thunar can be used to replace Nautilus within the Ubuntu desktop for some operations, although bear in mind that Nautilus windows will still appear sometimes, such as when using Nautilus CD-R/DVD Creator. [125004940080] |Follow these steps to switch to Thunar: [125004940090] |
  • Start Synaptic, and search for and install the thunar and thunar-archive-plugin packages. [125004940100] |After installation, you can run Thunar by typing thunar in a terminal window.
  • [125004940110] |
  • To cause Thunar to open whenever you click an entry in the Places menu, you’ll need to edit a configuration file: open a terminal window, and type the following:
  • [125004940120] |gksu gedit /usr/share/applications/nautilus-folder-handler.desktop [125004940130] |
  • Scroll to the bottom of the file, and look for the line that reads Exec=nautilus --no-desktop %U. Change it so it reads Exec=thunar %U. Then save the file, log out and back in again, and test the changes by selecting Places --> Home.
  • [125004940140] |This tip works equally well for any alternative file manager. [125004940150] |Others you might like to try are Konqueror (KDE’s file manager), Dolphin (KDE4’s file manager), and Rox-filer, a stripped-down file manager that is extremely lightweight. [125004940160] |Just use Synaptic to search for and install konqeuror, doplhin, or rox-filer, respectively. [125004940170] |When altering the earlier nautilus-folder-handler.desktop file to make Rox-filer the default, change the line to read Exec=rox-filer, without the %U; Dolphin and Konqueror still require the %U after the command. [125004940180] |Note that Rox-filer’s configuration is carried out by right-clicking a blank spot in its program window. [125004940190] |It doesn’t use a traditional menu system, like most application windows. [125004940200] |If you want a lightweight command-line file manager, install Midnight Commander (search for and install the mc package using Synaptic). [125004940210] |Then type mc at the prompt to start the program. [125004940220] |Once it’s started, hit Alt+1, use the cursor keys to highlight Contents, and then hit Enter. [125004940230] |This will display the help file explaining how to use the program. [125004940240] |If you ever used Norton Commander back in the days of DOS, you’ll find Midnight Commander very familiar, because it’s modeled on that product. [125004940250] |To go back to using Nautilus after installing Thunar (or Konqueror/Dolphin/Rox-Filer), just edit the nautilus-folder-handler.desktop file again, and change the line you edited to read Exec=nautilus --no-desktop %U (note there are two dashes before no-desktop). [125004940260] |Then save the file, and log out and back in again. [125004940270] |_______ [125004940280] |This is an extract from the new book Ubuntu Kung Fu, which was published last week and contains over 300 fun and useful tips, tricks, hints and hacks for Ubuntu users. [125004940290] |Written by award-winning Linux author Keir Thomas, it’s available at all good bookstores and also in PDF format for a recession-busting $22. [125004950010] |How to Convert flv (flash video) to dvd iso in Ubuntu [125004950020] |flv2dvd is a script that convert an flv into a dvd iso image. simple stick the (single flv file) into an empty directory, cd into it and type in (flv2dvd *) without the quates. [125004950030] |The end result is a dvd iso that you can burn using your favorate cd burner. [125004950040] |Install flv2dvd in Ubuntu hardy [125004950050] |You need to edit the /etc/apt/sources.list file using the following command [125004950060] |sudo gedit /etc/apt/sources.list [125004950070] |Then add the fallowing line to the bottom [125004950080] |deb http://ubuntu.global-web.us/hardy binary/ [125004950090] |Save and exit the file [125004950100] |Update the source list using the following comamnd [125004950110] |sudo apt-get update [125004950120] |Install flv2dvd using the following command [125004950130] |sudo apt-get install flv2dvd [125004950140] |Using flv2dvd [125004950150] |simple stick the (single flv file) into an empty directory, cd into it and type in (flv2dvd *) without the quates. [125004950160] |The end result is a dvd iso that you can burn using your favorate cd burner. [125004950170] |mkdir flvtest [125004950180] |for example if you have music.flv file in flvtest directory [125004950190] |cd flvtest [125004950200] |flv2dvd * [125004950210] |Now you should be having dvd iso that you can burn using your favorate cd burner. [125004960010] |Upgrade Ubuntu 8.04 (Hardy Heron) to Ubuntu 8.10 (Intrepid Ibex) Beta [125004960020] |Ubuntu 8.10 is the upcoming version of the Ubuntu operating system. [125004960030] |The common name given to this release from the time of its early development was “Intrepid Ibex”. [125004960040] |Note: This is still a beta release. [125004960050] |Do not install it on production machines. [125004960060] |The final stable version will be released in 30th October 2008. [125004960070] |Important Notes Before Upgrade [125004960080] |
  • Take a complete Back up all your data. [125004960090] |There is no guarantee that all will go well.
  • [125004960100] |
  • Remember that this software is still beta at this time. [125004960110] |It is not for production machines.
  • [125004960120] |
  • Be sure that you have all updates applied to Ubuntu 8.04 LTS before you upgrade
  • [125004960130] |Procedure to follow [125004960140] |To upgrade from Ubuntu 8.04, press Alt+F2 and type in “update-manager -d” (without the quotes) into the command box. [125004960150] |Starting Update Manager in Progress [125004960160] |Update Manager should open up and tell you: New distribution release ’8.10′ is available. [125004960170] |Click Upgrade [125004960180] |This will show you Ubuntu 8.10 Intrepid Ibex Release notes click on upgrade [125004960190] |If you are using any third party sources in your /etc/apt/sources.list file it will be disabled at the time of upgrade process click close [125004960200] |Setting new software channels in progress [125004960210] |Starting the upgrade process window click on Start Upgrade [125004960220] |Downloading the new Packages in Progress [125004960230] |Installing Packages in Progress [125004960240] |Installing Packages in Progress in Terminal [125004960250] |Remove obsolete packages window click on remove [125004960260] |Cleaning Up process in Progress [125004960270] |You need to restart the system to complete the Upgrade by clicking “Restart Now” [125004960280] |Testing Your Upgrade [125004960290] |You can check the ubuntu version installed using the following command [125004960300] |sudo lsb_release -a [125004960310] |Output Looks like below [125004970010] |How to Install Apache2 webserver with PHP,CGI and Perl Support in Ubuntu Server [125004970020] |The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. [125004970030] |The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.Apache v2 is the next generation of the omnipresent Apache web server. [125004970040] |This version - a total rewrite - introduces many new improvements, such as threading, a new API, IPv6 support, request/response filtering, and more. [125004970050] |Install Apache2 in Ubuntu [125004970060] |sudo aptitude install apache2 [125004970070] |This will complete the installation. [125004970080] |After installation Type the server’s IP address (or alias if you added the server to your /etc/hosts file) in your browser’s address bar or, if you are browsing on the server itself, type 127.0.0.1 or localhost. [125004970090] |If an error occurs, then you will have to edit the apache2.conf file to ensure that Apache can fully resolve the server’s name.If you have any problem then you have to edit the apache2 configuration file using the following command [125004970100] |sudo nano /etc/apache2/apache2.conf [125004970110] |Add the following line somewhere [125004970120] |ServerName localhost [125004970130] |or [125004970140] |ServerName yourserverip [125004970150] |Save and exit the file [125004970160] |Now you need to restart Apache server using the following command. [125004970170] |sudo apache2ctl restart [125004970180] |Change default document root in Apache2 [125004970190] |The main configuration file located at /etc/apache2/apche2.conf.If you want to change the default document root you need to edit the /etc/apache2/sites-available/default file and look for this line “DocumentRoot /var/www/” here you can change where ever you want to change.For example if you want to change /home/www the above line looks like this “DocumentRoot /home/www/”. [125004970200] |Save and exit the file [125004970210] |Now you need to restart Apache server using the following command. [125004970220] |sudo apache2ctl restart [125004970230] |Enable PHP support for apache2 webserver [125004970240] |If you want to enable php5 or php4 support to your apache webserver use the following commands to install require packages [125004970250] |For PHP5 [125004970260] |sudo aptitiude install php5 libapache2-mod-php5 [125004970270] |For PHP4 [125004970280] |sudo aptitiude install php4 libapache2-mod-php4 [125004970290] |You also make sure the php5 and php4 modules are enabled using the following commands [125004970300] |sudo a2enmod php5 [125004970310] |sudo a2enmod php4 [125004970320] |After installing php support you need to restart apache webserver using the following command [125004970330] |sudo apache2ctl restart [125004970340] |Test your PHP Support foe apache webserver [125004970350] |To check the status of your PHP installation [125004970360] |sudo nano /var/www/testphp.php [125004970370] |and insert the following line [125004970380] | [125004970390] |Save and exit the file [125004970400] |Now open web browser at http://yourserveripaddress/testphp.php and check. [125004970410] |Enable CGI and perl support for apache2 server [125004970420] |You need to install the following package [125004970430] |sudo aptitude install libapache2-mod-perl2 [125004970440] |Configure a cgi-bin directory [125004970450] |You need to create a cgi-bin directory using the following command [125004970460] |sudo mkdir /home/www/cgi-bin [125004970470] |Configuring Apache to allow CGI program execution is pretty easy. [125004970480] |Create a directory to be used for CGI programs and add the following to the site configuration file (again between the tags). [125004970490] |ScriptAlias /cgi-bin/ /home/www/cgi-bin/ Options ExecCGI AddHandler cgi-script cgi pl [125004970500] |The first line creates an alias that points to the directory in which CGI scripts are stored. [125004970510] |The final line tells Apache that only files that end with the *.cgi and *.pl extensions should be considered CGI programs and executed. [125004970520] |Test your Perl Program [125004970530] |cd /home/www/cgi-bin [125004970540] |sudo nano perltest.pl [125004970550] |Copy and paste the following section save and exit the file. [125004970560] |###Start### #!/usr/bin/perl -w print "Content-type: text/html\r\n\r\n"; print "Hello there!
    \nJust testing .
    \n"; for ($i=0; $i<10; $i++) { print $i."
    "; } ###End###
    [125004970570] |make sure you change permissions on it [125004970580] |sudo chmod a+x perltest.pl [125004970590] |Now open your web browser open http://yourserverip/cgi-bin/perltest.pl.It should be working. [125004980010] |Buddi - Personal budget software for Ubuntu Desktop [125004980020] |Buddi is a personal finance and budgeting program, aimed at those who have little or no financial background. [125004980030] |In making this software, We have attempted to make things as simple as possible, while still retaining enough functions to satisfy most home users. [125004980040] |Buddi will run on almost any computer which has a Java virtual machine installed. [125004980050] |This can include Windows, Macintosh OS X, Linux, and many other operating systems. [125004980060] |Install Buddi in Ubuntu [125004980070] |Preparing your system [125004980080] |sudo aptitude install odbcinst1debian1 unixodbc java-common sun-java6-bin sun-java6-jre [125004980090] |Now you need to download .deb package from here .Now you should be having Buddi-3.2.1.4.deb package.Install this package using the following command [125004980100] |sudo dpkg -i Buddi-3.2.1.4.deb [125004980110] |This will complete the buddi installation. [125004980120] |Using Buddi [125004980130] |If you want to open buddi go to Applications--->Office--->Buddi [125004980140] |Buddi is loading [125004980150] |Once it opens you should see similar to the following screen [125004980160] |Create Accounts [125004980170] |The first thing to do when you start Buddi for the first time is to create your accounts. [125004980180] |In general, an account in Buddi is a location where you either store or owe money. [125004980190] |The sum of the money in all accounts is your net worth. [125004980200] |A few examples of accounts in Buddi may be your Savings account at the bank, your credit card, the money in your wallet, or an investment, like a GIC. [125004980210] |To create an account, make sure that you are in the My Accounts tab, and click on the Edit--->Create Account menu. [125004980220] |Enter the name, the type, and the starting balance. [125004980230] |The name can be whatever you want, but must be unique - you cannot have two accounts named “Money”, for instance. [125004980240] |The starting balance should be the amount which you currently have in this account: for instance, the total on your last bank statement, or the amount of money currently in your wallet. [125004980250] |Create Budget Categories [125004980260] |The next thing to do is to set up your budget. [125004980270] |All money which comes in to or goes out of an account in Buddi is associated with a Budget Category. [125004980280] |You can use these categories to categorize income and expenses, which can help you to track where you money is going. [125004980290] |On all new files, Buddi sets up some default budget categories, such as Salary, Groceries, Utilties, etc. [125004980300] |If you do not feel that you will use some of these default ones, you can delete them. [125004980310] |If you want to add more, you can do so by clicking Edit---> Create Budget Category. [125004980320] |Once you have set up your Budget Categories, you now need to decide how much to budget for each. [125004980330] |This amount is the amount which you are planning to spend in one period (the most frequently used period is monthly, although you can change this for different categories). [125004980340] |This amount forms the baseline for you, and helps you determine if you spent too much or not. [125004980350] |When you are first starting out at keeping a budget, it may be difficult to know how much to plan to spend. [125004980360] |If you don’t know, you can just make an estimate; you can always adjust this value at a later date. [125004980370] |The screenshot above shows the default Budget Categories, some of which have been assigned a budget value. [125004980380] |Note that any which have not been assigned show up as a dashed line. [125004980390] |Buddi Preferences screen [125004980400] |Reports are how you can review your budget, and verify how well you kept to it. [125004980410] |There are a few built in reports which are included with Buddi; in addition, you can download other plugins, written by third parties, which add additional reports. [125004980420] |In this tutorial, we will only cover a few of the built in reports, but all of them will use the same basic methods. [125004980430] |When you first click on the “My Reports” section, you will see a list of possible reports, with a pulldown for each to select the time period which you wish to use. [125004980440] |The details of what is shown in each report should be clear from the text. [125004980450] |For instance, in the screenshor below, we are about to select the time period “This Month” for the Income Pie Graph report. [125004980460] |Buddi Version Details [125004980470] |Buddi Plugins [125004980480] |Using Plugins [125004980490] |Plugins are additions, mostly written by third parties, which can expand the functionality of Buddi. [125004980500] |There are a number of different plugins types, including ones which import / export / synchronize your data with external programs, ones which add additional report types, etc. [125004980510] |To install a plugin, do the following: [125004980520] |Download it from the Buddi Plugin Downloads page.Unzip the file and extract the .buddi3plugin file. [125004980530] |Make a note of which folder you extracted the file into. [125004980540] |Open Buddi, and go to the Preferences screen, on the Plugins tab. [125004980550] |Click the Add button Select the .buddi3plugin file which you extracted earlier You should now see the plugin in the Plugins list. [125004980560] |Hit OK to close the preferences screen and save your changes. [125004980570] |You will be prompted to restart Buddi - you must do this before the plugin is activated. [125004990010] |How to Find duplicate copies of files Using fdupes in Ubuntu [125004990020] |FDupes uses md5sums and then a byte by byte comparison to find duplicate files within a set of directories. [125004990030] |It has several useful options including recursion. [125004990040] |Install fdupes in ubuntu [125004990050] |sudo aptitude install fdupes [125004990060] |This will install all the required packages for fdupes [125004990070] |Using fdupes [125004990080] |Fdupes syntax [125004990090] |fdupes [ options ] DIRECTORY [125004990100] |Available Options [125004990110] |-r --recurse - include files residing in subdirectories [125004990120] |-s --symlinks - follow symlinked directories [125004990130] |-H --hardlinks - normally, when two or more files point to the same disk area they are treated as nonn-duplicates; this option will change this behavior [125004990140] |-n --noempty - exclude zero-length files from consideration [125004990150] |-f --omitfirst - omit the first file in each set of matches [125004990160] |-1 --sameline - list each set of matches on a single line [125004990170] |-S --size - show size of duplicate files [125004990180] |-q --quiet - hide progress indicator [125004990190] |-d --delete - prompt user for files to preserve, deleting all others [125004990200] |-v --version - display fdupes version [125004990210] |-h --help - displays help [125004990220] |Fdupes Examples [125004990230] |1) fdupes -r ./stuff >dupes.txt [125004990240] |Then, deleting the duplicates was as easy as checking dupes.txt and deleting the offending directories. fdupes also can prompt you to delete the duplicates as you go along. [125004990250] |2) fdupes -r /home/user >/home/user/duplicate.txt [125004990260] |Output of the command goes in duplicate.txt [125004990270] |fdupes will compare the size and MD5 hash of the files to find duplicates [125004990280] |You can also use fslint to do this job this is simple GUI tool to do this. [125005000010] |The extremely simple guide to installing Ubuntu using Wubi (From Windows) [125005000020] |Many people are put off using Ubuntu because of installation issues. [125005000030] |Not that installation is difficult, of course, but for the true non-technical user, it’s equivalent to scaling Mount Everest. [125005000040] |This guide is for them. [125005000050] |It’s a step-by-step guide to installing Ubuntu for complete and utter beginners. [125005000060] |If you have a relative, or friend, who would like to try Ubuntu, but who is frankly scared of the prospect, then send them a link to this posting! [125005000070] |It assumes zero prior knowledge. [125005000080] |We’re going to use something called Wubi. [125005000090] |This is built into the latest releases of Ubuntu and lets you install Ubuntu as a file within Windows. [125005000100] |It makes installing Ubuntu just like installing some Windows software. [125005000110] |No drastic repartitioning is necessary and you don’t have to deal with baffling terminology. [125005000120] |Once installation has finished, you just choose between Windows and Ubuntu when you boot. [125005000130] |If you decide you want to get rid of Ubuntu, you can use Add/Remove Programs to get rid of it, like a Windows program. [125005000140] |Above all, there is NO repartitioning of the disk, and no complex terminology. [125005000150] |Using Wubi is therefore extremely safe and presents an almost zero possibility of problems. [125005000160] |Using a Wubi installation of Ubuntu is just the same as any other installation of Ubuntu, with one or two caveats: [125005000170] |
  • First, performance isn’t quite as good as a standard installation, although it’s unlikely you’ll notice much.
  • [125005000180] |
  • Secondly, you won’t be able to use the Hibernate (suspend to disk) power saving mode of Ubuntu.
  • [125005000190] |To follow the instructions below you’ll need: [125005000200] |
  • at least 5GB of hard disk space free in your Windows setup (if free space isn’t available then consider uninstalling software or deleting files; movies and MP3s take up an enormous amount of space);
  • [125005000210] |
  • a blank CD-R or CD-RW disc;
  • [125005000220] |
  • a reasonably fast Internet connection (you’re going to download a 700MB file);
  • [125005000230] |
  • the ability to concentrate without hurting yourself.
  • [125005000240] |If you fulfill these criteria, let’s crack on! [125005000250] |

    The installation

    [125005000260] |
  • Start by defragmenting your Windows hard disk. [125005000270] |This is necessary because you’re about to create some massive multi-gigabyte files there, and you really want them to be contiguous on the disk, rather than spotted in pieces around a disorganized hard disk. [125005000280] |To defrag under Vista, open Computer on the Start menu, and then right-click your hard disk icon. [125005000290] |Select Properties and then the Tools tab in the dialog that appears. [125005000300] |Then click the Defragment Now button. [125005000310] |Under XP, open My Computer, right-click the hard disk icon, click Properties, then the Tools tab, and click the Defragment Now button. [125005000320] |Then click the Defragment button in the program window that appears.
  • [125005000330] |
  • Ubuntu is distributed as an ISO image. [125005000340] |An ISO image is effectively the contents of a CD-ROM in a large file. [125005000350] |As such, it’s pretty large (about 700MB), so start it downloading ASAP because it might take a while. [125005000360] |Head off to http://www.ubuntu.com/getubuntu/download and download Ubuntu 8.04 LTS Desktop Edition for a standard personal computer. [125005000370] |The default options selected on the website are fine, in fact, so you can just click the Start Download button.(If you don’t mind waiting around for up to ten weeks before installing Ubuntu, you might request a free Ubuntu CD be mailed to you via the Ubuntu Ship-It service: https://shipit.ubuntu.com. [125005000380] |This will remove the need to burn your own CD, and you can skip straight to Step 6 below.)
  • [125005000390] |
  • While that’s downloading the ISO image, you’ll need to source a blank CD-R or CD-RW disk. [125005000400] |Then you’ll need some software that will create your new Ubuntu install disk from the file you’re downloading. [125005000410] |This can be done using Nero Burning ROM (or most disk burning software apps), but I’m going to assume you don’t have this, because not everybody does. [125005000420] |So head off to http://isorecorder.alexfeinman.com and download ISO Recorder. [125005000430] |This is a freeware application that burns CD/DVD ISO images. [125005000440] |You’ll need to download V2 if you have Windows XP, or V3 if you have Windows Vista. [125005000450] |You will need the 32-bit version in each case, unless you know for sure that you’re using a 64-bit version of Windows. [125005000460] |Once ISO Recorder has downloaded, install it.
  • [125005000470] |
  • Insert your blank CD-R or CD-RW disk and, assuming the Ubuntu ISO file has now downloaded, right-click on it and select Copy Image To CD (cancel any Windows dialog boxes that pop-up asking what you want to do with the blank CD-R/RW). [125005000480] |This will start ISO Recorder. [125005000490] |If you’re running Vista, in the ISO Recorder interface, click the Recording Speed dropdown list and select the slowest speed possible. [125005000500] |If you’re running XP, in the ISO Recorder interface click the Properties button. [125005000510] |Then click and drag the Recording Speed slider to the left, so it’s at the lowest speed possible that isn’t actually zero. [125005000520] |This is necessary because, for some reason, burning ISO images to CD tends to go wrong if a high writing speed is used. [125005000530] |Click OK to close the dialog, then click the Next button to actually burn the disk.
  • [125005000540] |
  • Once the burn has finished, the disk will be ejected. [125005000550] |Close the ISO Recorder program and slip the disk back in again. [125005000560] |A new dialog box will pop-up, offering several options, but the one you want is Install Inside Windows (if you’re running Windows Vista, you’ll have to select to Run Umenu.exe first).
  • [125005000570] |
  • Another dialog box will pop-up, this time with the Ubuntu installation choices (see screenshot below). [125005000580] |The first lets you select which partition or hard disk you want to install Ubuntu to. [125005000590] |Assuming you only have one hard disk, this can be left as it is. [125005000600] |The installation Size dropdown lets you set the size of the Ubuntu partition in GB (in other words, the size of the files that will created to contain your Ubuntu installation). [125005000610] |You’ll need at least 4GB for a comfortable installation. [125005000620] |You can leave the Desktop Environment dropdown as it is (it only has one option anyway), and assuming English is your main language, leave the Language dropdown as it is. [125005000630] |In the Username box, type the username you’d like to use when logging into Ubuntu, and in the Password box, type the password you’d like to use. [125005000640] |Once done, click the Install button.
  • [125005000650] |
  • Now you can sit back while Ubuntu installs. [125005000660] |There are two phases to this. [125005000670] |First the new files are created for the Ubuntu installation in the Windows file system, and some files are copied across. [125005000680] |Following this, the computer reboots into Ubuntu, and the installation is completed. [125005000690] |Leave the CD in the drive throughout. [125005000700] |When the computer restarts after the installation reboot, you’ll have to choose Ubuntu from the boot menu (use the up/down cursor keys and hit Enter when you’ve made your choice). [125005000710] |You’ll have to do this each time you want to start Ubuntu in future, in fact. [125005000720] |Later on I’ll tell you how to make Ubuntu your default boot choice.
  • [125005000730] |
  • Once Ubuntu is installed, you’ll be prompted to login with your new username and password. [125005000740] |And that’s about it. [125005000750] |Everything configures itself. [125005000760] |If you have a printer it will be detected and installed, for example (no need for driver disks here!). [125005000770] |The only thing you may have to do is setup your network connection -- click the NetworkManager icon at the top right (it looks like two monitors inset against each other) and then select the wifi network from the list. [125005000780] |When you click on it you’ll be prompted to enter the wifi password. [125005000790] |You might also need to set the screen resolution, if it isn’t already correct, by clicking the System menu, then the Preferences menu, and then the Screen Resolution option. [125005000800] |Following this Ubuntu is ready to roll, and the world is your oyster. [125005000810] |You’ll find your Windows files are accessible by browsing to the host folder in the root of the file system. [125005000820] |I advise you to get a good book to help you get to grips with Ubuntu. [125005000830] |You can try the award-winning Beginning Ubuntu Linux, Third Edition, published by Apress. [125005000840] |You might want to partner this to Ubuntu Kung Fu, published by The Pragmatic Bookshelf, which contains over 300 tips, tricks, hints, and hacks for Ubuntu, all of which will turn you into an expert user in record time. [125005000850] |Both are written by the shame-faced but award-winning author of what you’re reading now.
  • [125005000860] |
  • One last thing. [125005000870] |I mentioned earlier that you can make Ubuntu the default choice on the Windows boot menu. [125005000880] |To do this in Vista, right-click Computer, then click the Advanced System Settings option. [125005000890] |Under XP, right-click the My Computer icon and click Properties. [125005000900] |Then, under either operating system, in the dlalog that appears click the Advanced tab, and then the Settings button under the Startup and Recovery heading. [125005000910] |Then select “Ubuntu” from the Default Operating System dropdown list. [125005000920] |You might also want to reduce the figure in the Time to Display List of Operating Systems, so you’re not wasting 15 seconds each time the computer boots unattended. [125005000930] |A value of two seconds gives you just enough time to hit a key to stop the countdown and then make an alternative selection.
  • [125005000940] |
  • If you want to remove Ubuntu (Shock! Horror!), browse to C:\ubuntu and double-click Uninstall-Ubuntu.exe. [125005000950] |Resist the temptation to just delete the C:\ubuntu folder. [125005000960] |This will leave the boot menu entry in place, and that will start to get on your nerves after a while. [125005000970] |If, on the other hand, you wish to convert your Wubi installation into a fully-blown hard disk partition installation, you can follow the instructions at http://lubi.sourceforge.net/lvpm.html.
  • [125005000980] |________________ [125005000990] |Keir Thomas is the award-winning author of the newly published books Ubuntu Kung Fu, and Beginning Ubuntu Linux, Third Edition. [125005001000] |A previous edition of the latter won a Linux Journal award a year or two ago. [125005001010] |He’s been writing about computers and operating systems for over a decade. [125005010010] |Appnr - Web-based tool and a service that install applications on Ubuntu [125005010020] |Appnr is a Web-based tool and a service that install applications on Ubuntu. [125005010030] |Application install from Appnr is always latest version in repositories. [125005010040] |AptURL is required [125005010050] |The AptURL Protocol Handler and a Web browser support are required to install applications. [125005010060] |The AptURL Protocol Handler is a program that handles special URLs to installing software on APT-based Linux systems. [125005010070] |Ubuntu 7.10 or higher can use AptURL by default. [125005010080] |Please install the package “apturl” if using APT-based Linux systems like Debian, Linux Mint, PCLinuxOS. [125005010090] |Install from Synaptic Package Manager [125005010100] |Go to Synaptic Package Manager and find “apturl”. [125005010110] |When you have found it check it and click on “Apply Changes”. [125005010120] |Install from Terminal [125005010130] |sudo apt-get install apturl [125005010140] |After installing apturl you need to visit the Appnr select the category and then application now you need to click on Install that’s it it will install your application. [125005010150] |Screenshot [125005020010] |How to add Ubuntu 8.04 to win server 2003 Active Directory Domain [125005020020] |This tutorial will explain how to add Ubuntu 8.04 desktop to win server 2003 Active Directory.We are going to use Likewise Open.Likewise Open is a free, open source application that joins Linux, Unix, and Mac machines to Microsoft Active Directory and securely authenticates users with their domain credentials. [125005020030] |Likewise Open Features [125005020040] |
  • Joins non-Windows systems to Active Directory domains in a single step from the command line or from a GUI
  • [125005020050] |
  • Authenticates users with a single user name and password on both Windows and non-Windows
  • [125005020060] |
  • Enforces the same password policies for non-Windows users and Windows users
  • [125005020070] |
  • Supports multiple forests with one-way and two-way cross forest trusts
  • [125005020080] |
  • Caches credentials in case your domain controller goes down
  • [125005020090] |
  • Provides single sign-on for SSH and Putty
  • [125005020100] |
  • Uses a robust next-generation authentication engine that supports Kerberos, NTLM, and SPNEGO
  • [125005020110] |
  • Involves no Active Directory schema changes
  • [125005020120] |Install likewise-open in Ubuntu Hardy [125005020130] |sudo aptitude install likewise-open-gui [125005020140] |This will complete the installation. [125005020150] |Adding Ubuntu Desktop to Active Directory Domain [125005020160] |You can do this using two methods using GUI or Using CLI [125005020170] |Using GUI [125005020180] |Applications -> Internet -> Likewise to join my computer to an active directory domain. [125005020190] |The only information we needed for successfully joining the AD domain was [125005020200] |1) The name of the domain to join [125005020210] |2) A domain administrator username and password [125005020220] |Enter that information into the application and lick the “join” button. [125005020230] |In order to log in with a domain account, log out of your current session. [125005020240] |Log back in with a domain account prepended with the domain and a backslash ie. domain\user. [125005020250] |Enter the domain user’s password. [125005020260] |All home folders for domain users are stored in /home/DOMAIN/username. [125005020270] |Using Command line [125005020280] |sudo domainjoin-cli join fqdn.of.your.domain Administrator [125005020290] |sudo update-rc.d likewise-open defaults [125005020300] |sudo /etc/init.d/likewise-open start [125005020310] |You can now log into your machine using your DOMAIN\user credentials. [125005020320] |Remember that the DOMAIN\ part is mandatory and that it represents the short name of your Active Directory domain. [125005020330] |You can join the domain using any user with sufficient privileges (there’s no need to use Administrator), and you can even directly join the PC in a particular OU passing the –ou argument to domainjoin-cli. [125005020340] |Remove from the windows Domain [125005020350] |The domainjoin-cli utility can also be used to remove from the domain. [125005020360] |sudo domainjoin-cli leave [125005020370] |Allow Active Directory Domain Administrators to Administer Ubuntu [125005020380] |This will allow members of the Domain Admins AD group to issue sudo commands. [125005020390] |From a command prompt [125005020400] |sudo visudo [125005020410] |Add this line to the resulting file [125005020420] |%YOURDOMAINNAME\\domain^admins ALL=(ALL) ALL [125005020430] |save and exit file [125005030010] |How to install Adobe Flash Player 10 in Ubuntu 8.04 (32 bit and 64 bit Hardy heron) [125005030020] |15th Oct 2008 adobe released Flash Player version 10.If you want to know what is new in adobe flash player 10 check this.In this tutorial we will see how to install dobe Flash Player 10 in Ubuntu 8.04. [125005030030] |Preparing your system [125005030040] |Remove your existing Flash plugin, if you have one installed. [125005030050] |This command will remove Flash 9 if you installed it from Ubuntu’s repository [125005030060] |sudo apt-get remove flashplugin-nonfree [125005030070] |For 32 bit Users [125005030080] |Install adobe Flash Player 10 in Ubuntu 8.04 [125005030090] |Method 1 [125005030100] |First you need to download the .deb package from here [125005030110] |Click the download link to begin installation. [125005030120] |If a dialog box appears, follow the instructions to save the installer to your desktop. [125005030130] |Save the .deb package to your desktop, and wait for it to download completely. [125005030140] |Double-click on the .deb package and follow the instructions to complete installation. [125005030150] |or [125005030160] |Use the following command from your terminal [125005030170] |sudo dpkg -i install_flash_player_10_linux.deb [125005030180] |This will complete the installation. [125005030190] |Method 2 [125005030200] |Using apturl [125005030210] |First you need to make sure you have installed apturl using the following command [125005030220] |sudo apt-get install apturl [125005030230] |Now you need to go to the download page menctioned above click on linux section from dropdown box select APT for Ubuntu 8.04+ Click the download link and follow the instructions to complete installation. [125005030240] |To get the most up-to-date Flash Player in the future, issue the following commands from the Terminal: [125005030250] |sudo apt-get update [125005030260] |sudo apt-get install adobe-flashplugin [125005030270] |Verify your plugin Installation [125005030280] |To verify the plugin is installed in Mozilla, launch Mozilla and choose Help >About Plug-ins from the browser menu. [125005030290] |or [125005030300] |In your broweser enter the following command and check [125005030310] |about:plugins [125005030320] |For 64 bit Users [125005030330] |Thanks to Alejandro for this nice script.First you need to Download shell script from here Using the following command [125005030340] |wget http://queleimporta.com/downloads/flash10_en.sh [125005030350] |Now you need to give execute permissions using the following command [125005030360] |sudo chmod +x flash10_en.sh [125005030370] |Run the script now [125005030380] |sudo sh ./flash10_en.sh [125005040010] |Ubuntu Installation Report Generator [125005040020] |Today i came across this interesting post about Ubuntu Installation Report Generator so i thought of giving it a try.Installation Report Generator is a small application, developed with Python + GTK, which helps user to gather informations about his hardware and software configuration, in order prepare an installation report. [125005040030] |Install Ubuntu Installation Report Generator [125005040040] |Open your /etc/apt/sources.list file [125005040050] |sudo gedit /etc/apt/sources.list [125005040060] |add the following lines [125005040070] |deb http://ppa.launchpad.net/irgenerator-developers/ubuntu hardy main deb-src http://ppa.launchpad.net/irgenerator-developers/ubuntu hardy main [125005040080] |Save and exit the file [125005040090] |Now you need to update the source list using the following command [125005040100] |sudo sudo apt-get update [125005040110] |Install using the following application [125005040120] |sudo apt-get install installation-report-generator [125005040130] |Using Application [125005040140] |You can open this application from System--->Administration--->Installation Report Generator.If you don’t see just logout and login back. [125005040150] |Once it opens you should see similar to the following welcome screen click on forward [125005040160] |Enter your laptop details click on forward [125005040170] |Select your ubuntu version click on forward [125005040180] |Configuration summary click ok [125005040190] |Report generate completed click on forward [125005040200] |Report details [125005040210] |From my experience this need to be more polished for all types of hardware and more detailed report in clear format.Just give it a try hope you will get some information from this. [125005050010] |Miro - Internet TV for your Ubuntu Desktop [125005050020] |Miro is a free application for channels of internet video (also known as ‘video podcasts and video rss). [125005050030] |Miro is designed to be easy to use and to give you an elegant fullscreen viewing experience. [125005050040] |There are thousands of free internet video channels that you can watch. [125005050050] |You’ll be able to download all the videos that each channel offers and when new ones are released, Miro will grab them automatically. [125005050060] |Unlike tiny videos on websites like YouTube, Miro videos are usually very high quality and look great when watched full screen. [125005050070] |Since Miro downloads videos completely before you watch, your videos will never skip or stutter while they are playing. [125005050080] |Install miro in Ubuntu hardy [125005050090] |You need to edit the /etc/apt/sources.list file using the following command [125005050100] |sudo gedit /etc/apt/sources.list [125005050110] |Add the following line save and exit [125005050120] |For Hardy Users (amd64 and i386) [125005050130] |deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu hardy/ [125005050140] |For Gutsy Users (amd64 and i386) [125005050150] |deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu gutsy/ [125005050160] |Update the source list using the following comamnd [125005050170] |sudo apt-get update [125005050180] |or [125005050190] |Add the new repository. [125005050200] |Open System->Administration->Software Sources->Third-Party Software. [125005050210] |Click the Add button and paste in this repository: [125005050220] |For Hardy Users (amd64 and i386) [125005050230] |deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu hardy/ [125005050240] |For Gutsy Users (amd64 and i386) [125005050250] |deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu gutsy/ [125005050260] |Close Software Sources, and when prompted, choose to reload the repositories. [125005050270] |Install miro using the following command [125005050280] |sudo aptitude install miro [125005050290] |This will install all the required packages. [125005050300] |Using Miro [125005050310] |You need to open miro from Applications--->Sound &video--->Miro Internet TV [125005050320] |If you want to run miro when your computer starts up select here [125005050330] |select option if you want miro to look for video files on your computer [125005050340] |Once it opens you should be able to see similar to the following screen [125005050350] |To add new channel, go to Channels->Add channels [125005050360] |Miro Configuration [125005050370] |Go to Video->Options, this is where you can configure your Miro [125005050380] |Miro general options screen [125005050390] |You can set Miro to update your channel automatically by the hour or by the day [125005050400] |Limit the number of downloads and bittorrent settings [125005050410] |Here you can Select the folder that you want the videos to be stored [125005050420] |You can set the download files expiry date. [125005050430] |Once the expiry date is due, Miro will automatically delete them from your hard disk. [125005050440] |You can also limit the minimum free space that you want to use on your hard disk. [125005050450] |This is where you configure the playback option.The default video renderer is Xine. [125005050460] |If you have any problems with default option Change the renderer to Gstreamer will solve the problem. [125005060010] |How to install Picasa 3.0 beta in Ubuntu [125005060020] |Picasa is free photo software from Google. [125005060030] |This version is Linux compatible. [125005060040] |Picasa won’t delete your pictures or put them online without your permission. [125005060050] |This is a preview of the upcoming release of Picasa 3 for Ubuntu. [125005060060] |Important Note:- This is still in beta version and it might break your System [125005060070] |New Features [125005060080] |
  • Improved integration with Picasa Web Albums
  • [125005060090] |
  • You can sync your Picasa 3 and Web Albums edits, change your online album settings from Picasa, and delete online albums from Picasa.
  • [125005060100] |
  • Better uploading with the upload Drop-box and bandwidth throttling.
  • [125005060110] |
  • New Retouch tool to remove unsightly blemishes and improve photo quality.
  • [125005060120] |
  • Improved Collage tool lets you have total artistic control over your collage content and layout.
  • [125005060130] |
  • Auto red-eye: same results, less work for you.
  • [125005060140] |
  • Easily add text or watermarks to your photos.
  • [125005060150] |Linux specific changes / improvements [125005060160] |
  • User data are now stored in ~/.google/picasa/.
  • [125005060170] |
  • Camera/media detection integrated with Gnome/KDE.
  • [125005060180] |
  • Mozilla/Firefox browser integration done via a plugin.
  • [125005060190] |
  • picasa:// urls work in Firefox 3.
  • [125005060200] |
  • Downloading albums from Picasa Web Albums launches faster.
  • [125005060210] |
  • Better Xinerama support.
  • [125005060220] |Remove existing Picasa [125005060230] |If you are using stable version you have to remove using the following command [125005060240] |sudo apt-get remove picasa [125005060250] |Install Picasa 3.0 beta in ubuntu [125005060260] |Import the google key using the following command [125005060270] |wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - [125005060280] |sudo apt-get update [125005060290] |Edit the /etc/apt/sources.list file [125005060300] |sudo gedit /etc/apt/sources.list [125005060310] |add the following line [125005060320] |# Google testing repository [125005060330] |deb http://dl.google.com/linux/deb/ testing non-free [125005060340] |save and exit the file. [125005060350] |Update the source list file using the following command [125005060360] |sudo apt-get update [125005060370] |Install picasa using the following command [125005060380] |sudo apt-get install picasa [125005070010] |Money Manager Ex - Cross-platform, easy-to-use personal finance software [125005070020] |Money Manager Ex© is a free, open-source, cross-platform, easy-to-use personal finance software. [125005070030] |It primarily helps organize one’s finances and keeps track of where, when and how the money goes. [125005070040] |It is also a great tool to get a bird’s eye view of your financial worth. [125005070050] |Money Manager includes all the basic features that 90% of users would want to see in a personal finance application. [125005070060] |The design goals are to concentrate on simplicity and user-friendliness - something one can use everyday. [125005070070] |Money Manager Ex is a complete rewrite of the original Money Manager .NET. [125005070080] |It can run on Windows and linux currently and a port to other platforms can be made if required. [125005070090] |Features [125005070100] |Manage Multiple Accounts [125005070110] |Create and maintain an electronic checkbook - Checking, Savings, Credit Card or Loans, Stock Investment [125005070120] |Accounts, Assets [125005070130] |Checking, Savings, Credit Card or Loan Accounts Manage income and expense transactions within these accounts Create your own categories and organize these transactions to track where your money comes or goes. [125005070140] |Manage money transfers between accounts Mark transactions as reconciled, unreconciled or void to track them against your bank statements [125005070150] |Manage Payees Stock/Bonds/Mutual Fund Accounts [125005070160] |Track your shares, bonds and related investments Track the gain/loss for each investment Update current share price General Account Features Ability to handle multiple currency across accounts Internationalization of currency formatting Unicode support for all data storage Track closed Accounts Setup accounts as favorite accounts Track your Bills and Deposits Create bills &deposits to be reminded of your upcoming bills and deposits so you never miss a payment or deposit Account Summary Views and Navigation An easy to use tree view navigator to navigate across accounts and summarized views of your accounts, upcoming bills &deposits and income vs. expenses Budgeting Setup budgets for a calendar year and see how you are doing over time. [125005070170] |Importing, Exporting and Printing Ability to import, export and print your account information Import Import information from Excel (Comma Separated Value -.CSV) format Import information from QIF format (Microsoft Money &Quicken) Exports Export information from any account to Excel (Comma Separated Value -.CSV) format Printing Printing of reports/accounts with inbuilt print preview. [125005070180] |Reporting View your spending/expenses in a wide variety of ways. [125005070190] |View spending by category over a date range for specific or all accounts View spending on a single category over time View income vs expenses View spending by payee View expenses and how you are doing on a budget. [125005070200] |Install Money Manager Ex in Ubuntu [125005070210] |First you need to download the .deb package from here .Now you should be having .deb package install .deb package using the following [125005070220] |sudo dpkg -i mmex_0.9.3.0_i386.deb [125005070230] |If you see similar to the following [125005070240] |Selecting previously deselected package mmex. [125005070250] |(Reading database …129295 files and directories currently installed.) [125005070260] |Unpacking mmex (from mmex_0.9.3.0_i386.deb) …dpkg: dependency problems prevent configuration of mmex: mmex depends on libwxgtk2.8-0 (>= 2.8.0-1); however: Package libwxgtk2.8-0 is not installed. dpkg: error processing mmex (--install): dependency problems - leaving unconfigured Errors were encountered while processing: mmex [125005070270] |Use the following command to fix this error [125005070280] |sudo apt-get -f install [125005070290] |This will complete the installation. [125005070300] |Using Money Manager Ex [125005070310] |If you want to open you need to go to Applications--->Office--->Money Manager Ex [125005070320] |Select you language click on ok [125005070330] |You need to click on Create a New Database [125005070340] |Select your location,enter the name and click on Save [125005070350] |Database creation wizard click on next [125005070360] |Select your Currency,name and click on finish [125005070370] |You need to create an account wizard click on next [125005070380] |Enter name of the account and click on next [125005070390] |Select type of account click on next [125005070400] |Once it opens you should see similar to the following screen [125005080010] |How to install Rufscript (A Nice handwriting font) in Ubuntu Hardy/Intrepid [125005080020] |Hiren has created a nice font called Rufscript based on the handwriting of someone he knows.This font is available under GPLv3 with font exception. [125005080030] |Author Note [125005080040] |Making a font from others handwriting is more to experiment than fun. [125005080050] |And what it made so thrill is that, all the glyphs for making of the font are captured from her note book, without her knowledge. [125005080060] |My K750 worked as the capturing machine. [125005080070] |Install Rufscript in Ubuntu hardy/Intrepid in ubuntu [125005080080] |First you need to edit the /etc/apt/sources.list [125005080090] |sudo gedit /etc/apt/sources.list [125005080100] |add the following lines [125005080110] |For Hardy Users [125005080120] |deb http://ppa.launchpad.net/andrewsomething/ubuntu hardy main deb-src http://ppa.launchpad.net/andrewsomething/ubuntu hardy main [125005080130] |For Intrepid Users [125005080140] |deb http://ppa.launchpad.net/andrewsomething/ubuntu intrepid main deb-src http://ppa.launchpad.net/andrewsomething/ubuntu intrepid main [125005080150] |Save and exit the file. [125005080160] |Update the source list file using the following command [125005080170] |sudo aptitude update [125005080180] |Install rufscript using the following command [125005080190] |sudo aptitude install ttf-rufscript [125005080200] |This will complete the installation. [125005080210] |Change Default fonts in Ubuntu Hardy/Intrepid [125005080220] |Goto System ---> Preferences ---> Appearance [125005080230] |Once it opens click on Fonts tab change whereever you want to see rufscript fonts click on close [125005080240] |Rufscript Screenshots [125005080250] |Above two screenshots fonts also rufscript examples and one more here [125005080260] |I really like this new hand writing fonts.