What is Microservices: Basic Understanding Microservices is often explained as an architecture style where an application is decomposed into independent services. Microservices is an architecture in which different component pieces of a software design are created and housed as individual, isolated…
Install and Use ZFS on CentOS Latest-7
ZFS, the short form of Zettabyte Filesystem is an advanced and highly scalable filesystem. It was originally developed by Sun Microsystems and is now part of the OpenZFS project. ZFS is a 128-bit filesystem and has the capacity to store…
COME PROTEGGERE IL NOTEBOOK DI UN VIAGGIATORE CON PASSWORD E ALTRO
Ecco la seconda parte dell’articolo su come proteggere il notebook di un viaggiatore. Nella prima parte ci siamo occupati del file system e di come criptarlo per scoraggiare gli hacker a tentare di forzarlo. In questo post vedremo come aggiungere…
COME PROTEGGERE IL NOTEBOOK DI UN VIAGGIATORE CON CIFRATURA
Sia per lavoro che per svago, ho l’abitudine di viaggiare in tutta Italia – e spesso all’estero – portando con me il mio notebook, per continuare a lavorare sui miei progetti. Il mio portatile è, dunque, il mio inseparabile compagno…
HOW TO MONITOR NETWORK BOTTLE NECK
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…
AMAZON RDS LAUNCH AND INTEGRATE WITH WORDPRESS
How To Integration with Amazon RDS and WordPress _ Step 1: CREATE RDS DB I have created a EC2 server with WordPress installation on it. It is quite easy to set up the default instance but this instance isn’t…
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…