Last week and the week before, I published part 1 and part 2 of this five-part series entitled: Linux Commands frequently used by Linux Sysadmins. Those two articles took us a bit deeper into what I believe are around 50 to 100 commands often used by Linux Sysadmins and power users. Also, see Part 4 and Part 5. […]
htop: Quick Guide & Customization
htop is an interactive system monitor and a process viewer, process manager, trace tool and more. Sysadmins may opt to use htop when Unix top does not provide enough information about system processes. htop uses a cursor-controlled interface for sending signals to processes. One example where this comes in handy is: you don’t have to […]
Linux Commands frequently used by Linux Sysadmins – Part 2
Last week, I published part 1 of this five-part series entitled: Linux Commands frequently used by Linux Sysadmins. That first article scratched the surface of what I believe are 50 to 100 commands used often by Linux Sysadmins and power users. Also, see Part 3, Part 4, and Part 5. Let’s jump into another set of commands and command-line […]
Generating Secure Passwords for your Linux Server
During security audits, sysadmins will often have to set up new servers or harden existing server passwords. As a result, secure passwords have to be chosen for SFTP, admin panels, etc. Many practices make a server secure, but often neglected is using secure passwords. Notice that I didn’t include SSH or MySQL root passwords above. […]
PHP performance: oPcache Control Panels
OPcache is a PHP extension that improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. The extension is built-in for PHP 5.5+. If you want to improve PHP performance, the first step should be to use PHP 8+, which […]
25 Best CDN Providers 2023
A content delivery network, also referred to as a content distribution network (CDN), is a geographically distributed network of data centers containing proxy servers. CDN providers serve internet content, including web objects (text, graphics, and scripts), downloadable objects (media files, software, documents), applications (e-commerce, portals), live-streaming media, to name closer to and thus faster, to end-users. Some of the […]
50 Top Observability and Monitoring Solutions – 2023
Back in 2014, I compiled a list of top server and application performance monitoring solutions. Sharing that list publicly was a great way to gain feedback and recommendations on other tools available. Over time that list grew from 20 to over 100 server monitoring and APM solutions! Because of its growing size, I’ve created a smaller, more […]
Choosing the Best Linux Server Distro 2023
Are you in the process of choosing a Linux server distro (distribution) for your next project? This article will help you decide by pointing out the strengths of the top Linux server distributions in contention. If you are looking for a Linux desktop distro, look at this post instead: Choosing the Best Linux Distro for […]
Best Linux Distros in 2023 for Beginner, Experienced and Expert users.
Are you searching for the best Linux distro (distribution) for your desktop computer or laptop to take you into 2023? This article will guide you to what I believe are the best Linux distros for beginner, experienced, and expert users. Whether you are a power user or just getting your feet wet, there are indeed […]
Linux server needs a RAM upgrade? Check with top, free, vmstat and sar.
Sometimes it can be a bit of a challenge knowing if and when you should upgrade the RAM (random access memory) on your Linux server. Even more so, when deciding how much memory you should add, or if you have adequate memory, how do you make the best use of it? This article will walk […]