Archive for September, 2008

Emacs Tutorial for beginning!

C-x C-f open a new file

C-x C-s save the current file
C-x C-c exit the emacs (but save files first)

#command line Emacs

emacs -nc

#Open Split Horizonal Window

Ctrl-2

#Open Split Veritcal Window

Ctrl-3

#Maximize Window

Ctrl-0 

How to start Emacs in console mode?

Here is the command to start Emacs in mode! since emacs has the worst font!

 in console,

emacs -nc

How to update your source code from cvs in Debian or Ubuntu

Here is the command how to update your source code from CVS

cvs update -d 

Checking for Qt… configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!(Ubuntu)

Qt (>= Qt 3.0) (headers and libraries)”(Ubuntu 8.04)

sudo apt-get install kde-devel

How to install package for Debian (apt-get install packagename)

Here is the command to install package in Debian

 

apt-get install packagename

if you have problem to download the packages from the internet, please check your file /etc/apt/sources.list