search

Loading
Showing posts with label howto. Show all posts
Showing posts with label howto. Show all posts

Thursday, June 27, 2013

Install flite (festival lite) text to speech system in linux

Flite is text to speech engine for linux. It is based on festival speech synthesis system. Most of the linux sytems comes with flite in its package manager. It's just a apt-get on debian based or yum install in rpm based systems.

For example, you can install it on centos with below command:

Sunday, June 23, 2013

How to download files recursively using wget as ftp client

I like to use rsync for scp for transferring files from another server whenever possible. But sometimes, we will be limited to use ftp for the same task due to different ssh port than the standard 22 as scp and rsync uses ssh.

Downloading each file separately one after another is tedious task than recursively download them. We can use wget with ftp protocol for recursively downloading files from another server. We will find out how to do this below.

Script to check whether dropbox (dropboxd daemon) is running in linux server using command line

Now a days more people are using dropbox for backup in linux servers. Dropbox is a great product which has their client in all major platforms. So this is really ideal for using in linux servers too.

Dropbox runs dropboxd daemon in the server to check for updates and syncing the contents between its clients across different platforms. Sometimes this daemon will get killed and our backup process will be in jeopardy.

Tuesday, December 4, 2012

How to fix "Cannot establish any listening sockets - Make sure an X server isn't already running" error in linux

Today I had a problem. I have allocated around 30 GB of hard disk for my elementary os installation. It was almost full and only around 110 MB free space was there. But I had run the software update and shut down the computer. But after some time, when I restarted the computer, I was not able to access the Graphical User Interface. I am stuck.

Then I tried accessing the another terminal (not GUI, but tty) using key shortcut Ctrl+Alt+F1 I was able to access the terminal. I gave my username and password and I was able to login to the terminal. Then only thing not working is GUI (Hint :- issue with X windows system). I ran the command df -h and found that / is full (there is no free space).