Unix

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

Tutorial: How To Install Debian 9 ‘Stretch’

Introduction After 26 months of development the Debian project released its new stable version, Debian 9, code name 'Stretch'. Thanks to the work of the...

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

Using Tcpdump To Capture And Analyze Network Traffic

Introduction Tcpdump is one of the finest tools available for network analysis. It is a must have tool for all of the Network Administrators and...

Determine Your Specifications from Command-Line

We recently published article about how to determine your computer's architecture via GUI. Today am going to show how to do the same thing...

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 deploy Rocket.Chat on AWS – Part I

Introduction to Rocket.Chat We have already talked about Rocket.Chat, a private messaging system like Slack and Mattermost, and how to install and configure it on...

Exception Handling in Python

You know you get serious with Python programming language when you start to learn about exception handling. But why do we need exception handling? The...

Decentralized Communication with Matrix on Ubuntu 16.04

Introduction to Decentralized Communication Matrix is an open standard for real-time, interoperable and decentralized communication over IP, used to power VoIP/WebRTC signalling, Internet of Things communication, Instant...

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 the Raspberry Pi as a NAS

The Raspberry Pi is a great device with many possibilities and one such great use is as a NAS server for your LAN. The Raspberry...

How to install MantisBT 2.4 on CentOS 7

Introduction Mantis Bug Tracker, or MantisBT, is a web based bug tracking system, available since November 2000. MantisBT is written in PHP and supports multiple...

How to Prevent SSH Brute Force Attacks with Fail2Ban on Debian...

Fail2ban is an open-source intrusion prevention system that can be used to prevent brute force attacks and other suspicious malicious attacks. It scans log...

FreeBSD 10.3-RC3 Now Available

Marius Strobl has announced the availability of the third release candidate for FreeBSD 10.3: "The second release candidate build of the 10.3-RELEASE release cycle...

Install Magento on Ubuntu 16.04

Introduction Magento is an eCommerce open source software, and a content management system for eCommerce websites. It uses MySQL 5.6+ or MariaDB as possible databases,...

Full Monitoring System: Installing Graphite, collectd and StatsD – Part 1

Introduction Collecting data (stats about servers, applications, daily site traffic, etc) is the first step when troubleshooting site issues, looking to implement performance improvements or...

How to deploy Rocket.Chat on AWS – Part II

Introduction This is the second part of the tutorial on how to deploy Rocket.Chat on AWS (Amazon Web Services). In part one we saw how to...

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

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