BEST CUSTOMIZATION FOR SUBLIME TEXT AFTER INSTALLING In this tutorial, I will guide you on how to customize Sublime Text. I will also provide recommendations for top plugins to install to make Sublime Text more user-friendly.
Fedora VS Debian - which Workstation OS to pick I recommend Debian for servers and Fedora for Workstation that's the sweet spot.
HOW TO LOCALLY REMOTE CONNECT TO LINUX (DEBIAN/UBUNTU/FEDORO) WITH GNOME There a circumstances where you might find yourself needing to quickly remote connect to a your Linux environment with minimum effort possible. One of the circumstances is when you have a VM and you want to quickly access it remotely through IP.
How to transfer files using SSH SSH is a secure protocol used for connecting to remote servers. Its commonly used by system admins to connect to remote servers on the local network or over the internet.
Getting started with ZSH and Oh My ZSH Theme ZSH used together with Oh My ZSH themes improves your workflow, moral and avoid straining over the terminal.
Getting started with ZIG programming Language Zig is a low level programming language written by Andrew Kelley that focuses on robustness, optimality and reusability
How to test REST APIs using CURL Curl is a command line tool that enables the transfer of data between various network protocols. Curl was first released in 1996 by a Swedish developer Daniel Stenberg.
Getting Started with Envoy Proxy - Beginners Guide Envoy is a high-performant edge and service proxy server like NGINX or HAProxy built in C++, designed for cloud-native applications.
JavaScript Embedded on NGINX - Getting Started with NJS For some time the only language that could be embedded on Nginx to increase Nginx functionality was Lua. In 13th December 2016 Nginx released NJS.
How to redirect/block users by country using NGINX As a web administrator we are sometimes faced with the challenge of blocking/redirecting users based on the client's country.