Category: LINUX

How To Protect SSH and Apache Using Fail2Ban ?

Fail2Ban is a excellent tool and open source written in Python to protect Servers from different unauthorized movements.  It monitors various logs ( Apache, SSH) and used to block IP addresses that are trying...

curl Vs Wget

This is Utility used to download files directly from the Linux command line. Though they share similar features, they aren’t exactly the same. They can make requests to the internet and download the required...

OVF and OVA File Formats

OVF stannds for Open Virtualization Format and OVA stands for Open Virtualization Appliance. Both formats are actually used in VM exporting and importing. You can use the export function to distribute pre-installed software as a...

OpenStack

OpenStack is a free and open-source software platform for cloud computing, mostly deployed as Infrastructure-as-a-service ( IaaS). In other words, it is a cloud operating system that controls large pools of computing, storage and...

Install Oracle JDK with Apt-Get on Linux

sudo add-apt-repository ppa:webupd8team/java sudo apt-get update For Oracle JDK8, sudo apt-get install oracle-java8-installer For Oracle JDK9, sudo apt-get install oracle-java9-installer There can be multiple Java installations on one server. You can configure which version...

Clone to VM vs Clone to Template in VMWare

Templates are pre-configured VMs used for multiple deployments. In other words, if you create a VM that you want to clone frequently, make that VM a template. Example: If you need multiple VMS with...

Adding Facebook share button for products in osCommerce using Unishop_osCommerce Theme

osCommerce Version: 2.3.4 Theme used: Unishop_osCommerce_Theme_eTheme_v1.7.5 Install the theme according to Installation guide. Edit the file: %osCommerce _Root%\product_info.php <div class=”clearfix socials_plugins”> <div class=”google”> <script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”></script> <div class=”g-plusone” data-size=”medium” data-count=”true”></div> </div> <div class=”facebook”> <script>(function(d, s,...

Sync your post with RSS Feed

Writing blog is always fun unless you have the responsibility to update so many blog server with the same content. On other hands, allowing the user to access updates to online content in a...

error: Content is protected !!