Twitter on the Terminal: Now tweet from Command Line

Hi Folks,
Recently I came across a special feature ot Twitter that enables you to access it from the terminal. To use this feature we need “curl”. Ubuntu users can download curl using apt-get by the command
sudo apt-get install curl
Once you have it, open your text editor and paste the following shell script

#!/bin/bash
#http://anshumanpandey.wordpress.com
echo “TWITTER ON YOUR [...]

Configuring Evolution Mail For GMail using IMAP

Evolution Client Mail configuration for GMail using IMAP
In this tutorial I am going to show you how to configure the Evolution Client Mail for GMail using IMAP.
For those of you who do not know about IMAP. It stands for Internet Message Access Protocol and hence as you’ll see be used to configure the reception [...]

Installing OpenOffice.org in Ubuntu 8.10

Installing OpenOffice.org 3.0 in Ubuntu Intrepid Ibex (8.10)
Hi Guys,
Recently I had used Ubuntu 9.04 and I found OpenOffice.org 3.0 as the default office software provided in it, but as we know it is not
the same in the case of Intrepid Ibex. So I thought of installing the same in 8.10. In this tutorial I’ll be [...]

How to Export Data from OpenOffice.org Base

After an overwhelming response of the esteemed readers to my post about How to Import Data From Spreadsheet into OpenOffice.org Database, I decided to add a post about exporting the data out of OpenOffice.org Base to a word processor or a spreadsheet application.

What is the need to export the data?
If you are just concerned with [...]

How to Import Data From Spreadsheet into OpenOffice.org Database

There are certain times when we have data in a spreadsheet and we want to get it into our database. So how to go about it. I’ve thus designed a small tutorial for the same.
Here we go:

First open you spreadsheet of table in OpenOffice.org Calc and give name to the columns in the table.

Then [...]

GNU/Linux Live CD – Your Recovery Manager

A Linux Live CD can be used to save data
You don’t have to convert to Linux full-time to need Linux. In fact, a Linux live CD is a great thing to have if you’re a Windows user. There are lot of Windows and Mac users who thought they’d lost all their precious personal data (documents [...]

Screen Resolution Problem

Screen Resolution
This topic is very common and most of us know how to fix things pertaining to screen resolution. So the troubleshooting is quite simple. Recently I was on Ubuntu IRC and found that a guy had a very annoying problem with his screen resolution. After going through the regular menus of System—>Preferences—->Screen Resolution he [...]

GRUB Splash Images- Change & make your GRUB fully yours

How To Change GRUB Splash Image
When I say GRUB splash image I mean a background for your GRUB menu. So those people who have tried using Fedora Core or RedHat enterprise Linux its the blue(or red for some) image behind the menu with Fedora or Red Hat written.
This tutorial deals with how to create [...]

Connecting to Internet using Reliance NetConnect and KPPP in Ubuntu

Hey Friends!!! This post is an add on to the post I posted before about connecting to internet using Reliance Netconnect CDMA 1X modem.
In case you have not seen my previous post about Using Reliance’s ZTE MG 880 USB Modem in Ubuntu please have a look at it as this post is an advanced version of [...]

Disappearing of Shutdown and Restart Button

I faced this problem very recently after I added all the KDE feature in the GNOME desktop.. As a normal user I got panicked initially and tried a lot of stuff like changing back to “gdm” from “kdm” using.
anshuman@anshuman-laptop:~$ sudo dpkg-reconfigure kdm   ——I suggest to try this thing once
Things changed but the “BUTTONS” didn’t appear
Even [...]