Pages

Showing posts with label How-To. Show all posts
Showing posts with label How-To. Show all posts

How to use Telegram messaging from GNU/Linux terminal



Telegram is a messaging program you can use in different devices and operating systems. In this tutorial we will use it from a Ubuntu and another distros terminal with Free Software.

You have to install the needed dependencies by typing on terminal:

For UBUNTU
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev
For GENTOO
sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua
For FEDORA
sudo yum install lua-devel openssl-devel libconfig-devel readline-devel

Download or clone the repository:
git clone https://github.com/vysheng/tg.git
or download the ZIP file from Github.

Open a terminal in the created folder. Unzip it if necessary. Then type:
./configure
make

To launch the program type in the tg folder:
./telegram
You can create a script to launch the program (see Youtube videotutorial). Use the TAB key to display all the options. You can use it simultaneously with other devices.




How to setup multiple Conky instances on your desktop


You can find the config conky files to be download and the script code in the video description.

Listen to online radio stations on Ubuntu


Great Little Radio Player (or GLRP) is an application that offers you the possibility to listen to a huge list; (over 300 stations) of online radio stations on Ubuntu and other distros without using a web browser.


It comes with a clean Qt interface and lots of features such as:
  • Large collection of radio stations
  • Notify-OSD desktop notifications
  • App Indicator support
  • Ability to add new radio stations
  • Filter system (e.g. sort stations by country, genre ...)


To install GRP on Ubuntu, simply download the .deb and install it with Software Center, GDebi or terminal.

Syncing Box Cloud Storage with Nautilus


How to sync box.com with Nautilus in a very easy way. Upload your files to the cloud from your desktop.

Naver Line is an instant messaging client similar to Whatsapp


How to install Naver Line on GNU/Linux. There isn't a native desktop app for Linux but there is always at least one way to do it!!

Whatsapp on Linux Ubuntu (updated 12/12/2012)


How to install and run Android 2.3.3 with the new adt-bundle. I tried on Android 4.1 and 4.2 but I've got problems with the phone number verification. Anyway you will be able to update your Android from the emulated phone.

Whatsapp on Ubuntu with Android Emulator


How-To Videotutorial

Installing Google Earth in a easy way on Ubuntu 12.04


How-To Videotutorial