Month: July 2021

Unable to access Webmin through browser

Webmin is generally accessed on port 10000  https://[ip]:10000 There could be varous reason for the webmin portal not working. Few tweaks are  Use  iptables -I INPUT 1 -p tcp –dport 10000 -j ACCEPTto add port to access...

Read More

ADD SSL to Linux

In the following tutorial, we will see how to secure Apache Web server in Centos-7 through SSL. We are going to create our own certificate and learn how to configure it. If you want to host a public site with SSL support, then...

Read More

Resizing Filesystem Linux

File Systems that Support Resizing The file system must support resizing to take advantage of increases in available space for the volume. In SUSE Linux Enterprise Server, file system resizing utilities are available for file...

Read More