智能运维

  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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 …

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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…

    智能运维 2022年1月7日
  • 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 …

    大前端 2022年1月7日