Richard

Richard✓ Verified Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

2469 Articles4 Topics
Windows 11Ubuntu LinuxCMSApps and Browsers
Ubuntu Linux 5 min read
Step-by-Step Guide to Install vsftpd on Ubuntu 24.04

This article provides a detailed guide on installing and configuring vsftpd, a secure FTP server for Ubuntu 24.04. It emphasizes the installation process, security features like SSL/TLS support, and configuration options such as user access control. The guide promotes creating self-signed certificates for secure connections, ensuring effective FTP server operation.

February 24, 2025 Read more →
Ubuntu Linux 3 min read
How to Install Valkey on Ubuntu 24.04

This article outlines the installation and configuration of Valkey, a key-value store derived from Redis, on Ubuntu 24.04. It highlights the simplicity of installation using default repositories, customization options through the configuration file, and various commands for operation. Valkey supports numerous data types and offers flexibility as a daemon or in a cluster.

February 23, 2025 Read more →
Ubuntu Linux 3 min read
Backup and Restore MySQL database with mysqldump

This article outlines the process of backing up and restoring MySQL databases using the mysqldump tool on Ubuntu 24.04. It details commands for backing up all databases or specific ones, advises on using table locking or transactions for data integrity, and emphasizes regular backups, effective monitoring, and testing restore processes to prevent data loss.

Ubuntu Linux 4 min read
Setting Up Apache WebDAV on Ubuntu 24.04

This article outlines the setup of Apache WebDAV on Ubuntu 24.04, enabling collaborative file management on remote servers without an FTP client. It covers directory creation, Apache configuration, user account setup, and connecting via Windows. Key points include easy file management, basic authentication, and cross-platform compatibility with potential SSL workarounds.

Windows 3 min read
How to Customize the ‘All’ Apps View in Windows 11 Start Menu

This article details how to modify the 'All' apps view in the Windows 11 Start menu. The new build introduces grid and category views for better app organization. Users can enable this feature using ViVeTool, enhancing usability by allowing customization of app listings. Staying updated with Windows builds ensures access to new features.

February 22, 2025 Read more →
Browsers 4 min read
How to Disable Bing Trending Searches in Microsoft Edge

The article provides instructions on enabling or disabling Bing's "Trending Searches" feature in the Microsoft Edge address bar, which is the default browser for Windows 11. Users can adjust this setting via the Edge settings menu or the Windows Registry Editor, with steps detailed for each method.

Ubuntu Linux 5 min read
Secure MySQL with Self-Signed SSL Certificate on Ubuntu 24.04

This article discusses the implementation of MySQL self-signed SSL certificates on Ubuntu 24.04 to enhance database security. It covers generating certificates, configuring SSL connections, and enforcing SSL usage for users. Key points include improved encryption, automatic SSL configuration, user restrictions, and validation of SSL setups for a secure database environment.

Ubuntu Linux 4 min read
How to Create a Self-Signed SSL Certificate on Ubuntu 24.04

This article provides a step-by-step guide on creating a self-signed SSL certificate on Ubuntu 24.04. It emphasizes the benefits of self-signed certificates, including no cost, hands-on learning about SSL/TLS, and customizable domains. The generated certificate can be valid for up to 10 years, simplifying management for personal projects.

Ubuntu Linux 4 min read
Enable Nginx FastCGI on Ubuntu 24.04

This article details the configuration of Nginx to run CGI scripts on Ubuntu 24.04, emphasizing the installation of FastCGI. By creating a /cgi-bin directory and configuring Nginx settings, users can facilitate dynamic web content. A Python script example demonstrates the successful execution of CGI, enhancing interactive web features effectively.

February 20, 2025 Read more →
Ubuntu Linux 4 min read
Enable Apache CGI on Ubuntu 24.04

This article guides users on enabling the Apache CGI module on Ubuntu 24.04 to run CGI scripts, facilitating dynamic web interactions. It details the steps for enabling the module, configuring custom directories, and creating executable CGI scripts, allowing for functionalities such as search features and login systems on websites.

Ubuntu Linux 4 min read
Set Up Nginx Basic Authentication in Ubuntu 24.04

This article details setting up Nginx basic authentication on Ubuntu 24.04 to secure specific directories. It emphasizes using SSL/TLS for encrypting credentials and provides step-by-step instructions for creating a password-protected directory. It includes commands for configuring Nginx, creating user accounts, and testing access with a web browser.

February 19, 2025 Read more →
Ubuntu Linux 4 min read
How to Set Up Apache Basic Authentication in Ubuntu 24.04

This article details the setup of Apache Basic Authentication on Ubuntu 24.04 to secure directories. It emphasizes using SSL/TLS for credential protection due to plain text transmission. Steps include creating an Apache configuration, setting up a password-protected directory, and adding user accounts using specific installation commands for added security.

Ubuntu Linux 4 min read
Enable Nginx Userdir on Ubuntu 24.04

The article details enabling the Nginx Userdir feature on Ubuntu 24.04, allowing users to host websites from their home directories. It contrasts Nginx with Apache, outlines configuration file modifications, emphasizes necessary directory permissions for security, and describes testing the feature by creating a basic HTML page accessible via a specific URL.

Ubuntu Linux 3 min read
Enable Apache Userdir on Ubuntu 24.04

The article outlines enabling the Apache Userdir feature on Ubuntu 24.04, allowing users to host web pages from their home directories. It explains the simple setup process through terminal commands and emphasizes user empowerment and secure configurations. Testing the setup involves creating an HTML file and accessing it via a web browser.