Want to learn more
about Web Design & Development?
Subscribe to get notified about our latest blogs to keep you in touch with the trends and updates of Digital World!

    Our Blogs

    How to setup NAT on Proxmox

    Proxmox uses bridge networking to provide Internet access to virtual machines, but in a bridge networking you need a public IP for each machine. If you have limited IPs you can use NAT to access Internet on your machines. How ever it is preferable to have a static public IP if you are running public services like apache web server….

    Read More

    Packet sniffing using Snort

    I’ve explained in my last tutorial that how you can install snort on Ubuntu, if you have not installed it yet you can click here. In my article where I explained how to install snort, I mentioned that snort have two running modes,  today we will see how we can do packet sniffing using snort. What is packet sniffing? In…

    Read More

    How to install snort intrusion detection system on Ubuntu!

    Snort is a signature based intrusion detection system, it either drop or accept the packets coming on a certain interface depending on the rules you have used. In a signature based intrusion detection system packets headers and their payloads are matched against specific predefined rules/strings to see if they contain a malicious content. Snort can run in two modes: Packet…

    Read More

    Use rsync and SSHFS to create incremental backups!

    Good system administrator always keeps their critical data backed up, their are various ways you can backup your data, but some times it can be a hectic job, how ever we can use rsync and sshfs to create incremental backups (and automate the backup using cron jobs). What is SSHFS? SSHFS can mount a remote machine on your backup server…

    Read More

    How to install/un-install packages using yum and apt-get in Linux

    Installing packages on linux was a biggest mystery to me when I started learning unix/linux, so I thought to write a complete guide on how to install/un-install packages using yum and apt-get in Linux. In Linux softwares or applications that execute on machine is called packages.  We will go through: RPM (Red hat package manager). apt-get (Debian based package manager)…

    Read More

    First step: Secure your SSH

    One of the first step towards securing your server is to limit the attack points as I already mentioned here. How ever SSH is one of the most important service if you are managing your server remotely, so definitely you can shutdown this service in case you can access your machine physically (then you can shut down the SSH service)…

    Read More

    Password less SSH Authentication using public/private keys

    SSH gives you remote access to a Linux machine, just like you are sitting physically with the keyboard attached to it. One of the main reasons why people use ssh is because its secure, all communication is encrypted and packets can not be sniffed during connection. How ever if some one knows your SSH password then your server/personal computer is…

    Read More

    Subscribe Now!

    And Get 15% Discount on Our Services

    SEO Newsletters

    Get our monthly newsletter on how to rank your socials & work Higher.

    Freelancing Tips & Tricks

    Unfiltered access to all we’ve learned about How to Freelance