Network

How to configure static ip address on ubuntu 20. 04?

How to Configure Static IP Address on Ubuntu 20.04?

The Internet Protocol (IP) address is an identifier between the Internet and network. It is the assigned unique number to every device and allows them to communicate with other networks. Your network can be accessed using the IP address. The IP address has further two versions: IPv4 IPv6 The nominated difference among these two versions […]

How to Configure Static IP Address on Ubuntu 20.04? Read More »

How to disable ipv6 networking on ubuntu

How To Disable IPv6 Networking On Ubuntu

This comprehensive Linux guide expects that you run the following commands as root user but if you decide to run the commands as a different user then ensure that the user has sudo access and that you precede each of the privileged commands with sudo Internet Protocol version 6 (IPv6) is the most recent version of the Internet

How To Disable IPv6 Networking On Ubuntu Read More »

Install and configure csf configserver firewall

Install and Configure CSF ConfigServer Firewall

Install and Configure CSF ConfigServer Firewall About CSF Firewall ConfigServer Security and Firewall, also known as CSF, is an opensource software firewall application. It is working based on iptables. Firewall configuration script created to provide better security for your server while giving you an easy to use, advanced interface for managing your firewall settings. CSF configures

Install and Configure CSF ConfigServer Firewall Read More »

Make samba go faster

Make Samba Go Faster

Make Samba Go Faster After installing a wired gigabit network in my house I tested the performance in the network using shares (Windows – samba installed centos 7). I got around 500-600MBit/sec in read speeds and about 600-700MBit/sec in write speeds. But why ? After looking at the samba configuration file I saw that Async IO

Make Samba Go Faster Read More »

Installing docker with ubuntu 16. 04 lts, mint 17 and centos 7

Installing docker with Ubuntu 16.04 LTS, Mint 17 and CentOS 7

Installing docker with Ubuntu 16.04 LTS, Mint 17 and CentOS 7 A brief introduction to virtualization Today we will learn installing docker with Ubuntu, mint and CentOS 7 Linux,  Before the evolution of the concept of virtualization, to run one application one dedicated server was required,  if you wanted to  run 20 application like mail

Installing docker with Ubuntu 16.04 LTS, Mint 17 and CentOS 7 Read More »

Setting up linux containers (lxc)

Setting up Linux Containers (LXC)

What are LXCs? Containers are a lightweight virtualization technology. They are more akin to an enhanced chroot than to full virtualization like Qemu or VMware, both because they do not emulate hardware and because containers share the same operating system as the host. Installing lxc First of all, you have to install lxc and its

Setting up Linux Containers (LXC) Read More »