Bash is a shell, but it’s also a scripting language. You can make bash scripts, and you can pass parameters to it. You can access…
Author: admin
aspell — Spell Checker
Linus Torvalds creator of the Linux Kernel.
URL: http://www.cs.helsinki.fi/~torvalds
One Day One Command
===================
aspell — Spell Checker
Summary:
Aspell can either be used as a library or as an independent spell
checker. Its main feature is suggesting possible replacements for a
misspelled word. Aspell can also easily check documents in UTF-8
without having to use a special dictionary.
Makefile don’t equal C
Makefiles are used in most Unix C or even C++ programs. But nowhere does it say that they can’t be used for other languages. Make…
Code reuse
Why write code that we already wrote for previous programs? Well here is a small tip that might save you some time: Make a generic…
, >>, | — Redirection Operators.
LinuxLinks.com is a big collection of Linux related site Links.
URL: http://www.linuxlinks.com/
One Day One Command
===================
, >>, | — Redirection Operators.
Summary:
By using some special notation, we can redirect the output of many
commands to files, devices, even to the input of other commands and
pass the output of one command as input to another command. There are
3 Type redirections are available in shell:
1) Standard Output, 2) Standard Input and 3) Pipe
gphoto2 — Client to access the Digital cameras.
Students, Are you looking for a Beginner level Project in Compiler?
Check it. URL: http://gcc.gnu.org/projects/beginner.html
One Day One Command
===================
gphoto2 — Client to access the Digital cameras.
Summary:
gphoto2 is a command-line client written using the gphoto2 cross
platform digital camera library. We can access the digital cameras,
which is connected to a GNU/Linux System thru the USB Port.
Domains to search in
When you try to access a Web site, or any remote site, you need to specify the full hostname. This means the machine name plus…
mpstat — Report processor(s) related statistics.
Dr. Bjarne Stroustrup, designer and implementor of C++ language.
URL: http://www.research.att.com/~bs/homepage.html
One Day One Command
===================
mpstat — Report processor(s) related statistics.
Summary:
The mpstat command writes to standard output activities for each
available processors, processor 0 being the first one. Global average
activities among all processors are also reported.
Internet for your LAN
Internet for your LAN Many companies have local networks, and it is becoming even more popular in homes, where 2 or 3 systems are linked…
Compiling Kernel – II
Compiling Kernel – II Get yourself a copy of the new kernel .you can download it at http://www.kernel.org Here you will find out many packages…