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
CMS 9 min read
How to Install Ghost on Ubuntu Linux

The article guides through the process of installing Ghost CMS on Ubuntu Linux, using Nginx for support. Ghost, a Node.js-based open-source publishing platform, offers a simple, lightweight solution for bloggers. The steps detailed include Nginx installation, MariaDB installation and security setup, Node.js setup, and Ghost installation with its CLI utility. The blog ends with important security steps and the initial configuration of Ghost.

September 28, 2021 Read more →
Windows 3 min read
How to Install Telnet on Windows 11 Easily

The post provides a guide on how to install and use the Telnet network protocol on Windows 11. Despite its insecurity and old age, Telnet is still useful in test situations. It offers different installation methods, including via the Control Panel, Command Prompt, or PowerShell. The post concludes by encouraging users to report any errors or offer feedback.

September 27, 2021 Read more →
Ubuntu Linux 5 min read
How to Upgrade Ubuntu Linux

The post outlines the procedure to upgrade Ubuntu Desktop or Server from a previous version, indicating that Ubuntu LTS versions are supported for five years and STS versions are supported for about 9 months. To begin, you must first update all installed packages to their latest versions, then remove any dependencies no longer needed. Then, use the 'do-release-upgrade' command to start the upgrade process, following on-screen instructions and restarting your computer when finished. The content assured that the steps are relatively painless and straightforward.

Ubuntu Linux 6 min read
Install Node.js and npm on Ubuntu: A Step-by-Step Guide

This article instructs on how to install Node.js and npm on Ubuntu Linux, two important packages for running Node.js-based applications. It provides three installation methods: through Ubuntu repositories, the Snap package management system, and NodeSource repository. Steps to install Node.js and npm versions of your preference, as well as creating and deploying a test server using Node.js, are also mentioned.

September 26, 2021 Read more →
Ubuntu Linux 4 min read
How to Install Python on Ubuntu Linux

The post provides a step-by-step demonstration on installing Python, a versatile programming language, on Ubuntu Linux. Two methods of installation are given: installing from Ubuntu repositories, which may not have the latest Python version, or manually building from the source code, which gives control over the Python version to install. Various features of the current Python versions are also highlighted, including assignment expression, position-only parameters, and f-strings support.

Windows 1 min read
How to Disable Touchpad Click Actions on Windows 11

The post provides a guide for students and new users on how to disable touchpad click actions on Windows 11. The instructions advise on how to access and navigate the Settings app to deactivate different touchpad actions such as single-clicking, right-clicking, and multi-selecting. This is useful for individuals who prefer using a mouse over the laptop's touchpad.

September 22, 2021 Read more →
Windows 4 min read
How to Change Power Modes in Windows 11

The post explains how to select power modes on Windows 11. By default, Windows 11 uses a balanced power mode for optimized performance and reduced power consumption. This can be changed to suit individual needs, ensuring the best battery life, performance, or balance. Users can select different power modes for AC and battery (DC) power, with the device automatically choosing the mode when switching power sources. The process is explained step-by-step, starting from accessing the System Settings pane.

Windows 2 min read
How to Enable or Disable Device Encryption in Windows 11

The post instructs users how to enable or disable device encryption on Windows 11 for enhanced data protection. Device encryption converts stored data into an unintelligible code, accessible only via password or recovery key. Windows 11's System Settings panel provides options for encryption controls. Encryption is on by default on compatible systems, or users can opt for BitLocker encryption on unsupported devices.

Windows 2 min read
How to Restore Files with Windows 11 File History

The post describes how to restore files and folders from File History in case the originals are lost or damaged. Although apps and system settings aren't backed up, File History focuses on preserving important personal documents. Detailed instructions on retrieving a previous version of a file or folder, comparing files, and selecting restoration options are provided.

Windows 2 min read
How to Find Your Computer Name in Windows 11

This post provides instructions for Windows 11 users on identifying their computer name. Users can name their computer any character excluding certain special ones. Although there are several methods to find the computer name, two methods are detailed here. They include using the system settings and about screen, or using the command prompt terminal.

September 20, 2021 Read more →
Ubuntu Linux 5 min read
Setup SSH Key Authentication on Ubuntu

This post instructs students, and new users how to install and configure SSH for a passwordless key login on Ubuntu Linux. It explains key-based authentication as a secure method for managing SSH servers. Users learn how to create an SSH key pair, copy the public key onto a remote server, and configure SSH for passwordless login, enhancing security and convenience.

September 18, 2021 Read more →
Windows 1 min read
How to View Your Print Queue on Windows 11

This post provides a guide for students and new users on how to view the print queue in Windows 11. It explains that print jobs go to the print queue first before being released for printing. This process is usually swift but may take some time for large, bulk documents. Instructions on navigating to specific printer settings are provided to access the print queue and check the status of pending print jobs.

September 17, 2021 Read more →
Ubuntu Linux 4 min read
How to Install VMware Workstation Pro on Ubuntu Linux

This tutorial guides students and new users on installing VMware Workstation Pro, a paid virtualization solution, on Ubuntu Linux. Using VMware, anyone can run multiple virtual machines simultaneously on a single host computer. The guide includes steps on installing necessary packages, downloading and installing VMware Workstation Pro, and activating a 30-day trial, after which a license purchase is required. The write-up suggests VirtualBox as a free alternative for virtualization.

September 16, 2021 Read more →
Ubuntu Linux 4 min read
How to Install VMware Workstation Player on Ubuntu Linux

The post instructs students and new users on how to install and use VMware Workstation Player, a virtualization software, on Ubuntu Linux. This software isn't open-source, contrary to VirtualBox, and requires a license for commercial use. It provides step-by-step guidance to download, install, and use VMware Workstation Player, including instructions on installing required packages and resolving performance issues.

Ubuntu Linux 6 min read
How to Install LEMP on Ubuntu Linux

This is a comprehensive guide on installing and using the LEMP stack, an acronym for Linux (Ubuntu), E Nginx, MariaDB or MySQL, and PHP Scripting Language, on Ubuntu Linux. The post provides step-by-step instructions on how to install Ubuntu Linux, Nginx, MariaDB (substituting for MySQL in this guide), and PHP, vital components for developing PHP-based applications or websites, and powering popular content management systems like WordPress, Drupal, and Joomla.