background preloader

Ubuntu

Facebook Twitter

The Big Ol' Ubuntu Security Resource - IT Security. Simple Home File Server (Based On Ubuntu. Version 1.0 Author: Xam Last edited 01/20/2008 This tutorial explains how to turn an old PC with additional hard disks into a simple home file server. The file server is intended for home use. The home file server is accessible by Windows and Linux computers in the home network. The existing tutorials do not describe how to add additional disks or have a complex authorization or access procedure. Freenas (www.freenas.org) does have too many features for home users and more important it does not support the NTFS format. This Home File Server can work with hard disks formatted in NTFS.

The server is built with Ubuntu Server 7.10 & Samba. I want to say first that this is not the only way of setting up such a system. 1 Requirements The hard disks for data storage in the file server must be formatted in the NTFS format. I assume that you already know how to install a hard drive. 2 Preliminary Note 3 The Base System Insert your Ubuntu install CD into your system and boot from it. 30 Free Linux Games - Download your Favorite | A New Morning. I have compiled here 30 free linux based game! Would love and appreciate your comments! : ) 1- Tux Racer (Racing) Tux Racer lets you take on the role of Tux the Linux Penguin as he races down steep, snow-covered mountains. Enter cups and compete to win the title!

Tux Racer includes a variety of options for gameplay, including the ability to race courses in fog, at night, and under high winds. Your journey starts as you compete on local courses. HomePage Tux Racer Download Tux Racer for Linux 2- America’s Army (FPS) Launched in July 2002 the America’s Army game, which is rated “T” for Teen by the ESRB, has become one of the most popular computer games in the world. You can order the game for free, there is no charge for the DVD but you have to pay for the shipping, handling etc which is very less. Official Website America’s Army Order your Free CD here 3- Egoboo – RPG Egoboo is an open-source action-RPG / dungeon crawling adventure! It has a unique mood, and is a lot of fun to play. 21- Glest. Ubuntu Geek--Ubuntu Linux Tips,Howtos&Tutorials|Dapper,Edgy,Feisty,Gutsy,Hardy. Ubuntu Howtos - Ubuntu Howtos. How to install ANYTHING in Ubuntu! Howto: Ubuntu Linux convert DHCP network configuration to static IP configuration.

My friend wanted to know how to change or convert DHCP network configuration to static configuration. After initial installation, he wanted to change network settings. Further, his system is w/o GUI system aka X Windows. Here is quick way to accomplish the same: Your main network configuration file is /etc/network/interfaces Desired new sample settings: => Host IP address 192.168.1.100 => Netmask: 255.255.255.0 => Network ID: 192.168.1.0 => Broadcast IP: 192.168.1.255 => Gateway/Router IP: 192.168.1.254 => DNS Server: 192.168.1.254 Open network configuration file $ sudo vi /etc/network/interfacesOR$ sudo nano /etc/network/interfaces Find and remove dhcp entry: iface eth0 inet dhcp Append new network settings: iface eth0 inet static address 192.168.1.100 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.254 Save and close the file.

Task: Define new DNS servers Open /etc/resolv.conf file $ sudo vi /etc/resolv.conf Task: Test DNS server $ host cyberciti.biz Where, Ubuntu Performance Guides : lxpages.com blog. How to install ANYTHING in Ubuntu! HowTo: Windows (XP) on Ubuntu with VMWare Server. Update! Vmware Server is now in the repositories. (7.10, also 7.04) See the updated instructions below. IntroductionAre you too having problems with software that is only available on Windows and not on Linux? Are you still Dual Booting to solve this problem? After this HowTo you will never need to dual-boot again for your windows only software, like Adobe CS!

Info That sounds great, but how? How to install ANYTHING in Ubuntu! Ten tips for new Ubuntu users. 1. Getting multimedia to work The default Ubuntu install contains free software only, which means that it doesn't support some popular multimedia formats straight out of the box. This is inconvenient, but the Ubuntu folks have good reasons for not shipping with support for MP3, DVDs, and so forth -- including that software could cause them some legal headaches, or incur some serious fees. Fortunately, as a user, you don't need to worry about fees (though some of the packages may not be legal due to patent restrictions or restrictions on circumventing copy protection, depending on where you live). The Ubuntu wiki has a page on restricted formats that explains how to get the packages you need. However, if you run Ubuntu on AMD64 or PowerPC hardware, you'll still be out in the cold for some of the packages, since some multimedia formats depend on proprietary software that's not available for those hardware platforms. 2.

There are 3 alternatives which provide `editor'. 1 /usr/bin/vim\t 3. 4.