system

How To Allow and Deny SSH Access To Specific Users

From recent SSH post entry of restricing SSH access to specific IP address and computer hosts, we now move on to restrict SSH port and SSH connection to specific or particular users. As a requirement, an existing SSH server should be currently installed and running. If not, simpl install openssh server rpm package and start [...]

How To Enable IP Forwarding in Linux

By installation default, Linux distribution such as Redhat, CentOS, White OS, and Fedora comes with IP Forwarding disabled. The reason for this is that default linux installation, whether desktop or server, does not consider a default OS installation of forwarding IP packets and request by default, as the linux OS is not fully aware of [...]

How To Mount Remote Folder Location Via SSHFS

File transfers between hosts can be secured by using SSH protocol. Transferring files from current to remote location can easily be done from terminal using the scp linux command. However, it would be more convenient to have those remote folders and files be mounted locally from our own drive and access them locally using a [...]

How To Install VirtualBox on Fedora 9

VirtualBox has been recently bought by Sun Inc, the maker of Sun’s Java. VirtualBox had proven to do their job when it comes to operating system virtualization. Virtualization using Virtualbox had come to a long way, which enabled every virtual users and system admins to further evaluate different virtual machines to perform its task without [...]

How To Delete Linux Files Older Than 360 days

Searching files recursively for deletion can be real exchausting specially if the target files are queried by their file age. Recursive searching in all linux distribution can be done by using linux find command as find linux command makes recursive searches real easy. Find command is so powerful that it can actually boosts file management [...]

How To Display The Number of Processors in Linux

On Linux, /proc/cpuinfo file contains all of the processor information from your system. This includes the processor speed, vendor id, cpu family, model, model name, CPU MHz, cache size and many more. To mainly determine how many processors your system has, simply parse /proc/cpuinfo details from command line terminal as shown # cat /proc/cpuinfo | [...]

How To Install Fedora 9 From The Internet

Fedora 9 Linux OS can be installed from many variety of ways. There are a lot of Fedora ISOs you can download depending on your system architecture and resources. One of which is that Fedora 9 can be installed via the internet. Here’s how to install Fedora 9 from the internet. Fedora 9 Installation via [...]

How To Get SSH Users With Most Failed Login Attempts via Terminal

Bash-enabled linux SSH accounts are one of the sweetest and enticing server aroma for a SSH port attacket to get one from a server being managed by somebody else. Here’s a quick post on how to list down the SSH user accounts with most failed SSH login attempts. Get Most Attacked SSH System Accounts SSH [...]

How To Identify The Passed Kernel Parameter After Rebooting

Kernel by default can accept kernel parameter to extend and modify its kernel parameter modules and kernel options. This can be done initially during the process of boot selection before bootup process. But, what if the server is currently running and you wish to determine the submitted kernel parameters from the last bootup sequence. Here’s [...]

How To Monitor Linux System Latency

Latency monitoring can also be done in linux specially in Fedora. Latency is a big part of monitoring ethics as the latency is always being checked, not only between two hosts but also from inside the server itself. Here’s a quick post on how to monitor system latency from your linux box. What is LatencyTop? [...]

How To Monitor and Measure HTTP Latency

The highest part of linux system administration tasks are making use of widely available linux and free open source software be fully part of sysad job accomplishment and functions, with the use of linux resources around. Here’s a quick entry on how to monitor and measure HTTP or website latency. Introducing HTTP_PING In a simple [...]

How To Download MetaCafe/Google Video/YouTube Videos From Terminal

Recently, we have covered downloading of youtube videos from command line terminal here using youtube downloader called youtube-dl . Now, here’s an alternative that download’s video from many video websites like Google Video, Metacafe, Sevenload including YouTube and saved it as MP4 video file. Introducing Clive Video Downloader Clive is a linux video extraction terminal [...]

How To Show Expiration Date of Linux User Account

A basic thing to do on flat file linux user account authentication is to identify its account expiration date. Most conventional linux setup makes use of flat file system authentication. This type of authentication makes use of /etc/passwd, and /etc/shadow files mainly, including the user group file /etc/group . Here’s a real quick on how [...]

How To Find Volume Name From Terminal

ISO-9660 file system usually carries a volume name identifier called volume name. One typical ISO-9660 file system is CD-ROM. CD-ROM normally carries this CD volume name embedded from the disk. These volume name can easily be retrieved in linux via terminal. Here’s a quick post on how to find the volume name of ISO-9660 file [...]

Three Steps To Have Perfect Fedora 9 Desktop Experience Part 2

After following a recent post of a perfect fedora 9 desktop, which automatically installs most requested fedora desktop softwares, you can install another and more fedora applications easily by referring to another automatic fedora installer called Easylife, as an alternative automatic installer for fedora desktop systems. Easylife covers a lot of rpm package and features [...]