Ubuntu 11.04 Alpha 1 is the first release in the run up to Ubuntu 11.04, aka Natty Narwhal. The unique feature of Ubuntu 11.04, when it is released, will be the Unity interface, which will be the default desktop interface on computers that meet the minimum hardware requirements. Other computers will be able to use the Classic desktop interface.
Read more »Ubuntu 11.04 Alpha 1 review
How to Add a Program to Ubuntu Bootup
Init scripts are the scripts located in /etc/init.d. These scripts are part of the bootup sequence of Ubuntu. During boot, they are not called directly, but through a structure of symbolic links which manage the services which are to be started in a particular runlevel.
Read more »Category: Beginner Tags:
- Login to post comments
Install BURG in Ubuntu: A stylish replacement for GRUB
If you use dual boot Linux, that is, if you use more than one operating system on your machine, maybe you should try BURG. It is a new boot loader, much more stylish than the simple text-based GRUB.
Read more »Category: Beginner Tags:
- Login to post comments
Introduction to the MeeGo Software Platform
Distros come and go, and sometimes they combine with others to form new distros. Take Intel's Moblin and combine it with Nokia's Maemo, and you get MeeGo.
Read more »Category: Beginner Tags:
- Login to post comments
How to block flash videos / Youtube using Squid proxy Server
Youtube bandwidth eater is a main headache for network administrators . Here you can see how to block Youtube with squid.
Read more »Category: Beginner Tags:
- Login to post comments
How to share /home directory between two linux installations
Frequent re-installations of operating system due to crashes is always been a problem for many of the linux users, and my case is also the same.... Everytime i start with doing something like trying some new commands or editing some configuration files and finally ends up with an 'OS crash' and a fresh installation thereafter.
Read more »Category: Beginner Tags:
How to Create PDF Files from Web page in Ubuntu with Html2Pdf
html2pdf is an open source program whose function is to create PDF documents from a web page.
Read more »Category: Beginner Tags:
- Login to post comments
Matching Literal Text Strings to Locate Data in Shell Scripting
One of the most powerful tools available to you in shell scripting is the ability to search for text strings which highlight the information you need.
Read more »Category: Beginner Tags:
- Login to post comments
Using Variables With awk
awk supports user defined variables as well as variables that are predefined. These variables do not need to be declared like they do in bash scripts. There are three types of variables.
Read more »Category: Beginner Tags:
- Login to post comments
Linux Mint 10 review
Linux Mint 10, aka Julia, is the latest release of Linux Mint, the desktop-oriented distribution based on Ubuntu. Like most distributions, Linux Mint has editions, or versions, for several desktop environments. There is, for example, GNOME, KDE, LXDE, Xfce, and Fluxbox editions. The main edition is GNOME-based, and is always the first one to be made available for the public.
Read more »Declaring Variables in Bash Shell Scripting
When using variables, they should be declared in order to be useful in shell scripting. This bash shell tutorial explains the declaration process.
Read more »Category: Beginner Tags:
- Login to post comments
Linux Mint 10 New Menu Features
Included in the Linux Mint 10 release are some significant improvements to the Linux Mint main menu. Mint users can now install applications, add GTK bookmarks, apply GTK themes and more. I've taken a video and some screenshots highlighting the new menu features in action.
Read more »Category: Beginner Tags:
- Login to post comments
13 Features of Regular Expressions
Regular expressions provide a robust set of features in the Bash Shell. This article lists 13 features you need to know about regex.
Read more »Category: Beginner Tags:
- Login to post comments
Fedora 14 review
Fedora 14, aka Laughlin, is the latest update of Fedora, the Red Hat-sponsored, Linux distribution. Like Ubuntu, it is a GNOME-based distribution. However, there are spins for the K Desktop Environment (KDE), the Lightweight X11 Desktop Environment (LXDE), and Xfce. This review is based on the main edition, that is, the GNOME edition, using a DVD installation image.
Read more »Category: Beginner Tags:
- Login to post comments
How To Search Using The Awk Utility
The awk utility provides a powerful way to search for text strings using regex. This great tool will help you solve many Bash shell script needs.
Read more »Category: Beginner Tags:
- Login to post comments