|
 |
pradeep
Shell Tips & Tricks
Create A Command Alias
Most of us use 'ls -l' so, will it not be easier to have a smaller command to show us long listing, add the following line to ~/.bashrc
alias ll='ls -l'
Using it
# ll
|
|
7 |
1,675 |
|
 |
vishal sharma
I have been using linux for 2 years now, and I can tell you that I learn something new virtually every day. And a few of those things I have learned are very rare to be seen all the time. Here are a few of them.
If you are using Redhat's netcfg utility to connect to the internet and you are sick...
|
|
7 |
6,154 |
|
 |
pradeep
Java is a fairly important technology to have on any operating system. Countless Web sites make use of Java or JavaScript; programs such as Zend Studio are Java applications that require the Java Runtime Environment; and many developers develop in Java. Unfortunately, most Linux distributions do...
|
|
4 |
3,338 |
|
|
bashu
well cracking the linux password is not a very difficult job when u login by root you can do that directly by
#passwd <username>
he will ask u to type your new unix password ,enter the new unix password.
then he will ask u to retype password ,do the same
u can break any unix account password...
|
|
12 |
10,761 |
|
|
Sanskruti
History of Linux
In order to know the popularity of linux, we need to travel back in time. In earlier days, computers were like a big house, even like the stadiums. So there was a big problem of size and portability. Not enough, the worst thing about computers is every computer had a different...
|
|
12 |
3,282 |
|
 |
Obaid
There are many options for configuring storage in Linux like LVM which is acronym of Logical Volume Management and Software RAID. There are also many other various file types which help to maintain storage. Despite of so many features when there is a complete system failure, it’s very difficult to...
|
|
5 |
2,625 |
|
|
venami
Introduction
Everyone of us might have come across a lot of text editors each of them having their own special features and style. GNU Emacs, apart from being a text editor, is a wonderful software which makes us believe it to be a mini operating system. Like other softwares, Emacs is...
|
|
3 |
1,412 |
|
 |
pradeep
Introduction
The file /etc/fstab (it stands for "file system table") contains descriptions of filesystems that you mount often. These filesystems can then be mounted with a shorter command, such as mount /cdrom. You can also configure filesystems to mount automatically when the system boots....
|
|
5 |
6,753 |
|
 |
pradeep
Part I - Shell Tips & Tricks
Clear and Disable Bash History
Use the Bash inbuilt history command:
history -cTo prevent writing of your Bash history to the history when you log out:
unset HISTFILEAmpersand (Background Jobs)
|
|
3 |
1,474 |
|
 |
mayjune
Introduction
WINE (Wine Is Not an Emulator) is a free software application that aims to allow Unix-like computer operating systems to execute programs written for Microsoft Windows. Wine also provides a software library known as Winelib against which developers can compile Windows applications...
|
|
10 |
3,024 |
|
|
Tango Issac Debian
Modern Booting with the USB device
It is frankly speaking ,Linux is the frame of the reference of the development of the Computer system technology.The scientists, also have come in the race of the evolution of the tecnology.And,hence SLAX,DSL,Flash Linux have invented.Not only that ,it is...
|
|
1 |
20,729 |
|
 |
pradeep
Introduction
Many times we write programs which runs many instances of itself, either while using fork or we manually run many copies of the same program, so during the development stage we may need to kill all running instances and modify the program and re-run, or there may be other situations...
|
|
2 |
2,872 |
|
 |
pradeep
Command line skills are something you pick up over time. When something needs to be done, you work out how, and from then on you know how to do it. Few take the time to systematically learn the ins and outs of the tools at their disposal, however, and so may not be aware of all the possibilities of...
|
|
3 |
5,467 |
|
 |
Bhullarz
Sometimes you must have noticed that you have 1gb of data to write. But you are unable to decide that what media should you use. Because 1 DVD can be more than enough required and 1 CD is not enough for writing the data. And if you use another CD, that would be probably half free. So, you will be...
|
|
14 |
3,966 |
|
 |
coderzone
Introduction
Many Windows administrators are familiar with the ipconfig command line utility, which is used to get information about network interface configuration and make changes to it. Linux systems have a similar utility, ifconfig, which is a common part of the day-to-day tool belt of most...
|
|
3 |
9,206 |
|
 |
pradeep
APTonCD is a tool with a graphical interface which allows you to create one or more CDs or DVDs (you choose the type of media) with all of the packages you've downloaded via APT-GET or APTITUDE, creating a removable repository that you can use on other computers.One thing you need to remember this...
|
|
1 |
4,358 |
|
 |
SpOonWiZaRd
Introduction
Linux systems are often used as server computers, or at least they are connected to the internet more or less directly. On such systems, network security is particularly important, because incorrectly configured servers can provide miscreants with a way into your system to do...
|
|
0 |
6,377 |
|
 |
pradeep
EditPlus is an Internet-ready 32-bit text editor, HTML editor and programmers editor for Windows. While it can serve as a good replacement for Notepad, it also offers many powerful features for Web page authors and programmers.
Syntax highlighting for HTML, CSS, PHP, ASP, Perl, C/C++,...
|
|
2 |
12,691 |
|
 |
pradeep
Most Linux users would be appalled by the idea of attempting to contaminate a Linux installation with any Microsoft product, especially Internet Explorer. However, many Web sites don't render properly using regular Linux browsers, such as Firefox or Konqueror. Other sites either require ActiveX...
|
|
3 |
3,414 |
|
 |
pradeep
Concept: The UNIX kernel can keep track of many processes at once, dividing its time between the jobs submitted to it. Each process submitted to the kernel is given a unique process ID.
Single-tasking operating systems, like DOS, or the Macintosh System, can only perform one job at a time. A...
|
|
4 |
5,167 |