edan.uk

Tips, Tricks and Tutorials

Linux

Linux related articles

Remote Access with Custom SSH Configurations

- Posted in Linux by

Efficiently managing remote connections can greatly improve productivity, especially when working with multiple servers. One of the most powerful tools for this task is the custom SSH client [...]
PHP 8.4 introduces a host of new features and enhancements that improve performance and security, alongside some deprecated functionalities. For users looking to either install PHP 8.4 fresh or [...]

How to Install PHP 8.3 on Ubuntu and Debian

- Posted in Linux by

PHP 8.3 marks a significant advancement in the PHP ecosystem, introducing features such as typed class constants, a new set of exceptions for the DateTime extension, the json_validate function, and [...]
Adding a swap file to your Linux server helps prevent performance issues and system crashes caused by memory exhaustion. Swap space acts as virtual memory, utilizing hard drive space to store data [...]

Zipping Files and Directories in Linux

- Posted in Linux by

Zipping files and directories in Linux is a common practice for compression and storage efficiency. The zip command provides a straightforward way to create zip archives, which can significantly [...]

How to Unzip Files in Linux

- Posted in Linux by

Zip files are a popular format for compressing and archiving files, making them easier to store and transfer. Linux users can efficiently work with zip files using the unzip command, which allows for [...]

How to Append Text to File in Bash

- Posted in Linux by

When working with Bash, there are various scenarios where appending text to files is necessary. From adding configuration details to logs or simply updating a text file, knowing how to append text [...]
Nginx, pronounced "engine x," is an open-source, high-performance HTTP and reverse proxy server renowned for supporting some of the most significant websites worldwide. One of its powerful features [...]