blog

Latest Feeds

System Administration
Farshad Nick

How To Config Wireguard on Linux

Introduction WireGuard is a fast and modern Opensource    VPN that has been developed by    Jason A. Donenfeld utilizes state-of-the-art cryptography. It aims to be faster, simpler,leaner, and more useful than IPsec in these article we are going to Run Wireguard on Ubuntu with APT and Also on Docker Wireguard Advantages Crosss Platform state-of-the-art cryptography

Read More »
System Administration
Farshad Nick

How to install passbolt (password manager) on Docker

Introduction Passbolt is an open source password manager designed for collaboration. You can securely generate, store, manage and monitor your team credentials. Get access to all of your logins and passwords from multiple browsers or even your mobile phone You need to keep passbolt running during the following steps Configuration Email Test × Dismiss alert

Read More »
docker
Farshad Nick

how to install freeipa on ubuntu with docker

Introduction What is Freeipa? FreeIPA is an integrated security information management solution combining Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS, Dogtag (Certificate System). It consists of a web interface and command-line administration tools. FreeIPA is an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and

Read More »
docker
Farshad Nick

Instaling Cow proxy on docker (ubuntu 20.4)

What is Cow Proxy ? COW (Climb Over the Wall) proxy on Docker Cow Proxy is a web proxy backed by tunnel technology. Like VPN, it hides your IP address and encrypt your traffic, but a lot easier to use.     Requirement Docker-compose Configuration Make a Dockerfile and Add these Variables FROM alpine RUN

Read More »
docker
Farshad Nick

how to install docker on ubuntu

Introduction In this Article we are going to  install docker-ce on Ubuntu 20 but before installation we should know about : What is Docker ? Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their

Read More »
Uncategorized
oveis pourhabib

Prometheus vs. Zabbix

Introduction Free open-source software makes an excellent answer when the budget is limited or if you simply don’t want to spend money unnecessarily. Thus, Zabbix and Prometheus can be very attractive choices if you are currently looking for the best open-source network monitoring software on the market. However, even though both Zabbix and Prometheus are

Read More »
Uncategorized
oveis pourhabib

Ansible vs Chef

Introduction Configuration management is the process of keeping computers, servers, and software in order and a consistent state. The process is used for ensuring that all systems are working as they are supposed to. Sometimes, if they are not doing so, then you have to make small modifications to the systems. If modifications are performed on

Read More »
Uncategorized
oveis pourhabib

What is ansible and How to Install and Configure Ansible

Introduction Ansible is an IT automation tool intended to facilitate the management of remote servers. Ansible requires Python (version 2.7 or 3.5 and higher) to run. Ansible is run from a centralized control node and can manage any server accessible over SSH. Remote servers that are managed by Ansible are called managed nodes. By default, Ansible

Read More »
System Administration
Farshad Nick

How To Config apt-chacher-ng

Introduction APT-Cache-ng is a Life Saver for Situation which you do not want to Give Internet to Your Ubuntu Servers for Updating Packages apt cacher is a caching proxy for Debian based distributions that creates a local cache of Debian-based mirrors as well as other Linux distributions. This means that whenever a package is pulled

Read More »