After running eclipse, check
Help, About, Configuration detail
Usually
/usr/lib/eclipse
After running eclipse, check
Help, About, Configuration detail
Usually
/usr/lib/eclipse
sudo apt-get install eclipse
ctrl + space (with SCIM)
Applications > Accessories > Terminal
The Unix top command is designed to help users determine which processes are running and which applications are using more memory or processing power than they should be.
how to use?
>top
Use RSE
Download it here.
File -> New -> Other
Under Remote System Explorer, select “connection” and click next.
Select connection type (SSH only for me)
Then, add RSE perspective,
you can browse remote files, have shells and remote terminals.
Use
Esc-d
Under your home directory, make .emacs file including
——
(require ‘cc-mode)
(global-font-lock-mode 1)
——–
This will provide syntax colorization.
1. In Putty,
In Terminal, Keyboard setting,
Backspace Key: Ctrl-H
2. Under your home directory make .emacs including
(define-key global-map “\C-h” ‘backward-delete-char)
You may get the above error.
setenv is used with csh
For bash, export is used (not setenv)