One of the most powerful features of the Linux command line interface, (and other shells that conform to the POSIX standard) is the ability to pipeline output from one command as the input to another. This is done using the vertical bar or pipe character [ | ].
Read more »Command Line Basics: Pipelining Output
- Login to post comments
Booting Moblin v2 beta live image using an USB drive
Once you have burned an USB drive with a Moblin v2 image, you can follow the steps shown in the video in order to boot a live Moblin v2 image.
Read more »- Login to post comments
Installing 32-bit Support Into 64-bit Fedora
If you’re running newer hardware, there are some definite advantages to installing a 64-bit operating system. But, if you still need to run any 32-bit applications, you’ll need to have the 32-bit support libraries installed. Different Linux distros handle this in different ways.
Read more »- Login to post comments
Howto Install PHP GD (PHP Graphics) support in Ubuntu / Debian
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient, PHP can output image streams directly to a browser. You need to install GD Library for this purpose. Simply you can do this.
Read more »An introduction to GNUnet
Anonymity and deniability in distributing information are two of the goals of the GNUnet project. At its heart, GNUnet is a mechanism to share content with others without revealing who generated the content or who accessed it. It also provides intermediate nodes in the network with the ability to deny knowledge of the contents of any traffic they forward because they are unable to decrypt it.
Read more »Category: Beginner Tags:
- Login to post comments
Lets work together.
The Linux community is very fragmented. This does not have to be a bad thing at all. Diversity is important for innovation and choice for users. However, because there are so many different projects, people sometimes get at other Linux users within the community.
Read more »- Login to post comments
Back To School: Ubuntu Laptop Pick
As Ubuntu popularity grows, more and more students are recognizing the added features and potential savings offered by an Ubuntu laptop. Netbooks and laptops are the students solution to computing because of obvious portability reasons.
Read more »Browse Internet faster in Linux with Ziproxy
Ziproxy is forwarding, non-caching, compressing HTTP proxy server.
Basically it squeezes images by converting them to lower quality JPEGs or JPEG 2000 and compresses (gzip) HTML and other text-like data.
Category: Beginner Tags:
- Login to post comments
New Themes For Ubuntu 9.10 Karmic Koala
One thing that I look forward to each time a new distro is released is the artwork, theme and overall graphical setup of each distro. As Ubuntu 9.10 Karmic Koala matures we are getting closer and closer to seeing the default desktop, theme, splash screen and other graphical enhancements.
Read more »- Login to post comments
awk: Find and Replace text
The basic function of awk is to search files for lines (or other units of text) that contain a pattern. When a line matches, awk performs a specific action on that line.
Read more »Category: Beginner Tags:
- Login to post comments
4 Linux Books For Beginners
Here are 4 Linux books which are ideal for a beginner:
1. A Newbie’s Initiation To Linux – Download (1.90MB)
2. Introduction to Linux – A hands on guide – Download (1.52MB)
3. Ubuntu Pocket Guide and Reference – Download (2.13MB)
4. GNU/Linux Command−Line Tools Summary – Download (682.45KB)
Category: Beginner Tags:
- Login to post comments
Vista User on SimplyMEPIS 8.0.10
Lets take a closer look at how intuitive the SimplyMEPIS 8.0.10 Live CD really is for a Windows user. I’ve introduced SimplyMEPIS to a lifelong Windows user and documented the “cans” and “can nots” of his first 2 hours on this Linux distribution.
Read more »- Login to post comments
alias: Replace your lengthy commands with shorter ones
Category: Beginner Tags:
- Login to post comments
Command Line Basics: Redirecting Output
The output of most GNU command line tools is normally sent to the terminal (ie – standard output). There are times when you would like to have the output saved as a file. Now, you could copy the text from the terminal and paste it into a text editor and save it, but there’s a better way...
Read more »- Login to post comments
Create a .deb package from source files
If your build from source is successful, you can make a Debian (Ubuntu) package (.deb) for future use:
Read more »Category: Beginner Tags:
- Login to post comments