FreeBSD CURL troubleshooting with POST/GET/PUT/DELETE methods and json files
Our goals is troubleshooting of GET and POST methods with CURL. We already configured two servers: frfs.unixmen.com (We are sending CURL requests from this...
Lists in Python
What are lists in Python? Lists are one of the six built-in types of sequences in Python programming language. A sequence is the most...
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...
FreeBSD 9.2 x64 OpenVPN AD authentication with crypt
In this article we will integrate OpenVPN to Domain Controller. But channel between client and server will be crypt with certificate. The network configuration will...
How to Monitor Network Bandwidth with vnstat
There are many tools available to monitor our network bandwidth usage at a particular date and time. Those tools will collect and send the...
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 [email protected]:~...
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...
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...
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...
Linux Basics: Zypper Usage On openSUSE
What is Zypper? As you may know already, Zypper is most powerful command line package manager for installing, updating and removing packages as well as...
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...
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,...
How to install Nextcloud on CentOS 7
Introduction In a previous tutorial we talked about the installation of Nextcloud on an Ubuntu 16.04 server with Apache. Remember, Nextcloud is a cloud storage...
Install MongoDB 3.4 Database System on Ubuntu 16.04
Introduction to the MongoDB Database System MongoDB is an open source database system, classified as NoSQL. Unlike a relational database, MongoDB stores data in documents,...
Audit the security of your Unix/Linux systems using lynis
Lynis is an auditing tool for unix/linux like systems which is used to scan the entire unix/linux systems for security issues, installed software informations,...
Install and configure Munin master on Ubuntu 17.04
Introduction Munin is a monitoring tool that can help analyze resource trends, presenting information in graphs through a web interface. The installation come with a...
Full monitoring system: Graphite, collectd and StatsD – Part 3
Introduction In our three part tutorial for installing and configuring a full monitoring system we have already installed both Graphite and collectd on the Ubuntu...
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...