Unix

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

How To Create An ISO Image With genisoimage Tool

Dear unixmen reader, In this article I will teach you how to create an iso image from your files with the genisoimage tool. What is genisoimage? genisoimage...

Add Package Management Tool On FreeBSD 10

In this short tutorial, let us see how to add pkg management tool and install packages on FreeBSD 10. Check  and  Download  pkg management tool  root@Freebsd10:~...

Enable root Login On FreeBSD 10

When I was testing my new FreeBSD 10 RC, I was not able to connect from remote machine using root user. So I decided...

Install FreeBSD 10 Step by Step

This RC build of the 10.0-RELEASE is now available on the FTP servers for the amd64, i386, ia64, powerpc, powerpc64 and sparc64 architectures. Changes between...

Five Examples Of The ping Utility

What is ping Utility? Before going through some real world examples of the ping utility, let me explain what this commandline tool is and its...

Install LAMP (Apache, MySQL And PHP) On Debian 7 ‘Wheezy’

LAMP is a combination of operating system and open-source software stack. The acronym LAMP is derived from first letters of Linux, Apache HTTP Server,...

Setup NFS Server On FreeBSD

Network File System(NFS) is a network file system protocol developed by Sun Microsystems in 1984, allowing a user on a client computer to access...

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...

Apache22 Won’t Start in FreeBSD 9

Sometimes you may get issues to start Apache on FreeBSD, in my case FreeBSD 9.1. How to solve this? # /usr/local/etc/rc.d/apache22 start Performing sanity check on apache22...

Install PostgreSQL and phpPgAdmin on Debian 7 ‘Wheezy’

PostgreSQL is a powerful, open-source object-relational database system. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac...

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...

VirtualBox Guest Additions for FreeBSD Guest

I was performing some tests in FreeBSD 9.1. The KDE desktop was too small and I want to show you how I have installed...

Chroot Jail

This article was written with an intention to help Linux users in understanding the Chroot Jail feature and setup one themselves, for experimenting. Imprisoning users...

Reset MariaDB Root Password in CentOS 6.4

I have forgot my MariaDB root password and when trying to reset the root password I was thinking, "Let Unixmen readers know how I...

Install PacketFence Network Access Control on Ubuntu

PacketFence is a network access control (NAC) system featuring a captive-portal for registration and remediation, wired and wireless management, 802.1x support, isolation of devices,...

How to Disable SSH Root Login in GNU/Linux

As we all know, root SSH login is enabled by default in GNU/Linux. We can easily access our remote servers and manage them if...

How to Install WvDial in Arch Linux

Hello all USB modem Arch Linux users. In this article, I am going to show you the way to connect your USB modem in your...

How to Install Latest GIT on RHEL 6/CentOS 6

So you want to setup a GIT Repository for your developers on RHEL 6/CentOS 6, but notice Red Hat Enterprise Linux 6 contains 1.7.1...