Windows Vista Dismissed
Posted by marcin | Filed under digg, linux, windows
Just found very nice stickers on digg.


Read the rest of this entry »
Why Windows is less secure than Linux
Posted by marcin | Filed under linux, security, windows
http://blogs.zdnet.com/threatchaos/?p=311
Linux Shell Scripting Tutorial
Posted by marcin | Filed under digg, linux
This tutorial is designed for beginners who wish to learn the basics of shell scripting/programming plus introduction to power tools such as awk, sed, etc. It is not help or manual for the shell.
Automatically Scan Uploaded Files For Viruses With php-clamavlib
Posted by marcin | Filed under digg, linux, security
This guide describes how you can automatically scan files uploaded by users through a web form on your server using PHP and ClamAV. That way you can make sure that your upload form will not be abused to distribute malware. To glue PHP and ClamAV, we install the package php5-clamavlib/php4-clamavlib which is rather undocumented at this time.
How To Set Up Linux As A Dial-In Server
Posted by marcin | Filed under digg, linux
This document describes how to attach modems to a Linux box and allow it to receive calls to connect users to the network. Its like being your own ISP (Internet Service Provider). If your Linux box is connected to the Internet, then the users will also be connected to the Internet. Your Linux box becomes a router. This is also known as RAS or PPP.
Why Linux Virtualization Is Important
Posted by marcin | Filed under digg, linux
The Linux kernel occupies a single address space, which means that a failure of the kernel or any driver results in the entire operating system crashing. Virtualization means that you can run multiple operating systems, and, if one crashes due to a bug, the hypervisor and other operating systems continue to run.
Top 10 Linux Games
Posted by marcin | Filed under digg, linux
Think Gaming Sucks On Linux Think Again!
Ass kickin` Linux IBM Commercial
Posted by marcin | Filed under digg, linux
After 10 times watching it`s still sending shivers down my spine !!!
UNIX ownership and permissions provide for privacy and participation…
Posted by marcin | Filed under digg, linux, unix
“This article looks at user privileges and, in particular, examines how to manipulate file permissions to restrict or share your directories and files with others. Understanding permissions is crucial if you want to speak UNIX fluently…”
Keep your Web site online with a High Availability Linux Apache cluster
Posted by marcin | Filed under digg, linux
Failover clusters are used to ensure high availability of system services and applications even through crashes, hardware failures, and environmental mishaps. In this article, I’ll show you how to implement a rock-solid two-node high availability Apache cluster with the heartbeat application from The High-Availability Linux Project.