Saturday, May 18, 2024

How to Set Up Web Proxy on Ubuntu 24.04 Server

This tutorial shows you how to set up your own web proxy on Ubuntu 24.04 server. A web proxy is a website where a user enters a specific URL to unblock website. There are a multitude of web proxy scripts that can be used to set up your own web proxy. Glype and PHP-Proxy will be used in this tutorial.  Glype is a very popular web proxy script.  PHP-Proxy is a good alternative. You can choose one of them. In my test, PHP-Proxy is faster and works better with popular websites like Facebook, Twitter and YouTube, because it’s being actively…


Read full story here:
How to Set Up Web Proxy on Ubuntu 24.04 Server

How to Install Ghost Blogging Platform on Ubuntu 24.04 Server

This tutorial will show you how to install the Ghost blogging platform on an Ubuntu 24.04 server. Ghost is an open-source blogging software coded in Node.js, allowing you to create modern, beautiful blogs. Compared to WordPress, Ghost is lightweight and much faster because it’s built specifically for blogging and isn’t a comprehensive content management system like WordPress. Ghost Features At the time of writing, the latest version of Ghost is v5.80.2, released on March 28, 2024. Features of Ghost are as follows: A Markdown-based editor allows you to quickly write posts. Simple content management. Collaborative editing with your team. Scheduled…


Read full story here:
How to Install Ghost Blogging Platform on Ubuntu 24.04 Server

Install WordPress on Ubuntu 24.04 with Apache, MariaDB, PHP8.3 (LAMP)

This tutorial is going to show you how to install WordPress on Ubuntu 24.04 with Apache, MariaDB, and PHP8.3 (LAMP Stack). WordPress is the most popular CMS (Content Management System) in the world. It is estimated that more than a third of websites today are powered by WordPress. PHP8.3 made into the Ubuntu 24.04 repository and WordPress runs perfectly with it. Prerequisite 1. To follow this tutorial, you need an Ubuntu 24.04 OS running on a remote server. If you are looking for a virtual private server (VPS), I recommend Kamatera VPS, which features: 30 days free trial. Starts at…


Read full story here:
Install WordPress on Ubuntu 24.04 with Apache, MariaDB, PHP8.3 (LAMP)

Friday, May 17, 2024

How to Install Jellyfin Media Server on Ubuntu 24.04

This tutorial will be showing you how to install Jellyfin media server on Ubuntu 24.04 LTS server/desktop. Jellyfin is a free, open-source application that allows you to organize your movies, TV shows, music and photos in one beautiful interface and stream those media files on your PC, tablet, phone, TV, Roku, etc on the network or over the Internet. Jellyfin can be installed on Linux, MacOS and Windows. Jellyfin Features Jellyfin is a fork from the Emby media server. It packs a lot of the same features as Plex and Emby. Unlike Plex or Emby, Jellyfin is 100% free and…


Read full story here:
How to Install Jellyfin Media Server on Ubuntu 24.04

Thursday, May 16, 2024

How to Set Up Shadowsocks-libev Proxy Server on Ubuntu 24.04

This tutorial is going to show you how to set up Shadowsocks proxy server on Ubuntu 24.04. Shadowsocks is a lightweight, fast, and secure Socks5 proxy to bypass Internet censorship. We will learn how to set up the server-side and how to configure the desktop client. There are many implementations of Shadowsocks, writtern in different programming languages. This tutorial shows you how to use Shadowsocks-libev, because: It’s written in C, very fast even on low-end machines. It’s well-maintained. It’s the most feature-rich implementation. TCP fast open, multiuser, management API, redirect mode, tunnel mode, UDP relay, AEAD ciphers, and plugins are…


Read full story here:
How to Set Up Shadowsocks-libev Proxy Server on Ubuntu 24.04

Wednesday, May 15, 2024

How to Set Up SoftEther VPN Server on Ubuntu 24.04 VPS

This tutorial is going to show you how to run your own VPN server by installing SoftEther VPN server on Ubuntu 24.04. SoftEther VPN is an open-source multi-protocol VPN software that allows individual users to connect to a remote network. Why Set Up Your Own VPN Server? Maybe you are a VPN service provider or a system administrator, which behooves you to set up our own VPN server. You don’t trust the no-logging policy of VPN service providers, so you go the self-host route. You can use VPN to implement network security policy. For example, if you run your own…


Read full story here:
How to Set Up SoftEther VPN Server on Ubuntu 24.04 VPS

Saturday, April 13, 2024

Getting Started with Firewalld on RHEL, Rocky Linux, Alma Linux

Firewalld is the standard firewall software on RHEL-based Linux systems (Fedora, Alma Linux, Rocky Linux). This tutorial is going to show you some basic usages of firewalld. Install Firewalld We can easily install it from the default software repository. sudo dnf install -y firewalld Start it and enable autostart on system boot. sudo systemctl enable –now firewalld Check status: sudo systemctl status firewalld If this is a server, then you probably want to allow SSH traffic, so you won’t be locked out of your server. sudo firewall-cmd –permanent –add-service=ssh Firewall Zone Unlike UFW, Firewalld is designed to work with multiple…


Read full story here:
Getting Started with Firewalld on RHEL, Rocky Linux, Alma Linux

Saturday, March 16, 2024

Set Up BIND DNS Resolver on RHEL 9/Rocky Linux 9/Alma Linux 9

This tutorial will show you how to set up a local DNS resolver on Rocky Linux 9/Alma Linux 9, with the widely-used BIND9 DNS software. There are many synonyms for DNS resolver, some of which are listed below. They all refer to the same thing. full resolver (in contrast to stub resolver) DNS recursor recursive DNS server recursive resolver Also, be aware that A DNS server can also called a name server. Examples of DNS resolvers are 8.8.8.8 (Google public DNS server) and 1.1.1.1 (Cloudflare public DNS server). The OS on your PC also has a resolver, although it’s called…


Read full story here:
Set Up BIND DNS Resolver on RHEL 9/Rocky Linux 9/Alma Linux 9

Saturday, March 2, 2024

How to Set Up OpenConnect VPN Server (ocserv) on Ubuntu 24.04

This tutorial is going to show you how to run your own VPN server by installing OpenConnect VPN server on Ubuntu 24.04. OpenConnect VPN server, aka ocserv, is an open-source implementation of Cisco AnyConnnect VPN protocol, which is widely used in businesses and universities. AnyConnect is an SSL-based VPN protocol that allows individual users to connect to a remote network. Why Set Up Your Own VPN Server? Maybe you are a VPN service provider or a system administrator, which behooves you to set up our own VPN server. You don’t trust the no-logging policy of VPN service providers, so you…


Read full story here:
How to Set Up OpenConnect VPN Server (ocserv) on Ubuntu 24.04