nice — Run a command with modified priority.

The Linux Cookbook provides lot of Tips and Techniques for Everyday
Use. This book is available in On-Line and Printed form.
URL: http://dsl.org/cookbook/

One Day One Command
===================

nice — Run a command with modified priority.

Summary:

GNU/Linux is a multi-user and multi-tasking OS. So many processes will
be running with some scheduling policy like Round Rabin, FIFO etc..
High priority process will get more CPU Time.

nice command is used to run the given command with its scheduling
priority adjusted. Priority range goes from -20 (highest priority)
to 19 (lowest priority).

Read more

c++decl — Create/Explain C++ Type Declarations.

Tamil Language WikiPedia: http://ta.wikipedia.org/

One Day One Command
===================

c++decl — Create/Explain C++ Type Declarations.

Summary:

Cdecl is a program for encoding and decoding C/C++ type declarations
in English language. Both cdecl and c++decl are same program. cdecl
will use C notation and c++decl use C++. It can run in interactive
(shell-like) and non-interactive mode (command line arguments).

In the interactive mode, cdecl will wait for your input in “c++decl> “
prompt. Enter “quit or exit” to exit. Enter “?” for help.

Read more

cdecl — Create/Explain C Type Declarations.cdecl — Create/Explain C Type Declarations.

Mr Pramod CE and his team developed a Phoenix Live CD for Physics with
Homemade Equipment and Innovative Experiments. Now this project is
maintained by NSC New Delhi. URL: http://www.nsc.res.in/~elab/phoenix/

One Day One Command
===================

cdecl — Create/Explain C Type Declarations.

Summary:

Cdecl is a program for encoding and decoding C type declarations in
English language. It can run in interactive (shell-like) and
non-interactive mode (command line arguments).

In the interactive mode, cdecl will wait for your input in “cdecl> “
prompt. Enter “quit or exit” to exit. Enter “?” for help.
   

Read more

install — Copy files and set attributes.

Prof. KalyanaKrishnan R and his team (IIT-Madras) done a wonderful
job to implement the MultiLingual Indian systems.
URL: http://acharya.iitm.ac.in/

One Day One Command
===================

install — Copy files and set attributes.

Summary:

‘install’ will copy single/multiple source(s) to destination, sets
permission modes & owner/group and take backup of existing files. It
is very useful for writing the install scripts.

Read more

dpkg — A medium-level package manager for Debian.

Mr Muthiah is released the G2 interface to Octave, which is used to
get the graphs in different formats like PNG, JPEG, PS, EPS, X11…
URL: http://octave-gtk.sf.net/octave-g2/

One Day One Command
===================

dpkg — A medium-level package manager for Debian.

Summary:

dpkg is a medium-level tool to install, build, remove and manage
Debian packages. The primary and more user-friendly front-end for
dpkg is dselect(8).

Read more

ssh HOWTO

using SSH from the gnulinuxclub wiki || what is ssh ? || 1 || ??? SSH is an acronym for Secure SHell, an encrypted connection…