Welcome to Linux Knowledge Base and Tutorial
"The place where you learn linux"
The ONE Campaign to make poverty history

 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, 242 guest(s) and 1 member(s) that are online.

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

  

Eight Must-Have Apps for Linux
Thursday, March 11, 2010 @ 23:39:04 CET by tw45admin (44 reads)
tux news Linux comes in all shapes and sizes...from the full-blown app-heavy distros like Fedora and Ubuntu, to the lean and mean distros such as Puppy and Damn Small Linux. Whatever the size of the distribution, there are always going to be applications that you will want to download and install, depending on your needs. These can be essential apps, like Skype, Flash, or Thunderbird, or not-so-important-yet-fun apps like Google Earth, VirtualBox, and VLC. To help get started with these applications, Linux.com is providing a single list of these must-have apps that Linux users should install right after their distro is up and running. For the purposes of this article, installation URLs and methods for the following popular distributions will be examined...

Which distros and apps are covered? Find out at Linux.com.
(comments? | Score: 0)

Commercial Gaming, Coming Soon to Linux?
Thursday, March 11, 2010 @ 14:51:33 CET by tw45admin (47 reads)
gamesWhichever way you look at it, consumers want to be able to play the latest commercial computer games. Sure, Linux has a myriad of fantastic free games available (and even a number of commercial ones) for the platform, but that’s not good enough for gamers. Does the latest and greatest hot off the press game run on Linux? No. Does an awesome proprietary game from 10 years ago run on Linux? Possibly. The lack of commercial gaming on Linux continues to be a stumbling block for many and the current gaming market keeps them on Windows. (Indeed, many otherwise full time Linux users dual boot Windows for games.) There is a huge untapped potential for Linux gamers, designers and programmers here that never may never eventuate because they never try anything other than Windows (why would they?).

The answer to that question and more can be found at linux-mag.com.
(comments? | Score: 0)

Virtualization With VirtualBox 3.1.x On A Headless Fedora 12 Server
Thursday, March 11, 2010 @ 14:50:09 CET by tw45admin (41 reads)
HOWTOs and similar articlesfalko writes
This guide explains how you can run virtual machines with Sun VirtualBox 3.1.x on a headless Fedora 12 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI.

http://www.howtoforge.com/vboxheadless-running-virtual-machines-with-virtualbox-3.1.x-on-a-headless-fedora-12-server

(comments? | Score: 0)

GNOME Developer Kit Slimmed Down
Thursday, March 11, 2010 @ 13:42:21 CET by tw45admin (30 reads)
gnomeThe GNOME Developer Kit is a Linux distro based on Foresight Linux. Its new release shows a somewhat reduced collection of software for GNOME developers. The size of the GNOME Developer Kit system image was reduced from 1.4 GBytes to under 700 MBytes. To this end, Firefox was replaced by Epiphany and multimedia codecs were excluded. The distro for developers and translators now fits on a single CD. The typical installation for GNOME developers may well be on virtual machines. The download page therefore includes image files for VMware, Parallels and Qemu next to the installable ISO image. The VMware image can also be run under VirtualBox.

Read more at linux-magazine.com.
(comments? | Score: 0)

Unified network administration using eBox
Thursday, March 11, 2010 @ 13:39:41 CET by tw45admin (39 reads)
tux newsLinux is an excellent choice for a server operating system, no matter what the size of business. However, it is still not very easy to administrate. Recently many distributions have launched their own interface to configure these server components (like Apache and Samba), but really failed at delivering an easy-to-use interface to configure it. That alone turns off many SMB (small and medium business) folks. eBox is trying to fix this particular issue. eBox (or eBox Platform, to give it its full name) can play multiple roles. It can act as a network gateway, an infrastructure manager, a unified threat manager, an office server, a unified communication server or a combination of any of these. eBox is delivering these functions using already popular open source software with a solid administration interface.

More about eBox can be found at Linux User and Developer.
(comments? | Score: 0)

Mozilla borrows from WebKit to build fast new JS engine
Thursday, March 11, 2010 @ 13:37:06 CET by tw45admin (34 reads)
MozillaMozilla's high-performance TraceMonkey JavaScript engine, which was first introduced in 2008, has lost a lot of its luster as competing browser vendors have stepped up their game to deliver superior performance. Firefox now lags behind Safari, Chrome, and Opera in common JavaScript benchmarks. In an effort to bring Firefox back to the front of the pack, Mozilla is building a new JavaScript engine called JägerMonkey. The secret sauce that will drive Mozilla's new JavaScript engine engine into the fast lane is some code borrowed from Apple's WebKit project. Mozilla intends to bring together the powerful optimization techniques of TraceMonkey and the extremely efficient native code generator of Apple's JSCore engine.

The complete article is at ars technica.
(comments? | Score: 0)

Turn your old computer into a music server with VortexBox Linux
Wednesday, March 10, 2010 @ 23:55:14 CET by tw45admin (109 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 (58 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 (53 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 (66 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)

  
How often do you use the WebLinks?

More than once a day
Once a day
A few times a week
Once a week
Once a month
Rarely
Never



Results
Polls

Votes: 447
Comments: 0

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 get all the latest Site and Linux news by checking out our news page.


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