Search found 4 matches

by ianadmin
Fri Sep 11, 2026 2:19 am
Forum: Firewalls
Topic: Installing UFW as a firewall
Replies: 0
Views: 16

Installing UFW as a firewall

It’s important to have a firewall set up on any computer. It helps protect against unwanted connections from the internet.
UFW is a firewall often used on Linux distributions; usually running as a default firewall. UFW is a front end for iptables and is easy to use when you are first learning about ...
by ianadmin
Wed Sep 02, 2026 6:36 pm
Forum: System Hardening
Topic: Linux security using Lynis
Replies: 0
Views: 147

Linux security using Lynis

Lynis is a great tool to help you with hardening your system. It’s an open source scanner that runs a bunch of tests that checks your system and it’s configuration. After it’s finished scanning, it will give you a score from 0-100 and give you recommendations to improve your hardening of your system ...
by ianadmin
Mon Aug 31, 2026 3:45 am
Forum: Web Servers
Topic: Installing Apache with PHP and Mysql/Mariadb
Replies: 0
Views: 151

Installing Apache with PHP and Mysql/Mariadb

How to install an Apache server with PHP and Mariadb (mysql),
In order to host a website, you need to install a web server; Apache is a popular choice to run on Linux. If you want your site to be dynamic, you will also need to install a database such as Mariadb or Mysql and PHP. With this setup ...
by ianadmin
Sun Aug 30, 2026 5:18 am
Forum: Web Servers
Topic: Setting Up a Tor Onion Site on Linux
Replies: 0
Views: 66

Setting Up a Tor Onion Site on Linux

If you want to have a .onion site, here is how to do it. I will make another post about why you should use a .onion site for privacy and anonymity reasons later.
It is fairly easy to set up the .onion site. If you have set up a website before then you will not have any problems with this. If you ...