Beginners Guide: Change SSH Port On Ubuntu Or CentOS
If you install CSF (ConfigServer Security & Firewall) you will find in their recommended list that you need to change your SSH port for security reasons.…
// CATEGORY · 173 POSTS · TOOLING
Editor setup, CLI scripts, CI tricks, things that compound.
If you install CSF (ConfigServer Security & Firewall) you will find in their recommended list that you need to change your SSH port for security reasons.…
If you are looking for a nice and good database designer for MySQL, then I’m very recommend you to use MySQL Workbench. Besides it is free…
Google is the largest search engine nowadays. Many internet users, including me and you (probably) use Google in everyday life. But do you know that there…
Generating a float random value in PHP is a little bit tricky. Both rand() and mt_rand() will return an integer value. But sometimes you need to…
Sometimes when you run your script there is an error like this: That’s because there are one or many ^M characters in your script for every…
Instead of using Alternative PHP Cache (APC), we can use PHP XCache as a PHP caching system. XCache is an open-source opcode cacher that accelerates PHP…
As I dug more into DNS performance benchmarking, I found a great tool instead of using the command prompt as you can see in my previous…
DNS (Domain Name System) is a hierarchical naming system built on a distributed database for computers, services, or any resource connected to the Internet or a…
A very common job for a web developer is actually uploading a single file from a directory in your development environment to the exact same subdirectory…