Archive for the Ubuntu Category
Use rfkill to Enable/Disable Wireless on your Linux Laptop
[caption id="" align="alignright" width="300" caption="Image via Wikipedia"][/caption] Imagine a situation when you have to book an air/train ticket in a jiffy, or check an important mail quickly and the only option you have is a wifi connection from either your smart phone or surroundings, and
Read Full PostRestore GRUB in Ubuntu after installing Windows
So, you had Ubuntu (or any of its derivative) installed on your system and then decided to install Windowswith it? And after installing Windows, you can't load Ubuntu again, just follow the steps to get this working: Boot the system using a Ubuntu Live disk. After you reach the desktop, open T
Read Full PostInstall Ubuntu on Windows using VirtualBox
Ever wished to experience Linux while you are on Windows operating system ? You probably have a hidden urge to experience it but you never did cause you do not want to mess up with the dual boot operating system. So the solution for this is to install a virtual machine inside your current operating
Read Full PostOne click to end a non responding application in Ubuntu
Pressing "Alt + Ctrl + Del" in windows is a life saver when some programs just refuse to respond. Of course it opens a task manager which will show you the list of all the processes along with their memory , cpu consumption. You can select any process and can end it. However, there is no such inbu
Read Full PostInstall FTP server on Ubuntu using vsftpd
In this post, we will learn how to install FTP server on a Ubuntu box. By default you cannot connect to your Ubuntu machine using FTP, but with the help of vsftpd this can be achieved. vsftpd, is an open source ftp server for Unix systems. Installation vsftpd is available as a ftp daemon in Ubuntu
Read Full PostHow to remotely access Ubuntu machine from Windows
In this post, I am going to tell you how you can access your Ubuntu or Linux machine from your Windows machine. If it was Windows machine on both sides then you can access these machines via “Remote Desktop” but since the Operating systems are totally opposite, we need a third party tool for thi
Read Full PostInstalling Apache2 and PHP5 on Ubuntu
In this post we will learn how you can install Apache2 server and PHP5 on Ubuntu. Undoubtedly, Apache2 is the most famous webserver and along with PHP, these both become the best recipes to cook pretty neat websites. Oh ! Was that too much cooking, eh ? Sigh ! let’s not get more into and comin
Read Full PostInstall MySQL Server 5 on Ubuntu and adding support to PHP
When you start web development MySQL is must have database. Since its free and is being used widely. Installing MySQL on Ubuntu is pretty easy and quick process. To install MySQL just run the following command. Open a terminal window and type the following command. sudo apt-get install mysql-se
Read Full PostDisable pidgin notification
When I started using Ubuntu at my workplace, after few days I tried Pidgin. Undoubtedly, it is a nice application to chat with your buddies, but I was irritated with its unwanted (for me) notifications. So I tried to drill down and get rid of them. The notification was waste for me, because even
Read Full PostInstall Netbeans in Ubuntu
Installing Netbeans on Ubuntu has become an easy task now. Gone are the days when everything on Linux was so difficult, I know I am too late to say this. Well to install Netbeans follow the steps below. You need to have Java installed in your system, so if your system has Java installed then skip
Read Full PostFile Sharing on Ubuntu 9.10 with Samba Client
I have seen users facing the problem of sharing their files and folders on Ubuntu while on a Local Area Network. Ubuntu users caught in a crowd of Windows PCs on the network often face the problem - “Others can't access my files and folders on the network”. This refrains them from using Ubuntu a
Read Full PostAdd permissions to /var/www in ubuntu
Hey Folks, You might be having troubles adding files and folders to the /var/www folder of Ubuntu installation. Sometimes various other folders also require root permission to perform some action on it. So in that case you can use the following command. gksudo nautilus This gives the root perm
Read Full PostHow to Install Firefox 3.5 on Linux
July 1st saw the release of Firefox 3.5. You must already be aware of what is new is version 3.5 and what makes it the awesome-est browser to-date, if not check this Firefox 3.5 preview video and the feature list for Firefox 3.5. In this post we are going to walk you through installing Firefox 3.
Read Full PostGnome-do plugin | Quick launch, sexy remote
Hi, I say linux then you might think of that black terminal window, but what if i say now your Gnome desktop can be more flexible and you need not to scroll thru menus or start your program using a terminal window. Well, yes!! this is true. A very light weight sexy ,powerful tool "gnome-do" makes
Read Full Postinstall .run files in ubuntu
HI, This entry may be useless for people who are using UBUNTU for a while now. But still i am writing this for the newbies :P you can assume these files to be like .exe in linux flavour. To install a run file follow the steps 1) Open terminal window ( Applications>Accessories>terminal) 2)
Read Full Post