Materials tagged "software"
- From Linux command line Most Linux distributions come with an SSH client (OpenSSH) included, making it easy to connect to remote servers. However, if you find yourself without OpenSSH installed fo...
- From Windows The Remote Desktop Protocol (RDP) is one of the oldest remote control protocols. It was originally created by PictureTel Corporation, which was later acquired by Microsoft. RDP client...
- Desktop way FileZilla This FTP client is widely used and supports the SFTP protocol. Installation on Debian or Ubuntu can be done with a single command: sudo apt install filezilla After that yo...
- FileZilla Download FTP-client FileZilla for your operating system. This software is available for Windows, Linux and macOS. You can download it from https://filezilla-project.org/ Be careful wh...
- Cyberduck If you need to manage your files on a remote server using macOS, Cyberduck is an excellent solution. This software is completely free and can be downloaded from the official website. Sim...
-
Web surfing in a Linux terminal
cURL The cURL (Client for URL) utility was originally created to automate file transfers. However, Curl has since expanded its capabilities, and it can now be used for a wide range of purposes bey... - CUDA® is a parallel computing platform and application programming interface (API) model created by NVIDIA®. It works exclusively on NVIDIA® devices. CUDA® allows software developers and software e...
- Please install NVIDIA® drivers by following our guide Install NVIDIA® driver in Linux, before checking the NVLink® support in the operating system. Additionally, you need to install the CUDA® toolk...
- Please note that you need to Install NVIDIA® drivers in Windows or Install CUDA® toolkit in Windows before checking NVLink® connections. Also, Switch GPU mode to TCC. Install Visual Studio Let’s ...
- Open the Start menu and type cmd on the keyboard. Then, right-click on the Command Prompt app and select Run as administrator. Finally, execute the NVIDIA® System Management Interface command-line ...
- Python PIP PIP, which stands for "Pip Installs Packages", is a package manager for Python. For Debian and Ubuntu: sudo apt update && sudo apt -y install python3-pip For other Linux dist...
- Some programs used in modern video editing, engineering design, and 3D modeling require the use of GPU resources for fast rendering and displaying the image. Massive software packages used in the ...
- Any server, even the most reliable one, can stop responding to user and system administrator requests under certain circumstances. There can be many reasons for this behavior, but it makes sense to...
- Possible reasons: Damaged filesystem Incorrect shutdown Configuration mistake Although most file systems are designed to prevent errors, they can still occur. In such cases, Linux tri...
- Every file or directory in Linux has an owner and a set of permissions. When accessing them, the operating system checks these permissions. If the user has sufficient permissions, access will be gr...
- In rare cases, the server may become stuck during the startup process. There can be many reasons for this, but it most often happens after installing updates that affect the operating system kernel...
- nvidia-smi is a CLI tool that helps manage NVIDIA® GPUs. It is typically installed alongside drivers and communicates with them to perform ordinary tasks. Problems usually occur when automatic upda...
- The Remote Desktop Protocol (RDP) is an effective way to manage remote servers, but it isn’t as secure as we would prefer. Two factors typically interest attackers. The default connection port (338...
-
Collecting GPU metrics with Grafana
It is important to note that this setup isn’t secure. We highly recommend reading the documentation for each component used independently and utilizing the built-in security features whenever possi... - On April 18, 2024, the newest major language model from MetaAI, Llama 3, was released. Two versions were presented to users: 8B and 70B. The first version contains more than 15K tokens and was trai...
- Modern Linux distributions are highly dependent on the installed version of Python. Therefore, before installing PyTorch, we recommend creating a virtual environment using our step-by-step guide Li...
- Before you begin installing PyTorch, you need to install the Python interpreter and Microsoft Visual C++ Redistributable. Open a web-browser and navigate to Python’s download page. Find the latest ...
- Easy Diffusion UI is an open source software available for download on GitHub. Here’s how to install it on Ubuntu 22.04 LTS. If you’ve just rented a server, install the GPU drivers and extend your ...