Linux
Installing sphinx on Ubuntu
Sphinx is a full-text search engine, distributed under GPL version 2
Check out the home page: http://sphinxsearch.com/
sphinx needs mysql_config program, install it with:
sudo apt-get install libmysqlclient15-dev
wget http://sphinxsearch.com/downloads/sphinx-0.9.8.tar.gz
tar xvf sphinx-0.9.8.tar.gz && rm sphinx-0.9.8.tar.gz
cd sphinx-0.9.8
./configure
make
sudo make install
Linux Backup & Restore script
THE BACKUP SCRIPT
This is how it looks on screen:
Code:
|-------------------------------------------------------------
| IT'S RECOMMENDED TO RUN THIS SCRIPT BEFORE GNOME LOGIN
|-------------------- Press CTRL+ALT+F1 at the GDM login
|-------------------------------------------------------------
| BACKUP YOUR SYSTEM:
1) Backup
2) Exit
#?
You simply just type: sudo backup and choose with your number keys the wanted action and press Enter on the keyboard.
OK, lets start.
Open a terminal window and type:
$ gedit backup
Copy the following code into your empty text file:
Code:



