Materials tagged "linux"
- 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...
- Create new partition Locate the device name within the operating system: sudo fdisk -a Disk /dev/sda: 447.13 GiB, 480103981056 bytes, 937703088 sectors Disk model: INTEL SSDSC2KB48 Units: ...
- 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...
-
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... -
Install NVIDIA® drivers in Linux
There are three possible ways to install NVIDIA® driver in Linux (Ubuntu LTS 18.04 / 20.04 / 22.04): Automatic or manual installation via ubuntu-drivers. Manual installation via NVIDIA®... - 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...
- 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...
- 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...
- What is UFW Most system administrators don’t like to configure network security applications, such as firewalls, remotely. These applications by default block access from the outside for all app...
-
Prevent SSH-bruteforce in Linux
The Internet has never been a safe place. The more devices connected to it, the more often they are subjected to various attacks. Now the situation is such that if you take absolutely any server wi... - 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...
- Step 1. Prepare operating system Update cache and packages Let’s update the package cache and upgrade your operating system before you start setting up LLaMa 2. Please note that for this guide, w...
- 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...
- 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 ...
-
Install CUDA® toolkit in Linux
Download CUDA® repository To ensure a stable Ubuntu release and enable the use of packages from the latest releases, NVIDIA® recommends to set the repository before starting the installation proce...