OTRS 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.
Blogs
How to install OTRS (Open source Ticket Request System) in Debian
Submitted by david23 on Wed, 04/04/2007 - 10:31- david23's blog
- Login or register to post comments
Galternatives - Graphical setup tool for Alternatives Configuration in Ubuntu
Submitted by david23 on Wed, 04/04/2007 - 10:30There 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
Submitted by david23 on Mon, 04/02/2007 - 09:27The 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
Submitted by david23 on Sun, 03/25/2007 - 08:53This 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
Submitted by sandip on Fri, 03/23/2007 - 10:58Check 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 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.
Submitted by sandip on Fri, 03/23/2007 - 10:34After 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
Submitted by sandip on Fri, 03/23/2007 - 09:19Extend 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
Submitted by sandip on Fri, 03/23/2007 - 08:09If 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
Submitted by david23 on Wed, 03/21/2007 - 07:04SBackup 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
Submitted by david23 on Wed, 03/14/2007 - 06:01This is list of Media Players Available for Ubuntu Linux with installation instructions and screenshots this includes Mplayer,songbird,amarok,listen,beep media player,banshee,Rhythmbox, xmms,quod libet,VLC Media Player,Exaile. Very Useful list for all Users and admins
- david23's blog
- Login or register to post comments