


How to configure OsTicket Tracking System in Linux
OsTicket is an open source ticket management tool to a arise a ticket form customer. Its a commercial tool. Now we are going to install OsTicket Tracking system in your Linux machine. Download a latest version of OsTicket system Download It is download a zip file, After that follow the below steps. open a terminal run […]

Youtube video upload using ubuntu command line
Youtube-upload is a command line script that using to upload a videos to your youtube account. This tool runs using Python Where to download click here to download youtube-upload $ tar xvzf youtube-upload-VERSION.tgz $ cd youtube-upload-VERSION $ sudo python setup.py install Dependencies Before installing youtube-upload tool you must need to install Python 2.6 or 2.7 and Python-gdata(>=1.2.4) without installing […]

Ubuntu 13.04 Raring Ringtail still getting updates
Ubuntu 13.04 (Raring Ringtail) has reached EOL (End-Of-Life) and packages have been removed from the Ubuntu Official Repos. I tried to update, I got the following error Ign http://ports.ubuntu.com raring Release.gpg Ign http://ports.ubuntu.com raring-updates Release.gpg Ign http://ports.ubuntu.com raring Release Ign http://ports.ubuntu.com raring-updates Release Err http://ports.ubuntu.com raring/main Sources 404 Not Found Err http://ports.ubuntu.com raring/universe Soures 404 Not Found […]

WordPress Permalinks is not work on localhost Ubuntu 12.10 | 13.04 | 13.10 | 14.04
WordPress permalink are not working, except for default option. you are facing this problem means please follow this blog. Its very simple steps to work the custom permalinks or post name permalinks. you are install WordPress is first time on Ubuntu. Please do this following steps to enable the permalink in localhost. This commands you […]

Install Skype in Ubuntu 12.10 | 13.04 | 13.10| 14.04
Skype brings business people together, helping your business, overcome the barrier cost, distance and technology. It has no time to reach your colleagues. It is one of an easiest tool to make a Free Video Call. It is also support IM, Chat and Screen sharing on Ubuntu & Windows both platforms. Now Skype 4.2 is latest […]

How to back up a boot-able sd card to another sd card
How to make a bootable sd card to make an another sd card and backup the sd card image It is very simple way to take the back up the bootable sd card using linux operating system. plug the sd card to your computer using sd card reader. $dmesg [ 31.556064] usb 2-2: new high-speed […]

How to install dropbox in ubuntu – simple method
Install Dropbox in Ubuntu using a simple method Open a terminal Add this Dropbox’s repository key sudo apt-key adv –keyserver pgp.mit.edu –recv-keys 5044912E Add Dropbox’s repository sudo add-apt-repository “deb http://linux.dropbox.com/ubuntu $(lsb_release -sc) main” Update and install Dropbox sudo apt-get update && sudo apt-get install nautilus-dropbox Note: This command is applicable for all version on Ubuntu […]

Huawei E303C 3G Modem is working with Ubuntu 13.04 & 13.10 USB 3.0
I am using Ubuntu 13.04 64-bit and i have a Huawei E303c 3G modem also. This 3G dongle is doesn’t work with USB 3.0. Its works fine with USB 2.0 in the same version of OS. Once i connect this dongle in USB 3.o its not detected after i start to watching dmesg & syslog Syslog log output: […]

RTMP Authentication via Username & Passowrd for OBS Encoder
Open Broadcaster Software (OBS) is an open source encoder, It is used for encoding the audio and video which will be published on the media server. It is easily to configure the settings, audio and video mixing options and mainly it’s supported for all mobile devices. OBS recently released a version (0.550) with many supporting […]