Friday, 27 March 2009

Ubuntu 9.04 (Jaunty) Beta Released and available for download

The Ubuntu developers are moving quickly to bring you the latest and greatest software the Open Source Community has to offer. This is the Ubuntu 9.04 beta release, which brings a host of excellent new features.

Full Story

Tuesday, 24 March 2009

Ubuntu Package Management from Command line using apt

The Advanced Packaging Tool, which has since been ported by Conectiva for use with rpm and has been adopted by some other distributions.The apt-get command is a powerful command-line tool used to work with Ubuntu’s Advanced Packaging Tool (APT) performing such functions as installation of new software packages, upgrade of existing software packages, updating of the package list index, and even upgrading the entire Ubuntu system.

Full Story

Monday, 16 March 2009

Sound Solutions for Ubuntu Hardy,Intrepid and Jaunty Users

If you have just upgraded to or installed Hardy or Intrepid or Jaunty and you have some sound somewhere, but not everywhere for everything, this is a fast way to get all the missing stuff you need and give you some tools to figure out what is going on. If you hear the startup sound but nothing else, or if some applications work and others don’t, this is for you. If you have no sound at all, there is a link at the end of this post for more extensive troubleshooting help but you should try this first anyway as it may solve your problem and will not make matters worse.Make sure that your system is fully updated.

Full Story

Tuesday, 10 March 2009

Howto Convert Vmware Image to Virtualbox Image

VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).

Full Story

Thursday, 5 March 2009

How to Create a Private Encrypted Folder On Ubuntu 8.10

eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux.It provides advanced key management and policy features. eCryptfs stores cryptographic metadata in the header of each file written, so that encrypted files can be copied between hosts; the file will be decryptable with the proper key, and there is no need to keep track of any additional information aside from what is already in the encrypted file itself. Think of eCryptfs as a sort of “gnupgfs”.eCryptfs is a native Linux filesystem. The kernel module component of eCryptfs is part of the Linux kernel since 2.6.19.

Full Story

Tuesday, 3 March 2009

How to Create an adhoc host with Ubuntu

Have you ever needed to wirelessly network a Windows PC’s directly to a Ubuntu machine? In other words, you lack a router, switch, or other networking mechanism, each PC has a wireless device and you need to trade a file or play a network game? Read on.Ubuntu’s NetworkManager 0.7.0 contains the necessary features for creating an Ubuntu adhoc network host.

Full Story

Flip - Convert text file line endings between Unix and DOS formats

This program converts line endings of text files between MS-DOS and **IX formats. It detects binary files in a nearly foolproof way and leaves them alone unless you override this. It will also leave files alone that are already in the right format and preserves file timestamps. User interrupts are handled gracefully and no garbage or corrupted files left behind. ‘flip’ does not convert files to a different character set, and it can not handle Apple Macintosh line endings (CR only). For that (and more), you can use the ‘recode’ program (package ‘recode’).

Full Story