智能运维
-
How to Use IP Command in Linux with Examples
Introduction The ip command is a Linux net-tool for system and network administrators. IP stands for Internet Protocol and as the name suggests, the tool is used for configuring network interfaces. O…
-
How to Set Up Hardware RAID Using MegaCLI
Introduction MegaCLI is a tool used as a command-line interface to communicate with the LSI family of RAID controllers. It manages and reports on MegaRAID SAS cards. In this article, you will learn h…
-
Install and Get Started with MySQL Workbench on Ubuntu 18.04
Introduction MySQL Workbench is a unified visual tool for database management. Its graphical interface provides database architects and administrators with an easier way to model data, build and run …
-
How to Enable Ubuntu Remote Desktop
Remote Desktop is a service that allows you to take over and use another computer remotely. In Ubuntu, it can be enabled on a graphical client machine to control a host machine. This feature is benef…
-
How to Add User to a Group in Linux
Introduction In Linux, a group is a unit in which you can manage privileges for several users simultaneously. Linux groups allow you to manage multiple user permissions quickly and easily. In this tu…
-
How to Find or Check Your IP Address in Linux
Introduction An IP address is a codename assigned to a computer on a network. It works as a postal address, ensuring that network traffic is sent to the correct computer. In this tutorial you will le…
-
How to Use wget Command With Examples
What is wget? Wget is a free GNU command-line utility tool used to download files from the internet. It retrieves files using HTTP, HTTPS, and FTP protocols. It serves as a tool to sustain unstable a…
-
How to Install VMware Tools on Ubuntu 18.04
Introduction A virtual or guest operating system has limited functions compared to a host system. VMware Tools introduces a set of functionalities that improve the performance of guest operating syst…
-
How To Install Debian 10 (Buster)
Introduction Debian recently released its newest stable version, Debian 10, also known as Buster. The latest release includes many updates to Debian’s software packages, including five years of suppo…
-
How to Install and Use TensorFlow on CentOS 7
Introduction TensorFlow is Google’s open-source platform for machine learning designed to simplify the process of implementing machine-learning models. Researchers, data scientists, and developers us…