Posts Tagged ‘ubuntu’

Linux eBook: Ubuntu 7.10 Linux Unleashed

Ubuntu 7.10 Linux Unleashed presents comprehensive coverage of the popular Ubuntu Linux distribution. Windows users, Mac users, and Linux enthusiasts have been increasingly turning to Ubuntu for a user-friendly, easy-to-use Linux distribution.

This book provides detailed information on installing, using, and administering Ubuntu. You’ll learn how to set up a workstationproductivity software. or a server, and you’ll find complete details on Ubuntu’s easy-to-use desktop and
Ubuntu 7.10 Linux Unleashed includes a range of coverage: From the software you need in your everyday work, such as the OpenOffice.org productivity suite, to how to configure your Linux desktop to run smoothly using multiple printers, shell scripts, and more.

For the hardcore Linux enthusiast, there is complete coverage of the X Window system, Linux programming, web server administration, and network administration.

Install and configure Ubuntu
Get all your system’s devices and peripherals up and running
Configure and use the X Window System
Manage Linux services and users
Run a printer server
Connect to a local network and the Internet
Set up and administer a web server with Apache
Secure your machine and your network from intruders
Learn shell scripting
Share files with Windows users using Samba
Get productive with OpenOffice.org
Play games on Linux
Use Linux multimedia programs
Create and maintain a MySQL database
Configure a firewall
Set up an FTP server
Use Ubuntu’s development and programming tools
Tune your Ubuntu system for maximum performance
Learn to manage and compile the kernel and modules

Download eBook >>>

[VIA]

Linux: Howto install gOS on Ubuntu/Kubuntu/Xubuntu

The gOS distribution is based on the Ubuntu 7.10 distribution. It uses the Enlightenment 17 window manager instead of the usual GNOME or KDE desktops, allowing for lower memory and speed requirements. Therefore gOS starts to work reasonably well on systems as low end as a 1GHz Pentium III with 256MB RAM. Due to the fact it leans heavy on on-line applications built on Web 2.0 and AJAX technology it also does not use much hard disk space for applications, the whole system fits comfortably in less than 2 GB of hard disk space.

Open your sources.list file add the gOS Repositories

For Ubuntu Users

gksu gedit /etc/apt/sources.list

For Kubuntu Users

kdesu kate /etc/apt/sources.list

For Xubuntu Users

gksu mousepad /etc/apt/sources.list

Enter these lines

# gOS Repositories

deb http://packages.thinkgos.com/gos/ painful main
deb-src http://packages.thinkgos.com/gos/ painful main

Import the key

wget http://www.thinkgos.com/files/gos_repo_key.asc

sudo apt-key add gos_repo_key.asc

rm gos_repo_key.asc

sudo aptitude update

Install gOS on Ubuntu

sudo aptitude install greenos-desktop xorg

Remove gOS on Ubuntu

The following will then remove the entire Environment for you.

sudo aptitude remove greenos-desktop

The Environment will be available from the Sessions menu

[VIA]

Ubuntu