Archives

Thu
04
Oct
Sarath Pillai's picture

Changing Timezone in Linux

changing time zone in linux

When you work in a desktop graphical user interface environment, most of the of the popular linux distributions these provide with a nice interface to change timezones and time format etc.

But when you work on a server or a console installation of any distribution, changing timezone can be tricky. All machines work with two clocks, one is the hardware clock and the other is called as operating system clock.

Mon
01
Oct
Satish Tiwary's picture

LAMP configuration on rhel5

LAMP

LAMP Stands for Linux Apache Mysql and PHP

L- Linux

A- Apache

M- Mysql

Mon
01
Oct
Sarath Pillai's picture

data and partition recovery using testdisk

testdisk tool in linux for data recovery

Let us try to understand how data recovery possible in any machine?

So what happens when you delete a file in Linux or any operating system out there?

When a file gets deleted the operating system never removes the data from the hard disk, it just removes the link to access that file, and keep that space as unused.But still the data of your file is there in that exact location where it was.

Thu
27
Sep
Sarath Pillai's picture

What is UUID used in fstab

UUID for a device in linux

People who are used to the new releases of Ubuntu might be aware of the thing called UUID. Because Ubuntu guys have completely started using UUID as the method to uniquely identify disc drives/partitions on the machine.

Now on my machine(Ubuntu 11.10), i have my fstab entries as shown below:

Wed
26
Sep
Satish Tiwary's picture

how to compile c program in linux machine?

c in linux

how to run C programs on linux?

How to compile c program in linux?

There are a lot of (relatively) newer languages to choose from, but if you need something to run with high performance and less of a resource footprint, it's hard to beat C. I don't know much about bitcoin, but I do know it's supposed to be computationally expensive, making C a good language for your implementation.

It's also the primary language for Unix kernels, so if you plan to be extending (say) Linux, or fixing kernel bugs, you're going to need to know C.

Wed
26
Sep
Sarath Pillai's picture

What are shared libraries in linux

Shared library in linux

I am quite sure that if a person is very much involved with linux in day to day job, then he or she might have encountered the below error many times.

Sun
23
Sep
Satish Tiwary's picture

create ext2 and ext3 filesystem

partitioning in linux

Ext2 Filesystem:

Remy Card designed ext2 filesystem for the first time. It is a very powerful linux filesystem. For a very long time ext2 was the default filesystem for many linux distributions. In ext2 filesystem data of a file is held in blocks which means that when a filesystem of ext2 type is made the block size is set and will be same for all the blocks holding different kind of data.

For example lets say that the block size of an ext2 filesystem is 1024 bytes then in that case suppose you try to save a file of 1025 bytes then that file will occupy 2 blocks.

And this means that we end up wasting a lot of space.

Mon
17
Sep
Satish Tiwary's picture

List of Tools that will make ur daily task easy

tools for making life easier

This post is mainly concentrated on tips and tools useful in our daily life;

There are so many tools which can makes our task easy are available in markets now a days and most of them are free and easily available on internet you can just find and download them by simple googling.

Tools become important when you want to save your time and do your job fast and smoothly.

slashroot.in have tested all those tools and mentioned few of them here for public use and make the task easy.

Sun
16
Sep
Sarath Pillai's picture

lsof Command Usage and Examples

list open files in linux

Hi all...before getting into lsof command we need to remember the most important fact in Linux/Unix industry ie; "everything is a file". Even devices,sockets,all are files.

Now lsof stands for "List Open Files", which is used by unix like system to show all open files and processes that opened them. Thanks to Vic Abell who developed this tool for the first time.

If you are interested in understanding all aspects of processes in linux, then i will suggest to read the below article.

Sun
16
Sep
Sarath Pillai's picture

Netcat Tool or call it NC

Wikipedia defines netcat as below.

"Netcat is a computer networking service for reading from and writing network connections using TCP or UDP."

if you are into system administration its necessary for you to understand what netcat is and what are the functionalities of netcat.

Netcat can be used as port scanner, a backdoor, a port redirector, a port listener and much more.

Netcat can even be used to port scan a machine!!!! yea thats true.

Pages

Subscribe to RSS - Archives