Author: phazylab
-
Check port in Windows and Linux
Whether you’re troubleshooting network issues, setting up a server, or ensuring security compliance, check port state is an essential task for system administrators and developers alike. Ports are communication endpoints for networked devices, and knowing which ones are open can help you monitor traffic, detect vulnerabilities, or verify that services are running properly. In this…
Written by
-
Backup WordPress on VPS
Making regular backup WordPress of your site is very important for several reasons. To make sure your WordPress site is safely backed up, you need to do two important things: Backup your WordPress database. The database stores all of your site’s content, including posts, pages, comments, user information, settings, and plugin configurations. Exporting this database…
Written by
-
Debian GUI: How to install on KVM virtual machine
In this quick guide, we’re setting up a KVM virtual machine with a GUI, using the official Debian 11 image. Once it’s up and running, we log in, grab the IP address, and we’re ready to connect via SSH and start using it like a regular desktop.
Written by
-
Sublime Text: Tips and Tricks.
Sublime Text is a favorite tool among developers for its speed and simplicity. In this article, we’ll walk through a series of practical, time-saving tricks that can boost your efficiency and make coding even more enjoyable. Whether you’re a beginner or an experienced user, these tips will help you get the most out of Sublime…
Written by
-
VM images by Linux distribution
Setting up a new virtual machine used to mean manually creating a fresh disk and installing the OS from scratch — a fun exercise once, but tedious after a few repetitions. Thankfully, official cloud images from distribution websites like Ubuntu, Debian, and CentOS make it easy to automate this process and get up and running…
Written by