configure

Random entry RSS

  • Posted in:

    Secure Your Linux Server With IPTables

    If you have a Linux server out there somewhere in the internet, you probably want to secure it and reflect some of the most common attacks to your server. If you are just starting out with your first server you must know, your server will be attacked. There are automated bots and scripts that scan […]

    Read more

  • Posted in:

    Configure IPTables on CentOS 6

    IPTables is a service on linux systems, which allows a system administrator to configure rules and chains in tables provides by the Linux kernel firewall. IPTables is a Linux firewall service which enables you to accept, reject or drop (,…) packages based on the rules you applied. In this post we will learn how to cofigure iptables […]

    Read more

  • Posted in:

    Securing SSH Server – sshd_config

    Secure Shell (SSH) is a cryptographic network protocol for secure data communication. SSH is widely used on linux machines for console access and remote management. It is a server – client oriented network protocol which enables a secure communication between two network computers. The port on which SSH Server runs by default is 22. If […]

    Read more

  • Posted in:

    Forward & Reverse Apache Proxy – CentOS 7

    There are two possible configurations for Apache Proxy Server and we will present installation and configuration of both types this how to. Forward Apache Proxy is a proxy configuration that is commonly used in companies and it enables users to access the internet. Users or clients must configure their browsers or operating system to use a proxy server (Forward Apache […]

    Read more

  • Posted in:

    Manage Users and Groups on Linux

    If you are a linux system administrator one of the more important things to learn and to know is how to manage users and groups on linux systems. This guide will describe how to add, delete and modify users and groups (manage users and groups) on CentOS 6 linux (same applies to other linux distributions) […]

    Read more

  • Posted in:

    Ubuntu NFS Server – Ubuntu Server 12.04

    NFS is short for Network File System. NFS server allows you to share a filesystem from a computer on the network to other computers on the same network. NFS is a server/client oriented protocol so one computer acts as a server and other computers (clients) connect to it. We will install and configure Ubuntu NFS Server […]

    Read more

  • Posted in:

    Configure DRBD 8.4 on Ubuntu Server 12.04

    Distributed Replicated Block Device is a great way to replicate filesystem over the network to another server or host. Distributed Replicated Block Device actually mirrors a whole block device over the network therefore it is often used for High Availability (HA) clusters. Distributed Replicated Block Device is actually a network based RAID 1. Distributed Replicated Block Device has […]

    Read more

  • Posted in:

    Network Bonding on Ubuntu Server 12.04

    If you are looking for network card redundancy you can start by confguring network bonding on your Ubuntu Server 12.04 machine. Network cards with network bonding can be joined in multiple configuration options (active/active, active/backup,…). We will configure our network cards in “active/backup” configuration. This is a network bonding fallback configuration which means if one […]

    Read more