vineri, 7 ianuarie 2011

Some tricks for apache security

Passwords I presume you know that having a password like 'Mom' or 'girlfriend' is not a good start for securing your system. I usually prefer passwords with both numerican and alphatbetical characters, plus some extra symbols. This is a good password: ILik3-PeN_gu1nS. Passwords should be complicated as there are a lot of ways someone can get your encrypted password. When we are talking about Linux systems with a webserver, the first thing that comes to my mind are all those numerous buggy CGI scripts that make you get /etc/passwd file from the ...
Continue Reading »

Red Hat Certified Security Specialist (RHCSS) in jaipur

GRRAS are leaders in IT training,Linux Certifications,RHCSS RHCA, RHCE,Cisco Certifications-CCNA,CCNP,CCIE with 100% Results.GRRAS is Authorised Training Partner of Redhat Centre, RHCE in jaipur,Linux certifications in jaipur Red Hat Certified Security Specialist (RHCSS) is a security certification that proves advanced skills in using Red Hat Enterprise Linux, SELinux, and Red Hat Directory Server to meet the security requirements of today’s enterprise environment. join GRRAS institute for Red Hat Certified Security Specialist (RHCSS) and Red ...
Continue Reading »

Gnu Operating System

GNU , or in some countries is a computer operating system composed entirely of free software. Its name is a recursive acronym for "GNU's Not Unix!" This name was chosen because GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code.[3] Development of GNU was initiated by Richard Stallman and was the original focus of the Free Software Foundation (FSF).GNU is developed by the GNU Project, and programs released under the auspices of the project are called GNU packages or GNU programs. Gazeta Shqiptare ...
Continue Reading »

The Top Ten Concepts for Linux Beginners - Number 8, Programming Language Support

Damn Small Linux can be an ideal platform for supporting a wide range of programming languages. You can even program directly from the command line via a programming shell such as Bash. Major programming languages used in this environment include C, C++, and Java. If you are developing for the Internet you may want to use PHP, a web programming language and MySQL, a language for database system development. All these programming languages are also available in the Windows environment. So the question arises, why would you want to program under ...
Continue Reading »

Is Linux really easier than Windows or Mac?

I am a UNIX system administrator and I've written tons of articles related to administration and networking on a UNIX/Linux platform. However, I must admit that if I were not as knowledgeable on the platform, many basic doings on Linux compared to old fashioned Windows would have been tougher to deal with. To name a few, managing user/groups, networking and in particular wireless setup, dealing with driver issues and of course being in the wild seeking answers from the Linux communities. It seems the average people are constantly being brainwashed ...
Continue Reading »

Windows Vs LINUX -- Rumble in the Computer

Anyone who is uses computers today will be familiar with Windows and Linux as operating systems. Some prefer Windows because it is extremely easy to use - both hardware and software - and some prefer Linux because it is much more flexible is use; above all it is open source ware and hence it is free. Those who enjoy Linux are totally baffled as to why people would want to pay for something that you can get absolutely free. Actually there is a simple and logical answer to this question. When the Windows was launched some 20 plus years ago, it caught ...
Continue Reading »

Know the System Call : system call in linux

In theory System calls provide the interface between the program (user program current) and the Operating System. System call is to be a bridge between the processes and systems operation. The system call is written in assembly language or high-level language engine control (C). Example: UNIX provides system calls: read, write is input and output operations to the file. Know the System Call Now we will discuss about the system call in linux. As mentioned above that the system call is actually a bridge between the process and the operating ...
Continue Reading »