or open a terminal and use sudo dpkg -i filename.deb
X-tail can be run by selecting
Applications-->accessories-->x-tile
Linux and Microcontroller trick,tips,Ubuntu reviews, how-to tips, Ubuntu applications and Ubuntu tips.
Posted by sapineamali at 7:43 AM 0 comments
Posted by sapineamali at 7:42 AM 0 comments
Posted by sapineamali at 9:40 AM 0 comments
Here You can see a Video Introduction to Go Programming. This will help you to start Go Programming. 56 Minute Duration.
LINK
Posted by sapineamali at 6:59 AM 0 comments
LAMP Server ( LINUX APACHE MYSQL PHP) is essential for web developers. You can use lot of methods to install LAMP Server. But I think the following is the most simplest method.
Open a terminal and type the following
Posted by sapineamali at 10:37 AM 0 comments
Posted by sapineamali at 8:12 AM 0 comments
Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, chooses the right one(s) automatically and extracts one or more files using a single command. It supports rar, zip, tar.gz, deb, tar.gz2, rpm etc..
How to Install unp in ubuntu / Debian
$ sudo apt-get install unp
Usage Method 1 (unpack all archives in a directory)
$ unp *.*
Method 2 (unpack, for example, all .rar archives in a directory):
$ unp *.rar
Method 3 (unpack 1 archive):
$unp archivefile
Method 4 (unpack several archives at the same time):
$unp archivefile1 archivefile 2
More examples
unp *.tar.gz, unp *.tar.bz, unp *.rpm, unp *.deb, unp *.zip, unp *.rar
$man unp ( for more help)
A simple error noted in unp is , It doesn’t extract RAR archives with full path
Posted by sapineamali at 7:13 AM 0 comments