 |
7z is a compressed archive format which has a modular structure so the user can select the compression method, encryption method, block compression, unicode file names and support for very large files. 7z has been gaining popularity, and it offers great amount of compression of files so it's...
By pradeep
|
0 1,088 |
 |
'ltrace' is another Linux Utility similar to 'strace'. However, ltrace lists all the library calls being called in an executable or a running process. Its name itself comes from library-call tracing. This tool is very useful for debugging user-space applications to determine which library call is...
By Trinity
|
0 1,576 |
 |
Strace is a Linux Utility which lists all the system calls and any signals, of any executable running on Linux Operating System. Strace generally comes along with the Linux installation.
If one notices, its name "strace" has come from system-tracing i.e. tracing the system calls and signals....
By Trinity
|
0 1,596 |
 |
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...
By bashu
Last Message By edwardallene
|
17 25,126 |
 |
Linux now become the platform of the developers.They now feeling very excited in their colorful life with Linux.Some of them are thinking Linux as their wife!They always spending with Linux.They can now explain themselves more significantly to the total developer's world with their Personal...
By Tango Issac Debian
Last Message By dibinwebtech3
|
2 8,659 |
 |
Lets try and understand the memory addressing system and segmentation in Linux .
1. Memory Addresses
There are three types of addresses :
Logical addresses : Logical addresses are included in the machine language instructions to specify the address of an operand or of an instruction...
By poornaMoksha
Last Message By poornaMoksha
|
4 5,464 |
 |
As we have already discussed the procfile system in my previous article. Here we will learn about how to create a procfile which can be read and written to.
Since, proc files act as an interface between user space and kernel space, so creating, reading and writing a proc file will not be simple...
By poornaMoksha
|
0 2,146 |
 |
Proc file system is a pseuso-filesystem that contains the running state information of Linux kernel. This information is presented in the form of proc files. Every proc file represents some information about the current state of kernel. Now, since proc files represent the dynamic state of kernel so...
By poornaMoksha
|
0 2,387 |
 |
To understand the concept of makefiles, one should have basic knowledge of the compilation process.
Do you know how to compile a code using gcc? For those who doesn't know, here is a quick description :
Here is a code of most simple 'C' program, hello1.c:
#include<stdio.h>
int...
By poornaMoksha
|
0 1,671 |
 |
LKM stands for Loadable kernel modules. This term is mainly used in context with Linux OS. LKMs are independent modules that can be loaded and unloaded to and from kernel. This provides a mechanism through which the functionality of the kernel can be enhanced on run time, without having to...
By poornaMoksha
|
0 1,959 |
 |
If you have some experience as a Linux Admin or Even if you are using linux , at some point of time you'll face a "Linux Error while Loading libraries" it seems something like
error while loading shared libraries: *.so: cannot open shared object file: No such file or directory
I faced this...
By lionaneesh
Last Message By lionaneesh
|
1 2,470 |
 |
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...
By Sanskruti
Last Message By rohan123
|
13 6,058 |
 |
Let me share with you 8 More Reasons why you should be Using Linux Instead of Windows.
1. Free and Open Source Software
Linux is free and open source software which means you can redistribute, change, modify the code or the whole system and no one is going to ask you "Why you have done...
By pankaj.sea
Last Message By shabbir
|
3 4,316 |
 |
In this tutorial of mine i am demonstrating how to Run windows programs in linux ....
In my case i am using Ubuntu 10.10 with Kernel 2.6
I am using Wine http://www.winehq.org/] to demonstrate my article..
Wine is a program that provides the windows API for running the windows programs …
...
By lionaneesh
Last Message By lionaneesh
|
2 2,114 |
 |
While starting kernel programming.... The first thing that happens to a user is:-
He compiled a custom kernel now it doesn't works It have a tons of reasons , like because of init.d image , because of vmlinux image etc..etc...
Now some how you figured the problem and now you want to compile a...
By lionaneesh
Last Message By sneha123
|
6 2,901 |
 |
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...
By pradeep
Last Message By unni krishnan.r
|
4 5,862 |
 |
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...
By Obaid
Last Message By danny0085
|
5 4,319 |
 |
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....
By pradeep
Last Message By napster_hacker17
|
5 15,681 |
 |
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...
By Tango Issac Debian
Last Message By mayjune
|
1 26,450 |
 |
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...
By coderzone
Last Message By Kalpana
|
3 13,807 |