A software named Koha is used for library management. Its source code is available at http://koha.org/. It is under GPL license. So free to use. … Software for library managementRead more
Gnu
KDE desktop widget
The transparent desktop item was lost while doing something on my machine. How to get it back It is called Folder View widget. Click top … KDE desktop widgetRead more
How to enable hibernate on gnu system
Check whether swap partition is enabled or not. Run swapon -s. This will show the swap partition if any. If there is no swap partition … How to enable hibernate on gnu systemRead more
Keyboard not working on laptop
edit /boot/grub/menu.lst on the kernel line append i8042.reset eg: kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=2946bc29-bb7c-466c-823e-86394c27eed3 ro quiet splash i8042.reset Save and reboot the system.
Some useful freesoftwares
Here is some useful free softwares and its installation commands on Debian, Ubuntu, Kubuntu. After installation copy deb files in /var/cache/apt/archives folder to another folder. … Some useful freesoftwaresRead more
Do we need to call GNU os as GNU/Linux
No. I think we should not call GNU as GNU/Linux. The Debian GNU system that i have has 1000s of programs. In those i am … Do we need to call GNU os as GNU/LinuxRead more
How to reinstall grub
Some operating system overwrite grub installed on MBR. To recover do the following. Insert Debian installation CD. in the boot prompt enter: rescue select root … How to reinstall grubRead more
How to install and use Swanalekha
To install Swanalekha # apt-get install scim # apt-get install scim-gtk2-immodule # dpkg -i installation/gnu/cd_1/scim-modules-table_0.5.6-2_i386.deb # dpkg -i installation/gnu/cd_1/scim-ml-phonetic_0.1.2-1_all.deb Open text editor. right click. select … How to install and use SwanalekhaRead more
How to split and join big files
To split: $split -b 500m backup/initial/data.tar.gz temp/ here -b specifies size and m megabyte To join: $cat temp/aa temp/ab temp/ac > test.tar.gz NB: To get … How to split and join big filesRead more
EvolutionMail setup
Receiving mail Server Type: POP User Name: <name> Security Use secure connection: No Encryption Authentication Type: Password Sending mail Server Type: SMTP Server: <give ip> … EvolutionMail setupRead more