How to install OTRS (Open source Ticket Request System) in Debian
Wed, 04/04/2007 - 10:31 — david23OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries.
- david23's blog
- Login or register to post comments
Galternatives - Graphical setup tool for Alternatives Configuration in Ubuntu
Wed, 04/04/2007 - 10:30 — david23There are several programs fulfilling the same or similar functions to be installed on a single system at the same time. For example, many systems have several text editors or different web browsers installed,Multimedia players,graphics editors at once.
- david23's blog
- Login or register to post comments
Bash Shell Keyboard Shortcuts For Linux Users
Mon, 04/02/2007 - 09:27 — david23The default shell on most Linux operating systems is called Bash. There are a couple of important hotkeys that you should get familiar with if you plan to spend a lot of time at the command line. These shortcuts will save you a ton of time if you learn them.
- david23's blog
- Login or register to post comments
Ubuntu 7.04 (Feisty Fawn) Beta Preview
Sun, 03/25/2007 - 08:53 — david23This is very detailed Ubuntu 7.04 (Feisty Fawn) Beta Preview with nice screebshots.This preview includes Easy-to-install codec wizards,Migration assistant,Plug and play network sharing with Avahi,network manager,windows mount tool,artwork,help center,desktop effects,new partition tool,gnome control center.
- david23's blog
- Login or register to post comments
Enabling quotas for users
Fri, 03/23/2007 - 10:58 — sandipCheck to make sure the quota package is installed, else run:
# yum install quota
Edit "/etc/fstab" and add "usrquota,grpquota" to the / partition:
LABEL=/ / ext3 defaults,usrquota,grpquota&nbs p; 1 1
Then run:
# mount -o remount /
# quotacheck -avugm
# quotaon -avugm
To check quotas for all users:
# repquota -a
To edit quota for a particular user:
# edquota -u <user>
Alternately use setquota:
# setquota <softlimit> <hardlimit> 0 0 <user>
- sandip's blog
- Login or register to post comments
Creating LVM partitions.
Fri, 03/23/2007 - 10:34 — sandipAfter creating a new partition (/dev/hda5) with fdisk run the below commands:
# partprobe
# pvcreate /dev/hda5
# vgcreate vg0 /dev/hda5
# lvcreate -L 1G -n lv0 vg0
# mke2fs -j /dev/vg0/lv0
- sandip's blog
- Login or register to post comments
Extending LVM
Fri, 03/23/2007 - 09:19 — sandipExtend partition by 1Gb.
# lvresize -L +1G /dev/vg00/lvol0
# e2fsck -f /dev/vg00/lvol0
# resize2fs -pf /dev/vg00/lvol0
Notes:
-
resize2fs has replaced ext2online in FC6.
need to unmount volume prior to doing resize2fs.
Restoring corrupt rpm database
Fri, 03/23/2007 - 08:09 — sandipIf you have a corrupt rpm database, simply delete the db files and rebuild it again.
# rm -rf /var/lib/rpm/*db.*
# rpm --rebuilddb
Backup and Restore Ubuntu System using Sbackup
Wed, 03/21/2007 - 07:04 — david23SBackup is a simple backup solution intended for desktop use. It can backup any subset of files and directories. Exclusions can be defined by regular expressions. A maximum individual file size limit can be defined. Backups may be saved to any local and remote directories that are supported by gnome-vfs. There is a Gnome GUI interface for configuration and restore.
- david23's blog
- Login or register to post comments
Media Players Available for Ubuntu Linux
Wed, 03/14/2007 - 06:01 — david23This is list of Media Players Available for Ubuntu Linux with installation instructions and screenshots this includes Mplayer,songbird,amarok,listen
- david23's blog
- Login or register to post comments