Welcome to Linux Knowledge Base and Tutorial
"The place where you learn linux"
Let The Music Play: Join EFF Today

 Create an AccountHome | Submit News | Your Account  

Tutorial Menu
Linux Tutorial Home
Table of Contents

· Introduction to Operating Systems
· Linux Basics
· Working with the System
· Shells and Utilities
· Editing Files
· Basic Administration
· The Operating System
· The X Windowing System
· The Computer Itself
· Networking
· System Monitoring
· Solving Problems
· Security
· Installing and Upgrading
· Linux and Windows

Glossary
MoreInfo
Man Pages
Linux Topics
Test Your Knowledge

Site Menu
Site Map
FAQ
Copyright Info
Terms of Use
Privacy Info
Disclaimer
WorkBoard
Thanks
Donations
Advertising
Masthead / Impressum
Your Account

Communication
Feedback
Forums
Private Messages
Recommend Us
Surveys

Features
HOWTOs
News
News Archive
NukeSentinel
Reviews
Submit News
Topics
User Articles
Web Links

Google
Google


The Web
linux-tutorial.info

Who's Online
There are currently, 290 guest(s) and 2 member(s) that are online.

You are an Anonymous user. You can register for free by clicking here

  

Turn your old computer into a music server with VortexBox Linux
Wednesday, March 10, 2010 @ 23:55:14 CET by tw45admin (55 reads)
HOWTOs and similar articlesdonadony writes
VortexBox is a free, open source (GPL v3), quick-install ISO that turns your unused computer into an easy-to-use music server/jukebox. Once VortexBox has been loaded on an unused PC, it will automatically rip CDs to FLAC and MP3 files, ID3 tag the files , and download the cover art. Vortexbox will then serve the files to network media players such as Logitech Squeezebox, Sonos, or Linn. The music files can also be streamed to a Windows or Mac OSX system.

Complete Story

(comments? | Score: 0)

Intro to IO Profiling of Applications
Wednesday, March 10, 2010 @ 18:37:10 CET by tw45admin (35 reads)
HOWTOs and similar articlesOne of the classic problems in designing storage solutions is that we don’t know what kind of IO performance applications need. We may have some empirical knowledge, “switching to SSD’s improved by wall clock time by 25%,” or, “adding an extra drive improved my application performance by 11%.” While this information is helpful to some degree what is missing is the understanding of why performance improved and by extension, what are the driving mechanisms behind the performance improvement. Perhaps equally important for the application developers is that understanding the driving forces of IO performance for your application can be used to improve the IO performance, if needed.

The entire article is featured at linux-mag.com.
(comments? | Score: 0)

Installing wxPython 2.8 on Debian Lenny
Wednesday, March 10, 2010 @ 14:47:49 CET by tw45admin (36 reads)
DebianActually Debian has the python-wxgtk2.8 package which you can simply apt-get if you wish to have it installed as part of Python 2.5 which is the stable version for Lenny. I’m adding wxPython 2.8 to Python 2.6, which I installed from source. I mostly followed what the official wxPython installation guide says. It was not a smooth installation for me, so this is my own installation note. The version is 2.8.10.1. First, download the tarball for wxPython from the official repository. Here I assume the archive is downloaded to /usr/local/src/wx. You need to first build wxWidgets, and then build extension module for wxPython. Anyways, decompress and untar, and create a working directory for building wxWidgets...

The complete tutorial is at Biboroku.
(comments? | Score: 0)

Virtual Hosting With vsftpd And MySQL On Debian Lenny
Wednesday, March 10, 2010 @ 14:44:38 CET by tw45admin (42 reads)
Debianfalko writes
Vsftpd is one of the most secure and fastest FTP servers for Linux. Usually vsftpd is configured to work with system users. This document describes how to install a vsftpd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine.

http://www.howtoforge.com/virtual-hosting-with-vsftpd-and-mysql-on-debian-lenny

(comments? | Score: 0)

Ubuntu, The Ultimate Linux Distribution
Wednesday, March 10, 2010 @ 13:18:42 CET by tw45admin (77 reads)
Ubuntu LinuxFrom its Debian roots to its commercially available support to its overwhelming popularity, Ubuntu is the ultimate Linux distribution. For me, Ubuntu became a significant force within the Linux community with its 2006 releases: 6.04 and 6.10. From April 2006, I've installed and used every new version and anticipate each new one the way a child anticipates toys on Christmas morning. But, have you ever wondered why is Ubuntu the ultimate Linux distribution? Why is it so popular? Why did Canonical choose Debian as its distribution template? And, why did Mark Shuttleworth believe in Linux so much that he chose to create Canonical to support it? Let's take a look at Ubuntu Linux and see if we can figure out why it is, in fact, the ultimate Linux distribution.

An analysis by Ken Hess of the world's most famous Linux distribution. Published at Daniweb.com.
(comments? | Score: 0)

