This is my attempt to write a shell script that sends me an email when a movie is available for booking online.
NOTE: You might want to configure 'mail' command SMTP settings on your box to avoid the mail being sent to your spam folder.
This script takes 2 arguments. The first argument is the URL that has to be monitored and the second argument is name of the theater (Or anything that is unique to that theater).
The script scrapes the URL page once in a given interval period and looks for the theater name, and when...
Share files over devices under same network - Linux
First, Make sure you have python installed in your machine. If not, follow these instructions to install python
sudo apt-get install libssl-dev openssl
wget https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tgz
tar -xvf Python-3.4.1.tgz
cd Python-3.4.1/
./configure
make
sudo make install
./python
(source: http://www.sysads.co.uk/2014/06/install-python-3-4-1-ubuntu-14-04/)
Now just follow below 3 steps to create your own file server with one command
1. Create a shell script file with the following content
e.g.:...
LED Lighting – The Cost Effective Lighting Solution

If you are searching for ways to light up your lifestyle and your home without lighting up your energy bills then this is for you. Led lighting strips provide the perfect lighting solution both outside and inside the home. They may make your furniture appear to float on air, bring a genuine glow towards the walls, provide lighting the stairs for more safety and embrace your home with indirect lighting of most colors which will not only...
WhatsApp is now on your computer browser!!

Finally WhatsApp officially arrives on computer screen. Now you can use WhatsApp on your browser. All you need to is just scan a QR code that you can see at https://web.whatsapp.com/ using your mobile phone. That's it!! Now you can use WhatsApp with a 'Secure' connection.
Here are the steps you need to follow.
Download the latest WhatsApp version or upgrade your WhatsApp. Once you see 'WhatsApp Web' option in WhatsApp menu,...