Tag Archives: Development
Setting up an Ubuntu server for the first time
Setting up an Ubuntu server for personal computers or commercial purposes is easy for first-time users. The Ubuntu server is an open-source program recommenced when choosing an appropriate Linux distribution for most projects. In this scenario, the installation requires the user to navigate a text menu-based process without a graphical user interface on desktops. This […]
Using Surge for deploying static sites: A Comprehensive Guide
In deploying Static Websites, web app developers always search for the newest and most efficient tools to improve their websites. Generally speaking, a Static Site Generator (SSG) improvises with hand-coded operations and a complete CMS. This setup is perfect for most websites or web application projects, not server-side processed. Due to the trend, developers are […]
Bash vs Zsh: A comparison of two command line shells
If you have ever used the command line on a *nix system (Unix-based or Unix-like), you’ve probably used the bash shell. Bash (an abbreviation for “Bourne-again shell”) is the default shell for many Unix-like operating systems. Common examples of Unix-like operating systems include GNU/Linux and macOS. Although many other shells exist for the terminal, one […]
Backup WordPress: How to backup your WordPress website
Knowing how to backup my website is a cornerstone of maintaining a secure and resilient online presence. Although backups might not be at the forefront of your mind when your WordPress website is running flawlessly, they are a vital contingency plan for unexpected situations. Given that WordPress is the backbone of an extensive part of […]