Linux tutorials

TLDR Pages – A Simplified alternative to Unix/Linux man pages

About Linux man pages As you probably know, Manual pages, shortly man pages, are the online software documentation for Unix and Linux like operating systems....

enhance your Archlinux security using ufw Firewall

Firewall is one on the most used word in  wed security terms to protect your network,today in this tutorial i will explain for Arch...

Everything you should know about RHCSA Certification

Things you should know about RHCSA Certification Exam RHCSA or Red Hat Certified System administration exam is designed to test your knowledge and skills which...

Digital reciever in Ubuntu (Part 2)

In first part of this tutorial we talked about configuration of our DVB card, now we going to see how we can scan the...

Deploy LAMP and/or LEMP stacks easily using Docker

After reading the title of this guide, you might wonder why should we deploy LAMP and LEMP stacks using Docker? Why can't we just...

Managing Software Packages with yum in RHEL7/CENTOS7

The default utility used to manage software packages on Red Hat Enterprise Linux and CENTOS is yum, which stands for Yellowdog update manager. Yum...

Step by Step Procedure of Installing Cassandra

Cassandra or Apache Cassandra is a distributed database system which manages large amounts of structured data across different commodity servers by providing highly available...

Digital Receiver in Ubuntu (Part 1)

Some people have Digital Receivers for watching videos on their TVs and wanna use Receivers for having channels on GnuLinux, in this post we'll...

Puppet manifest examples

In this artcile we will describe different type of manifests for different platforms. and  dont  forget to follow the  links  bellow to see how...

Puppet agent install and configure to all Linux/UNIX

Please considerate the installation article of Master puppet  in the  article before  from this  LINK  :  http://unixmen.com/puppet-installation-and-configuration-to-centos-7-x64/ The  articles  are related to understand how puppet...

SaltStack examples

SaltStack platform or Salt is a Python-based open source configuration management software and remote execution engine. Supporting the "Infrastructure as Code" approach to deployment...

Install and configure SaltStack server in Ubuntu x64

SaltStack - is a python-based open source management software. This is such as puppet and ansible. Saltstack as puppet, needs agent software. Client nodes...

How to enable time tag in History command ?

The Bash history feature is an invaluable tool which allows users to recall commands previously entered into their shell with relative ease. This makes...

How To Install Zabbix 3 On Debian 8 and Ubuntu 16

Zabbix is an enterprise-class open source distributed monitoring solution that can be used to monitor and track performance and availability of network servers, devices...

Setup static IP on Debian 8

Many People are using Debian like a Server,  and the Static IP  is one the requirements of  using   Linux servers to make them...

Ansible – install and configure WordPress for multiple nodes

For install and configure ansible with multiple nodes please read the "Ansible install configure and use" article. For understand playbooks please read the article...

Ansible playbooks

For install and configure ansible with multiple nodes please read the "Ansible install configure and use" article. Look at hostnames on webservers group nodes: root@ansmaster:~# ansible...

Ansible install configure and use

Our goals is install, configure and use Ansible software in Ubuntu 14.04 x64. With this software you can control and manage a lot of...