Uncomplicated Firewall (UFW) -frontend for iptables and is a program for managing a netfilter firewall. Some key things to consider: 1. Installation: dnf install epel-release -y dnf install ufw -y 2. Verify if ufw is...
Tag - http
Nftables is the replacement for iptables, ebtables and arptables. It is a subsystem of Linux kernel providing filtering and classification of network packets,datagrams or frames. Some key things to consider: 1.Installation: apt...
It’s getting important now to have websites that display good on mobile devices, and according to the statistics more than 85% smartphone owners access the internet on their mobile devices. There are a lot of ways to build...
If you have multiple virtual hosts in your server and you specified different log files for each, it is more organized and easy to locate, but the downside is Linux has so called file descriptors or the number of files that it...
Tomcat,known as Apache Tomcat or Jakarta Tomcat is a servlet container developed by ASF or Apache Software Foundation. It implements the JavaServer Pages (JSP) and Java Servlet specifications from Sun Microsystems. To make it...
Assuming you already have mysql server installed on your machine, the reason you are installing phpmyadmin is to ease your administration of your MySQL like database creation and deletion, create/alter/drop/view tables and...
I had the chance to work as a systems administrator in an e-commerce company and they have Linux dedicated servers leased/purchase from a hosting provider. Dedicated servers compared to a shared hosting is you have full control...
The procedure below was tested successfully on CentOS. The same thing was also implemented on my BSD box and works as well. Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and...
1.compile cronolog () and install it on /usr/local/sbin 2. backup orig /usr/local/apache-tomcat-5.5.20/bin/catalina.sh on /root 3. edit lines on catalina.sh from org.apache.catalina.startup.Bootstrap “$@” start...
Here are the steps in installing and configuring AWstats in Tomcat Web Server STEPS: 1.   Download awstats.war from the internet 2.   Since Tomcat disabled by default the CGI executions, we need to enable it by renaming...