Securely share files between your computer and phone using samba

Introduction

In this tutorial, I am going to talk about samba and ufw services. If you limit your file share within a dedicated range of ip addresses in your local network, your files are generally secure (from outside access), and still able to share files.

Continue reading

2 Comments

Filed under Uncategorized

Search your torrent directory using find command

Introduction

Often, when you browse a torrent site for your favorite Linux distribution, you might ask the question, have I already downloaded this torrent or not? One way to find out is to actually go into your torrent directory and search (by the way, new nautilus is pretty good at searching), but it is always good to have a script (that uses find command) to do that.

Continue reading

Leave a Comment

Filed under Uncategorized

Open all your reddit subscriptions using a single command (alias)

Introduction

The alias command is considered both good and bad. It can sometimes simplify long and complex commands, but on the other hand it can also be misused to hide commands everyone could learn otherwise.

Long time Linux users have been using alias for many commands and scripts. Even the operating system itself uses alias for certain commands e.g ll for ls -alF, la for ls -A and so on. However, this tutorial is not going to be about simplifying existing commands, rather it is going to be about aliasing your reddit subscriptions.

Continue reading

Leave a Comment

Filed under Uncategorized

Setup Ubuntu 12.04

Introduction

In this tutorial, I will try to list things you can do during Ubuntu LTS installation to make the experience little better. This tutorial will have specific settings for dell laptop, however I will mention when it comes in this tutorial, so that you can differentiate your setup. If you want to play with more cutting edge distro try my Arch Linux Tutorial.

Continue reading

Leave a Comment

Filed under Uncategorized

Install Arch Linux

Important things first.

  1. Before you start, make sure you have created a partition, formatted it and ready to install Arch.
  2. In this tutorial, I will use internet via wireless. Make sure you have downloaded the latest version of Arch, because I had terrible luck previously.
  3. Use root as username in multiple terminals
  4. Copy text from blocks from this tutorial (depending upon context) and use sudo whenever you run commands as normal user. You can use sudo su to switch to root user.
  5. If you have dual graphics cards (e.g Intel and AMD) and your laptop’s dicrete graphics card is awake and burning the laptop like fire (in this case AMD with radeon drivers) shut the discrete card.

Continue reading

Leave a Comment

Filed under Uncategorized

Install java (jdk) on Linux

Introduction

If you have downloaded java development kit (JDK) Linux binary tar.gz file from oracle.com (e.g jdk-7u21-linux-x64.tar.gz), you might probably be thinking how do I install it. On most Linux distributions, you might be able to install java or jdk using official or third party repository, but some people prefer doing it offline. In this tutorial, I will try to explain that.

Continue reading

Leave a Comment

Filed under Uncategorized

Fix catalyst driver in Ubuntu 13.04

1. Introduction

I found lots of people struggling to get catalyst driver work in Ubuntu 13.04. This issue has been persistent for some laptops, ever since Ubuntu 13.04 came out, specially for Intel, AMD dual graphics setup. For people, who have been looking at catalyst drivers ever since http://ubuntuforums.org/showthread.php?t=1930450 post was published, should not be that hard to find the solution, but for those who are new to Linux, or don’t have time for these kinds of issues, this issue might be a show stopper bug. In this post I will try to reiterate the solution discussed at askubuntu.com.

Continue reading

1 Comment

Filed under Uncategorized