121002340010@unknown@formal@none@1@S@
^txt2regex$: Regular Expression Tool To Create Regex from Description@@@@1@9@@danf@28-5-2012
121002340020@unknown@formal@none@1@S@^txt2regex$ is a lifesaver.@@@@1@4@@danf@28-5-2012
121002340030@unknown@formal@none@1@S@It helps you create regular expression strings in a step by step process, by describing what your regex pattern should do in English (or your own language).@@@@1@27@@danf@28-5-2012
121002340040@unknown@formal@none@1@S@The tool can create RegExes for use with 23 different programs, including sed, vim, mysql, and procmail.@@@@1@17@@danf@28-5-2012
121002340050@unknown@formal@none@1@S@When you start the program, it will ask you a series of questions like “@@@@1@15@@danf@28-5-2012
121002340060@unknown@formal@none@1@S@1. do you want to start matching at the beginning of lines?@@@@1@12@@danf@28-5-2012
121002340070@unknown@formal@none@1@S@or 2. search anywhere?” and “this is followed by….@@@@1@9@@danf@28-5-2012
121002340090@unknown@formal@none@1@S@A specific character…” etc… download it and run it and you will see.@@@@1@13@@danf@28-5-2012
121002340100@unknown@formal@none@1@S@Anyone who has worked with regular expressions for searching and optionally replacing stuff in files knows what a godsend then can be if you get the regex down pat – but they would also know what a time sink they can be if you can’t whip up exactly what you want.@@@@1@51@@danf@28-5-2012
121002340110@unknown@formal@none@1@S@In the past, when faced with this kind of a situation, I would read man pages, books, experiment, fail and then, finally, succeed after a good half hour or so.@@@@1@30@@danf@28-5-2012
121002340120@unknown@formal@none@1@S@txt2regex is a tool that eliminates the confusion.@@@@1@8@@danf@28-5-2012
121002340130@unknown@formal@none@1@S@Totally.@@@@1@1@@danf@28-5-2012
121002340140@unknown@formal@none@1@S@You can install txt2regex on Ubuntu by doing a: ![]() @@@@1@22@@danf@28-5-2012
123000510130@unknown@formal@none@1@S@You may also be interested in: EV-DO Internet access with Ubuntu Linux Download and convert YouTube video online and offline Inimitable wallpapers, icons and themes for Linux@@@@1@27@@danf@28-5-2012
123000730010@unknown@formal@none@1@S@Web server on bash (in one line!)@@@@1@7@@danf@28-5-2012
123000730020@unknown@formal@none@1@S@You can download it here.@@@@1@5@@danf@28-5-2012
123000730030@unknown@formal@none@1@S@Just run it and then load web page http://192.168.0.7:8080, where 192.168.0.7 is IP address of the Linux machine you’ve started above mentioned bash script.@@@@1@24@@danf@28-5-2012
123000730040@unknown@formal@none@1@S@You’ll see links to files located in directory the script was started at.@@@@1@13@@danf@28-5-2012
123000730050@unknown@formal@none@1@S@My respect to Alexey Sveshnikov.@@@@1@5@@danf@28-5-2012
123000730060@unknown@formal@none@1@S@P.S. Script was tested at Ubuntu and Debian Linux.@@@@1@9@@danf@28-5-2012
123000770010@unknown@formal@none@1@S@Simple way to transmit files over network (nc utility)@@@@1@9@@danf@28-5-2012
123000770020@unknown@formal@none@1@S@But here is useful tip on how to transmit files over network with no need to install and configure any service at server: just run at Linux or Unix server simple command:@@@@1@32@@danf@28-5-2012
123000770030@unknown@formal@none@1@S@nc -l -p 12345 < /etc/apache/httpd.conf@@@@1@6@@danf@28-5-2012
123000770040@unknown@formal@none@1@S@After this file /etc/apache/httpd.conf will be available at 12345 TCP port at any server’s IP address.@@@@1@16@@danf@28-5-2012
123000770050@unknown@formal@none@1@S@To get it just load http://192.168.0.7:12345 with any browser you like (192.168.0.7 is server’s IP) at client’s PC.@@@@1@18@@danf@28-5-2012
123000770060@unknown@formal@none@1@S@After file is downloaded it’s impossible to download it again without restarting nc command.@@@@1@14@@danf@28-5-2012
123000770070@unknown@formal@none@1@S@Here are the results of my example:@@@@1@7@@danf@28-5-2012
123000770080@unknown@formal@none@1@S@Theoretically it shouldn’t work as there are no web server headers like Content-type or Status.@@@@1@15@@danf@28-5-2012
123000770081@unknown@formal@none@1@S@But it works.@@@@1@3@@danf@28-5-2012
123000770090@unknown@formal@none@1@S@Ideas why it’s so are highly appreciated
@@@@1@22@@danf@28-5-2012
123000510130@unknown@formal@none@1@S@You may also be interested in: EV-DO Internet access with Ubuntu Linux Download and convert YouTube video online and offline Inimitable wallpapers, icons and themes for Linux@@@@1@27@@danf@28-5-2012
123000730010@unknown@formal@none@1@S@Web server on bash (in one line!)@@@@1@7@@danf@28-5-2012
123000730020@unknown@formal@none@1@S@You can download it here.@@@@1@5@@danf@28-5-2012
123000730030@unknown@formal@none@1@S@Just run it and then load web page http://192.168.0.7:8080, where 192.168.0.7 is IP address of the Linux machine you’ve started above mentioned bash script.@@@@1@24@@danf@28-5-2012
123000730040@unknown@formal@none@1@S@You’ll see links to files located in directory the script was started at.@@@@1@13@@danf@28-5-2012
123000730050@unknown@formal@none@1@S@My respect to Alexey Sveshnikov.@@@@1@5@@danf@28-5-2012
123000730060@unknown@formal@none@1@S@P.S. Script was tested at Ubuntu and Debian Linux.@@@@1@9@@danf@28-5-2012
123000770010@unknown@formal@none@1@S@Simple way to transmit files over network (nc utility)@@@@1@9@@danf@28-5-2012
123000770020@unknown@formal@none@1@S@But here is useful tip on how to transmit files over network with no need to install and configure any service at server: just run at Linux or Unix server simple command:@@@@1@32@@danf@28-5-2012
123000770030@unknown@formal@none@1@S@nc -l -p 12345 < /etc/apache/httpd.conf@@@@1@6@@danf@28-5-2012
123000770040@unknown@formal@none@1@S@After this file /etc/apache/httpd.conf will be available at 12345 TCP port at any server’s IP address.@@@@1@16@@danf@28-5-2012
123000770050@unknown@formal@none@1@S@To get it just load http://192.168.0.7:12345 with any browser you like (192.168.0.7 is server’s IP) at client’s PC.@@@@1@18@@danf@28-5-2012
123000770060@unknown@formal@none@1@S@After file is downloaded it’s impossible to download it again without restarting nc command.@@@@1@14@@danf@28-5-2012
123000770070@unknown@formal@none@1@S@Here are the results of my example:@@@@1@7@@danf@28-5-2012
123000770080@unknown@formal@none@1@S@Theoretically it shouldn’t work as there are no web server headers like Content-type or Status.@@@@1@15@@danf@28-5-2012
123000770081@unknown@formal@none@1@S@But it works.@@@@1@3@@danf@28-5-2012
123000770090@unknown@formal@none@1@S@Ideas why it’s so are highly appreciated ![]() @@@@1@8@@danf@28-5-2012
123000770100@unknown@formal@none@1@S@You might also be interested in: Web server on bash (in one line!)@@@@1@13@@danf@28-5-2012
123000900010@unknown@formal@none@1@S@Linux pop-up terminal/console utilities@@@@1@4@@danf@28-5-2012
123000900020@unknown@formal@none@1@S@All of them are included into Ubuntu apt repository and can be installed by corresponding commands:@@@@1@16@@danf@28-5-2012
123000900030@unknown@formal@none@1@S@sudo aptitude install yakuake sudo aptitude install tilda sudo aptitude install yeahconsole@@@@1@12@@danf@28-5-2012
123000900040@unknown@formal@none@1@S@
@@@@1@8@@danf@28-5-2012
123000770100@unknown@formal@none@1@S@You might also be interested in: Web server on bash (in one line!)@@@@1@13@@danf@28-5-2012
123000900010@unknown@formal@none@1@S@Linux pop-up terminal/console utilities@@@@1@4@@danf@28-5-2012
123000900020@unknown@formal@none@1@S@All of them are included into Ubuntu apt repository and can be installed by corresponding commands:@@@@1@16@@danf@28-5-2012
123000900030@unknown@formal@none@1@S@sudo aptitude install yakuake sudo aptitude install tilda sudo aptitude install yeahconsole@@@@1@12@@danf@28-5-2012
123000900040@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
123000900041@unknown@formal@none@1@S@At the next screenshot you can see all three utilities run at my laptop.@@@@1@14@@danf@28-5-2012
123000900050@unknown@formal@none@1@S@Of course I don’t them all at once but prefer Tilda as the most comfortable for me.@@@@1@17@@danf@28-5-2012
123000900060@unknown@formal@none@1@S@YaKuake is designed for KDE and uses konsole to emulate terminal.@@@@1@11@@danf@28-5-2012
123000900070@unknown@formal@none@1@S@Tilda and YaKuake have GUI configuration tool when Yeahconsole is configured by editing configuration file /usr/X11/Xresourses.@@@@1@16@@danf@28-5-2012
123001280010@unknown@formal@none@1@S@openSUSE 10.3 is released@@@@1@4@@danf@28-5-2012
123001280020@unknown@formal@none@1@S@On the desktop@@@@1@3@@danf@28-5-2012
123001280030@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
123000900041@unknown@formal@none@1@S@At the next screenshot you can see all three utilities run at my laptop.@@@@1@14@@danf@28-5-2012
123000900050@unknown@formal@none@1@S@Of course I don’t them all at once but prefer Tilda as the most comfortable for me.@@@@1@17@@danf@28-5-2012
123000900060@unknown@formal@none@1@S@YaKuake is designed for KDE and uses konsole to emulate terminal.@@@@1@11@@danf@28-5-2012
123000900070@unknown@formal@none@1@S@Tilda and YaKuake have GUI configuration tool when Yeahconsole is configured by editing configuration file /usr/X11/Xresourses.@@@@1@16@@danf@28-5-2012
123001280010@unknown@formal@none@1@S@openSUSE 10.3 is released@@@@1@4@@danf@28-5-2012
123001280020@unknown@formal@none@1@S@On the desktop@@@@1@3@@danf@28-5-2012
123001280030@unknown@formal@none@1@S@![]() Beautiful Green Artwork@@@@1@4@@danf@28-5-2012
123001280040@unknown@formal@none@1@S@ KDE 3.5.7@@@@1@3@@danf@28-5-2012
123001280050@unknown@formal@none@1@S@ GNOME 2.20@@@@1@3@@danf@28-5-2012
123001280060@unknown@formal@none@1@S@ GTK YaST@@@@1@3@@danf@28-5-2012
123001280070@unknown@formal@none@1@S@ 1-Click Install@@@@1@3@@danf@28-5-2012
123001280080@unknown@formal@none@1@S@ Multimedia@@@@1@2@@danf@28-5-2012
123001280090@unknown@formal@none@1@S@ New/Redesigned YaST Modules@@@@1@4@@danf@28-5-2012
123001280100@unknown@formal@none@1@S@ Compiz and Compiz Fusion@@@@1@5@@danf@28-5-2012
123001280110@unknown@formal@none@1@S@ Virtualisation@@@@1@2@@danf@28-5-2012
123001280120@unknown@formal@none@1@S@ OpenOffice.org 2.3@@@@1@3@@danf@28-5-2012
123001280130@unknown@formal@none@1@S@Behind the Scenes@@@@1@3@@danf@28-5-2012
123001280140@unknown@formal@none@1@S@
 Beautiful Green Artwork@@@@1@4@@danf@28-5-2012
