智能运维
-
MySQL Date Function Guide with Examples
Introduction MySQL comes with many built-in functions that allow you to manipulate data. These functions are grouped into categories – date functions, string functions, mathematic functions, and othe…
-
How To Use The Passwd Command In Linux
Introduction The passwd command modifies passwords for user accounts and manages the password validity period. This is a must-know utility for user account administration. This article shows exa…
-
How to Set Environment Variable in Windows
Introduction Environment variables are key-value pairs a system uses to set up a software environment. The environment variables also play a crucial role in certain installations, such as installing …
-
Snap vs APT: What's the Difference?
Introduction Compared to other mainstream operating systems, Linux takes a different approach to software management. The software in Linux is traditionally organized in repositories. Repositories co…
-
How To Install VirtualBox Extension Pack
Introduction VirtualBox has excellent features, and it provides the VirtualBox Extension Pack for extending the basic functionalities of the software. Having a remote console to run your VMs or testi…
-
MySQL Commands Cheat Sheet
Introduction MySQL is the most popular open-source relational database management system. It is used to store data into predefined tables and structure it through assigned relations (hence the name r…
-
How to Set Environment Variables in MacOS
Introduction Environment variables are used to store system-wide values that can be used by any user and process under the operating system. Setting environment variables is essential in the steps of…
-
How to Check PHP Version
Introduction Hosting providers are traditionally slow to adopt new PHP versions on their servers. The consequence of this is that many different PHP versions exist on the web at the same time. If you…
-
How to Install and Use ifconfig on CentOS 7
Introduction One of the most common ways to configure a network interface in Linux is using the ifconfig command. The command comes preinstalled on many Linux distributions. However, certain distribu…
-
Tracepath vs. Traceroute: What's the Difference?
Introduction The tracepath and traceroute terminal programs are crucial in network diagnostics. Both commands map the network and display possible packet routes and transit delays from a source to a …