Ubuntu

Ubuntu News

Top 10 Ubuntu Apps that users rated

I know that lots of the people choose to use open source software for their productive purposes. Linux is a vast ocean of open source apps. It’s easy to get lost in this ocean, and is even hard to find out about some great applications that are out there. Thus, More >

Sharing your downloaded Ubuntu Software!

APTonCD is a piece of software that backups all your downloaded software from internet.

1. Download APTonCD using Synaptic and install it. Use this to make a ISO image from downloaded packages.

2. Then you can mount this ISO image and it will just work as the package CD.

3. To mount an ISO More >

Nvidia Logo

Installing nVidia Graphic Card Driver in Ubuntu

Note: This is not for the older versions of Ubuntu.

1. Go to Nvidia site and download the driver for your model.

2. Save the driver somewhere on your file system, that may be your home folder or /opt.

3. Press Ctrl+Alt+F1 and go to terminal. Enter terminal as root.

4. Then to end xserver, More >

C – Super simple program in Ubuntu!

Are you interested in writing a basic “Hello World” program using the C programming language?If yes, then this post is for you.

Here is an example of how you can write, compile and execute a very simple C program in Ubuntu Linux. You can use any editor. For this example, I’ll More >