Unix

all about unix systems (Hpux/IRIX/Solaris/BSD

How to install and use lnav on CentOS 7

Introduction lnav, which stands for Log File Navigator, is a CLI-log file viewer built for small scale solutions. It is totally free, easy to use...

How to Measure Disk Performance with fio and IOPing

Whether it's a server, or a PC for work, what usually limits performances is disk speed. Even if using SSDs, their speed is not...

FreeBSD TACACS+ GNS3 and Cisco 3700 Router

TACACS+ - (Terminal Access Controller Access Control System plus) — is a session protocol developed by Cisco. Security(encryption) of the Protocol has improved. TACACS+ is...

Unlocking the Power of Unix: A Guide for Aspiring Bloggers and...

Writing and blogging have become two of the most well-liked pastimes on the web. However, you'll need to be inventive and unique if you...

Install Rocket.Chat on Ubuntu 16.04

Introduction Rocket.Chat is a messaging system for team communication, like Slack. It has various features, including: Video conferences Help desk chat File sharing Voice messages ...

Install OTRS on Ubuntu 16.04 with Apache

Introduction OTRS (Open-Source Ticket Request System) is a web-based ticketing system, widely used by businesses for services like customer support, help desks and call centres....

FreeBSD Apache Active Directory integration for Mercurial

Mercurial - Same as HG, for effective working with big code repositories. This is multiplatform distributed system for version control. Console program needs for...

GnomishBeige Theme (GTK+ 3.6.X) Under Ubuntu 12.10

GnomishBeige is a clean beige theme for GTK3, based on the Adwaita engine, plus a matching GNOME-Shell theme. Its dark variant is almost identical...

How to Install Samba in FreeBSD 9

I will not give a definition of Samba because every Unix/Linux Administrator should know about it. I will skip directly to show you an...

Install Memcached PHP Extension in CentOS

Memcached is a general-purpose distributed memory caching system that was originally developed by Danga Interactive for LiveJournal, but is now used by many other sites. It is often used to...

Cross Compilation Across Several Networked Computers on Gentoo

This tutorial covers crossdev and distcc that allow users to cross compile across several networked computers on Gentoo. I used it on an Intel Celeron...

How to sudo in FreeBSD

How to enable su  in FreeBSD? This  is my  installed  FreeBSD 9.1 $ uname -aFreeBSD FreBSD-Unixmen 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC...

What is UNIX? – What you need to know

In the '80s and early '90s, DOS and Windows were the only predominant operating systems. They were only accessible to those...

vnStat PHP: A Graphical Frontend for vnStat Network Bandwidth Monitoring Tool

We have already shown you how to install and monitor network interface bandwidth usage using vnStat in our previous article. Since vnStat command is...

How to Install and Configure Subversion Server on Ubuntu 13.04 Server

Subversion is a free and open-source version control system (VCS). It manages files and directories, and the changes made to them over time. This...

How to install and configure Ghost Blog on Ubuntu 16.04

Introduction Ghost blog is a blogging and publishing platform, totally open source and written in JavaScript, using the Node.js framework. As stated on the official website,...

Linux vs Unix – How is UNIX different from Linux

Linux and Unix are two terminologies that are interchangeably used to refer to the same Operating system. This is largely due...

Install Apache, MySQL And PHP On FreeBSD9

In this tutorial i will show you how to install AMP(Apache, MySQL, PHP ) in FreeBSD9. Installing AMP in FreeBSD System: # uname -a FreeBSD Freebsd-unixmen 9.1-RELEASE...