Working with modules in Linux made easy
You must have worked with drivers a lot of times in case of windows but you won't find the same easy in case of Linux. This article makes it easy.
View ArticleUK's security branch says Ubuntu most secure end-user OS
The Communications-Electronics Security Group (CESG), the group within the UK Government Communications Headquarters (GCHQ) that assesses operating systems and software for security issues, has found...
View ArticleLinux System and Kernel Programming Weekend Training Program in Bangalore
Linux System and Kernel Programming Weekend Training Program in Bangalore and Pune.Gain strong foundation on Linux System and Kernel Programming. Get detailed overview of writing Linux Device...
View ArticleHow To Install and Setup Postfix on Ubuntu
Email servers are typically extremely difficult to setup because of their complex architecture and long configuration files. Learn how to setup your own mail server easily with this tutorial.
View ArticleHow to actually clear the terminal screen in Linux
clear command or Ctrl+L do not actually clear the terminal screen in linux. They just fools the user into thinking the screen has been cleared. You can still see the output from the previous commands...
View ArticleHow do archive and compression actually work in Linux?
We use archive and compression methods all the time in linux, but do we actually know how they work in the background? This is what this article explains.
View ArticleOracle Initialization or Shutdown in Progress
Some Problems come unknowingly but at the same time the solution will be so simple . But we can't figure out what has happened . I faced the same senario while trying to login into the oracle database...
View ArticleVirtual and most powerful PROC file system in Linux
Learn about the file system that doesn't actually exist in linux. Its virtual and most powerful.
View ArticleDocker Networking Made Simple or 3 Ways to Connect LXC Containers
In this article I demonstrate the various option for interconnecting Docker containers with each other and the outside world.
View ArticleHow to master Linux System and Device Driver Programming
As it’s an established fact that getting mastery over core programming including Linux System Programming, Kernel Programming and Device Drivers is the key to making a strong career as a System...
View ArticleFix the SSH “Remote Host Identification Has Changed” Error in Ubuntu
Are you not able to SSH to any particular host, this might be one of the issues, "Remote Host Identification Has Changed". Know how to fix this.
View ArticleHow to run Linux on a Chromebook
Want to run Debian or Ubuntu on your Chromebook? With Crouton, you can do that.
View ArticleUNIX/Linux Interview Questions Answers
Linux is important not only on Sys admin but also on developer level interview. This contains Linux/UNIX Interview questions asked to programmers and software developers.
View ArticleAndroid PCs and other Windows-alternative desktops are for real
The rise of Android PCs and Chromebooks show that Microsoft could be losing its iron-grip on the desktop. By year's end I expect Android-based PCs and Chromebooks to have disrupted the Windows PC...
View ArticleAn Introduction to Linux I/O Redirection
The redirection capabilities built into Linux provide you with a robust set of tools used to make all sorts of tasks easier to accomplish. Whether you're writing complex software or performing file...
View ArticleSuper Cool way to use TOP utility in Linux
The top program provides a dynamic real-time view of a running system. It can display system summary information as well as list of tasks currently being managed by the Linux kernel. The types of...
View ArticleWho’s Writing Linux?
About once a year, the Linux Foundation analyzes the online repository that holds the source code of the kernel, or core, of the Linux operating system. As well as tracking the increasing complexity of...
View ArticleCode Vs Program Vs Process in Linux
A process is nothing but a running instance of a program. It is also defined as a program in action. The concept of a process is fundamental concept of a Linux system. Processes can spawn other...
View ArticleLinux FSTAB file explained
/etc/fstab file is where all the mounted partitions appear. What exactly does the parameters in the file mean and how does all the mounting function works in linux, this article explains it all.
View ArticleTrack each and every process with PSACCT in Linux
The completion of every process running on linux machines can be tracked using psacct (process accounting). This can be useful for security, load optimization and other administrative purposes. It may...
View Article