When it comes to playing music in Linux, Amarok is one of the best audio players out there. It offers almost everything you need, from a clean, intuitive interface to a range of useful scripts. You can even put it on a server and give it a Web interface.
Read more »Create an MP3 file server using Amarok and ObsidianMusic
- Login to post comments
Creating Snort Rules with EnGarde
There are already tons of written Snort rules, but there just might be a time where you need to write one yourself. You can think of writing Snort rules as writing a program. They can include variables, keywords and functions.
Read more »Category: High End Tags:
- Login to post comments
Audio in Linux is awesome
I’ve got some poorly recorded MP3s of people speaking. I want to try to make them a little easier to hear. In Windows I’d reach for Sound Forge. How about in Linux?
Read more »Category: End User Tags:
- Login to post comments
Slim Down and Speed Up Linux
While Linux is pretty efficient with a computer's resources out of the box, there are still ways you can make it run leaner and meaner on your desktop. Using a little bit of know-how, a willingness to run a few terminal commands and a mind for efficiency, you can get every last bit of power from your Linux box, or get more life from an older system. Read on for a roundup of ways to slim down and speed up Linux that any level of user can implement.
Read more »Category: End User Tags:
- Login to post comments
Installing MyDNS And The MyDNSConfig Control Panel On Fedora 8
In this tutorial I will describe how to install and configure MyDNS and MyDNSConfig on Fedora 8. MyDNS is a DNS server that uses a MySQL database as backend instead of configuration files like, for example, Bind or djbdns. The advantage is that MyDNS simply reads the records from the database, and it does not have to be restarted/reloaded when DNS records change or zones are created/edited/deleted. A secondary nameserver can be easily set up by installing a second instance of MyDNS that accesses the same database or, to be more redundant, uses the MySQL master / slave replication features to replicate the data to the secondary nameserver.
Read more »Category: High End Tags:
- Login to post comments
Kill Linux Processes Easier with pkill
One of the best features in Linux is the way you can control processes from the command line, so if you have an application that locks up your GUI, you can always SSH over from another machine and just kill the offending process.
Read more »Category: End User Tags:
- Login to post comments
What to do before switching from Windows to Linux
There are many of you out there who are looking to make a change from your current Windows operating system to the Linux operating system. Some of you may have doubts, many of you most likely have questions before taking the plunge. I’ll try to point you in the right directions before you switch from Windows to Linux.
Read more »- Login to post comments
Back Up Your Files With Pybackpack On Fedora 8
This document describes how to set up, configure and use Pybackpack on Fedora 8. The result is an easy to use backup system for desktop usage. Pybackpack creates incremental backups which can be stored locally or remotely (SSH) - the usage of removable devices is supported. You have also the option to burn the backup(s) directly on a CD/DVD.
Read more »Category: End User Tags:
- Login to post comments
Latex - Small Tutorial
Today I would like to introduce you to the world of TeX, specifically LaTeX.
Read more »Category: High End Tags:
- Login to post comments
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Etch)
This guide explains how to set up software RAID1 on an already running Debian Etch system. The GRUB bootloader will be configured in such a way that the system will still be able to boot if one of the hard drives fails (no matter which one).
Read more »- Login to post comments
Using grep and sed to find and replace
This article covers two beneficial Linux tools, grep and sed. If searching for or handling text, grep and sed can increase your efficiency with Linux bash scripting and configuration files. We'll learn how to use these commands and get some helpful tips, too.
Read more »Category: High End Tags:
- Login to post comments
File permissions in Linux
In our “Advanced Console Tricks” series we have already covered subjects like Getting help and Processes management. Now it’s time to understand how the file permissions work. In this article we’re going to cover topics such as the basics of Linux file access rights, useful commands that allow you to manage file permissions, as well as numerical and special access modes.
Read more »Category: Beginner Tags:
- Login to post comments
Running a free software project
Running a free software project can be a rewarding experience if you begin with your eyes open. In my personal experience, starting a free software project with only a head-on view of a few existing free software projects is not really enough. Some basic background information can really help get you started in the right direction.
Read more »Category: Community Tags:
- Login to post comments
Ten Firefox extensions to keep your browsing private and secure
Most people lock their doors and windows, use a paper shredder to protect themselves from identity theft, and install antivirus software on their computers. Yet they routinely surf the Internet without giving a second thought to whether their browser is secure and their personal information safe.
Read more »Category: End User Tags:
- Login to post comments
Developing for the Nokia N800
Root around inside the heart of the Nokia N800 phone/Internet tablet/Webcam and take a closer look at the build environment, based on scratchbox.
Read more »- Login to post comments