10 Useful Utilities For Linux Users
Introduction
In this tutorial, I have collected 10 useful utility tools for Linux users which will include various network monitoring, system auditing or some another...
How to Install NetBSD in VirtualBox
NetBSD can often be the forgotten Unix distribution. Forgotten to the popularity of FreeBSD, OpenBSD, PC-BSD and others. In truth, NetBSD has been around...
Install Apache, MySQL And PHP On OpenBSD 5.4
I have tested OpenBSD last few days in Virtualbox and give you all what you need like development or programming tools/hosting/clustering and many more...
How to Update Ports in FreeBSD
Normally we are writing more about Linux here at Unixmen. But today, I will give you some tips about the FreeBSD upgrade system and...
Install LEMP Server (Nginx, MariaDB, PHP) On CentOS, RHEL, Scientific Linux...
LEMP is a combination of operating system and open-source software stack. The acronym LEMP is derived from first letters of Linux, Nginx HTTP Server,...
OpenFire Jitsi as Skype(desktop sharing) and Temviewer(remote control)
Openfire - Jabber/XMPP is a server written in JAVA. This is free software and is also official support. Management has a WEB panel and...
Getting One Time Password for FreeBSD using OPIE
Introduction
Secure Shell, or SSH, is a cryptographic (encrypted) network protocol for initiating text-based shell sessions on remote machines in a secure way. This allows a user...
Linux System Calls Explained: The Foundation of Unix Programming
Have you ever thought about how a simple command like opening a file or creating a new process actually works inside Linux?
When you type...
Setup Backup Server Using rsnapshot
rsnapshot is a filsystem snapshot utility written in Perl. It is a remote backup utility used to take single or multiple backup of filesystems...
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 ADD CRON JOBS IN LINUX AND UNIX
Introduction
Cron job are used to schedule commands to be executed periodically. You can setup commands or scripts, which will repeatedly run at a...
How to Install Nginx on FreeBSD 9.x
nginx (pronounced "engine x") is an open-source web server and a reverse proxy server for HTTP, SMTP, POP3, and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. It is licensed under a BSD-like...
Play With Directory Stack
Sometimes we work with long paths in directories and it is hard to remember all of them. What about popping them when we need...
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...
Monitoring Server: Install Zabbix on an Ubuntu 16.04 Server
Monitoring Server - What is Zabbix
Zabbix is an enterprise-class open source distributed monitoring server solution. The software monitors different parameters of a network and...
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...
Container: Docker Compose on Ubuntu 16.04
What is Docker Compose
Docker Compose is a tool for running multi-container Docker applications. To configure an application’s services with Compose we use a configuration...
Fixin AttributeError: module ‘pkgutil’ has no attribute ‘ImpImporter’
Understanding the Error
The error "AttributeError: module 'pkgutil' has no attribute 'ImpImporter'" typically occurs when running Python code that uses the pkgutil module, specifically when...





















