7.10 (Gutsy Gibbon)
Change your mouse icon theme in a stand-alone window manager
Submitted by Anonymous on Mon, 04/21/2008 - 00:01.A guide to quickly changing your X11 mouse cursor theme without using a full desktop environment. Intended for users of stand-alone window managers.
- Add new comment
- 53 reads
Database Server With postgresql and pgadmin3 in Ubuntu
Submitted by Anonymous on Sun, 04/20/2008 - 19:05.PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
- Add new comment
- 26 reads
Howto install gOS on Ubuntu/Kubuntu/Xubuntu
Submitted by Anonymous on Tue, 03/04/2008 - 22:39.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.
- Add new comment
- 63 reads
Simple Ubuntu Desktop Backup with Backerupper
Submitted by Anonymous on Sat, 03/01/2008 - 21:29.Backerupper is a simple GUI utility program to make scheduled backups of specified directories over a network. It is not intended for full system backup, but just to make archive copies of a user’s personal data.
- Add new comment
- 64 reads
Howto Install Clam AntiVirus with GTK frontend GUI
Submitted by Anonymous on Sat, 03/01/2008 - 21:19.Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.
- Add new comment
- 70 reads
HOWTO: Get Airgo-Based WiFi Enabled Using ndiswrapper
Submitted by Anonymous on Fri, 02/22/2008 - 22:53.Instruction guide with two modes, online and offline, for setting up Airgo-based Pre-N wireless cards. In particular the following:
- Belkin F5D8010
- Linksys WPC511GX
- Netgear WGM511
- Buffalo WLI-CB-G108
- AeroGuard AGN1023PC
- Planex CQW-NS108AG
- Planex CQW-NS108G
- Samsung X20 Laptop
- GemTek WPCO-131G
- Corega CG-WLCB108GM
- Add new comment
- 83 reads
How to: Install Ubuntu 7.10 with a Separate /home Partition
Submitted by Anonymous on Fri, 02/22/2008 - 22:48.This is a thorough guide to installation of Ubuntu using the alternate disc, including a section on setting up separate partitions for /home.
- Add new comment
- 113 reads
howto: install eticket support/trouble ticket system on ubuntu
Submitted by Anonymous on Sat, 02/16/2008 - 07:54.i have been using a php-based program called eticket to keep track of all my customer’s helpdesk requests for my consulting business for awhile now. it’s really easy to setup and use, so i thought i’ll post my setup steps to help anyone else out.
first download the latest version of eticket from the sourceforge website, then move the file to your server via ftp, ssh, etc… and unzip the archive to an appropriate directory.
create a mysql database and assign a user for the database.
mysql -u root -p
create database eticket;
- Add new comment
- Read more
- 85 reads
Installation on 128 MB RAM PC using Desktop CD
Submitted by Anonymous on Mon, 01/21/2008 - 18:26.Ubuntu 7.10 Gutsy Gibbon has new boot option "only-ubiquity" which does not load the Gnome desktop and only starts Ubiquity installer on default Ubuntu background. I decided to try this option on one COMPAQ Desktop PC with 128 MB RAM.
- Add new comment
- 145 reads
VIM Tutorial
Submitted by Anonymous on Mon, 01/21/2008 - 03:44.Quick and easy guide to getting the most out of the Vim text editor.
- Add new comment
- 77 reads
How to report a bug
Submitted by Anonymous on Fri, 01/18/2008 - 18:19.I’d like to contribute 10 things to avoid and 10 things you can do if you want to increase the chances of getting good results from bug reporting (meaning a fix or solution). Some of them come from the Best Bug Reporting Practices wiki page.
- Add new comment
- 80 reads
Using The Terminal
Submitted by andrew on Fri, 01/11/2008 - 11:21.The traditional Unix environment is a CLI (command line interface), where you type commands to tell the computer what to do. That is faster and more powerful, but requires finding out what the commands are." -- from man intro(1)
- Add new comment
- 105 reads
Howto: Install and configure Pekwm
Submitted by Anonymous on Thu, 01/10/2008 - 14:05.This is a simple, straightforward guide to help users install the latest stable version of Pekwm, a fast and flexible window manager. It covers building from source and basic Pekwm configuration, and contains links to more resources.
- Add new comment
- 121 reads
Mastering the VI editor
Submitted by Anonymous on Wed, 01/09/2008 - 21:51.A detailed guide to using the powerful VI/Vim text editor. While Vim is a favorite of many experienced power users, it can look very intimidating to new users. This guide will help smooth out the learning curve.
- Add new comment
- 184 reads
Handling dependencies for offline installation
Submitted by Anonymous on Wed, 01/09/2008 - 21:34.A script, and instructions for using it, that make some aspects of installing apps on a non-networked Ubuntu machine easier.
- Add new comment
- 84 reads
Use readahead to speed up your boot time
Submitted by Anonymous on Wed, 01/09/2008 - 21:30.Detailed tutorial on using readahead to reduce boot time.
- Add new comment
- 143 reads
How to fix a broken Firefox profile
Submitted by Anonymous on Wed, 01/09/2008 - 21:25.Quick and easy way to repair a corrupted .mozilla profile, without losing your bookmarks.
- Add new comment
- 83 reads
OpenLDAP + Samba == Domain Controller
Submitted by Anonymous on Wed, 01/09/2008 - 18:28.This document is a step by step guide for configuring Ubuntu 7.10 as a Samba Domain Controller with an LDAP backend (OpenLDAP). The point is to configure a server that can be comparable, from a central authentication point of view, to a Windows Server 2003 Domain Controller. The end result will be a server with an LDAP directory for storing user, group, and computer accounts. A Windows XP Professional SP2 workstation will be able to join the domain once properly configured. Please note that you do not have a fully comparable Windows domain controller at this time.
- Add new comment
- Read more
- 156 reads
Using a Wii remote as a mouse with CWiiD
Submitted by andrew on Wed, 01/02/2008 - 02:24.Use a Wii remote as a mouse.
- Add new comment
- 107 reads
Setting up x11vnc on Ubuntu
Submitted by Anonymous on Mon, 12/31/2007 - 20:52.x11vnc is a VNC server that shares your physical X session. These instructions are designed for Ubuntu and its sister projects, but will also work for other GNU/Linux distributions with minor changes (such as using su rather than sudo).
- 2 comments
- 847 reads
Switching to Ubuntu from another Linux distribution
Submitted by Anonymous on Mon, 12/31/2007 - 15:11.Explains the differences between Ubuntu and other popular Linux distros, with instructions detailing how to make Ubuntu behave more like what you may be accustomed to.
- Add new comment
- 94 reads
Automated backups with rsync
Submitted by Anonymous on Mon, 12/31/2007 - 15:07.Step by step guide to using rsync as an automated backup utility.
- Add new comment
- 97 reads
Ubuntu Security
Submitted by Anonymous on Mon, 12/31/2007 - 15:00.An introduction to the way that security works in GNU/Linux systems, geared toward those with a background in Windows security concerns.
- Add new comment
- 108 reads
Post-Install procedure: a suggested guide
Submitted by Anonymous on Tue, 12/25/2007 - 00:15.This is a post-install procedure
- Add new comment
- 104 reads
Photo Editing and Viewing
Submitted by andrew on Mon, 12/24/2007 - 13:23.This section provides a list of documents intended to help you to view and edit your photos on Ubuntu.
- Add new comment
- 127 reads
Restricted Formats (all codecs)
Submitted by Anonymous on Mon, 12/24/2007 - 12:22.Ubuntu strives to make all software that meets the licensing terms in the [WWW] Ubuntu License Policy available. However patent and copyright restrictions complicate free operating systems distributing software to support proprietary formats.
Ubuntu's commitment to only include completely free software by default means that proprietary media formats are not configured 'out of the box'.
- Add new comment
- Read more
- 129 reads
How to install GRUB from the live CD
Submitted by Anonymous on Sun, 12/23/2007 - 14:17.Directions for reinstalling GRUB using the Ubuntu live installation disk.
- Add new comment
- 456 reads
How to troubleshoot faulty hardware
Submitted by Anonymous on Fri, 12/21/2007 - 15:10.Malfunctioning hardware can cause system instability which may be mistaken for software bugs.
- Add new comment
- 90 reads
Setting Wallpapers in window managers
Submitted by Anonymous on Thu, 12/20/2007 - 13:29.This guide shows several ways in which you can set a desktop background or wallpaper in stand-alone window managers like Openbox, Fluxbox and IceWM. Several applications and methods are explained -- from setting a single image or solid colour, to tinted images, several images and/or text, or rotating wallpapers.
- Add new comment
- 139 reads
