A network bottleneck refers to a discrete condition in which data flow is limited by computer or network resources.
HOW TO INSTALL ZIMBRA DOCKER
What is Docker ? – Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of a Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for…
DOCKER ON UBUNTU 14.04
Introduction Docker is a container-based software framework for automating deployment of applications. “Containers” are encapsulated, lightweight, and portable application modules.Docker is a container virtualization technology that has gained widespread popularity in recent times, it offers more efficient way to deploy…
NETWORK BRANDING IN RED HAT ENTERPRISE LINUX 6
Bonding is a feature that can be enabled bu the Linux kernel, to allow system administrators to combine two or more network interface to form a single, logical “bonded” interface, for redundancy or increased throughput purpose. We can configure Linux…
INSERT A SSH LOGON BANNER AT LOGIN TIME ON A LINUX SERVER
SSH (Secure Shell) is a protocol for creating a secure connection between two computers. The secure SSH connection provides authentication and encryption. On the server, it is possible to configure a SSH logon banner (or welcome banner) with the use…
HOW TO PROTECT YOUR SERVER FROM DDOS ATTACK
Before to start, I would describe what is DDOS attack On the Internet, a distributed denial-of-service (DDoS) attack is one in which a multitude of compromised systems attack a single target, thereby causing denial of service for users of the targeted…
HOW TO ADD SOFTWARE REPOSITORY IN UBUNTU OR DEBIAN
Software repository does not add when we install Debian Linux from CD/DVD without Internet connection. You can’t update the Debian Linux is without software repository, but you can add it later. Find a repository near your area. Download from remote…
Performance Tuning – Open LDAP
Built OpenLDAP server live and running. You need to tune the performance of your OpenLDAP server. Every installation might be handling different kind of load and must be facing different kind of performance issues. Here I will try to explain…
GRUB 2 Recovery In Linux
We often come across a condition in which the boot loader gets corrupt. Here are a few steps that will help you recover your GRUB 2 boot loader. Boot from a live CD or DVD, which supports GRUB 2 ([highlight1]Ubuntu…
Time sync Debian/Ubuntu e derivate
NTP, acronimo di Network Time Protocol, è un protocollo client/server utilizzato per sincronizzare gli orologi dei computer. La sua installazione e configurazione in Debian è molto facile, basta seguire alcuni semplici passi. Potete installare il client NTP semplicemente digitando da…