As we know, Facebook Messenger is an desktop instant messenger application, which allows user to send/receive voice messages, text messages , video calling and allows to send files such as text files, images, software packages and more using facebook… Read more »
How to install XFCE 4.12 on Ubuntu based distros
Hi friends, today i'm gonna to say about XFCE and how to install the latest unofficial release of version 4.12 on ubuntu based distros. There be people uses multiple desktop environment on Linux machine to easier their interactions between Linux mach… Read more »
How to install BleachBit ( System Cleaner ) on Linux and Windows
System cleaning is a task of removing unwanted files to free disk space to make a computer as works faster. There are many tools are available. But those are not a free softwares and not available specifically for Linux machines. So i found a utility… Read more »
Geary ( e-mail client ) 0.4.1 has been Released
Geary is a light-weight email client, which allows to use e-mail service with multiple accounts simultaneously without using browser client. We have already written article about Geary. Check the older version of Geary 0.4.0 for futher details.Now Ge… Read more »
How to check installed linux kernel version details and operating system details
Its easy to know the installed linux kernel version and operating details.Just enter the following commands to check it...To know Linux Kernel Version detail....lsb_release -aTo know Linux Operating detail....Full detail :uname -aJust Version detail … Read more »
Vlc 2.1.1 Released
VLC is the VideoLAN project's media player. It supports mutiple media formats and works independently on multiple platforms. Vlc 2.1.1 ( Rincewind ) has been officially released now. There are lot of bugs are cleared in this release. Check the change… Read more »
How to create bootable usb disk
Hi friends, today i'm gonna to say about creating bootable usb disk. Usage of USB drives for bootable disk makes an Operating System installation is faster rather than usage of CD/DVD's. Normally usage of CD/DVD's takes more than 30 minutes to instal… Read more »
How to install Cinnamon 2.0 on Ubuntu based distros
Cinnamon is a Gnome 3 desktop environment than have a panel at the bottom of the window with Classic Menu. It is good for people who like to have menu bar in bottom like windows OS menu. Now version 2.0.6 of Cinnamon is released now. The developer te… Read more »
Developing GUI programs using the Qt toolkit on Ubutnu based distros
Earlier days, in Linux machines developers used a single terminal ( command prompt ) to finish the tasks by simply entering the commands. But remembering all the commands leads complexity on linux for new people. So, developers decide to implemen… Read more »
Filesystem in Userspace ( FUSE ) Tutorial
FUSE is an mechanism which allows to create own file systems to non-privileged users without editing the kernel code. Initially it was developed to support for AVFS ( A Virtual File System ). After that it will be taken as separate project. It runs … Read more »
How to Compile and Install Linux Kernel 3.11.6 on Ubuntu / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu / Pear Linux / Pinguy OS / Edubuntu
Linux Kernel 3.11.6 Stable version Released last month 18th. Check the announcement HERE. So now i'm gonna to say about installing kernel 3.11.6 in your machine. If you are using older version, just follow this tutorial to update it.Step 1 : Before … Read more »
Compiling Software From Source on Ubuntu / Linux Mint / Zorin OS / OS4 OpenLinux / Lubuntu / elementary OS / Bodhi Linux / Kubuntu / Ubuntu GNOME / Xubuntu / Pear Linux / Pinguy OS / Edubuntu
In this post i'm gonna to say about common build systems available in Linux and to use them. Open Source is famous term , in my point of view it means share the code, share the knowledge. Every one we know how to write a program. But few of them know… Read more »