As you may know, RabbitVCS is a graphical front-end for version control systems available on Linux. It integrates into file managers to provide file context menu access to version control repositories.
The project was originally called NautilusSvn, but due to the desire to support file managers in addition to Nautilus and more version control systems, it was renamed to RabbitVCS (Version Control System). The interface was inspired by TortoiseSVN, recognisable by the file manager shell integration, which is available on Nautilus and Thunar in the case of RabbitVCS. It can also integrate into Gedit or run independently on the command line.
Install RabbitVCS via PPA:
The RabbitVCS PPA supports Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Ubuntu 11.10, Ubuntu 10.04 and their derivatives, such as Linux Mint and Elementary OS.
Press Ctrl+Alt+T on your keyboard to open terminal. When it opens run commands to add the PPA:
The latest Linux Kernel 3.10.9 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. Here’s how to install / upgrade in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.
Linux kernel 3.10.8 has a problem on networking, so the Kernel 3.10.9 was announced few hours later with a fix. See the official announcement.
Install / Upgrade Kernel 3.10.9
The mainline kernel PPA has updated Debs packages for Debian / Ubuntu based users. Press Ctrl+Alt+T on your keyboard to open terminal. Then download and install the Debs.
Nvidia has announced driver 325.05.03 for Linux provides beta support for OpenGL 4.4 and GLSL 4.40 on capable hardware. You will need any one of the following Fermi or Kepler based GPUs to get access to all the OpenGL 4.4 and GLSL 4.40 functionality:
It’s easy to install this driver in Ubuntu and its derivatives, such as Linux Mint and Elementary OS. Just close the graphical session and run the installer in command line. To do so, follow the below steps:
1.) Download the Driver 325.05.03 by the links below. You may check your system type (32-bit or 64-bit) by System Settings -> Details.
2.) You have to switch to command console by pressing Ctrl+Alt+F1, login via your username and password. Then stop the graphical session. For the default Ubuntu Unity, run the below command:
sudo stop lightdm
For Linux Mint, run this instead:
sudo service mdm stop
3.) Give executable permission to the downloaded file:
After properly installed Nvidia drives in Ubuntu, you may get the Nvidia Logo while booting up your machine. If you find it’s annoying to have this screen, this tutorial will show you how to easily disable it by two ways.
One command to disable Nvidia logo
The easiest way to do this is running below command in terminal (press Ctrl+Alt+T):
sudo nvidia-xconfig --no-logo
After that, you won’t see the logo in bootup any longer.
The other way is to manually edit the Nvidia config file. Edit the /etc/X11/xorg.conf by running below command:
sudo gedit /etc/X11/xorg.conf
add Option “NoLogo” to Section “Device”, make it look like this:
XnView MP has reached version 0.61. Since the default is version 0.51 in Ubuntu Software Center, the latest XnView brings a lot of bug fixes and improvements. With this tutorial, you can always get the latest version of XnView in Ubuntu and Linux Mint.
Changes since XnView MP 0.51:
Batch convert: Watermark, stretch image
remember item selection in information panel
8bf 64bits plugin can be used with XnViewMP 64bits version
XMP-photoshop:Location not more written
JPEG arithmetic decoding support
Change timestamp can create EXIF date
Show always selection information
JPEG2000 Export
Print in view mode
Clean DB can remove files with categories
Database has been improved, PLEASE make an backup of it before to install this version
Linux, better way to delete files/folders
Fix XMP/IPTC import problem
Download & Install XnView MP:
First you may check OS type 32-bit or 64-bit by System Settings -> Details.
Then press Ctrl+Alt+T to open terminal:
For 32-bit system, download and install XnView via below 2 commands:
The Vuze Bittorrent Client 5.1 has been released. Here I’ll show you how to install it in Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and create a launcher for Unity.
Vuze 5.1 includes a number of updates to the client, providing an improved user interface (UI) with enhanced usability and efficiency, improved performance and some critical bug fixes (for example elimination of some deadlock conditions). Read the official release note.
Install Vuze in Ubuntu Linux
1.) Vuze depends on Java, so first install OpenJDK from Ubuntu Software Center, or install Oracle Java via PPA
2.) Download Vuze 5.1 from the official website. Below is the link:
3.) Open file browser, extract the downloaded package. Then move the result folder to /opt/. You’ll need to press Alt+F2 and type in gksudo nautilus to open file browser with root privilege.
4.) Now you can launch Vuze via below command (Press Ctrl+Alt+T to open terminal):
sudo /opt/vuze/azureus
Create Launcher for Vuze
Install the required package by running below command in terminal:
Linux Kernel 3.10.7 has been released. All users of the 3.10 kernel series must upgrade. Here’s how to install / upgrade in Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal, and Linux Mint.
Linux kernel 3.10.7 is a pretty big release that brings PowerPC enhancements, updated drivers (including DRM ones), as well as improvements to the EXT4, CIFS, ReiserFS and Btrfs filesystems. See official release announcement.
Install / Upgrade Kernel 3.10.7
Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to download the DEBs:
The latest stable Linux Kernel 3.10.6 has been released. All users of the 3.10 kernel series must upgrade. Here’s how to install / upgrade in Ubuntu 13.04 Raring, 12.04 Precise and 12.10 Quantal.
The Linux Kernel 3.10.6 comes with lots of fixes and improvements, such as updated Radeon, i915 vedio drivers, update RAID, Wireless, drivers and so forth. See the announcement.
Install / Upgrade Kernel 3.10.6
Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to download the DEBs:
As you may know, Intel has released intel driver update utility for Linux and it’s available for Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and Linux Mint from Intel Repository.
To add Intel Repository to Ubuntu, press Ctrl+Alt+T to open terminal. When it opens, run below commands:
For Ubuntu 12.04 Precise and Linux Mint 13 Maya:
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04" >> /etc/apt/sources.list.d/intel-graphics.list'
For Ubuntu 12.10 Quantal and Linux Mint 14 Nadia:
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/12.10/main Ubuntu 12.10" >> /etc/apt/sources.list.d/intel-graphics.list'
For Ubuntu 13.04 Raring and Linux Mint 15 Olivia:
sudo sh -c 'echo "deb https://download.01.org/gfx/ubuntu/13.04/main Ubuntu 13.04" >> /etc/apt/sources.list.d/intel-graphics.list'
Then download and install the GPG key via 2 commands: