Posts

Showing posts from 2014

Tor in Ubuntu 14.04

Earlier I had written how to use tor with Ubuntu 12.04 and 11.10 . Those methods have become pretty outdated. With the recent versions of tor browser bundle the process of setting up tor is simpler. But to use use tor with other applications you need to still a bit of tweaking. 1. Set up tor browser bundle          The first step is to download tor browser bundle and extract  it. Tor can be launched by running start-tor-browser script in extracted directory. If permission is denied then run "chmod -R a+x * in a terminal to add executable bit to the files. During first run, set the proxy  settings and exit tor. Start tor again. Once the connection is established tor browser will come automatically. This is a tweaked version of firefox. By default, add-ons and other extensions are disabled.  If you want to use tor just for browsing rest of the steps are irrelevant for you. 2. Find out the Control and Socks Po...

Some Useful Tips and Applications for Ubuntu

I have been using Ubuntu since 06.06 and during these years I have found out that there are certain things in Ubuntu (or any Linux ) that will come to you by experience only. Here I am sharing some useful tips and softwares that might help new Ubuntu users.   Home Partition : I will begin with the installation. The most helpful thing I guess will be creating a sep arate home partition. You can create a home partition of Ext4 format and mount it under /home. This is recommended because this will help you to reinstall Ubuntu again without losing any files or settings as you will not need to format the home partition every time. The partitioning can be done using the Ubuntu installer or G parted available in the Ubuntu installation media. If you use the same home partition across multiple installations with same username it will work.   Installation on EFI systems : The detailed explanation on how to do this can be seen in my previous post here.   ...

Install Ubuntu on UEFI enabled Computers

Image
Recently I have came across many people asking how to install Ubuntu in a UEFI machine. Unified Extensible Firmware Interface (or UEFI for short) is a new type of firmware that was initially designed by Intel (known as EFI then) mainly for its Itanium based systems. It introduces new ways of booting an OS that is distinct from the commonly used "MBR boot code" method followed for BIOS systems. A detailed description of UEFI can be found at the ArchWiki or Wikipedia .  The installation remains similar to normal installation procedure but needs a little bit of tweaking. Having a PC with EFI firmware does not mean that you need to install Ubuntu in EFI mode. If you have a machine in which there is any operating system already installed in Legacy mode then you must install Ubuntu also in Legacy mode, unless you wish to format the system and start from scratch. If Ubuntu is the only operating system on your computer, then it does not matter, you can install Ubuntu in EF...