123001280040@unknown@formal@none@1@S@ KDE 3.5.7@@@@1@3@@danf@28-5-2012
123001280050@unknown@formal@none@1@S@ GNOME 2.20@@@@1@3@@danf@28-5-2012
123001280060@unknown@formal@none@1@S@ GTK YaST@@@@1@3@@danf@28-5-2012
123001280070@unknown@formal@none@1@S@ 1-Click Install@@@@1@3@@danf@28-5-2012
123001280080@unknown@formal@none@1@S@ Multimedia@@@@1@2@@danf@28-5-2012
123001280090@unknown@formal@none@1@S@ New/Redesigned YaST Modules@@@@1@4@@danf@28-5-2012
123001280100@unknown@formal@none@1@S@ Compiz and Compiz Fusion@@@@1@5@@danf@28-5-2012
123001280110@unknown@formal@none@1@S@ Virtualisation@@@@1@2@@danf@28-5-2012
123001280120@unknown@formal@none@1@S@ OpenOffice.org 2.3@@@@1@3@@danf@28-5-2012
123001280130@unknown@formal@none@1@S@Behind the Scenes@@@@1@3@@danf@28-5-2012
123001280140@unknown@formal@none@1@S@![]() New Package Management@@@@1@4@@danf@28-5-2012
123001280150@unknown@formal@none@1@S@ Greatly Improved Boot Time@@@@1@5@@danf@28-5-2012
123001280160@unknown@formal@none@1@S@ Linux 2.6.22.5@@@@1@3@@danf@28-5-2012
123001280170@unknown@formal@none@1@S@ GCC 4.2@@@@1@3@@danf@28-5-2012
123001280180@unknown@formal@none@1@S@ libZYpp 3.26.2@@@@1@3@@danf@28-5-2012
123001280190@unknown@formal@none@1@S@Downloadable CD and DVD images are here.@@@@1@7@@danf@28-5-2012
123001280200@unknown@formal@none@1@S@Screenshots are here.@@@@1@3@@danf@28-5-2012
123001280210@unknown@formal@none@1@S@Useful links (for newbies and not):@@@@1@6@@danf@28-5-2012
123001280220@unknown@formal@none@1@S@openSUSE Community Nvidia Graphics Driver Custom Install ATI Graphics Driver Custom Install Intel Graphics Driver under openSUSE Checking for hardware compatiblity under openSUSE Wireless under openSUSE Installing a Webcam under openSUSE Scanner working under openSUSE Basic openSUSE concepts for the Windows users migrating to openSUSE NTFS under openSUSE Guidance for printing under Linux@@@@1@53@@danf@28-5-2012
123001300010@unknown@formal@none@1@S@Two desktop apps you must know about@@@@1@7@@danf@28-5-2012
123001300020@unknown@formal@none@1@S@Nice and powerful MSN client.@@@@1@5@@danf@28-5-2012
123001300030@unknown@formal@none@1@S@Among it’s features I would mention the following ones:@@@@1@9@@danf@28-5-2012
123001300040@unknown@formal@none@1@S@ Support for multiple operating systems (you can run the same Mercury version on Mac OS X, FreeBSD, Linux and Windows)@@@@1@21@@danf@28-5-2012
123001300050@unknown@formal@none@1@S@ USB Stick Support (all settings, chat logs, etc… will be saved on your USB stick)@@@@1@16@@danf@28-5-2012
123001300060@unknown@formal@none@1@S@ Be online with several MSN addresses at the same time (without starting a new program for every account)@@@@1@19@@danf@28-5-2012
123001300070@unknown@formal@none@1@S@ Login with your status on ‘Invisible’ or any other status you want.@@@@1@13@@danf@28-5-2012
123001300080@unknown@formal@none@1@S@ Have a different MSN name in every conversation (Personal name)@@@@1@11@@danf@28-5-2012
123001300090@unknown@formal@none@1@S@ Send screen shots to your contacts@@@@1@7@@danf@28-5-2012
123001300100@unknown@formal@none@1@S@ On screen display of events@@@@1@6@@danf@28-5-2012
123001300110@unknown@formal@none@1@S@ Movable event box (the window that shows events at the right bottom of your screen in MSN)@@@@1@18@@danf@28-5-2012
123001300120@unknown@formal@none@1@S@ Avatar scroller, automaticly change your avatar every 5 minutes@@@@1@10@@danf@28-5-2012
123001300130@unknown@formal@none@1@S@ Override someones avatar@@@@1@4@@danf@28-5-2012
123001300140@unknown@formal@none@1@S@ Enter notes while in a conversation you might need later (date of birth, last name, phone numbers@@@@1@18@@danf@28-5-2012
123001300150@unknown@formal@none@1@S@And many more…@@@@1@3@@danf@28-5-2012
123001300160@unknown@formal@none@1@S@Download it from here.@@@@1@4@@danf@28-5-2012
123001300170@unknown@formal@none@1@S@
 New Package Management@@@@1@4@@danf@28-5-2012
123001280150@unknown@formal@none@1@S@ Greatly Improved Boot Time@@@@1@5@@danf@28-5-2012
123001280160@unknown@formal@none@1@S@ Linux 2.6.22.5@@@@1@3@@danf@28-5-2012
123001280170@unknown@formal@none@1@S@ GCC 4.2@@@@1@3@@danf@28-5-2012
123001280180@unknown@formal@none@1@S@ libZYpp 3.26.2@@@@1@3@@danf@28-5-2012
123001280190@unknown@formal@none@1@S@Downloadable CD and DVD images are here.@@@@1@7@@danf@28-5-2012
123001280200@unknown@formal@none@1@S@Screenshots are here.@@@@1@3@@danf@28-5-2012
123001280210@unknown@formal@none@1@S@Useful links (for newbies and not):@@@@1@6@@danf@28-5-2012
123001280220@unknown@formal@none@1@S@openSUSE Community Nvidia Graphics Driver Custom Install ATI Graphics Driver Custom Install Intel Graphics Driver under openSUSE Checking for hardware compatiblity under openSUSE Wireless under openSUSE Installing a Webcam under openSUSE Scanner working under openSUSE Basic openSUSE concepts for the Windows users migrating to openSUSE NTFS under openSUSE Guidance for printing under Linux@@@@1@53@@danf@28-5-2012
123001300010@unknown@formal@none@1@S@Two desktop apps you must know about@@@@1@7@@danf@28-5-2012
123001300020@unknown@formal@none@1@S@Nice and powerful MSN client.@@@@1@5@@danf@28-5-2012
123001300030@unknown@formal@none@1@S@Among it’s features I would mention the following ones:@@@@1@9@@danf@28-5-2012
123001300040@unknown@formal@none@1@S@ Support for multiple operating systems (you can run the same Mercury version on Mac OS X, FreeBSD, Linux and Windows)@@@@1@21@@danf@28-5-2012
123001300050@unknown@formal@none@1@S@ USB Stick Support (all settings, chat logs, etc… will be saved on your USB stick)@@@@1@16@@danf@28-5-2012
123001300060@unknown@formal@none@1@S@ Be online with several MSN addresses at the same time (without starting a new program for every account)@@@@1@19@@danf@28-5-2012
123001300070@unknown@formal@none@1@S@ Login with your status on ‘Invisible’ or any other status you want.@@@@1@13@@danf@28-5-2012
123001300080@unknown@formal@none@1@S@ Have a different MSN name in every conversation (Personal name)@@@@1@11@@danf@28-5-2012
123001300090@unknown@formal@none@1@S@ Send screen shots to your contacts@@@@1@7@@danf@28-5-2012
123001300100@unknown@formal@none@1@S@ On screen display of events@@@@1@6@@danf@28-5-2012
123001300110@unknown@formal@none@1@S@ Movable event box (the window that shows events at the right bottom of your screen in MSN)@@@@1@18@@danf@28-5-2012
123001300120@unknown@formal@none@1@S@ Avatar scroller, automaticly change your avatar every 5 minutes@@@@1@10@@danf@28-5-2012
123001300130@unknown@formal@none@1@S@ Override someones avatar@@@@1@4@@danf@28-5-2012
123001300140@unknown@formal@none@1@S@ Enter notes while in a conversation you might need later (date of birth, last name, phone numbers@@@@1@18@@danf@28-5-2012
123001300150@unknown@formal@none@1@S@And many more…@@@@1@3@@danf@28-5-2012
123001300160@unknown@formal@none@1@S@Download it from here.@@@@1@4@@danf@28-5-2012
123001300170@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
123001300180@unknown@formal@none@1@S@2. aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems.@@@@1@27@@danf@28-5-2012
123001300190@unknown@formal@none@1@S@It’s features list is impressive, you can get it here.@@@@1@10@@danf@28-5-2012
123001300200@unknown@formal@none@1@S@Download latest version from this page.@@@@1@6@@danf@28-5-2012
123001320010@unknown@formal@none@1@S@Fun: Linux, Unix, Windows, OS X and DOS airlines@@@@1@9@@danf@28-5-2012
123001320020@unknown@formal@none@1@S@Different styles.@@@@1@2@@danf@28-5-2012
123001320030@unknown@formal@none@1@S@This humorous analogy, applying operating system philosophies as if they were airlines, is a long-standing much-circulated amusing story!@@@@1@18@@danf@28-5-2012
123001320040@unknown@formal@none@1@S@UNIX Airways@@@@1@2@@danf@28-5-2012
123001320050@unknown@formal@none@1@S@Everyone brings one piece of the plane along when they come to the airport.@@@@1@14@@danf@28-5-2012
123001320060@unknown@formal@none@1@S@They all go out on the runway and put the plane together piece by piece, arguing non-stop about what kind of plane they are supposed to be building.@@@@1@28@@danf@28-5-2012
123001320070@unknown@formal@none@1@S@Air DOS@@@@1@2@@danf@28-5-2012
123001320080@unknown@formal@none@1@S@Everybody pushes the airplane until it glides, then they jump on and let the plane coast until it hits the ground again.@@@@1@22@@danf@28-5-2012
123001320090@unknown@formal@none@1@S@Then they push again, jump on again, and so on…@@@@1@10@@danf@28-5-2012
123001320100@unknown@formal@none@1@S@Mac Airlines@@@@1@2@@danf@28-5-2012
123001320110@unknown@formal@none@1@S@All the stewards, captains, baggage handlers, and ticket agents look and act exactly the same.@@@@1@15@@danf@28-5-2012
123001320120@unknown@formal@none@1@S@Every time you ask questions about details, you are gently but firmly told that you don’t need to know, don’t want to know, and everything will be done for you without your ever having to know, so just shut up.@@@@1@40@@danf@28-5-2012
123001320130@unknown@formal@none@1@S@Windows Air@@@@1@2@@danf@28-5-2012
123001320140@unknown@formal@none@1@S@The terminal is pretty and colorful, with friendly stewards, easy baggage check and boarding, and a smooth take-off.@@@@1@18@@danf@28-5-2012
123001320150@unknown@formal@none@1@S@After about 10 minutes in the air, the plane explodes with no warning whatsoever.@@@@1@14@@danf@28-5-2012
123001320160@unknown@formal@none@1@S@Windows NT Air@@@@1@3@@danf@28-5-2012
123001320170@unknown@formal@none@1@S@Just like Windows Air, but costs more, uses much bigger planes, and takes out all the other aircraft within a 40-mile radius when it explodes.@@@@1@25@@danf@28-5-2012
123001320180@unknown@formal@none@1@S@Windows XP Air@@@@1@3@@danf@28-5-2012
123001320190@unknown@formal@none@1@S@You turn up at the airport, which is under contract to only allow XP Air planes.@@@@1@16@@danf@28-5-2012
123001320200@unknown@formal@none@1@S@All the aircraft are identical, brightly colored and three times as big as they need to be.@@@@1@17@@danf@28-5-2012
123001320210@unknown@formal@none@1@S@The signs are huge and all point the same way.@@@@1@10@@danf@28-5-2012
123001320220@unknown@formal@none@1@S@Whichever way you go, someone pops up dressed in a cloak and pointed hat insisting you follow him.@@@@1@18@@danf@28-5-2012
123001320230@unknown@formal@none@1@S@Your luggage and clothes are taken off you and replaced with an XP Air suit and suitcase identical to everyone around you as this is included in the exorbitant ticket cost.@@@@1@31@@danf@28-5-2012
123001320240@unknown@formal@none@1@S@The aircraft will not take off until you have signed a contract.@@@@1@12@@danf@28-5-2012
123001320250@unknown@formal@none@1@S@The inflight entertainment promised turns out to be the same Mickey Mouse cartoon repeated over and over again.@@@@1@18@@danf@28-5-2012
123001320260@unknown@formal@none@1@S@You have to phone your travel agent before you can have a meal or drink.@@@@1@15@@danf@28-5-2012
123001320270@unknown@formal@none@1@S@You are searched regularly throughout the flight.@@@@1@7@@danf@28-5-2012
123001320280@unknown@formal@none@1@S@If you go to the toilet twice or more you get charged for a new ticket.@@@@1@16@@danf@28-5-2012
123001320290@unknown@formal@none@1@S@No matter what destination you booked you will always end up crash landing at Whistler in Canada.@@@@1@17@@danf@28-5-2012
123001320300@unknown@formal@none@1@S@OS X Air@@@@1@3@@danf@28-5-2012
123001320310@unknown@formal@none@1@S@You enter a white terminal, and all you can see is a woman sitting in the corner behind a white desk, you walk up to get your ticket.@@@@1@28@@danf@28-5-2012
123001320320@unknown@formal@none@1@S@She smiles and says “Welcome to OS X Air, please allow us to take your picture”, at which point a camera in the wall you didn’t notice before takes your picture.@@@@1@31@@danf@28-5-2012
123001320330@unknown@formal@none@1@S@“Thank you, here is your ticket” You are handed a minimalistic ticket with your picture at the top, it already has all of your information.@@@@1@25@@danf@28-5-2012
123001320340@unknown@formal@none@1@S@A door opens to your right and you walk through.@@@@1@10@@danf@28-5-2012
123001320350@unknown@formal@none@1@S@You enter a wide open space with one seat in the middle, you sit, listen to music and watch movies until the end of the flight.@@@@1@26@@danf@28-5-2012
123001320360@unknown@formal@none@1@S@You never see any of the other passengers.@@@@1@8@@danf@28-5-2012
123001320370@unknown@formal@none@1@S@You land, get off, and you say to yourself “wow, that was really nice, but I feel like something was missing”@@@@1@21@@danf@28-5-2012
123001320380@unknown@formal@none@1@S@Windows Vista Airlines@@@@1@3@@danf@28-5-2012
123001320390@unknown@formal@none@1@S@You enter a good looking terminal with the largest planes you have ever seen.@@@@1@14@@danf@28-5-2012
123001320400@unknown@formal@none@1@S@Every 10 feet a security officer appears and asks you if you are “sure” you want to continue walking to your plane and if you would like to cancel.@@@@1@29@@danf@28-5-2012
123001320410@unknown@formal@none@1@S@Not sure what cancel would do, you continue walking and ask the agent at the desk why the planes are so big.@@@@1@22@@danf@28-5-2012
123001320420@unknown@formal@none@1@S@After the security officer making sure you want to ask the question and you want to hear the answer, the agent replies that they are bigger because it makes customers feel better, but the planes are designed to fly twice as slow.@@@@1@42@@danf@28-5-2012
123001320430@unknown@formal@none@1@S@Adding the size helped achieve the slow fly goal.@@@@1@9@@danf@28-5-2012
123001320440@unknown@formal@none@1@S@Once on the plane, every passenger has to be asked individually by the flight attendants if they are sure they want to take this flight.@@@@1@25@@danf@28-5-2012
123001320450@unknown@formal@none@1@S@Then it is company policy that the captain asks the passengers collectively the same thing.@@@@1@15@@danf@28-5-2012
123001320460@unknown@formal@none@1@S@After answering yes to so many questions, you are punched in the face by some stranger who when he asked “Are you sure you want me to punch you in the face?@@@@1@32@@danf@28-5-2012
123001320470@unknown@formal@none@1@S@Cancel or Allow?” you instinctively say “Allow”.@@@@1@7@@danf@28-5-2012
123001320480@unknown@formal@none@1@S@After takeoff, the pilots realize that the landing gear driver wasn’t u@@@@1@12@@danf@28-5-2012
123002430010@unknown@formal@none@1@S@FAQ: How to install and configure MySQL cluster?@@@@1@8@@danf@28-5-2012
123002430020@unknown@formal@none@1@S@By the way a cluster in IT field is a group of linked computers, working together so they form a single computing system.@@@@1@23@@danf@28-5-2012
123002430030@unknown@formal@none@1@S@The components of a cluster are usually connected to each other via fast local area networks.@@@@1@16@@danf@28-5-2012
123002430040@unknown@formal@none@1@S@Clusters are usually deployed to improve performance and/or availability over that provided by a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.@@@@1@30@@danf@28-5-2012
123002430050@unknown@formal@none@1@S@http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster.html@@@@1@1@@danf@28-5-2012
123002430060@unknown@formal@none@1@S@MySQL Cluster is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment.@@@@1@15@@danf@28-5-2012
123002430070@unknown@formal@none@1@S@It uses the NDBCLUSTER storage engine to enable running several MySQL servers in a cluster.@@@@1@15@@danf@28-5-2012
123002430080@unknown@formal@none@1@S@This storage engine is available in MySQL 5.0 binary releases and in RPMs compatible with most modern Linux distributions.@@@@1@19@@danf@28-5-2012
123002430090@unknown@formal@none@1@S@Mysql Cluster: The definitive HOWTO@@@@1@5@@danf@28-5-2012
123002430100@unknown@formal@none@1@S@How To Set Up A Load-Balanced MySQL Cluster@@@@1@8@@danf@28-5-2012
123002430110@unknown@formal@none@1@S@This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node.@@@@1@20@@danf@28-5-2012
123002430120@unknown@formal@none@1@S@This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).@@@@1@47@@danf@28-5-2012
123002430130@unknown@formal@none@1@S@MySQL Cluster Server Setup@@@@1@4@@danf@28-5-2012
123002430140@unknown@formal@none@1@S@MySQL Cluser Server is a fault-tolerant, redundant, scalable database architecture built on the open-source MySQL application, and capable of delivering 99.999% reliability.@@@@1@22@@danf@28-5-2012
123002430150@unknown@formal@none@1@S@In this paper we describe the process we used to setup, configure, and test a three-node mySQL cluster server in a test environment.@@@@1@23@@danf@28-5-2012
123002970010@unknown@formal@none@1@S@Install Windows after Ubuntu Lucid Lynx@@@@1@6@@danf@28-5-2012
123002970020@unknown@formal@none@1@S@I have to install Windows as the second operating system along with newly installed Ubuntu Lucid Lynx (it rocks but this is for another post) to run iTunes.@@@@1@28@@danf@28-5-2012
123002970030@unknown@formal@none@1@S@For rather long time I’ve been using gtkpod, amarok, banshee, exaile or rhythmbox to sync my ipod under Linux/Ubuntu and load my music collection there.@@@@1@25@@danf@28-5-2012
123002970040@unknown@formal@none@1@S@As we all know The Elder Brother Apple fights with interoperability and makes ipod/iphone users to use iTunes only.@@@@1@19@@danf@28-5-2012
123002970050@unknown@formal@none@1@S@Any other applications that can read/write to ipod data format are prohibited by Apple.@@@@1@14@@danf@28-5-2012
123002970060@unknown@formal@none@1@S@This also concerns Rockbox and ipod4linux alternative firmwares — once Apple encrypted ipod firmware it became impossible to use them.@@@@1@20@@danf@28-5-2012
123002970070@unknown@formal@none@1@S@It definitely sucks.@@@@1@3@@danf@28-5-2012
123002970080@unknown@formal@none@1@S@At least due to the fact there are millions of Linux users who are real or potential customers of Apple products.@@@@1@21@@danf@28-5-2012
123002970090@unknown@formal@none@1@S@Anyways these facts have been discussed in various forums, blogs like this and similar but this post about how to install Windows as the second operating system along with Ubuntu or any other Linux.@@@@1@34@@danf@28-5-2012
123002970100@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
123001300180@unknown@formal@none@1@S@2. aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems.@@@@1@27@@danf@28-5-2012
123001300190@unknown@formal@none@1@S@It’s features list is impressive, you can get it here.@@@@1@10@@danf@28-5-2012
123001300200@unknown@formal@none@1@S@Download latest version from this page.@@@@1@6@@danf@28-5-2012
123001320010@unknown@formal@none@1@S@Fun: Linux, Unix, Windows, OS X and DOS airlines@@@@1@9@@danf@28-5-2012
123001320020@unknown@formal@none@1@S@Different styles.@@@@1@2@@danf@28-5-2012
123001320030@unknown@formal@none@1@S@This humorous analogy, applying operating system philosophies as if they were airlines, is a long-standing much-circulated amusing story!@@@@1@18@@danf@28-5-2012
123001320040@unknown@formal@none@1@S@UNIX Airways@@@@1@2@@danf@28-5-2012
123001320050@unknown@formal@none@1@S@Everyone brings one piece of the plane along when they come to the airport.@@@@1@14@@danf@28-5-2012
123001320060@unknown@formal@none@1@S@They all go out on the runway and put the plane together piece by piece, arguing non-stop about what kind of plane they are supposed to be building.@@@@1@28@@danf@28-5-2012
123001320070@unknown@formal@none@1@S@Air DOS@@@@1@2@@danf@28-5-2012
123001320080@unknown@formal@none@1@S@Everybody pushes the airplane until it glides, then they jump on and let the plane coast until it hits the ground again.@@@@1@22@@danf@28-5-2012
123001320090@unknown@formal@none@1@S@Then they push again, jump on again, and so on…@@@@1@10@@danf@28-5-2012
123001320100@unknown@formal@none@1@S@Mac Airlines@@@@1@2@@danf@28-5-2012
123001320110@unknown@formal@none@1@S@All the stewards, captains, baggage handlers, and ticket agents look and act exactly the same.@@@@1@15@@danf@28-5-2012
123001320120@unknown@formal@none@1@S@Every time you ask questions about details, you are gently but firmly told that you don’t need to know, don’t want to know, and everything will be done for you without your ever having to know, so just shut up.@@@@1@40@@danf@28-5-2012
123001320130@unknown@formal@none@1@S@Windows Air@@@@1@2@@danf@28-5-2012
123001320140@unknown@formal@none@1@S@The terminal is pretty and colorful, with friendly stewards, easy baggage check and boarding, and a smooth take-off.@@@@1@18@@danf@28-5-2012
123001320150@unknown@formal@none@1@S@After about 10 minutes in the air, the plane explodes with no warning whatsoever.@@@@1@14@@danf@28-5-2012
123001320160@unknown@formal@none@1@S@Windows NT Air@@@@1@3@@danf@28-5-2012
123001320170@unknown@formal@none@1@S@Just like Windows Air, but costs more, uses much bigger planes, and takes out all the other aircraft within a 40-mile radius when it explodes.@@@@1@25@@danf@28-5-2012
123001320180@unknown@formal@none@1@S@Windows XP Air@@@@1@3@@danf@28-5-2012
123001320190@unknown@formal@none@1@S@You turn up at the airport, which is under contract to only allow XP Air planes.@@@@1@16@@danf@28-5-2012
123001320200@unknown@formal@none@1@S@All the aircraft are identical, brightly colored and three times as big as they need to be.@@@@1@17@@danf@28-5-2012
123001320210@unknown@formal@none@1@S@The signs are huge and all point the same way.@@@@1@10@@danf@28-5-2012
123001320220@unknown@formal@none@1@S@Whichever way you go, someone pops up dressed in a cloak and pointed hat insisting you follow him.@@@@1@18@@danf@28-5-2012
123001320230@unknown@formal@none@1@S@Your luggage and clothes are taken off you and replaced with an XP Air suit and suitcase identical to everyone around you as this is included in the exorbitant ticket cost.@@@@1@31@@danf@28-5-2012
123001320240@unknown@formal@none@1@S@The aircraft will not take off until you have signed a contract.@@@@1@12@@danf@28-5-2012
123001320250@unknown@formal@none@1@S@The inflight entertainment promised turns out to be the same Mickey Mouse cartoon repeated over and over again.@@@@1@18@@danf@28-5-2012
123001320260@unknown@formal@none@1@S@You have to phone your travel agent before you can have a meal or drink.@@@@1@15@@danf@28-5-2012
123001320270@unknown@formal@none@1@S@You are searched regularly throughout the flight.@@@@1@7@@danf@28-5-2012
123001320280@unknown@formal@none@1@S@If you go to the toilet twice or more you get charged for a new ticket.@@@@1@16@@danf@28-5-2012
123001320290@unknown@formal@none@1@S@No matter what destination you booked you will always end up crash landing at Whistler in Canada.@@@@1@17@@danf@28-5-2012
123001320300@unknown@formal@none@1@S@OS X Air@@@@1@3@@danf@28-5-2012
123001320310@unknown@formal@none@1@S@You enter a white terminal, and all you can see is a woman sitting in the corner behind a white desk, you walk up to get your ticket.@@@@1@28@@danf@28-5-2012
123001320320@unknown@formal@none@1@S@She smiles and says “Welcome to OS X Air, please allow us to take your picture”, at which point a camera in the wall you didn’t notice before takes your picture.@@@@1@31@@danf@28-5-2012
123001320330@unknown@formal@none@1@S@“Thank you, here is your ticket” You are handed a minimalistic ticket with your picture at the top, it already has all of your information.@@@@1@25@@danf@28-5-2012
123001320340@unknown@formal@none@1@S@A door opens to your right and you walk through.@@@@1@10@@danf@28-5-2012
123001320350@unknown@formal@none@1@S@You enter a wide open space with one seat in the middle, you sit, listen to music and watch movies until the end of the flight.@@@@1@26@@danf@28-5-2012
123001320360@unknown@formal@none@1@S@You never see any of the other passengers.@@@@1@8@@danf@28-5-2012
123001320370@unknown@formal@none@1@S@You land, get off, and you say to yourself “wow, that was really nice, but I feel like something was missing”@@@@1@21@@danf@28-5-2012
123001320380@unknown@formal@none@1@S@Windows Vista Airlines@@@@1@3@@danf@28-5-2012
123001320390@unknown@formal@none@1@S@You enter a good looking terminal with the largest planes you have ever seen.@@@@1@14@@danf@28-5-2012
123001320400@unknown@formal@none@1@S@Every 10 feet a security officer appears and asks you if you are “sure” you want to continue walking to your plane and if you would like to cancel.@@@@1@29@@danf@28-5-2012
123001320410@unknown@formal@none@1@S@Not sure what cancel would do, you continue walking and ask the agent at the desk why the planes are so big.@@@@1@22@@danf@28-5-2012
123001320420@unknown@formal@none@1@S@After the security officer making sure you want to ask the question and you want to hear the answer, the agent replies that they are bigger because it makes customers feel better, but the planes are designed to fly twice as slow.@@@@1@42@@danf@28-5-2012
123001320430@unknown@formal@none@1@S@Adding the size helped achieve the slow fly goal.@@@@1@9@@danf@28-5-2012
123001320440@unknown@formal@none@1@S@Once on the plane, every passenger has to be asked individually by the flight attendants if they are sure they want to take this flight.@@@@1@25@@danf@28-5-2012
123001320450@unknown@formal@none@1@S@Then it is company policy that the captain asks the passengers collectively the same thing.@@@@1@15@@danf@28-5-2012
123001320460@unknown@formal@none@1@S@After answering yes to so many questions, you are punched in the face by some stranger who when he asked “Are you sure you want me to punch you in the face?@@@@1@32@@danf@28-5-2012
123001320470@unknown@formal@none@1@S@Cancel or Allow?” you instinctively say “Allow”.@@@@1@7@@danf@28-5-2012
123001320480@unknown@formal@none@1@S@After takeoff, the pilots realize that the landing gear driver wasn’t u@@@@1@12@@danf@28-5-2012
123002430010@unknown@formal@none@1@S@FAQ: How to install and configure MySQL cluster?@@@@1@8@@danf@28-5-2012
123002430020@unknown@formal@none@1@S@By the way a cluster in IT field is a group of linked computers, working together so they form a single computing system.@@@@1@23@@danf@28-5-2012
123002430030@unknown@formal@none@1@S@The components of a cluster are usually connected to each other via fast local area networks.@@@@1@16@@danf@28-5-2012
123002430040@unknown@formal@none@1@S@Clusters are usually deployed to improve performance and/or availability over that provided by a single computer, while typically being much more cost-effective than single computers of comparable speed or availability.@@@@1@30@@danf@28-5-2012
123002430050@unknown@formal@none@1@S@http://dev.mysql.com/doc/refman/5.0/en/mysql-cluster.html@@@@1@1@@danf@28-5-2012
123002430060@unknown@formal@none@1@S@MySQL Cluster is a high-availability, high-redundancy version of MySQL adapted for the distributed computing environment.@@@@1@15@@danf@28-5-2012
123002430070@unknown@formal@none@1@S@It uses the NDBCLUSTER storage engine to enable running several MySQL servers in a cluster.@@@@1@15@@danf@28-5-2012
123002430080@unknown@formal@none@1@S@This storage engine is available in MySQL 5.0 binary releases and in RPMs compatible with most modern Linux distributions.@@@@1@19@@danf@28-5-2012
123002430090@unknown@formal@none@1@S@Mysql Cluster: The definitive HOWTO@@@@1@5@@danf@28-5-2012
123002430100@unknown@formal@none@1@S@How To Set Up A Load-Balanced MySQL Cluster@@@@1@8@@danf@28-5-2012
123002430110@unknown@formal@none@1@S@This tutorial shows how to configure a MySQL 5 cluster with three nodes: two storage nodes and one management node.@@@@1@20@@danf@28-5-2012
123002430120@unknown@formal@none@1@S@This cluster is load-balanced by a high-availability load balancer that in fact has two nodes that use the Ultra Monkey package which provides heartbeat (for checking if the other node is still alive) and ldirectord (to split up the requests to the nodes of the MySQL cluster).@@@@1@47@@danf@28-5-2012
123002430130@unknown@formal@none@1@S@MySQL Cluster Server Setup@@@@1@4@@danf@28-5-2012
123002430140@unknown@formal@none@1@S@MySQL Cluser Server is a fault-tolerant, redundant, scalable database architecture built on the open-source MySQL application, and capable of delivering 99.999% reliability.@@@@1@22@@danf@28-5-2012
123002430150@unknown@formal@none@1@S@In this paper we describe the process we used to setup, configure, and test a three-node mySQL cluster server in a test environment.@@@@1@23@@danf@28-5-2012
123002970010@unknown@formal@none@1@S@Install Windows after Ubuntu Lucid Lynx@@@@1@6@@danf@28-5-2012
123002970020@unknown@formal@none@1@S@I have to install Windows as the second operating system along with newly installed Ubuntu Lucid Lynx (it rocks but this is for another post) to run iTunes.@@@@1@28@@danf@28-5-2012
123002970030@unknown@formal@none@1@S@For rather long time I’ve been using gtkpod, amarok, banshee, exaile or rhythmbox to sync my ipod under Linux/Ubuntu and load my music collection there.@@@@1@25@@danf@28-5-2012
123002970040@unknown@formal@none@1@S@As we all know The Elder Brother Apple fights with interoperability and makes ipod/iphone users to use iTunes only.@@@@1@19@@danf@28-5-2012
123002970050@unknown@formal@none@1@S@Any other applications that can read/write to ipod data format are prohibited by Apple.@@@@1@14@@danf@28-5-2012
123002970060@unknown@formal@none@1@S@This also concerns Rockbox and ipod4linux alternative firmwares — once Apple encrypted ipod firmware it became impossible to use them.@@@@1@20@@danf@28-5-2012
123002970070@unknown@formal@none@1@S@It definitely sucks.@@@@1@3@@danf@28-5-2012
123002970080@unknown@formal@none@1@S@At least due to the fact there are millions of Linux users who are real or potential customers of Apple products.@@@@1@21@@danf@28-5-2012
123002970090@unknown@formal@none@1@S@Anyways these facts have been discussed in various forums, blogs like this and similar but this post about how to install Windows as the second operating system along with Ubuntu or any other Linux.@@@@1@34@@danf@28-5-2012
123002970100@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
123002970101@unknown@formal@none@1@S@The first that we need to do is to create new partition for Windows and format it to NTFS.@@@@1@19@@danf@28-5-2012
123002970110@unknown@formal@none@1@S@Exact steps to accomplish this depend on your HDD partition table e.g. there is one large ext3/ext4 partition for Ubuntu or there are several partitions for various distributions or mount points.@@@@1@31@@danf@28-5-2012
123002970120@unknown@formal@none@1@S@Anyway you should use partition manager to create and/or format NTFS partition.@@@@1@12@@danf@28-5-2012
123002970130@unknown@formal@none@1@S@I use gparted.@@@@1@3@@danf@28-5-2012
123002970140@unknown@formal@none@1@S@It is graphical and it just works (use ‘
@@@@1@1@@danf@28-5-2012
123002970101@unknown@formal@none@1@S@The first that we need to do is to create new partition for Windows and format it to NTFS.@@@@1@19@@danf@28-5-2012
123002970110@unknown@formal@none@1@S@Exact steps to accomplish this depend on your HDD partition table e.g. there is one large ext3/ext4 partition for Ubuntu or there are several partitions for various distributions or mount points.@@@@1@31@@danf@28-5-2012
123002970120@unknown@formal@none@1@S@Anyway you should use partition manager to create and/or format NTFS partition.@@@@1@12@@danf@28-5-2012
123002970130@unknown@formal@none@1@S@I use gparted.@@@@1@3@@danf@28-5-2012
123002970140@unknown@formal@none@1@S@It is graphical and it just works (use ‘![]() ) on wiki.ubuntu.com/UbuntuFont/Coverage.@@@@1@24@@danf@28-5-2012
124001610630@unknown@formal@none@1@S@There, you need to document the glyph set you think is required, and any historical quirks that are peculiar to doing it well, such as OpenType features or alternative approaches.@@@@1@30@@danf@28-5-2012
124001610640@unknown@formal@none@1@S@Second, you need to file a bug on launchpad.net/ubuntu-font-family called “Ubuntu Font should support [Klingon]“.@@@@1@15@@danf@28-5-2012
124001610650@unknown@formal@none@1@S@If you want, you can invite members of your community to note that they are affected by the bug.@@@@1@19@@danf@28-5-2012
124001610660@unknown@formal@none@1@S@We’ll be looking for ways to prioritise communities for attention.@@@@1@10@@danf@28-5-2012
124001610670@unknown@formal@none@1@S@Third, you need to contact local typographers, and tell them about Ubuntu, open content, open typography.@@@@1@16@@danf@28-5-2012
124001610680@unknown@formal@none@1@S@If they are still listening, you have just opened the door on the future for them and given them a big head start
 ) on wiki.ubuntu.com/UbuntuFont/Coverage.@@@@1@24@@danf@28-5-2012
124001610630@unknown@formal@none@1@S@There, you need to document the glyph set you think is required, and any historical quirks that are peculiar to doing it well, such as OpenType features or alternative approaches.@@@@1@30@@danf@28-5-2012
124001610640@unknown@formal@none@1@S@Second, you need to file a bug on launchpad.net/ubuntu-font-family called “Ubuntu Font should support [Klingon]“.@@@@1@15@@danf@28-5-2012
124001610650@unknown@formal@none@1@S@If you want, you can invite members of your community to note that they are affected by the bug.@@@@1@19@@danf@28-5-2012
124001610660@unknown@formal@none@1@S@We’ll be looking for ways to prioritise communities for attention.@@@@1@10@@danf@28-5-2012
124001610670@unknown@formal@none@1@S@Third, you need to contact local typographers, and tell them about Ubuntu, open content, open typography.@@@@1@16@@danf@28-5-2012
124001610680@unknown@formal@none@1@S@If they are still listening, you have just opened the door on the future for them and given them a big head start ![]() .@@@@1@25@@danf@28-5-2012
124001610690@unknown@formal@none@1@S@They will need to be willing to contribute to the font.@@@@1@11@@danf@28-5-2012
124001610700@unknown@formal@none@1@S@They will know how much work that will be.@@@@1@9@@danf@28-5-2012
124001610710@unknown@formal@none@1@S@They won’t be paid to do it, unless the local community can find a way to raise the funds, but since there is a genuine sense of excitement in the air about open typography and this project in particular, we think you’ll find bold and insightful typographers who are keen to be part of it.@@@@1@55@@danf@28-5-2012
124001610720@unknown@formal@none@1@S@Add their details to the wiki page, especially details of their typographic portfolio.@@@@1@13@@danf@28-5-2012
124001610730@unknown@formal@none@1@S@Update the bug with that information.@@@@1@6@@danf@28-5-2012
124001610740@unknown@formal@none@1@S@The tools used for open font design are in a state of flux.@@@@1@13@@danf@28-5-2012
124001610750@unknown@formal@none@1@S@There are some exceptional technical pieces, and some dark swampy bits too.@@@@1@12@@danf@28-5-2012
124001610760@unknown@formal@none@1@S@Dalton Maag will be leading sessions at UDS with folks from the open typography community, with a view to producing what Dave Crossland described as a “lovely long list” (I’m paraphrasing) of bugs and suggestions.@@@@1@35@@danf@28-5-2012
124001610770@unknown@formal@none@1@S@Be there if you want to get a professional typographers insight on the toolchain today and what might be possible in the future.@@@@1@23@@danf@28-5-2012
124001610780@unknown@formal@none@1@S@All of the Ubuntu font sources are published, though the license does not require source to be published.@@@@1@18@@danf@28-5-2012
124001610790@unknown@formal@none@1@S@Nevertheless, the process for designing your community glyphs will likely involve a mix of free and proprietary tools, at least for the next months.@@@@1@24@@danf@28-5-2012
124001610800@unknown@formal@none@1@S@We’ll ask DM to review the portfolios of candidate typographers, and make recommendations for who should be given the go-ahead to lead the work, language by language.@@@@1@27@@danf@28-5-2012
124001610810@unknown@formal@none@1@S@Once core glyphs are designed, we’ll facilitate LoCo-based community feedback, much as we did for the main font.@@@@1@18@@danf@28-5-2012
124001610820@unknown@formal@none@1@S@We want local Ubuntu members to have the strongest public voice in feedback to their typographer.@@@@1@16@@danf@28-5-2012
124001610830@unknown@formal@none@1@S@And Canonical, with DM, will provide feedback aimed at keeping the whole consistent.@@@@1@13@@danf@28-5-2012
124001610840@unknown@formal@none@1@S@Once the glyph design process is wrapped, the typographer will lead hinting and kerning.@@@@1@14@@danf@28-5-2012
124001610850@unknown@formal@none@1@S@That’s the tough, detailed part of the job, but essential for an interface font that will be used on screen, everywhere on screen, all the time.@@@@1@26@@danf@28-5-2012
124001610860@unknown@formal@none@1@S@And at that point we’ll start automating feedback, using fonttest, as well as starting to integrate those glyphs into the main Ubuntu font.@@@@1@23@@danf@28-5-2012
124001610870@unknown@formal@none@1@S@We’ll publish point releases to the main Ubuntu font, with major releases designating points where we update the set of “fixed and metrically frozen” glyphs, point releases denoting occasions where we add or update beta glyphs in the public test font.@@@@1@41@@danf@28-5-2012
124001610880@unknown@formal@none@1@S@In each point release, we’ll include perhaps one or two new glyph sets for beta testing.@@@@1@16@@danf@28-5-2012
124001610890@unknown@formal@none@1@S@We’ll prioritize those communities who have followed the process, and have the most substantial community interest in testing.@@@@1@18@@danf@28-5-2012
124001610900@unknown@formal@none@1@S@Phew.@@@@1@1@@danf@28-5-2012
124001610910@unknown@formal@none@1@S@If you got this far, you’re interested
 .@@@@1@25@@danf@28-5-2012
124001610690@unknown@formal@none@1@S@They will need to be willing to contribute to the font.@@@@1@11@@danf@28-5-2012
124001610700@unknown@formal@none@1@S@They will know how much work that will be.@@@@1@9@@danf@28-5-2012
124001610710@unknown@formal@none@1@S@They won’t be paid to do it, unless the local community can find a way to raise the funds, but since there is a genuine sense of excitement in the air about open typography and this project in particular, we think you’ll find bold and insightful typographers who are keen to be part of it.@@@@1@55@@danf@28-5-2012
124001610720@unknown@formal@none@1@S@Add their details to the wiki page, especially details of their typographic portfolio.@@@@1@13@@danf@28-5-2012
124001610730@unknown@formal@none@1@S@Update the bug with that information.@@@@1@6@@danf@28-5-2012
124001610740@unknown@formal@none@1@S@The tools used for open font design are in a state of flux.@@@@1@13@@danf@28-5-2012
124001610750@unknown@formal@none@1@S@There are some exceptional technical pieces, and some dark swampy bits too.@@@@1@12@@danf@28-5-2012
124001610760@unknown@formal@none@1@S@Dalton Maag will be leading sessions at UDS with folks from the open typography community, with a view to producing what Dave Crossland described as a “lovely long list” (I’m paraphrasing) of bugs and suggestions.@@@@1@35@@danf@28-5-2012
124001610770@unknown@formal@none@1@S@Be there if you want to get a professional typographers insight on the toolchain today and what might be possible in the future.@@@@1@23@@danf@28-5-2012
124001610780@unknown@formal@none@1@S@All of the Ubuntu font sources are published, though the license does not require source to be published.@@@@1@18@@danf@28-5-2012
124001610790@unknown@formal@none@1@S@Nevertheless, the process for designing your community glyphs will likely involve a mix of free and proprietary tools, at least for the next months.@@@@1@24@@danf@28-5-2012
124001610800@unknown@formal@none@1@S@We’ll ask DM to review the portfolios of candidate typographers, and make recommendations for who should be given the go-ahead to lead the work, language by language.@@@@1@27@@danf@28-5-2012
124001610810@unknown@formal@none@1@S@Once core glyphs are designed, we’ll facilitate LoCo-based community feedback, much as we did for the main font.@@@@1@18@@danf@28-5-2012
124001610820@unknown@formal@none@1@S@We want local Ubuntu members to have the strongest public voice in feedback to their typographer.@@@@1@16@@danf@28-5-2012
124001610830@unknown@formal@none@1@S@And Canonical, with DM, will provide feedback aimed at keeping the whole consistent.@@@@1@13@@danf@28-5-2012
124001610840@unknown@formal@none@1@S@Once the glyph design process is wrapped, the typographer will lead hinting and kerning.@@@@1@14@@danf@28-5-2012
124001610850@unknown@formal@none@1@S@That’s the tough, detailed part of the job, but essential for an interface font that will be used on screen, everywhere on screen, all the time.@@@@1@26@@danf@28-5-2012
124001610860@unknown@formal@none@1@S@And at that point we’ll start automating feedback, using fonttest, as well as starting to integrate those glyphs into the main Ubuntu font.@@@@1@23@@danf@28-5-2012
124001610870@unknown@formal@none@1@S@We’ll publish point releases to the main Ubuntu font, with major releases designating points where we update the set of “fixed and metrically frozen” glyphs, point releases denoting occasions where we add or update beta glyphs in the public test font.@@@@1@41@@danf@28-5-2012
124001610880@unknown@formal@none@1@S@In each point release, we’ll include perhaps one or two new glyph sets for beta testing.@@@@1@16@@danf@28-5-2012
124001610890@unknown@formal@none@1@S@We’ll prioritize those communities who have followed the process, and have the most substantial community interest in testing.@@@@1@18@@danf@28-5-2012
124001610900@unknown@formal@none@1@S@Phew.@@@@1@1@@danf@28-5-2012
124001610910@unknown@formal@none@1@S@If you got this far, you’re interested ![]() .@@@@1@9@@danf@28-5-2012
124001610920@unknown@formal@none@1@S@This is going to be one of those things that lives a very long time.@@@@1@15@@danf@28-5-2012
124001610930@unknown@formal@none@1@S@It will take a long time to get everybody represented.@@@@1@10@@danf@28-5-2012
124001610940@unknown@formal@none@1@S@But we’re going to do it, together.@@@@1@7@@danf@28-5-2012
125001000010@unknown@formal@none@1@S@Network traffic analyzers for Ubuntu System@@@@1@6@@danf@28-5-2012
125001000020@unknown@formal@none@1@S@Darkstat is a network statistics gatherer.@@@@1@6@@danf@28-5-2012
125001000021@unknown@formal@none@1@S@Effectively, it’s a packet sniffer which runs as a background process on a cable/DSL router, gathers all sorts of useless but interesting statistics,and serves them over HTTP.@@@@1@27@@danf@28-5-2012
125001000030@unknown@formal@none@1@S@Install Darkstat in Ubuntu@@@@1@4@@danf@28-5-2012
125001000040@unknown@formal@none@1@S@sudo apt-get install darkstat@@@@1@4@@danf@28-5-2012
125001000050@unknown@formal@none@1@S@This will complete the installation.@@@@1@5@@danf@28-5-2012
125001000051@unknown@formal@none@1@S@Once you finish the installation you need to edit the the file located at /etc/darkstat/init.cfg@@@@1@15@@danf@28-5-2012
125001000060@unknown@formal@none@1@S@sudo gedit /etc/darkstat/init.cfg@@@@1@3@@danf@28-5-2012
125001000070@unknown@formal@none@1@S@# Turn this to yes when you have configured the options below.@@@@1@12@@danf@28-5-2012
125001000080@unknown@formal@none@1@S@START_DARKSTAT=no@@@@1@1@@danf@28-5-2012
125001000090@unknown@formal@none@1@S@START_DARKSTAT=yes@@@@1@1@@danf@28-5-2012
125001000100@unknown@formal@none@1@S@Now you need to start the darkstat using the following command@@@@1@11@@danf@28-5-2012
125001000110@unknown@formal@none@1@S@sudo /etc/init.d/darkstat start@@@@1@3@@danf@28-5-2012
125001000120@unknown@formal@none@1@S@This will start the darkstat process@@@@1@6@@danf@28-5-2012
125001000130@unknown@formal@none@1@S@Now if you want to see your network stats go to http://youripaddress:666@@@@1@12@@danf@28-5-2012
125001000140@unknown@formal@none@1@S@Darkstat Screenshots@@@@1@2@@danf@28-5-2012
125001000150@unknown@formal@none@1@S@Here you can see some of the screenshots for darkstat@@@@1@10@@danf@28-5-2012
125001000160@unknown@formal@none@1@S@Once you open the http://youripaddress:666 you should see the following screen@@@@1@11@@danf@28-5-2012
125001000170@unknown@formal@none@1@S@Hosts Screen@@@@1@2@@danf@28-5-2012
125001000180@unknown@formal@none@1@S@Hosts screen you can see all the machines which take part in the communication.@@@@1@14@@danf@28-5-2012
125001000190@unknown@formal@none@1@S@These can be arranged by the caused traffic or their particular IP address.@@@@1@13@@danf@28-5-2012
125001000200@unknown@formal@none@1@S@Ports Screen@@@@1@2@@danf@28-5-2012
125001000210@unknown@formal@none@1@S@Ports Screen you can see the port numbers which are used by server and client applications.@@@@1@16@@danf@28-5-2012
125001000220@unknown@formal@none@1@S@You can immediately recognize the port numbers which are used by the following daemons: 666 (darkstat), 80 (http)@@@@1@18@@danf@28-5-2012
125001000230@unknown@formal@none@1@S@Protocols Screen@@@@1@2@@danf@28-5-2012
125001000240@unknown@formal@none@1@S@Protocols Screen protocols ICMP,TCP,IGP and UDP for the file transmission, which were involved in the communication event.@@@@1@17@@danf@28-5-2012
125001000250@unknown@formal@none@1@S@Graphs Screen@@@@1@2@@danf@28-5-2012
125001000260@unknown@formal@none@1@S@Graphs Screen screen shot shows a summary of the collected time periods as graphs@@@@1@14@@danf@28-5-2012
125001000270@unknown@formal@none@1@S@This tool is really useful if you want to check your ubuntu system traffic details like incoming and outgoing ports and communication to outside world@@@@1@25@@danf@28-5-2012
125001000280@unknown@formal@none@1@S@There are other tools which you can use as follows@@@@1@10@@danf@28-5-2012
125001000290@unknown@formal@none@1@S@Wireshark (Old Name Ethereal)@@@@1@4@@danf@28-5-2012
125001000300@unknown@formal@none@1@S@Wireshark® is used by network professionals around the world for troubleshooting, analysis, software and protocol development, and education.@@@@1@18@@danf@28-5-2012
125001000310@unknown@formal@none@1@S@It has all of the standard features you would expect in a protocol analyzer, and several features not seen in any other product.@@@@1@23@@danf@28-5-2012
125001000320@unknown@formal@none@1@S@Its open source license allows talented experts in the networking community to add enhancements.@@@@1@14@@danf@28-5-2012
125001000330@unknown@formal@none@1@S@It runs on all popular computing platforms, including Unix, Linux, and Windows.@@@@1@12@@danf@28-5-2012
125001000340@unknown@formal@none@1@S@If you want to install wireshark in ubuntu use the following command@@@@1@12@@danf@28-5-2012
125001000350@unknown@formal@none@1@S@For Ubuntu Edgy users@@@@1@4@@danf@28-5-2012
125001000360@unknown@formal@none@1@S@sudo apt-get install Wireshark@@@@1@4@@danf@28-5-2012
125001000370@unknown@formal@none@1@S@For Ubuntu Dapper Users@@@@1@4@@danf@28-5-2012
125001000380@unknown@formal@none@1@S@sudo apt-get install ethereal@@@@1@4@@danf@28-5-2012
125001000390@unknown@formal@none@1@S@If you want to open go to Applications--->Internet--->Wireshark (If you want run as root select root option)@@@@1@17@@danf@28-5-2012
125001000400@unknown@formal@none@1@S@Once it opens you should see the following screen@@@@1@9@@danf@28-5-2012
125001000401@unknown@formal@none@1@S@
 .@@@@1@9@@danf@28-5-2012
124001610920@unknown@formal@none@1@S@This is going to be one of those things that lives a very long time.@@@@1@15@@danf@28-5-2012
124001610930@unknown@formal@none@1@S@It will take a long time to get everybody represented.@@@@1@10@@danf@28-5-2012
124001610940@unknown@formal@none@1@S@But we’re going to do it, together.@@@@1@7@@danf@28-5-2012
125001000010@unknown@formal@none@1@S@Network traffic analyzers for Ubuntu System@@@@1@6@@danf@28-5-2012
125001000020@unknown@formal@none@1@S@Darkstat is a network statistics gatherer.@@@@1@6@@danf@28-5-2012
125001000021@unknown@formal@none@1@S@Effectively, it’s a packet sniffer which runs as a background process on a cable/DSL router, gathers all sorts of useless but interesting statistics,and serves them over HTTP.@@@@1@27@@danf@28-5-2012
125001000030@unknown@formal@none@1@S@Install Darkstat in Ubuntu@@@@1@4@@danf@28-5-2012
125001000040@unknown@formal@none@1@S@sudo apt-get install darkstat@@@@1@4@@danf@28-5-2012
125001000050@unknown@formal@none@1@S@This will complete the installation.@@@@1@5@@danf@28-5-2012
125001000051@unknown@formal@none@1@S@Once you finish the installation you need to edit the the file located at /etc/darkstat/init.cfg@@@@1@15@@danf@28-5-2012
125001000060@unknown@formal@none@1@S@sudo gedit /etc/darkstat/init.cfg@@@@1@3@@danf@28-5-2012
125001000070@unknown@formal@none@1@S@# Turn this to yes when you have configured the options below.@@@@1@12@@danf@28-5-2012
125001000080@unknown@formal@none@1@S@START_DARKSTAT=no@@@@1@1@@danf@28-5-2012
125001000090@unknown@formal@none@1@S@START_DARKSTAT=yes@@@@1@1@@danf@28-5-2012
125001000100@unknown@formal@none@1@S@Now you need to start the darkstat using the following command@@@@1@11@@danf@28-5-2012
125001000110@unknown@formal@none@1@S@sudo /etc/init.d/darkstat start@@@@1@3@@danf@28-5-2012
125001000120@unknown@formal@none@1@S@This will start the darkstat process@@@@1@6@@danf@28-5-2012
125001000130@unknown@formal@none@1@S@Now if you want to see your network stats go to http://youripaddress:666@@@@1@12@@danf@28-5-2012
125001000140@unknown@formal@none@1@S@Darkstat Screenshots@@@@1@2@@danf@28-5-2012
125001000150@unknown@formal@none@1@S@Here you can see some of the screenshots for darkstat@@@@1@10@@danf@28-5-2012
125001000160@unknown@formal@none@1@S@Once you open the http://youripaddress:666 you should see the following screen@@@@1@11@@danf@28-5-2012
125001000170@unknown@formal@none@1@S@Hosts Screen@@@@1@2@@danf@28-5-2012
125001000180@unknown@formal@none@1@S@Hosts screen you can see all the machines which take part in the communication.@@@@1@14@@danf@28-5-2012
125001000190@unknown@formal@none@1@S@These can be arranged by the caused traffic or their particular IP address.@@@@1@13@@danf@28-5-2012
125001000200@unknown@formal@none@1@S@Ports Screen@@@@1@2@@danf@28-5-2012
125001000210@unknown@formal@none@1@S@Ports Screen you can see the port numbers which are used by server and client applications.@@@@1@16@@danf@28-5-2012
125001000220@unknown@formal@none@1@S@You can immediately recognize the port numbers which are used by the following daemons: 666 (darkstat), 80 (http)@@@@1@18@@danf@28-5-2012
125001000230@unknown@formal@none@1@S@Protocols Screen@@@@1@2@@danf@28-5-2012
125001000240@unknown@formal@none@1@S@Protocols Screen protocols ICMP,TCP,IGP and UDP for the file transmission, which were involved in the communication event.@@@@1@17@@danf@28-5-2012
125001000250@unknown@formal@none@1@S@Graphs Screen@@@@1@2@@danf@28-5-2012
125001000260@unknown@formal@none@1@S@Graphs Screen screen shot shows a summary of the collected time periods as graphs@@@@1@14@@danf@28-5-2012
125001000270@unknown@formal@none@1@S@This tool is really useful if you want to check your ubuntu system traffic details like incoming and outgoing ports and communication to outside world@@@@1@25@@danf@28-5-2012
125001000280@unknown@formal@none@1@S@There are other tools which you can use as follows@@@@1@10@@danf@28-5-2012
125001000290@unknown@formal@none@1@S@Wireshark (Old Name Ethereal)@@@@1@4@@danf@28-5-2012
125001000300@unknown@formal@none@1@S@Wireshark® is used by network professionals around the world for troubleshooting, analysis, software and protocol development, and education.@@@@1@18@@danf@28-5-2012
125001000310@unknown@formal@none@1@S@It has all of the standard features you would expect in a protocol analyzer, and several features not seen in any other product.@@@@1@23@@danf@28-5-2012
125001000320@unknown@formal@none@1@S@Its open source license allows talented experts in the networking community to add enhancements.@@@@1@14@@danf@28-5-2012
125001000330@unknown@formal@none@1@S@It runs on all popular computing platforms, including Unix, Linux, and Windows.@@@@1@12@@danf@28-5-2012
125001000340@unknown@formal@none@1@S@If you want to install wireshark in ubuntu use the following command@@@@1@12@@danf@28-5-2012
125001000350@unknown@formal@none@1@S@For Ubuntu Edgy users@@@@1@4@@danf@28-5-2012
125001000360@unknown@formal@none@1@S@sudo apt-get install Wireshark@@@@1@4@@danf@28-5-2012
125001000370@unknown@formal@none@1@S@For Ubuntu Dapper Users@@@@1@4@@danf@28-5-2012
125001000380@unknown@formal@none@1@S@sudo apt-get install ethereal@@@@1@4@@danf@28-5-2012
125001000390@unknown@formal@none@1@S@If you want to open go to Applications--->Internet--->Wireshark (If you want run as root select root option)@@@@1@17@@danf@28-5-2012
125001000400@unknown@formal@none@1@S@Once it opens you should see the following screen@@@@1@9@@danf@28-5-2012
125001000401@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
125001000410@unknown@formal@none@1@S@If you want to see the available interfaces for capture click on the icon bottom of the file tool option@@@@1@20@@danf@28-5-2012
125001000411@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
125001000410@unknown@formal@none@1@S@If you want to see the available interfaces for capture click on the icon bottom of the file tool option@@@@1@20@@danf@28-5-2012
125001000411@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
125001000420@unknown@formal@none@1@S@Capture Network Interface eth0 details@@@@1@5@@danf@28-5-2012
125001000430@unknown@formal@none@1@S@Wireshark Version Details@@@@1@3@@danf@28-5-2012
125001000440@unknown@formal@none@1@S@Etherape@@@@1@1@@danf@28-5-2012
125001000450@unknown@formal@none@1@S@EtherApe is a graphical network monitor for Unix modeled after etherman.@@@@1@11@@danf@28-5-2012
125001000460@unknown@formal@none@1@S@Featuring link layer, ip and TCP modes, it displays network activity graphically.@@@@1@12@@danf@28-5-2012
125001000470@unknown@formal@none@1@S@Hosts and links change in size with traffic.@@@@1@8@@danf@28-5-2012
125001000480@unknown@formal@none@1@S@Color coded protocols display.@@@@1@4@@danf@28-5-2012
125001000490@unknown@formal@none@1@S@It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices.@@@@1@11@@danf@28-5-2012
125001000500@unknown@formal@none@1@S@It can filter traffic to be shown, and can read traffic from a file as well as live from the network.@@@@1@21@@danf@28-5-2012
125001000510@unknown@formal@none@1@S@If you want to install Etherape in ubuntu use the following command@@@@1@12@@danf@28-5-2012
125001000520@unknown@formal@none@1@S@sudo apt-get install etherape@@@@1@4@@danf@28-5-2012
125001000530@unknown@formal@none@1@S@If you want to open go to Applications--->Internet--->EtherApe(as root)@@@@1@9@@danf@28-5-2012
125001000540@unknown@formal@none@1@S@Once it open the application you can see the network activity with all the protocols and locations@@@@1@17@@danf@28-5-2012
125001000550@unknown@formal@none@1@S@Ethstatus@@@@1@1@@danf@28-5-2012
125001000560@unknown@formal@none@1@S@Console-based ethernet statistics monitor.@@@@1@4@@danf@28-5-2012
125001000561@unknown@formal@none@1@S@Ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis.@@@@1@18@@danf@28-5-2012
125001000570@unknown@formal@none@1@S@It is similar to iptraf but is meant to run as a permanent console task to monitor the network load.@@@@1@20@@danf@28-5-2012
125001000580@unknown@formal@none@1@S@Install Ethstatus in Ubuntu@@@@1@4@@danf@28-5-2012
125001000590@unknown@formal@none@1@S@sudo apt-get install ethstatus@@@@1@4@@danf@28-5-2012
125001000600@unknown@formal@none@1@S@If you want to see your your network card status from command line just enter the following command@@@@1@18@@danf@28-5-2012
125001000610@unknown@formal@none@1@S@ethstatus@@@@1@1@@danf@28-5-2012
125001000620@unknown@formal@none@1@S@you should see the following screen with all the details@@@@1@10@@danf@28-5-2012
125001000630@unknown@formal@none@1@S@potion@@@@1@1@@danf@28-5-2012
125001000640@unknown@formal@none@1@S@IP Flow Monitor@@@@1@3@@danf@28-5-2012
125001000641@unknown@formal@none@1@S@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.@@@@1@35@@danf@28-5-2012
125001000650@unknown@formal@none@1@S@A flow is identified ip protocol, source ip, source port, destination ip, destination port, and type of service flag.@@@@1@19@@danf@28-5-2012
125001000660@unknown@formal@none@1@S@Install potion in ubuntu@@@@1@4@@danf@28-5-2012
125001000670@unknown@formal@none@1@S@sudo apt-get install potion@@@@1@4@@danf@28-5-2012
125001000680@unknown@formal@none@1@S@This will complete the installation@@@@1@5@@danf@28-5-2012
125001000690@unknown@formal@none@1@S@potion Usage@@@@1@2@@danf@28-5-2012
125001000700@unknown@formal@none@1@S@potion [options] interface [expression]@@@@1@4@@danf@28-5-2012
125001000710@unknown@formal@none@1@S@Example@@@@1@1@@danf@28-5-2012
125001000720@unknown@formal@none@1@S@potion -a eth0 1@@@@1@4@@danf@28-5-2012
125001510010@unknown@formal@none@1@S@Firefox 3.0 (still in Alpha) Installation in Ubuntu Feisty@@@@1@9@@danf@28-5-2012
125001510020@unknown@formal@none@1@S@Firefox 3.0 is the next generation release of the award-winning Firefox web browser from Mozilla.@@@@1@15@@danf@28-5-2012
125001510021@unknown@formal@none@1@S@This article describes how to install fiefox3.0a1 in ubuntu linux system.@@@@1@11@@danf@28-5-2012
125001510022@unknown@formal@none@1@S@The development name for Mozilla Firefox 3 is Gran Paradiso (a national park in Italy) and final version will be released in May 2007.@@@@1@24@@danf@28-5-2012
125001510030@unknown@formal@none@1@S@Gran Paradiso Alpha is an developer milestone for the next major version of Firefox that is being built on top of the next generation of Mozilla’s layout engine, Gecko 1.9.@@@@1@30@@danf@28-5-2012
125001510040@unknown@formal@none@1@S@Gran Paradiso Alpha is being made available for testing purposes only, and is intended for web application developers and our testing community.@@@@1@22@@danf@28-5-2012
125001510060@unknown@formal@none@1@S@Current users of Mozilla Firefox should not use Gran Paradiso Alpha.@@@@1@11@@danf@28-5-2012
125001510070@unknown@formal@none@1@S@Install Firefox 3.0 (Alpha) in Ubuntu Feisty Fawn@@@@1@8@@danf@28-5-2012
125001510080@unknown@formal@none@1@S@First you need to edit the /etc/apt/sources.list file@@@@1@8@@danf@28-5-2012
125001510090@unknown@formal@none@1@S@sudo vi /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125001510100@unknown@formal@none@1@S@add the following lines@@@@1@4@@danf@28-5-2012
125001510110@unknown@formal@none@1@S@deb http://gnomefreak.youmortals.com/mozilla-testing feisty main deb-src http://gnomefreak.youmortals.com/mozilla-testing feisty main@@@@1@8@@danf@28-5-2012
125001510120@unknown@formal@none@1@S@Now you need to update the source list@@@@1@8@@danf@28-5-2012
125001510130@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125001510140@unknown@formal@none@1@S@Install firefox 3 using the following command@@@@1@7@@danf@28-5-2012
125001510150@unknown@formal@none@1@S@sudo apt-get install firefox-trunk firefox-trunk-gnome-support@@@@1@5@@danf@28-5-2012
125001510160@unknown@formal@none@1@S@This will install all the required packages for firefox3@@@@1@9@@danf@28-5-2012
125001510170@unknown@formal@none@1@S@The Firefox 3.0 runs next to your original Firefox and can be found in your menu as “Firefox Web Browser (Development Version)”.@@@@1@22@@danf@28-5-2012
125001510171@unknown@formal@none@1@S@Both Firefoxes cannot run at the same time.@@@@1@8@@danf@28-5-2012
125001510180@unknown@formal@none@1@S@If you want to open Firefox3 go to Applications--->Internet--->Firefox Web Browser(Development Version)@@@@1@12@@danf@28-5-2012
125001510190@unknown@formal@none@1@S@Once it opens you should see firefox 3 in action@@@@1@10@@danf@28-5-2012
125001510200@unknown@formal@none@1@S@Firefox 3 Version Details@@@@1@4@@danf@28-5-2012
125001510210@unknown@formal@none@1@S@Firefox3.0 Addons@@@@1@2@@danf@28-5-2012
125001510220@unknown@formal@none@1@S@If you want Firefox3.0a1 addons list check here@@@@1@8@@danf@28-5-2012
125001510230@unknown@formal@none@1@S@Troubleshooting@@@@1@1@@danf@28-5-2012
125001510240@unknown@formal@none@1@S@If you want to troubleshoot any problem with firefox3.0a1 check here@@@@1@11@@danf@28-5-2012
125002740010@unknown@formal@none@1@S@Monitoring Real-time user logins in ubuntu@@@@1@6@@danf@28-5-2012
125002740020@unknown@formal@none@1@S@Whowatch is an console, interactive users and process monitoring tool.@@@@1@10@@danf@28-5-2012
125002740021@unknown@formal@none@1@S@It displays information about the users currently logged on to the machine, in real-time.@@@@1@14@@danf@28-5-2012
125002740030@unknown@formal@none@1@S@Besides standard informations (login name, tty,host, userâs process), the type of the connection (ie. telnet or ssh) is shown.@@@@1@19@@danf@28-5-2012
125002740050@unknown@formal@none@1@S@Display of users command line can be switch to tty idle time.@@@@1@12@@danf@28-5-2012
125002740060@unknown@formal@none@1@S@Certain user can be selected and his processes tree may be viewed as well as tree of all system processes.@@@@1@20@@danf@28-5-2012
125002740070@unknown@formal@none@1@S@Tree may be displayed with additional column that shows owner of each process.@@@@1@13@@danf@28-5-2012
125002740080@unknown@formal@none@1@S@In the process tree mode SIGINT and SIGKILL signals can be sent to the selected process.@@@@1@16@@danf@28-5-2012
125002740090@unknown@formal@none@1@S@Killing processes is just as simple and fun as deleting lines on the screen.@@@@1@14@@danf@28-5-2012
125002740100@unknown@formal@none@1@S@Install whowatch in ubuntu@@@@1@4@@danf@28-5-2012
125002740110@unknown@formal@none@1@S@sudo apt-get install whowatch@@@@1@4@@danf@28-5-2012
125002740120@unknown@formal@none@1@S@This will install all the required packages for whowatch@@@@1@9@@danf@28-5-2012
125002740130@unknown@formal@none@1@S@Using whowatch@@@@1@2@@danf@28-5-2012
125002740140@unknown@formal@none@1@S@Whowatch has no command line options or configuration file.@@@@1@9@@danf@28-5-2012
125002740150@unknown@formal@none@1@S@If you want to open the whowatch you need to run the following command@@@@1@14@@danf@28-5-2012
125002740160@unknown@formal@none@1@S@whowatch@@@@1@1@@danf@28-5-2012
125002740170@unknown@formal@none@1@S@Now you should see similar to the following screen@@@@1@9@@danf@28-5-2012
125002740180@unknown@formal@none@1@S@All actions are performed in real time by pressing following keys@@@@1@11@@danf@28-5-2012
125002740190@unknown@formal@none@1@S@up,down - cursor movement@@@@1@4@@danf@28-5-2012
125002740200@unknown@formal@none@1@S@i - toggle between user command line and idle time@@@@1@10@@danf@28-5-2012
125002740210@unknown@formal@none@1@S@c - full command line on/off.@@@@1@6@@danf@28-5-2012
125002740220@unknown@formal@none@1@S@Disabling full command line can save CPU time.@@@@1@8@@danf@28-5-2012
125002740230@unknown@formal@none@1@S@It can give you also some additional information about process executable.@@@@1@11@@danf@28-5-2012
125002740240@unknown@formal@none@1@S@enter - view selected users processes tree.@@@@1@7@@danf@28-5-2012
125002740250@unknown@formal@none@1@S@t - all system processes (init tree)@@@@1@7@@danf@28-5-2012
125002740260@unknown@formal@none@1@S@Tree mode:@@@@1@2@@danf@28-5-2012
125002740270@unknown@formal@none@1@S@up,down - cursor movement@@@@1@4@@danf@28-5-2012
125002740280@unknown@formal@none@1@S@enter - go back to users list@@@@1@7@@danf@28-5-2012
125002740290@unknown@formal@none@1@S@o - show processes owners@@@@1@5@@danf@28-5-2012
125002740300@unknown@formal@none@1@S@c - full command line on/off.@@@@1@6@@danf@28-5-2012
125002740310@unknown@formal@none@1@S@Disabling full command line can save CPU time.@@@@1@8@@danf@28-5-2012
125002740320@unknown@formal@none@1@S@It can give you also some additional information about process executable.@@@@1@11@@danf@28-5-2012
125002740330@unknown@formal@none@1@S@Ctrl-I - send INT signal to selected process@@@@1@8@@danf@28-5-2012
125002740340@unknown@formal@none@1@S@Ctrl-K - send KILL signal to selected process@@@@1@8@@danf@28-5-2012
125002740350@unknown@formal@none@1@S@s - It will provide the system details@@@@1@8@@danf@28-5-2012
125002740360@unknown@formal@none@1@S@d - Details about the user@@@@1@6@@danf@28-5-2012
125003660010@unknown@formal@none@1@S@Howto setup Database Server With postgresql and pgadmin3@@@@1@8@@danf@28-5-2012
125003660020@unknown@formal@none@1@S@PostgreSQL is a powerful, open source relational database system.@@@@1@9@@danf@28-5-2012
125003660030@unknown@formal@none@1@S@It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.@@@@1@26@@danf@28-5-2012
125003660040@unknown@formal@none@1@S@It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.@@@@1@22@@danf@28-5-2012
125003660050@unknown@formal@none@1@S@It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages).@@@@1@20@@danf@28-5-2012
125003660060@unknown@formal@none@1@S@It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.@@@@1@18@@danf@28-5-2012
125003660070@unknown@formal@none@1@S@It also supports storage of binary large objects, including pictures, sounds, or video.@@@@1@13@@danf@28-5-2012
125003660080@unknown@formal@none@1@S@It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.@@@@1@16@@danf@28-5-2012
125003660090@unknown@formal@none@1@S@pgAdmin III is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.@@@@1@26@@danf@28-5-2012
125003660100@unknown@formal@none@1@S@The application may be used on Linux, FreeBSD, OpenSUSE, Solaris, Mac OSX and Windows platforms to manage PostgreSQL 7.3 and above running on any platform, as well as commercial and derived versions of PostgreSQL such as EnterpriseDB, Mammoth PostgreSQL, Bizgres and Greenplum database.@@@@1@43@@danf@28-5-2012
125003660110@unknown@formal@none@1@S@pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases.@@@@1@20@@danf@28-5-2012
125003660120@unknown@formal@none@1@S@The graphical interface supports all PostgreSQL features and makes administration easy.@@@@1@11@@danf@28-5-2012
125003660130@unknown@formal@none@1@S@The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more.@@@@1@27@@danf@28-5-2012
125003660140@unknown@formal@none@1@S@Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security.@@@@1@21@@danf@28-5-2012
125003660150@unknown@formal@none@1@S@No additional drivers are required to communicate with the database server.@@@@1@11@@danf@28-5-2012
125003660160@unknown@formal@none@1@S@Install Postgresql and pgadmin3 in Ubuntu@@@@1@6@@danf@28-5-2012
125003660170@unknown@formal@none@1@S@PostgreSQL 8.2 version will be installed in Ubuntu 7.10 (Gutsy Gibbon)@@@@1@11@@danf@28-5-2012
125003660180@unknown@formal@none@1@S@sudo apt-get install postgresql-8.2 postgresql-client-8.2 postgresql-contrib-8.2@@@@1@6@@danf@28-5-2012
125003660190@unknown@formal@none@1@S@sudo apt-get install pgadmin3@@@@1@4@@danf@28-5-2012
125003660200@unknown@formal@none@1@S@This will install the database server/client, some extra utility scripts and the pgAdmin GUI application for working with the database.@@@@1@20@@danf@28-5-2012
125003660210@unknown@formal@none@1@S@Configuring postgresql in Ubuntu@@@@1@4@@danf@28-5-2012
125003660220@unknown@formal@none@1@S@Now we need to reset the password for the ‘postgres’ admin account for the server@@@@1@15@@danf@28-5-2012
125003660230@unknown@formal@none@1@S@sudo su postgres -c psql template1 template1=# ALTER USER postgres WITH PASSWORD ‘password’@@@@1@13@template1=# \\q@danf@28-5-2012
125003660240@unknown@formal@none@1@S@That alters the password for within the database, now we need to do the same for the unix user ‘postgres’:@@@@1@20@@danf@28-5-2012
125003660250@unknown@formal@none@1@S@sudo passwd -d postgres@@@@1@4@@danf@28-5-2012
125003660260@unknown@formal@none@1@S@sudo su postgres -c passwd@@@@1@5@@danf@28-5-2012
125003660270@unknown@formal@none@1@S@Now enter the same password that you used previously.@@@@1@9@@danf@28-5-2012
125003660280@unknown@formal@none@1@S@from here on in we can use both pgAdmin and command-line access (as the postgres user) to run the database server.@@@@1@21@@danf@28-5-2012
125003660290@unknown@formal@none@1@S@But before you jump into pgAdmin we should set-up the PostgreSQL admin pack that enables better logging and monitoring within pgAdmin.@@@@1@21@@danf@28-5-2012
125003660300@unknown@formal@none@1@S@Run the following at the command-line@@@@1@6@@danf@28-5-2012
125003660310@unknown@formal@none@1@S@we need to open up the server so that we can access and use it remotely - unless you only want to access the database on the local machine.@@@@1@29@@danf@28-5-2012
125003660320@unknown@formal@none@1@S@To do this, first, we need to edit the postgresql.conf file:@@@@1@11@@danf@28-5-2012
125003660330@unknown@formal@none@1@S@sudo gedit /etc/postgresql/8.2/main/postgresql.conf@@@@1@3@@danf@28-5-2012
125003660340@unknown@formal@none@1@S@Now, to edit a couple of lines in the ‘Connections and Authentication’ section@@@@1@13@@danf@28-5-2012
125003660350@unknown@formal@none@1@S@Change the line@@@@1@3@@danf@28-5-2012
125003660360@unknown@formal@none@1@S@#listen_addresses = ‘localhost’@@@@1@3@@danf@28-5-2012
125003660370@unknown@formal@none@1@S@listen_addresses = ‘*’@@@@1@3@@danf@28-5-2012
125003660380@unknown@formal@none@1@S@and also change the line@@@@1@5@@danf@28-5-2012
125003660390@unknown@formal@none@1@S@#password_encryption = on@@@@1@3@@danf@28-5-2012
125003660400@unknown@formal@none@1@S@password_encryption = on@@@@1@3@@danf@28-5-2012
125003660410@unknown@formal@none@1@S@Then save the file and close gedit.@@@@1@7@@danf@28-5-2012
125003660420@unknown@formal@none@1@S@Now for the final step, we must define who can access the server.@@@@1@13@@danf@28-5-2012
125003660430@unknown@formal@none@1@S@This is all done using the pg_hba.conf file.@@@@1@8@@danf@28-5-2012
125003660440@unknown@formal@none@1@S@sudo gedit /etc/postgresql/8.2/main/pg_hba.conf@@@@1@3@@danf@28-5-2012
125003660450@unknown@formal@none@1@S@Comment out, or delete the current contents of the file, then add this text to the bottom of the file@@@@1@20@@danf@28-5-2012
125003660460@unknown@formal@none@1@S@DO NOT DISABLE!@@@@1@3@@danf@28-5-2012
125003660470@unknown@formal@none@1@S@# If you change this first entry you will need to make sure that the # database # super user can access the database using some other method.@@@@1@28@@danf@28-5-2012
125003660480@unknown@formal@none@1@S@# Noninteractive # access to all databases is required during automatic maintenance # (autovacuum, daily cronjob, replication, and similar tasks).@@@@1@20@@danf@28-5-2012
125003660490@unknown@formal@none@1@S@# # Database administrative login by UNIX sockets local all postgres ident sameuser # TYPE DATABASE USER CIDR-ADDRESS METHOD@@@@1@19@@danf@28-5-2012
125003660500@unknown@formal@none@1@S@# “local” is for Unix domain socket connections only local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5@@@@1@31@@danf@28-5-2012
125003660510@unknown@formal@none@1@S@# Connections for all PCs on the subnet # # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD host all all [ip address] [subnet mask] md5@@@@1@24@@danf@28-5-2012
125003660520@unknown@formal@none@1@S@and in the last line, add in your subnet mask (i.e. 255.255.255.0) and the IP address of the machine that you would like to access your server (i.e. 138.250.192.115).@@@@1@29@@danf@28-5-2012
125003660530@unknown@formal@none@1@S@However, if you would like to enable access to a range of IP addresses, just substitute the last number for a zero and all machines within that range will be allowed access (i.e. 138.250.192.0 would allow all machines with an IP address 138.250.192.x to use the database server).@@@@1@48@@danf@28-5-2012
125003660540@unknown@formal@none@1@S@That’s it, now all you have to do is restart the server@@@@1@12@@danf@28-5-2012
125003660550@unknown@formal@none@1@S@sudo /etc/init.d/postgresql-8.2 restart@@@@1@3@@danf@28-5-2012
125003660560@unknown@formal@none@1@S@That’s it you can start using postgresql in Ubuntu@@@@1@9@@danf@28-5-2012
125003660570@unknown@formal@none@1@S@Create a Database from command line@@@@1@6@@danf@28-5-2012
125003660580@unknown@formal@none@1@S@You can also use pgadmin3 for all postgresql related@@@@1@9@@danf@28-5-2012
125003660590@unknown@formal@none@1@S@To create a database with a user that have full rights on the database, use the following command@@@@1@18@@danf@28-5-2012
125003660600@unknown@formal@none@1@S@sudo -u postgres createuser -D -A -P mynewuser@@@@1@8@@danf@28-5-2012
125003660610@unknown@formal@none@1@S@sudo -u postgres createdb -O mynewuser mydatabase@@@@1@7@@danf@28-5-2012
125003920010@unknown@formal@none@1@S@How to Enable Automatic Login in Ubutnu@@@@1@7@@danf@28-5-2012
125003920020@unknown@formal@none@1@S@By default, Ubuntu requires that you login each time you run the operating system.@@@@1@14@@danf@28-5-2012
125003920030@unknown@formal@none@1@S@If you are the only person using the computer and aren’t worried about security you can enable automatic login.@@@@1@19@@danf@28-5-2012
125003920040@unknown@formal@none@1@S@If you want to enable automatic login in ubuntu follow this procedure@@@@1@12@@danf@28-5-2012
125003920050@unknown@formal@none@1@S@Go to System--->Administration--->Login Window.@@@@1@4@@danf@28-5-2012
125003920060@unknown@formal@none@1@S@Now it will prompt for root password enter your root password and click ok@@@@1@14@@danf@28-5-2012
125003920070@unknown@formal@none@1@S@In the Login Window Preferences window, select the Security tab.@@@@1@10@@danf@28-5-2012
125003920071@unknown@formal@none@1@S@Check the Enable Automatic Login checkbox and Select your username from the User dropdown.@@@@1@14@@danf@28-5-2012
125003920072@unknown@formal@none@1@S@Click the Close button.@@@@1@4@@danf@28-5-2012
125004590010@unknown@formal@none@1@S@How to install KDE 4.1 in Ubuntu/kubuntu 8.04 (Hardy Heron)@@@@1@10@@danf@28-5-2012
125004590020@unknown@formal@none@1@S@On 29th July 2008, The KDE Community released KDE 4.1.0.@@@@1@10@@danf@28-5-2012
125004590030@unknown@formal@none@1@S@This release is the second feature release of the KDE 4 series, sporting new applications and newly developed features on top of the Pillars of KDE4.@@@@1@26@@danf@28-5-2012
125004590040@unknown@formal@none@1@S@KDE 4.1 is the first KDE4 release to contain the Personal Information Management suite KDE-PIM with its E-Mail client KMail, the planner KOrganizer, Akregator, the RSS feed reader, KNode, the newsgroup reader and many more components integrated into the Kontact shell.@@@@1@41@@danf@28-5-2012
125004590050@unknown@formal@none@1@S@Furthermore, the new desktop shell Plasma, introduced in KDE 4.0, has matured to the point where it can replace the KDE 3 shell for most casual users.@@@@1@27@@danf@28-5-2012
125004590060@unknown@formal@none@1@S@Like with our previous release much time has been devoted to improving the framework and underlying libraries on which KDE is built.@@@@1@22@@danf@28-5-2012
125004590070@unknown@formal@none@1@S@.If you want to know more features in KDE 4.1 check here @@@@1@13@@danf@28-5-2012
125004590080@unknown@formal@none@1@S@KDE 4.1 Highlights @@@@1@4@@danf@28-5-2012
125004590090@unknown@formal@none@1@S@Greatly expanded desktop shell functionality and configurability@@@@1@7@@danf@28-5-2012
125004590100@unknown@formal@none@1@S@KDE Personal Information Management suite ported to KDE 4@@@@1@9@@danf@28-5-2012
125004590110@unknown@formal@none@1@S@Many new and newly ported applications@@@@1@6@@danf@28-5-2012
125004590120@unknown@formal@none@1@S@Install KDE 4.1 in Ubuntu/Kubuntu hardy@@@@1@6@@danf@28-5-2012
125004590130@unknown@formal@none@1@S@You need to edit the /etc/apt/sources.list file@@@@1@7@@danf@28-5-2012
125004590140@unknown@formal@none@1@S@sudo gedit /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125004590150@unknown@formal@none@1@S@For Kubuntu Users use the following command@@@@1@7@@danf@28-5-2012
125004590160@unknown@formal@none@1@S@sudo kate /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125004590170@unknown@formal@none@1@S@add the following line@@@@1@4@@danf@28-5-2012
125004590180@unknown@formal@none@1@S@deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main@@@@1@4@@danf@28-5-2012
125004590190@unknown@formal@none@1@S@save and exit the file@@@@1@5@@danf@28-5-2012
125004590200@unknown@formal@none@1@S@Update the source list using the following command@@@@1@8@@danf@28-5-2012
125004590210@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125004590220@unknown@formal@none@1@S@For Ubuntu 8.04 users use the following command to install@@@@1@10@@danf@28-5-2012
125004590230@unknown@formal@none@1@S@sudo apt-get install kubuntu-kde4-desktop@@@@1@4@@danf@28-5-2012
125004590240@unknown@formal@none@1@S@For Kubuntu 8.04 users use the following command to install@@@@1@10@@danf@28-5-2012
125004590250@unknown@formal@none@1@S@sudo apt-get dist-upgrade@@@@1@3@@danf@28-5-2012
125004590260@unknown@formal@none@1@S@Note you may need to install kdebase-runtime-data-common in order to get Application directory icons under the Kickoff menu.@@@@1@18@@danf@28-5-2012
125004590270@unknown@formal@none@1@S@To install the KDE 4 PIM packages,use the following commands@@@@1@10@@danf@28-5-2012
125004590280@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125004590290@unknown@formal@none@1@S@sudo apt-get install kdepim-kde4@@@@1@4@@danf@28-5-2012
125004590300@unknown@formal@none@1@S@Enjoy your new KDE 4.1 desktop@@@@1@6@@danf@28-5-2012
125005560010@unknown@formal@none@1@S@Host interface networking made easy in VirtualBox 2.1.0@@@@1@8@@danf@28-5-2012
125005560020@unknown@formal@none@1@S@We have already discussed how to install VirtualBox 2.1.0 in ubuntu one of the important change is Host interface networking made easy with Host Interface Networking, VirtualBox uses a device driver on your host system that filters data from your physical network adapter.@@@@1@43@@danf@28-5-2012
125005560030@unknown@formal@none@1@S@This driver is therefore called a “net filter” driver.@@@@1@9@@danf@28-5-2012
125005560040@unknown@formal@none@1@S@This allows VirtualBox to intercept data from the physical network and inject data into it, effectively creating a new network interface in software.@@@@1@23@@danf@28-5-2012
125005560050@unknown@formal@none@1@S@When a guest is using such a new software interface, it looks to the host system as though the guest were physically connected to the interface using a network cable: the host can send data to the guest through that interface and receive data from it.@@@@1@46@@danf@28-5-2012
125005560060@unknown@formal@none@1@S@This means that you can set up routing or bridging between the guest and the rest of your network.@@@@1@19@@danf@28-5-2012
125005560070@unknown@formal@none@1@S@VirtualBox needs a device driver on your host system.@@@@1@9@@danf@28-5-2012
125005560080@unknown@formal@none@1@S@The way Host Interface Networking works has been completely rewritten with VirtualBox 2.0 and 2.1, depending on the host operating system.@@@@1@21@@danf@28-5-2012
125005560090@unknown@formal@none@1@S@From the user perspective, the main difference is that complex configuration is no longer necessary on any of the supported host operating systems.@@@@1@23@@danf@28-5-2012
125005560100@unknown@formal@none@1@S@With the new mechanism, to enable Host Interface Networking, You need to follow this procedure.@@@@1@15@@danf@28-5-2012
125005560110@unknown@formal@none@1@S@1) Go to Applications--->System Tools--->Sun xVM Virtualbox@@@@1@7@@danf@28-5-2012
125005560120@unknown@formal@none@1@S@2) Once virtualbox opens you need to open the Settings dialog of a virtual machine, go to the “Network” page .@@@@1@21@@danf@28-5-2012
125005560130@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
125001000420@unknown@formal@none@1@S@Capture Network Interface eth0 details@@@@1@5@@danf@28-5-2012
125001000430@unknown@formal@none@1@S@Wireshark Version Details@@@@1@3@@danf@28-5-2012
125001000440@unknown@formal@none@1@S@Etherape@@@@1@1@@danf@28-5-2012
125001000450@unknown@formal@none@1@S@EtherApe is a graphical network monitor for Unix modeled after etherman.@@@@1@11@@danf@28-5-2012
125001000460@unknown@formal@none@1@S@Featuring link layer, ip and TCP modes, it displays network activity graphically.@@@@1@12@@danf@28-5-2012
125001000470@unknown@formal@none@1@S@Hosts and links change in size with traffic.@@@@1@8@@danf@28-5-2012
125001000480@unknown@formal@none@1@S@Color coded protocols display.@@@@1@4@@danf@28-5-2012
125001000490@unknown@formal@none@1@S@It supports Ethernet, FDDI, Token Ring, ISDN, PPP and SLIP devices.@@@@1@11@@danf@28-5-2012
125001000500@unknown@formal@none@1@S@It can filter traffic to be shown, and can read traffic from a file as well as live from the network.@@@@1@21@@danf@28-5-2012
125001000510@unknown@formal@none@1@S@If you want to install Etherape in ubuntu use the following command@@@@1@12@@danf@28-5-2012
125001000520@unknown@formal@none@1@S@sudo apt-get install etherape@@@@1@4@@danf@28-5-2012
125001000530@unknown@formal@none@1@S@If you want to open go to Applications--->Internet--->EtherApe(as root)@@@@1@9@@danf@28-5-2012
125001000540@unknown@formal@none@1@S@Once it open the application you can see the network activity with all the protocols and locations@@@@1@17@@danf@28-5-2012
125001000550@unknown@formal@none@1@S@Ethstatus@@@@1@1@@danf@28-5-2012
125001000560@unknown@formal@none@1@S@Console-based ethernet statistics monitor.@@@@1@4@@danf@28-5-2012
125001000561@unknown@formal@none@1@S@Ethstatus is a console-based monitoring utility for displaying statistical data of the ethernet interface on a quantity basis.@@@@1@18@@danf@28-5-2012
125001000570@unknown@formal@none@1@S@It is similar to iptraf but is meant to run as a permanent console task to monitor the network load.@@@@1@20@@danf@28-5-2012
125001000580@unknown@formal@none@1@S@Install Ethstatus in Ubuntu@@@@1@4@@danf@28-5-2012
125001000590@unknown@formal@none@1@S@sudo apt-get install ethstatus@@@@1@4@@danf@28-5-2012
125001000600@unknown@formal@none@1@S@If you want to see your your network card status from command line just enter the following command@@@@1@18@@danf@28-5-2012
125001000610@unknown@formal@none@1@S@ethstatus@@@@1@1@@danf@28-5-2012
125001000620@unknown@formal@none@1@S@you should see the following screen with all the details@@@@1@10@@danf@28-5-2012
125001000630@unknown@formal@none@1@S@potion@@@@1@1@@danf@28-5-2012
125001000640@unknown@formal@none@1@S@IP Flow Monitor@@@@1@3@@danf@28-5-2012
125001000641@unknown@formal@none@1@S@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.@@@@1@35@@danf@28-5-2012
125001000650@unknown@formal@none@1@S@A flow is identified ip protocol, source ip, source port, destination ip, destination port, and type of service flag.@@@@1@19@@danf@28-5-2012
125001000660@unknown@formal@none@1@S@Install potion in ubuntu@@@@1@4@@danf@28-5-2012
125001000670@unknown@formal@none@1@S@sudo apt-get install potion@@@@1@4@@danf@28-5-2012
125001000680@unknown@formal@none@1@S@This will complete the installation@@@@1@5@@danf@28-5-2012
125001000690@unknown@formal@none@1@S@potion Usage@@@@1@2@@danf@28-5-2012
125001000700@unknown@formal@none@1@S@potion [options] interface [expression]@@@@1@4@@danf@28-5-2012
125001000710@unknown@formal@none@1@S@Example@@@@1@1@@danf@28-5-2012
125001000720@unknown@formal@none@1@S@potion -a eth0 1@@@@1@4@@danf@28-5-2012
125001510010@unknown@formal@none@1@S@Firefox 3.0 (still in Alpha) Installation in Ubuntu Feisty@@@@1@9@@danf@28-5-2012
125001510020@unknown@formal@none@1@S@Firefox 3.0 is the next generation release of the award-winning Firefox web browser from Mozilla.@@@@1@15@@danf@28-5-2012
125001510021@unknown@formal@none@1@S@This article describes how to install fiefox3.0a1 in ubuntu linux system.@@@@1@11@@danf@28-5-2012
125001510022@unknown@formal@none@1@S@The development name for Mozilla Firefox 3 is Gran Paradiso (a national park in Italy) and final version will be released in May 2007.@@@@1@24@@danf@28-5-2012
125001510030@unknown@formal@none@1@S@Gran Paradiso Alpha is an developer milestone for the next major version of Firefox that is being built on top of the next generation of Mozilla’s layout engine, Gecko 1.9.@@@@1@30@@danf@28-5-2012
125001510040@unknown@formal@none@1@S@Gran Paradiso Alpha is being made available for testing purposes only, and is intended for web application developers and our testing community.@@@@1@22@@danf@28-5-2012
125001510060@unknown@formal@none@1@S@Current users of Mozilla Firefox should not use Gran Paradiso Alpha.@@@@1@11@@danf@28-5-2012
125001510070@unknown@formal@none@1@S@Install Firefox 3.0 (Alpha) in Ubuntu Feisty Fawn@@@@1@8@@danf@28-5-2012
125001510080@unknown@formal@none@1@S@First you need to edit the /etc/apt/sources.list file@@@@1@8@@danf@28-5-2012
125001510090@unknown@formal@none@1@S@sudo vi /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125001510100@unknown@formal@none@1@S@add the following lines@@@@1@4@@danf@28-5-2012
125001510110@unknown@formal@none@1@S@deb http://gnomefreak.youmortals.com/mozilla-testing feisty main deb-src http://gnomefreak.youmortals.com/mozilla-testing feisty main@@@@1@8@@danf@28-5-2012
125001510120@unknown@formal@none@1@S@Now you need to update the source list@@@@1@8@@danf@28-5-2012
125001510130@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125001510140@unknown@formal@none@1@S@Install firefox 3 using the following command@@@@1@7@@danf@28-5-2012
125001510150@unknown@formal@none@1@S@sudo apt-get install firefox-trunk firefox-trunk-gnome-support@@@@1@5@@danf@28-5-2012
125001510160@unknown@formal@none@1@S@This will install all the required packages for firefox3@@@@1@9@@danf@28-5-2012
125001510170@unknown@formal@none@1@S@The Firefox 3.0 runs next to your original Firefox and can be found in your menu as “Firefox Web Browser (Development Version)”.@@@@1@22@@danf@28-5-2012
125001510171@unknown@formal@none@1@S@Both Firefoxes cannot run at the same time.@@@@1@8@@danf@28-5-2012
125001510180@unknown@formal@none@1@S@If you want to open Firefox3 go to Applications--->Internet--->Firefox Web Browser(Development Version)@@@@1@12@@danf@28-5-2012
125001510190@unknown@formal@none@1@S@Once it opens you should see firefox 3 in action@@@@1@10@@danf@28-5-2012
125001510200@unknown@formal@none@1@S@Firefox 3 Version Details@@@@1@4@@danf@28-5-2012
125001510210@unknown@formal@none@1@S@Firefox3.0 Addons@@@@1@2@@danf@28-5-2012
125001510220@unknown@formal@none@1@S@If you want Firefox3.0a1 addons list check here@@@@1@8@@danf@28-5-2012
125001510230@unknown@formal@none@1@S@Troubleshooting@@@@1@1@@danf@28-5-2012
125001510240@unknown@formal@none@1@S@If you want to troubleshoot any problem with firefox3.0a1 check here@@@@1@11@@danf@28-5-2012
125002740010@unknown@formal@none@1@S@Monitoring Real-time user logins in ubuntu@@@@1@6@@danf@28-5-2012
125002740020@unknown@formal@none@1@S@Whowatch is an console, interactive users and process monitoring tool.@@@@1@10@@danf@28-5-2012
125002740021@unknown@formal@none@1@S@It displays information about the users currently logged on to the machine, in real-time.@@@@1@14@@danf@28-5-2012
125002740030@unknown@formal@none@1@S@Besides standard informations (login name, tty,host, userâs process), the type of the connection (ie. telnet or ssh) is shown.@@@@1@19@@danf@28-5-2012
125002740050@unknown@formal@none@1@S@Display of users command line can be switch to tty idle time.@@@@1@12@@danf@28-5-2012
125002740060@unknown@formal@none@1@S@Certain user can be selected and his processes tree may be viewed as well as tree of all system processes.@@@@1@20@@danf@28-5-2012
125002740070@unknown@formal@none@1@S@Tree may be displayed with additional column that shows owner of each process.@@@@1@13@@danf@28-5-2012
125002740080@unknown@formal@none@1@S@In the process tree mode SIGINT and SIGKILL signals can be sent to the selected process.@@@@1@16@@danf@28-5-2012
125002740090@unknown@formal@none@1@S@Killing processes is just as simple and fun as deleting lines on the screen.@@@@1@14@@danf@28-5-2012
125002740100@unknown@formal@none@1@S@Install whowatch in ubuntu@@@@1@4@@danf@28-5-2012
125002740110@unknown@formal@none@1@S@sudo apt-get install whowatch@@@@1@4@@danf@28-5-2012
125002740120@unknown@formal@none@1@S@This will install all the required packages for whowatch@@@@1@9@@danf@28-5-2012
125002740130@unknown@formal@none@1@S@Using whowatch@@@@1@2@@danf@28-5-2012
125002740140@unknown@formal@none@1@S@Whowatch has no command line options or configuration file.@@@@1@9@@danf@28-5-2012
125002740150@unknown@formal@none@1@S@If you want to open the whowatch you need to run the following command@@@@1@14@@danf@28-5-2012
125002740160@unknown@formal@none@1@S@whowatch@@@@1@1@@danf@28-5-2012
125002740170@unknown@formal@none@1@S@Now you should see similar to the following screen@@@@1@9@@danf@28-5-2012
125002740180@unknown@formal@none@1@S@All actions are performed in real time by pressing following keys@@@@1@11@@danf@28-5-2012
125002740190@unknown@formal@none@1@S@up,down - cursor movement@@@@1@4@@danf@28-5-2012
125002740200@unknown@formal@none@1@S@i - toggle between user command line and idle time@@@@1@10@@danf@28-5-2012
125002740210@unknown@formal@none@1@S@c - full command line on/off.@@@@1@6@@danf@28-5-2012
125002740220@unknown@formal@none@1@S@Disabling full command line can save CPU time.@@@@1@8@@danf@28-5-2012
125002740230@unknown@formal@none@1@S@It can give you also some additional information about process executable.@@@@1@11@@danf@28-5-2012
125002740240@unknown@formal@none@1@S@enter - view selected users processes tree.@@@@1@7@@danf@28-5-2012
125002740250@unknown@formal@none@1@S@t - all system processes (init tree)@@@@1@7@@danf@28-5-2012
125002740260@unknown@formal@none@1@S@Tree mode:@@@@1@2@@danf@28-5-2012
125002740270@unknown@formal@none@1@S@up,down - cursor movement@@@@1@4@@danf@28-5-2012
125002740280@unknown@formal@none@1@S@enter - go back to users list@@@@1@7@@danf@28-5-2012
125002740290@unknown@formal@none@1@S@o - show processes owners@@@@1@5@@danf@28-5-2012
125002740300@unknown@formal@none@1@S@c - full command line on/off.@@@@1@6@@danf@28-5-2012
125002740310@unknown@formal@none@1@S@Disabling full command line can save CPU time.@@@@1@8@@danf@28-5-2012
125002740320@unknown@formal@none@1@S@It can give you also some additional information about process executable.@@@@1@11@@danf@28-5-2012
125002740330@unknown@formal@none@1@S@Ctrl-I - send INT signal to selected process@@@@1@8@@danf@28-5-2012
125002740340@unknown@formal@none@1@S@Ctrl-K - send KILL signal to selected process@@@@1@8@@danf@28-5-2012
125002740350@unknown@formal@none@1@S@s - It will provide the system details@@@@1@8@@danf@28-5-2012
125002740360@unknown@formal@none@1@S@d - Details about the user@@@@1@6@@danf@28-5-2012
125003660010@unknown@formal@none@1@S@Howto setup Database Server With postgresql and pgadmin3@@@@1@8@@danf@28-5-2012
125003660020@unknown@formal@none@1@S@PostgreSQL is a powerful, open source relational database system.@@@@1@9@@danf@28-5-2012
125003660030@unknown@formal@none@1@S@It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.@@@@1@26@@danf@28-5-2012
125003660040@unknown@formal@none@1@S@It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.@@@@1@22@@danf@28-5-2012
125003660050@unknown@formal@none@1@S@It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages).@@@@1@20@@danf@28-5-2012
125003660060@unknown@formal@none@1@S@It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.@@@@1@18@@danf@28-5-2012
125003660070@unknown@formal@none@1@S@It also supports storage of binary large objects, including pictures, sounds, or video.@@@@1@13@@danf@28-5-2012
125003660080@unknown@formal@none@1@S@It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others.@@@@1@16@@danf@28-5-2012
125003660090@unknown@formal@none@1@S@pgAdmin III is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.@@@@1@26@@danf@28-5-2012
125003660100@unknown@formal@none@1@S@The application may be used on Linux, FreeBSD, OpenSUSE, Solaris, Mac OSX and Windows platforms to manage PostgreSQL 7.3 and above running on any platform, as well as commercial and derived versions of PostgreSQL such as EnterpriseDB, Mammoth PostgreSQL, Bizgres and Greenplum database.@@@@1@43@@danf@28-5-2012
125003660110@unknown@formal@none@1@S@pgAdmin III is designed to answer the needs of all users, from writing simple SQL queries to developing complex databases.@@@@1@20@@danf@28-5-2012
125003660120@unknown@formal@none@1@S@The graphical interface supports all PostgreSQL features and makes administration easy.@@@@1@11@@danf@28-5-2012
125003660130@unknown@formal@none@1@S@The application also includes a syntax highlighting SQL editor, a server-side code editor, an SQL/batch/shell job scheduling agent, support for the Slony-I replication engine and much more.@@@@1@27@@danf@28-5-2012
125003660140@unknown@formal@none@1@S@Server connection may be made using TCP/IP or Unix Domain Sockets (on *nix platforms), and may be SSL encrypted for security.@@@@1@21@@danf@28-5-2012
125003660150@unknown@formal@none@1@S@No additional drivers are required to communicate with the database server.@@@@1@11@@danf@28-5-2012
125003660160@unknown@formal@none@1@S@Install Postgresql and pgadmin3 in Ubuntu@@@@1@6@@danf@28-5-2012
125003660170@unknown@formal@none@1@S@PostgreSQL 8.2 version will be installed in Ubuntu 7.10 (Gutsy Gibbon)@@@@1@11@@danf@28-5-2012
125003660180@unknown@formal@none@1@S@sudo apt-get install postgresql-8.2 postgresql-client-8.2 postgresql-contrib-8.2@@@@1@6@@danf@28-5-2012
125003660190@unknown@formal@none@1@S@sudo apt-get install pgadmin3@@@@1@4@@danf@28-5-2012
125003660200@unknown@formal@none@1@S@This will install the database server/client, some extra utility scripts and the pgAdmin GUI application for working with the database.@@@@1@20@@danf@28-5-2012
125003660210@unknown@formal@none@1@S@Configuring postgresql in Ubuntu@@@@1@4@@danf@28-5-2012
125003660220@unknown@formal@none@1@S@Now we need to reset the password for the ‘postgres’ admin account for the server@@@@1@15@@danf@28-5-2012
125003660230@unknown@formal@none@1@S@sudo su postgres -c psql template1 template1=# ALTER USER postgres WITH PASSWORD ‘password’@@@@1@13@template1=# \\q@danf@28-5-2012
125003660240@unknown@formal@none@1@S@That alters the password for within the database, now we need to do the same for the unix user ‘postgres’:@@@@1@20@@danf@28-5-2012
125003660250@unknown@formal@none@1@S@sudo passwd -d postgres@@@@1@4@@danf@28-5-2012
125003660260@unknown@formal@none@1@S@sudo su postgres -c passwd@@@@1@5@@danf@28-5-2012
125003660270@unknown@formal@none@1@S@Now enter the same password that you used previously.@@@@1@9@@danf@28-5-2012
125003660280@unknown@formal@none@1@S@from here on in we can use both pgAdmin and command-line access (as the postgres user) to run the database server.@@@@1@21@@danf@28-5-2012
125003660290@unknown@formal@none@1@S@But before you jump into pgAdmin we should set-up the PostgreSQL admin pack that enables better logging and monitoring within pgAdmin.@@@@1@21@@danf@28-5-2012
125003660300@unknown@formal@none@1@S@Run the following at the command-line@@@@1@6@@danf@28-5-2012
125003660310@unknown@formal@none@1@S@we need to open up the server so that we can access and use it remotely - unless you only want to access the database on the local machine.@@@@1@29@@danf@28-5-2012
125003660320@unknown@formal@none@1@S@To do this, first, we need to edit the postgresql.conf file:@@@@1@11@@danf@28-5-2012
125003660330@unknown@formal@none@1@S@sudo gedit /etc/postgresql/8.2/main/postgresql.conf@@@@1@3@@danf@28-5-2012
125003660340@unknown@formal@none@1@S@Now, to edit a couple of lines in the ‘Connections and Authentication’ section@@@@1@13@@danf@28-5-2012
125003660350@unknown@formal@none@1@S@Change the line@@@@1@3@@danf@28-5-2012
125003660360@unknown@formal@none@1@S@#listen_addresses = ‘localhost’@@@@1@3@@danf@28-5-2012
125003660370@unknown@formal@none@1@S@listen_addresses = ‘*’@@@@1@3@@danf@28-5-2012
125003660380@unknown@formal@none@1@S@and also change the line@@@@1@5@@danf@28-5-2012
125003660390@unknown@formal@none@1@S@#password_encryption = on@@@@1@3@@danf@28-5-2012
125003660400@unknown@formal@none@1@S@password_encryption = on@@@@1@3@@danf@28-5-2012
125003660410@unknown@formal@none@1@S@Then save the file and close gedit.@@@@1@7@@danf@28-5-2012
125003660420@unknown@formal@none@1@S@Now for the final step, we must define who can access the server.@@@@1@13@@danf@28-5-2012
125003660430@unknown@formal@none@1@S@This is all done using the pg_hba.conf file.@@@@1@8@@danf@28-5-2012
125003660440@unknown@formal@none@1@S@sudo gedit /etc/postgresql/8.2/main/pg_hba.conf@@@@1@3@@danf@28-5-2012
125003660450@unknown@formal@none@1@S@Comment out, or delete the current contents of the file, then add this text to the bottom of the file@@@@1@20@@danf@28-5-2012
125003660460@unknown@formal@none@1@S@DO NOT DISABLE!@@@@1@3@@danf@28-5-2012
125003660470@unknown@formal@none@1@S@# If you change this first entry you will need to make sure that the # database # super user can access the database using some other method.@@@@1@28@@danf@28-5-2012
125003660480@unknown@formal@none@1@S@# Noninteractive # access to all databases is required during automatic maintenance # (autovacuum, daily cronjob, replication, and similar tasks).@@@@1@20@@danf@28-5-2012
125003660490@unknown@formal@none@1@S@# # Database administrative login by UNIX sockets local all postgres ident sameuser # TYPE DATABASE USER CIDR-ADDRESS METHOD@@@@1@19@@danf@28-5-2012
125003660500@unknown@formal@none@1@S@# “local” is for Unix domain socket connections only local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5@@@@1@31@@danf@28-5-2012
125003660510@unknown@formal@none@1@S@# Connections for all PCs on the subnet # # TYPE DATABASE USER IP-ADDRESS IP-MASK METHOD host all all [ip address] [subnet mask] md5@@@@1@24@@danf@28-5-2012
125003660520@unknown@formal@none@1@S@and in the last line, add in your subnet mask (i.e. 255.255.255.0) and the IP address of the machine that you would like to access your server (i.e. 138.250.192.115).@@@@1@29@@danf@28-5-2012
125003660530@unknown@formal@none@1@S@However, if you would like to enable access to a range of IP addresses, just substitute the last number for a zero and all machines within that range will be allowed access (i.e. 138.250.192.0 would allow all machines with an IP address 138.250.192.x to use the database server).@@@@1@48@@danf@28-5-2012
125003660540@unknown@formal@none@1@S@That’s it, now all you have to do is restart the server@@@@1@12@@danf@28-5-2012
125003660550@unknown@formal@none@1@S@sudo /etc/init.d/postgresql-8.2 restart@@@@1@3@@danf@28-5-2012
125003660560@unknown@formal@none@1@S@That’s it you can start using postgresql in Ubuntu@@@@1@9@@danf@28-5-2012
125003660570@unknown@formal@none@1@S@Create a Database from command line@@@@1@6@@danf@28-5-2012
125003660580@unknown@formal@none@1@S@You can also use pgadmin3 for all postgresql related@@@@1@9@@danf@28-5-2012
125003660590@unknown@formal@none@1@S@To create a database with a user that have full rights on the database, use the following command@@@@1@18@@danf@28-5-2012
125003660600@unknown@formal@none@1@S@sudo -u postgres createuser -D -A -P mynewuser@@@@1@8@@danf@28-5-2012
125003660610@unknown@formal@none@1@S@sudo -u postgres createdb -O mynewuser mydatabase@@@@1@7@@danf@28-5-2012
125003920010@unknown@formal@none@1@S@How to Enable Automatic Login in Ubutnu@@@@1@7@@danf@28-5-2012
125003920020@unknown@formal@none@1@S@By default, Ubuntu requires that you login each time you run the operating system.@@@@1@14@@danf@28-5-2012
125003920030@unknown@formal@none@1@S@If you are the only person using the computer and aren’t worried about security you can enable automatic login.@@@@1@19@@danf@28-5-2012
125003920040@unknown@formal@none@1@S@If you want to enable automatic login in ubuntu follow this procedure@@@@1@12@@danf@28-5-2012
125003920050@unknown@formal@none@1@S@Go to System--->Administration--->Login Window.@@@@1@4@@danf@28-5-2012
125003920060@unknown@formal@none@1@S@Now it will prompt for root password enter your root password and click ok@@@@1@14@@danf@28-5-2012
125003920070@unknown@formal@none@1@S@In the Login Window Preferences window, select the Security tab.@@@@1@10@@danf@28-5-2012
125003920071@unknown@formal@none@1@S@Check the Enable Automatic Login checkbox and Select your username from the User dropdown.@@@@1@14@@danf@28-5-2012
125003920072@unknown@formal@none@1@S@Click the Close button.@@@@1@4@@danf@28-5-2012
125004590010@unknown@formal@none@1@S@How to install KDE 4.1 in Ubuntu/kubuntu 8.04 (Hardy Heron)@@@@1@10@@danf@28-5-2012
125004590020@unknown@formal@none@1@S@On 29th July 2008, The KDE Community released KDE 4.1.0.@@@@1@10@@danf@28-5-2012
125004590030@unknown@formal@none@1@S@This release is the second feature release of the KDE 4 series, sporting new applications and newly developed features on top of the Pillars of KDE4.@@@@1@26@@danf@28-5-2012
125004590040@unknown@formal@none@1@S@KDE 4.1 is the first KDE4 release to contain the Personal Information Management suite KDE-PIM with its E-Mail client KMail, the planner KOrganizer, Akregator, the RSS feed reader, KNode, the newsgroup reader and many more components integrated into the Kontact shell.@@@@1@41@@danf@28-5-2012
125004590050@unknown@formal@none@1@S@Furthermore, the new desktop shell Plasma, introduced in KDE 4.0, has matured to the point where it can replace the KDE 3 shell for most casual users.@@@@1@27@@danf@28-5-2012
125004590060@unknown@formal@none@1@S@Like with our previous release much time has been devoted to improving the framework and underlying libraries on which KDE is built.@@@@1@22@@danf@28-5-2012
125004590070@unknown@formal@none@1@S@.If you want to know more features in KDE 4.1 check here @@@@1@13@@danf@28-5-2012
125004590080@unknown@formal@none@1@S@KDE 4.1 Highlights @@@@1@4@@danf@28-5-2012
125004590090@unknown@formal@none@1@S@Greatly expanded desktop shell functionality and configurability@@@@1@7@@danf@28-5-2012
125004590100@unknown@formal@none@1@S@KDE Personal Information Management suite ported to KDE 4@@@@1@9@@danf@28-5-2012
125004590110@unknown@formal@none@1@S@Many new and newly ported applications@@@@1@6@@danf@28-5-2012
125004590120@unknown@formal@none@1@S@Install KDE 4.1 in Ubuntu/Kubuntu hardy@@@@1@6@@danf@28-5-2012
125004590130@unknown@formal@none@1@S@You need to edit the /etc/apt/sources.list file@@@@1@7@@danf@28-5-2012
125004590140@unknown@formal@none@1@S@sudo gedit /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125004590150@unknown@formal@none@1@S@For Kubuntu Users use the following command@@@@1@7@@danf@28-5-2012
125004590160@unknown@formal@none@1@S@sudo kate /etc/apt/sources.list@@@@1@3@@danf@28-5-2012
125004590170@unknown@formal@none@1@S@add the following line@@@@1@4@@danf@28-5-2012
125004590180@unknown@formal@none@1@S@deb http://ppa.launchpad.net/kubuntu-members-kde4/ubuntu hardy main@@@@1@4@@danf@28-5-2012
125004590190@unknown@formal@none@1@S@save and exit the file@@@@1@5@@danf@28-5-2012
125004590200@unknown@formal@none@1@S@Update the source list using the following command@@@@1@8@@danf@28-5-2012
125004590210@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125004590220@unknown@formal@none@1@S@For Ubuntu 8.04 users use the following command to install@@@@1@10@@danf@28-5-2012
125004590230@unknown@formal@none@1@S@sudo apt-get install kubuntu-kde4-desktop@@@@1@4@@danf@28-5-2012
125004590240@unknown@formal@none@1@S@For Kubuntu 8.04 users use the following command to install@@@@1@10@@danf@28-5-2012
125004590250@unknown@formal@none@1@S@sudo apt-get dist-upgrade@@@@1@3@@danf@28-5-2012
125004590260@unknown@formal@none@1@S@Note you may need to install kdebase-runtime-data-common in order to get Application directory icons under the Kickoff menu.@@@@1@18@@danf@28-5-2012
125004590270@unknown@formal@none@1@S@To install the KDE 4 PIM packages,use the following commands@@@@1@10@@danf@28-5-2012
125004590280@unknown@formal@none@1@S@sudo apt-get update@@@@1@3@@danf@28-5-2012
125004590290@unknown@formal@none@1@S@sudo apt-get install kdepim-kde4@@@@1@4@@danf@28-5-2012
125004590300@unknown@formal@none@1@S@Enjoy your new KDE 4.1 desktop@@@@1@6@@danf@28-5-2012
125005560010@unknown@formal@none@1@S@Host interface networking made easy in VirtualBox 2.1.0@@@@1@8@@danf@28-5-2012
125005560020@unknown@formal@none@1@S@We have already discussed how to install VirtualBox 2.1.0 in ubuntu one of the important change is Host interface networking made easy with Host Interface Networking, VirtualBox uses a device driver on your host system that filters data from your physical network adapter.@@@@1@43@@danf@28-5-2012
125005560030@unknown@formal@none@1@S@This driver is therefore called a “net filter” driver.@@@@1@9@@danf@28-5-2012
125005560040@unknown@formal@none@1@S@This allows VirtualBox to intercept data from the physical network and inject data into it, effectively creating a new network interface in software.@@@@1@23@@danf@28-5-2012
125005560050@unknown@formal@none@1@S@When a guest is using such a new software interface, it looks to the host system as though the guest were physically connected to the interface using a network cable: the host can send data to the guest through that interface and receive data from it.@@@@1@46@@danf@28-5-2012
125005560060@unknown@formal@none@1@S@This means that you can set up routing or bridging between the guest and the rest of your network.@@@@1@19@@danf@28-5-2012
125005560070@unknown@formal@none@1@S@VirtualBox needs a device driver on your host system.@@@@1@9@@danf@28-5-2012
125005560080@unknown@formal@none@1@S@The way Host Interface Networking works has been completely rewritten with VirtualBox 2.0 and 2.1, depending on the host operating system.@@@@1@21@@danf@28-5-2012
125005560090@unknown@formal@none@1@S@From the user perspective, the main difference is that complex configuration is no longer necessary on any of the supported host operating systems.@@@@1@23@@danf@28-5-2012
125005560100@unknown@formal@none@1@S@With the new mechanism, to enable Host Interface Networking, You need to follow this procedure.@@@@1@15@@danf@28-5-2012
125005560110@unknown@formal@none@1@S@1) Go to Applications--->System Tools--->Sun xVM Virtualbox@@@@1@7@@danf@28-5-2012
125005560120@unknown@formal@none@1@S@2) Once virtualbox opens you need to open the Settings dialog of a virtual machine, go to the “Network” page .@@@@1@21@@danf@28-5-2012
125005560130@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
125005560131@unknown@formal@none@1@S@3) Select “Host Interface” in the drop down list for the “Attached to” field.@@@@1@14@@danf@28-5-2012
125005560140@unknown@formal@none@1@S@Finally, select desired host interface from the list at the bottom of the page, which contains the physical network interfaces of your systems.@@@@1@23@@danf@28-5-2012
125005560150@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
125005560131@unknown@formal@none@1@S@3) Select “Host Interface” in the drop down list for the “Attached to” field.@@@@1@14@@danf@28-5-2012
125005560140@unknown@formal@none@1@S@Finally, select desired host interface from the list at the bottom of the page, which contains the physical network interfaces of your systems.@@@@1@23@@danf@28-5-2012
125005560150@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
125005560151@unknown@formal@none@1@S@4) Once you selected you should see similar to the following screen click on ok@@@@1@15@@danf@28-5-2012
125005560160@unknown@formal@none@1@S@
@@@@1@1@@danf@28-5-2012
125005560151@unknown@formal@none@1@S@4) Once you selected you should see similar to the following screen click on ok@@@@1@15@@danf@28-5-2012
125005560160@unknown@formal@none@1@S@![]() @@@@1@1@@danf@28-5-2012
125005560161@unknown@formal@none@1@S@On Linux hosts, functionality is limited when using wireless interfaces for Host Interface Networking.@@@@1@14@@danf@28-5-2012
125005560170@unknown@formal@none@1@S@Currently, VirtualBox supports only IPv4 over wireless.@@@@1@7@@danf@28-5-2012
125005560171@unknown@formal@none@1@S@For other protocols such as IPv6 and IPX, you must choose a wired interface.@@@@1@14@@danf@28-5-2012
125005560172@unknown@formal@none@1@S@Also, setting the MTU to less than 1500 bytes on wired interfaces provided by the sky2 driver on the Marvell Yukon II EC Ultra Ethernet NIC is known to cause packet losses under certain conditions.@@@@1@35@@danf@28-5-2012
125005560180@unknown@formal@none@1@S@If you want to know how to setup host interface networking in VirtualBox 2.0 check here@@@@1@16@@danf@28-5-2012
125007840010@unknown@formal@none@1@S@Fix for rhythmbox not playing mp3 in Ubuntu karmic@@@@1@9@@danf@28-5-2012
125007840020@unknown@formal@none@1@S@My Rhythmbox won’t play my music anymore after upgrading to 9.10 so here is what i did i hope this helps for some users@@@@1@24@@danf@28-5-2012
125007840030@unknown@formal@none@1@S@Following Procedure worked for me@@@@1@5@@danf@28-5-2012
125007840040@unknown@formal@none@1@S@First i removed Rhythmbox using the following command@@@@1@8@@danf@28-5-2012
125007840050@unknown@formal@none@1@S@sudo apt-get remove rhythmbox
@@@@1@1@@danf@28-5-2012
125005560161@unknown@formal@none@1@S@On Linux hosts, functionality is limited when using wireless interfaces for Host Interface Networking.@@@@1@14@@danf@28-5-2012
125005560170@unknown@formal@none@1@S@Currently, VirtualBox supports only IPv4 over wireless.@@@@1@7@@danf@28-5-2012
125005560171@unknown@formal@none@1@S@For other protocols such as IPv6 and IPX, you must choose a wired interface.@@@@1@14@@danf@28-5-2012
125005560172@unknown@formal@none@1@S@Also, setting the MTU to less than 1500 bytes on wired interfaces provided by the sky2 driver on the Marvell Yukon II EC Ultra Ethernet NIC is known to cause packet losses under certain conditions.@@@@1@35@@danf@28-5-2012
125005560180@unknown@formal@none@1@S@If you want to know how to setup host interface networking in VirtualBox 2.0 check here@@@@1@16@@danf@28-5-2012
125007840010@unknown@formal@none@1@S@Fix for rhythmbox not playing mp3 in Ubuntu karmic@@@@1@9@@danf@28-5-2012
125007840020@unknown@formal@none@1@S@My Rhythmbox won’t play my music anymore after upgrading to 9.10 so here is what i did i hope this helps for some users@@@@1@24@@danf@28-5-2012
125007840030@unknown@formal@none@1@S@Following Procedure worked for me@@@@1@5@@danf@28-5-2012
125007840040@unknown@formal@none@1@S@First i removed Rhythmbox using the following command@@@@1@8@@danf@28-5-2012
125007840050@unknown@formal@none@1@S@sudo apt-get remove rhythmbox ![]() @@@@1@1@@danf@28-5-2012
126001480021@unknown@formal@none@1@S@[updated] - Added ppa archive, Updated Tor to latest Version, Updated To latest Vidalia Version and added Tor speed Tweaks!@@@@1@20@@danf@28-5-2012
126001480030@unknown@formal@none@1@S@Do you want completely anonymous internet access?@@@@1@7@@danf@28-5-2012
126001480040@unknown@formal@none@1@S@For Free?@@@@1@2@@danf@28-5-2012
126001480050@unknown@formal@none@1@S@Tor is the open source leader to anonymous connections on the internet, you can anonymize your internet presence from AIM/ICQ/MSN/ Jabber/IRC/WWW/FTP and you can even issue a torify command at the command prompt to anonymize your wget/ssh/lynx/ftp/perl or whatever.@@@@1@39@@danf@28-5-2012
126001480060@unknown@formal@none@1@S@Basically tor is for the people by the people, it is only alive because we make it so, we can choose to use it freely or use it freely and help it out by running a server on your computer to make the internet safer.@@@@1@45@@danf@28-5-2012
126001480070@unknown@formal@none@1@S@Basically tor encrypts your data communications through chained/linked proxies all over the internet.@@@@1@13@@danf@28-5-2012
126001480080@unknown@formal@none@1@S@Vidalia is a cross-platform controller GUI for Tor, built using the Qt framework.@@@@1@13@@danf@28-5-2012
126001480090@unknown@formal@none@1@S@Using Vidalia, you can start and stop Tor, view the status of Tor at a glance, and monitor Tor’s bandwidth usage.@@@@1@21@@danf@28-5-2012
126001480100@unknown@formal@none@1@S@Vidalia also makes it easy to contribute to the Tor network by helping you set up and manage your own Tor server.@@@@1@22@@danf@28-5-2012
126001480110@unknown@formal@none@1@S@Vidalia runs on most platforms supported by Qt 4.1 or later, including Windows, Mac OS X, and Linux or other Unix variants using the X11 window system.@@@@1@27@@danf@28-5-2012
126001480120@unknown@formal@none@1@S@Here is how to set it up@@@@1@7@@danf@28-5-2012
126001480121@unknown@formal@none@1@S@First things first@@@@1@3@@danf@28-5-2012
126001480122@unknown@formal@none@1@S@lets get the latest tor and its dependencies then install Tor@@@@1@11@@danf@28-5-2012
126001480123@unknown@formal@none@1@S@This post may be outdated,@@@@1@5@@danf@28-5-2012
126001480124@unknown@formal@none@1@S@here is the latest src
@@@@1@1@@danf@28-5-2012
126001480021@unknown@formal@none@1@S@[updated] - Added ppa archive, Updated Tor to latest Version, Updated To latest Vidalia Version and added Tor speed Tweaks!@@@@1@20@@danf@28-5-2012
126001480030@unknown@formal@none@1@S@Do you want completely anonymous internet access?@@@@1@7@@danf@28-5-2012
126001480040@unknown@formal@none@1@S@For Free?@@@@1@2@@danf@28-5-2012
126001480050@unknown@formal@none@1@S@Tor is the open source leader to anonymous connections on the internet, you can anonymize your internet presence from AIM/ICQ/MSN/ Jabber/IRC/WWW/FTP and you can even issue a torify command at the command prompt to anonymize your wget/ssh/lynx/ftp/perl or whatever.@@@@1@39@@danf@28-5-2012
126001480060@unknown@formal@none@1@S@Basically tor is for the people by the people, it is only alive because we make it so, we can choose to use it freely or use it freely and help it out by running a server on your computer to make the internet safer.@@@@1@45@@danf@28-5-2012
126001480070@unknown@formal@none@1@S@Basically tor encrypts your data communications through chained/linked proxies all over the internet.@@@@1@13@@danf@28-5-2012
126001480080@unknown@formal@none@1@S@Vidalia is a cross-platform controller GUI for Tor, built using the Qt framework.@@@@1@13@@danf@28-5-2012
126001480090@unknown@formal@none@1@S@Using Vidalia, you can start and stop Tor, view the status of Tor at a glance, and monitor Tor’s bandwidth usage.@@@@1@21@@danf@28-5-2012
126001480100@unknown@formal@none@1@S@Vidalia also makes it easy to contribute to the Tor network by helping you set up and manage your own Tor server.@@@@1@22@@danf@28-5-2012
126001480110@unknown@formal@none@1@S@Vidalia runs on most platforms supported by Qt 4.1 or later, including Windows, Mac OS X, and Linux or other Unix variants using the X11 window system.@@@@1@27@@danf@28-5-2012
126001480120@unknown@formal@none@1@S@Here is how to set it up@@@@1@7@@danf@28-5-2012
126001480121@unknown@formal@none@1@S@First things first@@@@1@3@@danf@28-5-2012
126001480122@unknown@formal@none@1@S@lets get the latest tor and its dependencies then install Tor@@@@1@11@@danf@28-5-2012
126001480123@unknown@formal@none@1@S@This post may be outdated,@@@@1@5@@danf@28-5-2012
126001480124@unknown@formal@none@1@S@here is the latest src ![]() Guild Wars - All Versions @@@@1@8@@danf@28-5-2012
126001930041@unknown@formal@none@1@S@
 Guild Wars - All Versions @@@@1@8@@danf@28-5-2012
126001930041@unknown@formal@none@1@S@![]() Counter-Strike Retail - Steam@@@@1@5@@danf@28-5-2012
126001930042@unknown@formal@none@1@S@
 Counter-Strike Retail - Steam@@@@1@5@@danf@28-5-2012
126001930042@unknown@formal@none@1@S@![]() Half Life 2 - Retail@@@@1@6@@danf@28-5-2012
126001930043@unknown@formal@none@1@S@
 Half Life 2 - Retail@@@@1@6@@danf@28-5-2012
126001930043@unknown@formal@none@1@S@![]() SilkRoad Online@@@@1@3@@danf@28-5-2012
126001930044@unknown@formal@none@1@S@
 SilkRoad Online@@@@1@3@@danf@28-5-2012
126001930044@unknown@formal@none@1@S@![]() Day of Defeat: Source Steam@@@@1@6@@danf@28-5-2012
126001930045@unknown@formal@none@1@S@
 Day of Defeat: Source Steam@@@@1@6@@danf@28-5-2012
126001930045@unknown@formal@none@1@S@![]() Watchtower Library 2007@@@@1@4@@danf@28-5-2012
126001930046@unknown@formal@none@1@S@
 Watchtower Library 2007@@@@1@4@@danf@28-5-2012
126001930046@unknown@formal@none@1@S@![]() Call of Duty 2 1.0 - Retail@@@@1@8@@danf@28-5-2012
126001930047@unknown@formal@none@1@S@
 Call of Duty 2 1.0 - Retail@@@@1@8@@danf@28-5-2012
126001930047@unknown@formal@none@1@S@![]() Live For Speed S2@@@@1@5@@danf@28-5-2012
126001930048@unknown@formal@none@1@S@
 Live For Speed S2@@@@1@5@@danf@28-5-2012
126001930048@unknown@formal@none@1@S@![]() Baldur's Gate 2: Throne of Bhaal v2.5.26498@@@@1@8@@danf@28-5-2012
126001930049@unknown@formal@none@1@S@
 Baldur's Gate 2: Throne of Bhaal v2.5.26498@@@@1@8@@danf@28-5-2012
126001930049@unknown@formal@none@1@S@![]() Tales of the Sword Coast: 1.3.5512@@@@1@7@@danf@28-5-2012
126001930050@unknown@formal@none@1@S@Here is the rest of the Platinum List@@@@1@8@@danf@28-5-2012
126001930051@unknown@formal@none@1@S@Here is the Gold List@@@@1@5@@danf@28-5-2012
126002440010@unknown@formal@none@1@S@Release Candidate for Ubuntu 8.10 is Out@@@@1@7@@danf@28-5-2012
126002440020@unknown@formal@none@1@S@The Ubuntu team is pleased to announce the Release Candidate for Ubuntu 8.10 Desktop and Server.@@@@1@16@@danf@28-5-2012
126002440030@unknown@formal@none@1@S@Codenamed "Intrepid Ibex", 8.10 continues Ubuntu's proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.@@@@1@23@@danf@28-5-2012
126002440040@unknown@formal@none@1@S@New Features since Ubuntu 8.04 These features are showcased for your attention.@@@@1@12@@danf@28-5-2012
126002440050@unknown@formal@none@1@S@Please test them and report any bugs you find on Launchpad: http://bugs.launchpad.net/ubuntu .@@@@1@13@@danf@28-5-2012
126002440060@unknown@formal@none@1@S@GNOME 2.24@@@@1@2@@danf@28-5-2012
126002440070@unknown@formal@none@1@S@Ubuntu brings you the newest GNOME 2.24 desktop environment with tons of bug-fixes and new features, some of which include:@@@@1@20@@danf@28-5-2012
126002440080@unknown@formal@none@1@S@ Nautilus file manager has tab support (by Christian Neumair) and Eject icons for removable drives in Places sidebar (by Stefano Teso, Cosimo Cecchi, Christian Neumair, and others).@@@@1@28@@danf@28-5-2012
126002440090@unknown@formal@none@1@S@ File Roller archive manager now supports ALZ, RZIP, CAB, TAR.7Z file types also (by Paolo Bacchilega and Changwoo Ryu).@@@@1@20@@danf@28-5-2012
126002440100@unknown@formal@none@1@S@X.Org 7.4@@@@1@2@@danf@28-5-2012
126002440110@unknown@formal@none@1@S@X.Org 7.4, the latest stable version of X.Org, is available in Intrepid.@@@@1@12@@danf@28-5-2012
126002440120@unknown@formal@none@1@S@This release brings much better support for hot-pluggable input devices such as tablets, keyboards, and mice.@@@@1@16@@danf@28-5-2012
126002440130@unknown@formal@none@1@S@At the same time this will allow the great majority of users to run without a /etc/X11/xorg.conf file.@@@@1@18@@danf@28-5-2012
126002440140@unknown@formal@none@1@S@A new failsafe X is introduced, to give better tools for troubleshooting X startup failures.@@@@1@15@@danf@28-5-2012
126002440150@unknown@formal@none@1@S@The fglrx and two of the older nvidia binary drivers are not available for X.Org 7.4 yet, so users of these drivers will be automatically switched to the corresponding open source drivers.@@@@1@32@@danf@28-5-2012
126002440160@unknown@formal@none@1@S@Linux kernel 2.6.27 Ubuntu 8.10 Beta includes Linux kernel 2.6.27, a significant release with better hardware support and numerous bug-fixes.@@@@1@20@@danf@28-5-2012
126002440170@unknown@formal@none@1@S@Encrypted private directory The ecryptfs-utils package was recently promoted to Ubuntu main, with support for a secret encrypted folder in your Home Folder (by Michael Halcrow, Dustin Kirkland, and Daniel Baumann).@@@@1@31@@danf@28-5-2012
126002440180@unknown@formal@none@1@S@You can help test this new feature by going to Applications → Accessories → Terminal and typing:
 Tales of the Sword Coast: 1.3.5512@@@@1@7@@danf@28-5-2012
126001930050@unknown@formal@none@1@S@Here is the rest of the Platinum List@@@@1@8@@danf@28-5-2012
126001930051@unknown@formal@none@1@S@Here is the Gold List@@@@1@5@@danf@28-5-2012
126002440010@unknown@formal@none@1@S@Release Candidate for Ubuntu 8.10 is Out@@@@1@7@@danf@28-5-2012
126002440020@unknown@formal@none@1@S@The Ubuntu team is pleased to announce the Release Candidate for Ubuntu 8.10 Desktop and Server.@@@@1@16@@danf@28-5-2012
126002440030@unknown@formal@none@1@S@Codenamed "Intrepid Ibex", 8.10 continues Ubuntu's proud tradition of integrating the latest and greatest open source technologies into a high-quality, easy-to-use Linux distribution.@@@@1@23@@danf@28-5-2012
126002440040@unknown@formal@none@1@S@New Features since Ubuntu 8.04 These features are showcased for your attention.@@@@1@12@@danf@28-5-2012
126002440050@unknown@formal@none@1@S@Please test them and report any bugs you find on Launchpad: http://bugs.launchpad.net/ubuntu .@@@@1@13@@danf@28-5-2012
126002440060@unknown@formal@none@1@S@GNOME 2.24@@@@1@2@@danf@28-5-2012
126002440070@unknown@formal@none@1@S@Ubuntu brings you the newest GNOME 2.24 desktop environment with tons of bug-fixes and new features, some of which include:@@@@1@20@@danf@28-5-2012
126002440080@unknown@formal@none@1@S@ Nautilus file manager has tab support (by Christian Neumair) and Eject icons for removable drives in Places sidebar (by Stefano Teso, Cosimo Cecchi, Christian Neumair, and others).@@@@1@28@@danf@28-5-2012
126002440090@unknown@formal@none@1@S@ File Roller archive manager now supports ALZ, RZIP, CAB, TAR.7Z file types also (by Paolo Bacchilega and Changwoo Ryu).@@@@1@20@@danf@28-5-2012
126002440100@unknown@formal@none@1@S@X.Org 7.4@@@@1@2@@danf@28-5-2012
126002440110@unknown@formal@none@1@S@X.Org 7.4, the latest stable version of X.Org, is available in Intrepid.@@@@1@12@@danf@28-5-2012
126002440120@unknown@formal@none@1@S@This release brings much better support for hot-pluggable input devices such as tablets, keyboards, and mice.@@@@1@16@@danf@28-5-2012
126002440130@unknown@formal@none@1@S@At the same time this will allow the great majority of users to run without a /etc/X11/xorg.conf file.@@@@1@18@@danf@28-5-2012
126002440140@unknown@formal@none@1@S@A new failsafe X is introduced, to give better tools for troubleshooting X startup failures.@@@@1@15@@danf@28-5-2012
126002440150@unknown@formal@none@1@S@The fglrx and two of the older nvidia binary drivers are not available for X.Org 7.4 yet, so users of these drivers will be automatically switched to the corresponding open source drivers.@@@@1@32@@danf@28-5-2012
126002440160@unknown@formal@none@1@S@Linux kernel 2.6.27 Ubuntu 8.10 Beta includes Linux kernel 2.6.27, a significant release with better hardware support and numerous bug-fixes.@@@@1@20@@danf@28-5-2012
126002440170@unknown@formal@none@1@S@Encrypted private directory The ecryptfs-utils package was recently promoted to Ubuntu main, with support for a secret encrypted folder in your Home Folder (by Michael Halcrow, Dustin Kirkland, and Daniel Baumann).@@@@1@31@@danf@28-5-2012
126002440180@unknown@formal@none@1@S@You can help test this new feature by going to Applications → Accessories → Terminal and typing: Linux Mint
@@@@1@2@@danf@28-5-2012
126002780070@unknown@formal@none@1@S@Let’s get the obvious out of the way first.@@@@1@9@@danf@28-5-2012
126002780080@unknown@formal@none@1@S@Linux Mint is an extremely popular Ubuntu variant, and for good reason.@@@@1@12@@danf@28-5-2012
126002780090@unknown@formal@none@1@S@Mint provides several desktop solutions including Gnome, KDE, Fluxbox and XFCE, and what they all have in common is a solid software base with several of Linux’s “trickier” packages already installed.@@@@1@31@@danf@28-5-2012
126002780100@unknown@formal@none@1@S@This includes some non-free software so that you have support for MP3, DVD, and Flash right out of the box.@@@@1@20@@danf@28-5-2012
126002780110@unknown@formal@none@1@S@Saner Defaults Remix
@@@@1@3@@danf@28-5-2012
126002780120@unknown@formal@none@1@S@This is a fairly new project, but it’s beginning to gain a following.@@@@1@13@@danf@28-5-2012
126002780130@unknown@formal@none@1@S@The basic idea of the Ubuntu SDR is that the stock Ubuntu is great, but some of the decisions regarding included software may not be ideal.@@@@1@26@@danf@28-5-2012
126002780140@unknown@formal@none@1@S@While that is of course subjective, it’s hard to argue with some of the enhancements found in SDR.@@@@1@18@@danf@28-5-2012
126002780150@unknown@formal@none@1@S@Some of the changes you’ll find include:@@@@1@7@@danf@28-5-2012
126002780160@unknown@formal@none@1@S@Empathy IM replaced with Pidgin@@@@1@5@@danf@28-5-2012
126002780170@unknown@formal@none@1@S@Min/Max/Close buttons moved back to the right@@@@1@7@@danf@28-5-2012
126002780180@unknown@formal@none@1@S@Evolution mail replaced with Mozilla Thunderbird@@@@1@6@@danf@28-5-2012
126002780190@unknown@formal@none@1@S@Simple clean blue (Clearlooks) theme@@@@1@5@@danf@28-5-2012
126002780200@unknown@formal@none@1@S@Gufw firewall included and activated on install@@@@1@7@@danf@28-5-2012
126002780210@unknown@formal@none@1@S@All Mono-based apps removed (includes GThumb for photos and Gnote for notes)@@@@1@12@@danf@28-5-2012
126002780220@unknown@formal@none@1@S@Multimedia repos enabled by default@@@@1@5@@danf@28-5-2012
126002780230@unknown@formal@none@1@S@and more@@@@1@2@@danf@28-5-2012
126002780240@unknown@formal@none@1@S@Ubuntu Ultimate Edition
@@@@1@3@@danf@28-5-2012
126002780250@unknown@formal@none@1@S@While some (including this author) find the intensity of the color scheme to be a bit jarring, Ultimate Edition does have a bit working for it, and one of those things is speed.@@@@1@33@@danf@28-5-2012
126002780260@unknown@formal@none@1@S@Several of the existing applications have been removed in favor of smaller and faster alternatives.@@@@1@15@@danf@28-5-2012
126002780270@unknown@formal@none@1@S@Additionally, UE gives you some help with a few of the more legally or technically complicated packages like Flash and DVD support, either by bundling in to the default system or providing install helpers.@@@@1@34@@danf@28-5-2012
126002780280@unknown@formal@none@1@S@Ultimate Edition is clearly the most “home made” of those on the list, but if you’re willing to tolerate or change the visual theme, it can quickly become a useful desktop.@@@@1@31@@danf@28-5-2012
126002780290@unknown@formal@none@1@S@Lubuntu
@@@@1@1@@danf@28-5-2012
126002780300@unknown@formal@none@1@S@One common complaint about the normal Ubuntu release is that can sometimes be a bit slow, especially on older computers.@@@@1@20@@danf@28-5-2012
126002780310@unknown@formal@none@1@S@Lubuntu aims to solve that by replacing the normal Gnome desktop with LXDE.@@@@1@13@@danf@28-5-2012
126002780320@unknown@formal@none@1@S@Gnome apps like Nautilus and Gnome Terminal have been replaced with the liked of PCMan File manager and LXTerminal.@@@@1@19@@danf@28-5-2012
126002780330@unknown@formal@none@1@S@The system is also designed to reduce power usage over the standard install, making Lubuntu and excellent choice for laptops.@@@@1@20@@danf@28-5-2012
126002780340@unknown@formal@none@1@S@There are certainly several other Ubuntu forks worth checking out, including Super OS, gOS, andwattOS.@@@@1@15@@danf@28-5-2012
126002780350@unknown@formal@none@1@S@There’s certainly no shortage of high-quality Ubuntu variants out there, so if you’ve got any others to recommend, let us know in the comments!@@@@1@24@@danf@28-5-2012