~ $: pwd > command

pwd is a linux command that shows you what directory you’re in, now it tells you what tag you find

Find all files by extension on Linux, CentOS, Alma, Ubuntu

Any administrator may often need a command that can find all files by extension on Linux. This is especially useful if you're cleaning up a site and want to find all the files that have a specific extension. For example, I often clean WordPress for my clients and one...

How to search and find big error_log files on server

There is an easy command that can locate large error_log files on the server. This is great if your server is at a critical level and you want to free up space starting with unnecessary error_log files. You need to log in to the server via SSH connection and run the...

First steps How to secure Ubuntu Server

Here's a note on how to secure Ubuntu 22.04 and boost server and site security. For the purposes of this tutorial, I used a VPS server purchased from Time4VPS at an extremely low price for only 1.2 euros per month 🙂 Time4VPS also has the best Black Friday deal right...

How to delete all .htaccess files with one command

The ability to delete all .htaccess files with one command is an action that will make it easier for you to clean your site. Lately, there is malware that places a "harmful" .htaccess file in every folder of the WordPress site, and this can cause great damage, but it...