Twitter to screen links for phishing scams
Wednesday, March 10, 2010 @ 13:11:37 CET by tw45admin (33 reads)
SecurityTwitter launched a new link-screening service on Tuesday aimed at preventing phishing and other malicious attacks against users of the popular microblogging service. Part of the new service is a new Twitter tool to shorten URLs, so users will see some links in email notifications and direct messages from other users written as twt.tl, Twitter said in a blog post. "By routing all links submitted to Twitter through this new service, we can detect, intercept, and prevent the spread of bad links," the blog post said. "Even if a bad link is already sent out in an email notification and somebody clicks on it, we'll be able keep that user safe," it said without elaborating.

Story found at Techworld.com.
(comments? | Score: 0)

March 31, 2010: Document Freedom Day
Wednesday, March 10, 2010 @ 13:06:32 CET by tw45admin (25 reads)
Laws, patents, DRM, etc.International free software organizations have declared the last Wednesday in March to be Document Freedom Day (DFD). Activities and information events will take place all over the world, including Canada, United Kingdom and the United States. "Will you be able to read your documents 20 years from now?" ask the organizers in their rally cry for DFD 2010. Their claim is that only open standards like the Open Document Format offers a guarantee. Everyone can use these formats without restrictions or implement them in software.

Go to linux-magazine.com for more.
(comments? | Score: 0)

How Ruby Manages Memory and Garbage Collection
Tuesday, March 09, 2010 @ 16:57:06 CET by tw45admin (62 reads)
HOWTOs and similar articlesGarbage Collection and the Ruby Heap is a presentation given by Joe Damato and Aman Gupta at the recent LA Ruby Conference. You only get the slides for now (all 70 of them!), but they're very detailed and can almost work as a standalone concise e-book on Ruby's garbage collection system. Joe and Aman take a look at C memory management vs Ruby and show the difference between the stack and the heap. As a garbage collected language, Ruby takes the easy route by putting everything on the heap and the presentation demonstrates how the MRI (Matz's Ruby 1.8) does this, as well as how objects are tracked within memory (right down to the underlying C structs).

Information available at RubyInside.com.
(comments? | Score: 0)

Distributed Replicated Storage Across Four Nodes With GlusterFS On Fedora 12
Tuesday, March 09, 2010 @ 15:36:37 CET by tw45admin (64 reads)
Red Hatfalko writes
This tutorial shows how to combine four single storage servers (running Fedora 12) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Fedora 12 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA.

http://www.howtoforge.com/distributed-replicated-storage-across-four-storage-nodes-with-glusterfs-on-fedora-12

(comments? | Score: 0)

Klaatu Recommends Nikto for Web Security
Tuesday, March 09, 2010 @ 13:55:32 CET by tw45admin (61 reads)
SecurityNikto is a free, open source, command line scanning script used for testing your web server’s security. It checks for thousands of vulnerabilities and potential security weaknesses such as default files and programs, outdated servers, insecure files, server and software misconfigurations. Nikto uses a configuration file, three dozen plugins for testing and a handful of templates for reporting. Nikto is not a weapon nor is it a remedy for damage that’s already occurred. It is an assessment tool that, when used properly, may prevent a host of potential security threats from becoming reality.

linux-mag.com has the rest.
(comments? | Score: 0)

  
Show your Support for the Linux Tutorial

Purchase one of the products from our new online shop. For each product you purchase, the Linux Tutorial gets a portion of the proceeds to help keep us going.


Login
Nickname

Password

Security Code
Security Code
Type Security Code


Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Help if you can!


Amazon Wish List
My Amazon.com Wish List

Did You Know?
You can help in many different ways.


Friends



Help us cut cost by not downloading the whole site!
Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and therefore is expressedly prohibited. For more details on this, take a look here

Tell a Friend About Us

Bookmark and Share



Web site powered by PHP-Nuke

Is this information useful? At the very least you can help by spreading the word to your favorite newsgroups, mailing lists and forums.
All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Articles are the property of their respective owners. Unless otherwise stated in the body of the article, article content © 1994-2010 by James Mohr. All rights reserved. The stylized page/paper, as well as the terms "The Linux Tutorial", "The Linux Server Tutorial", "The Linux Knowledge Base and Tutorial" and "The place where you learn Linux" are service marks of James Mohr. All rights reserved.
The Linux Knowledge Base and Tutorial may contain links to sites on the Internet, which are owned and operated by third parties. The Linux Tutorial is not responsible for the content of any such third-party site. By viewing/utilizing this web site, you have agreed to our disclaimer, terms of use and privacy policy. Use of automated download sofware ("harvesters") such as wget, httrack, etc. causes the site to quickly exceed its bandwidth limitation and are therefore expressedly prohibited. For more details on this, take a look here

PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.08 Seconds