Tuesday, December 18, 2012

Transmission 2.74 Released! Install on Ubuntu Enhancements for IPv6



And ‘now available a new update of the Transmission BitTorrent client, that give program version 2.74.  For those who does not know, efficient BitTorrent client Transmission is a feature-rich use rather simple, which comes preinstalled in the desktop environment gtk-based (in particular Transmission is the manager torrent default Ubuntu). This release, in particular, is oriented towards strong improvements both for the integration of the program with the IPv6 protocol for the management of so-called “magnetic link”.  But there is much more: just read the changelog is included below for realizing it!
 Transmission 2.74 Released! Install on Ubuntu Enhancements for IPv6

All Platforms

  • Fix a bug That prevented IPv6 addresses from being saved in dht.dat
  • Better handling of magnet links That Contain ‘tr.x =’ parameters
Add
  • filtering of addresses used for uTP peer connections
Fix detection of
  • Whether or not a peer supports uTP connections

Mac


  • Auto-grouping will not apply until torrents are demagnetized
  • Tweak the inspector’s and add window’s file lists to avoid auto-hiding scrollbars overlapping the priority controls
  • Fix potential crash When downloading and seeding complete at the same time
  • Fix bug where stopped torrents might start When waking the computer from sleep

Web Client

  • Fix a multi-file selection bug
  • Fix bug where the upload and download arrows and rates would not Appear for downloading torrents
  • Fix bug tracker When displaying the list
As always, you can access the release notes going in this page .

Install Transmission 2.74 on Ubuntu 12.04/12.10 (PPA and procedure manual)

If you want to use the PPA, below find the instructions to import and update Transmission. At the time of this writing, however, they are still outdated:
sudo add-apt-repository ppa: transmissionbt / ppa sudo apt-get
update sudo apt-
get install transmission
Since the PPA still pointed to the old version of Transmission, proceed with the installation manual by source. Before proceeding, however, I want to remind you that you can safely wait Transmission is updated within the Ubuntu repositories and update the system easily using the command
sudo apt-get
update sudo apt-get dist-upgrade
If you’re like me, and want to get programs from your system immediately up-to-date , follow the instructions below! First install a little ‘dependencies (yes, we’ll need it) and download the source tarball of Transmission, with the commands
sudo apt-get install automake build-essential autoconf libtool pkg-config libcurl4-openssl-dev intltool libglib2.0-dev libevent-dev-dev libminiupnpc libminiupnpc libappindicator-dev-dev checkinstall
cd / tmp wget

http://download.transmissionbt.com/files/transmission-2.74.tar.bz2
xvjf tar transmission-2.74.tar.bz2
At this point, let us go into source directory, compile the program and …. use checkinstall to install it, so you can comfortably manage in the future by USC / gdebi / dpkg / apt-get / aptitude
cd / tmp/transmission-2.74
. / configure
make
sudo checkinstall
At this point we do not need the source directory (which will be deleted automatically when you restart the system), but it is a good idea to keep a copy Package. deb, so you can easily reinstall if necessary. I will put on my desk!

cp / * tmp/transmission-2.74/transmission. deb ~ / Desktop /
Enjoy!

Monday, December 17, 2012

Zim Text Editor 0.58 Allows Now To Export LaTeX Equations - Ubuntu/Linux Mint


Zim has been updated recently to version 0.58 bringing more bug fixes, especially for the bug that prevented the application to start after crashing. This new release allows users to export LaTeX equations and interwiki links are now working fine.

If you have no idea about Zim, it's a graphical (WYSIWYG) text editor written in Python and GTK+ developed by Jaap Karssenberg who wants to bring the concept of a wiki to your Linux desktop. Zim is also considered a personal journal or to-do list.

It can also serve as a distraction-free writing tool that, for example, helps users write novels, short stories, or complex LaTeX equations for Math projects using the 'Equation Editor' plugin.



Zim allows simple formatting or markup for typed text (italics, numbered list, checkbox list, bullet lists, headings, etc.), insert/attach images, link to other wiki pages, etc. Here is a video explaining basic use of Zim:


For more information and features about Zim, click here.

In this article, we will see how to install Zim from PPA under the following Ubuntu/Linux Mint distributions:

  • Ubuntu 13.04/12.10/12.04/11.10 (or older)
  • Linux Mint 14/13/12 (or older)
Zim Installation

Open the terminal and install it with the following commands:

sudo add-apt-repository ppa:jaap.karssenberg/zim 
sudo apt-get update 
sudo apt-get install zim

For bugs encountered while using this software, please report it here.

Zim Removal

To remove this text editor from your system, run the following commands:

sudo apt-get remove zim 
sudo add-apt-repository --remove ppa:jaap.karssenberg/zim 
sudo apt-get update

Friday, December 14, 2012

Install MultiBoot USB from PPA under Ubuntu 12.10/12.04 and Linux Mint 14/13



MultiBootUSB (aka Multi Boot USB) is a tool with GUI (user interface) written in Gambas that allows users to install and boot various Linux distributions from a single USB flash drive (USB key). Supporting 145 Linux distros including Ubuntu and its derivatives, Multi Boot USB can detect iso Images automatically with the possibility to delete any Linux distro whenever you want. You can visit the tool's home page here for more information.

MultiBootUSB screenshots:



The PPA below is available for these Ubuntu/Linux Mint distributions:

  • Ubuntu 13.04/12.10/12.04/11.10
  • Linux Mint 14/13/12
MultiBootUSB Installation

To install the latest version of MultiBootUSB from PPA (v6.0-1), open the terminal and issue these commands:

sudo add-apt-repository ppa:upubuntu-com/ppa 
sudo apt-get update 
sudo apt-get install multibootusb
For any bug encountered, report it here.

MultiBootUSB Removal

To uninstall MultiBoot USB from your system, run these commands:

sudo add-apt-repository --remove ppa:upubuntu-com/ppa 
sudo apt-get remove multibootusb 
sudo apt-get update

Install AMD Catalyst 12.12 from PPA in Ubuntu 12.10/12.04 and Linux Mint 14/13



AMD Catalyst 12.12 has just been released, coming with more bug fixes and is based on fglrx 9.01. We don't know much about this new release, but it generally improves support for more AMD graphics cards and Steam client for Linux.

In this tutorial, we will see how to install AMD Catalyst 12.12 from PPA or manually via the driver's .run file as shown below. The PPA is available for the following Ubuntu/Linux Mint distributions:


  • Ubuntu 13.04/12.10/12.04
  • Linux Mint 14/13
AMD Catalyst 12.12 Installation

   1. Automatic Installation

Open the terminal and issue these commands:

sudo add-apt-repository ppa:xorg-edgers/ppa 
sudo apt-get update 
sudo apt-get install fglrx-installer

It's recommended that you remove the xorg-edgers PPA to avoid installing unwanted packages on your system. You can remove it with these commands:


sudo add-apt-repository --remove ppa:xorg-edgers/ppa 
sudo apt-get update

   2. Manual Installation

Before installing a new AMD driver, we need first to uninstall the current one. To do this, run these two commands from the terminal:

sudo sh /usr/share/ati/fglrx-uninstall.sh 
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx

For manual installation of the AMD Catalyst 12.12 driver, issue this sequence of commands:

sudo apt-get install unzip 
cd /tmp && wget -c http://goo.gl/ytSAn -O 9.01-121106a-150335C-EDG_Direct.zip 
unzip 9.01*EDG*.zip 
chmod +x amd*9.01*.run 
sudo sh amd*9.01*.run

When you finish the installation, run these commands:

sudo aticonfig --initial -f 
sudo reboot

Thursday, December 13, 2012

LuninuX OS 12.10


Emmanuel Appiah has announced the release of LuninuX OS 12.10, an Ubuntu-based distribution with a customised GNOME Shell desktop interface: "It has been a long long long journey but we have made progress. The task to improve already good quality does not mean stop when it's good enough, it simply means make it better and with the release of LuninuX OS 12.10 'Quite Quail', you will see how much better it has been made. Some of the major changes are Opera as the default web browser with privacy plugins, boxes for virtual machines, OpenJDK and many more. You can download the release on the download page and as an option to purchase a USB/DVD media that will be mailed to you." Here is the brief release announcement. Download the live DVD images from SourceForge: LuninuXOS-12.10-Desktop-i386.iso (1,460MB, MD5), LuninuXOS-12.10-Desktop-amd64.iso (1,383MB, MD5).

Install WordPress 3.5 'Elvin' On Ubuntu 12.10/12.04 and Linux Mint 14/13



WordPress has been updated to version 3.5 having this codename 'Elvin' in honor of Elvin Jones (drummer). This new version comes with a new media manager and Retina support. Users of WordPress will have a new experience when uploading images and creating galleries thanks to the new image uploader.

WordPress 3.5 comes also with various tweaks and a new default theme (Twenty Twelve). You can find full features here. In this tutorial, we will see how to install this blogging and CMS platform under the following Ubuntu/Linux Mint distributions:


  • Ubuntu 12.10/12.04/11.10 or older
  • Linux Mint 14/13/12 or older
  • Any other Ubuntu-based System
   1. Requirements

To be able to install WordPress 3.5 in Ubuntu/Linux Mint, we need to install a web server (Apache, PHP, MySQL, etc.). If you are following my previous tutorials, you will notice that I prefer to use the LAMP server, you can find here detailed instructions for installing it.

   2. Creating A MySQL Database For WordPress

For GUI mode, I recommend that you use phpMyAdmin to create a MySQL database and user for WordPress. For CLI mode, you can run this sequence of commands (change text in red to reflect your own database configuration):

mysql -u root -p 
create database wordpress; 
CREATE USER 'wordpress-user'@'localhost' IDENTIFIED BY '12345'; 
GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpress-user' IDENTIFIED BY '12345'; 
exit

The commands above will create these details:

  1. Hostname: localhost
  2. Database: wordpress
  3. Database User: wordpress-user
  4. Database User Password: 12345
3. WordPress 3.5 Installation

Via the terminal, download and move the WordPress folder to /var/www/ with these commands:

cd /tmp 
wget -c http://wordpress.org/latest.zip 
sudo unzip -q latest.zip -d /var/www/ 
sudo chmod 777 -R /var/www/wordpress 
sudo /etc/init.d/apache2 restart

Open now this link to start the web-based installation:

      http://localhost/wordpress

NOTE: You can replace localhost with your server IP address.

In the first page, click Create a Configuration File:


Then follow setup instructions: