Saturday, November 10, 2012

New Version of LibLiveCD - DSpace, Koha & Drupal

New release of LibLiveCD version 1.3. This version of CDROM is made available today on

http://sourceforge.net/projects/liblivecd/files/Version-1.3

 The current version of LibLiveCD contains lUbuntu 12.04 LTS, DSpace-1.8.2,
Koha-3.8.6 & Drupal-7.16. All these three software are pre-configured and
pre-installed on a livecd. The total size of the LibLiveCD is 696 MB.
Drupal Content Management Open Source Software is added considering the
requirements of libraries to create their library websites with dynamic
look.

Along with DSpace, Koha & Drupal the CD also contains following server
related software preinstalled and pre configured such as:-

 Apache2 Web Server, OpenSSH Server, VSFTP Server, MySQL Server, PostGreSQL
Server, Dovecot/Exim4

Mail Server, SquirrelMail Web Mail Client and Minimum desktop environment.

 To input multilingual data in DSpace/Koha, IBUS input method is also
installed on the CD. Teamviewer 7 is pre installed to share desktop,
Abiword for editing/reading word documents, gnumeric for using spread
sheets, vim/medit/gedit for text editing and epdfview for reading PDF files.

 Openoffice/Libreoffice and multimedia related software are excluded
from the CD and these can easily be installed
by running "System Tools-Synaptic Package Manager".  If the synaptic
?reload? does not work try changing
repositories links to http://archives.ubuntu.com/ubuntu instead of
http://in.archives.ubuntu.com/ubuntu and then search and install any other software required.

lUbuntu operating system (Lightweight Operating System) is chosen
considering requirements from libraries where libraries have low configuration desktops in their libraries but still wish to initiate their library web sites,
complete library automation as well as wish to create digital libraries.

Please follow proper installation steps to install livecd if you wish
to have dual boot i.e. windows as well as linux installation on your machines.

If you are installing livecd on a machine which is running under proxy
and if you are unable to browse Internet then on every boot you will have to manually set current date and time. To set current date and time manually run the following command on every boot to set systems current date and time.

root@localhost:date -s "09 NOV 2012 03:35:00"

Please change current date and time as above so that machines behind
proxies can run Internet successfully.


Please write to dlrg at drtc.isibang.ac.in
<http://ncsi.iisc.ernet.in/mailman/listinfo/lis-forum> for any
comments/suggestions.

Tuesday, October 30, 2012

Madbox Linux: super fast Linux

You want a super fast Linux?

You can download and use Madbox Linux.

Madvox is build on Ubuntu 12.04 and OpenBox desktop.

Information
Base : Ubuntu precise (development branch) 12.04
Kernel : 3.2.0-20
Window Manager : Openbox 3.5.0


Applications:
 Accessories : lxterminal, lxpanel, pcmanfm, geany
 Multimedia : mirage, gnome-mplayer, pavucontrol
 Web : chromium
 System : gparted, htop, ..


Saturday, October 6, 2012

List all entries in Startup Applications menu in Ubuntu 12.04

In normal case, entries in Startup Applications in Ubuntu 12.04 does not display.
You can enable all the entries by applying following commands in a terminal,

cd /etc/xdg/autostart/
sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktop

How to install minimal gnome-shell

Execute the following command in a terminal,

sudo apt-get --no-install-recommends install gnome-shell

Installation of minimal gnome-shell is essential in the process of building live CD from scratch. 

Friday, August 24, 2012

"Not registered on network" error in Android

Follow the steps to solve this problem,

Settings > Wireless and Network settings > Mobile networks > Network operators

Select your network service provider from the list.

Wednesday, August 22, 2012

How to overcome Samasung Galaxy Y S5300 Pocket "Sleep of Death" problem

I recently bought Samsung Galaxy Y S5300 Pocket mobile phone. It showed the sign of "Sleep of Death" a common problem of Android phones. The sign of the disease is that phone is automatically switch off when it not in use. I went to Samsung service centre and described my problem. They re-installed the software. But problem  not solved. But I updated the OS through Wireless Internet connection and the problem solved. Following are the steps I followed:

1. Connect your Samsung Galaxy phone to Internet connection.
2. Open Settings > About Phone > Software Update > Update Check for updates
3. Allow the phone to receive update from Internet. Wait for the process complete and at last phone will automatically reboot.


My phone survived from "Sleep of Death" problem after this process. I don't know how it works in your phone. My Phone based on Android v2.3 (Gingerbread) OS. 

Sunday, July 1, 2012

How to remove translation entries while apt-get update

While updating Ubuntu 12.04 repositories, you can see that it take too much time checking translation entries. You can save the time by applying following solution,

gedit /etc/apt/apt.conf.d/99translations

And add following lines and save it,

Acquire::Languages "none";

Then try apt-get update command in a Terminal.