Server Administration Articles
228 results
This collection of articles provides resources for server administration.
-
How to Install mlocate on CentOS 7
Read more: How to Install mlocate on CentOS 7One of the best tools for quickly finding files by filename is the locate command. The locate command reads one or more databases prepared by updatedb and writes file names matching at least one of the patterns to standard output.
-
How to Install NVM for Node.js on Ubuntu 14.04 LTS
Read more: How to Install NVM for Node.js on Ubuntu 14.04 LTSNode Version Manager allows admins to easily manage node.js versions. In our article, we will be instructing on how to install NVM on your Ubuntu 14.04 server.
-
How to install OpenSSH to manage Linux servers
Read more: How to install OpenSSH to manage Linux serversInstall OpenSSH on Linux and streamline SSH connections while increasing system security. Manage related components, configuration files, and SSH keys with our guide.
-
How to Install Pip on Ubuntu 14.04 LTS
Read more: How to Install Pip on Ubuntu 14.04 LTSIn this quick tutorial, we teach you what is Pip and provide an easy two-step process to install this helpful Python manager.
-
How to install PyTorch on Linux (AlmaLinux)
Read more: How to install PyTorch on Linux (AlmaLinux)This detailed walkthrough on how to install PyTorch on Linux ensures that users, regardless of expertise, can navigate the setup effortlessly.
-
How to install Redis on Linux (AlmaLinux)
Read more: How to install Redis on Linux (AlmaLinux)Review how to install Redis on Linux (AlmaLinux) via two popular methods, secure Redis, and configure the data storage solution for the needs of your application.
-
How to Install TensorFlow on CentOS
Read more: How to Install TensorFlow on CentOSIn this tutorial, we are going to take a look at how to get started with TensorFlow on CentOS, covering multiple methods via different package managers.
-
How to install TypeScript on Linux (AlmaLinux)
Read more: How to install TypeScript on Linux (AlmaLinux)Along with its advantages and disadvantages, learn how to install TypeScript on AlmaLinux. Create a basic TypeScript file and compile it into JavaScript code.