December 2024– date –
-
ロリポップ
How to run python on a lollipop server
We will explain in detail the steps to run a Python script on Lollipop's server. 0. Preparation Follow the steps below to- SSH connection to Lollipop's server・Check Python version- Install pipRun the 1. Check the Python execution enviro... -
ロリポップ
Steps to install pip on Lollipop server – Install Python packages (libraries)
pip is the official package management tool for Python, which is used to install, manage, and uninstall Python packages (libraries). pipYou can easily introduce external modules needed for Python development. The steps to install Lollipo... -
インフラ
Commands to check GPU information
Here are the specific commands to check the GPU model number: Choose according to your environment. Generic Commands lshwCommand Get detailed information, including GPU model number. sudo lshw -C display Example Output 1: *-display descr... -
インフラ用語
Who controls the DNS servers in the world? – What are root DNS servers, TLD DNS servers, registries and registrars, resolvers, and authority DNS servers?
DNS servers are managed by multiple organizations and entities. It is mainly divided into the following mechanisms. 1. Root DNS Servers There are 13 root DNS servers in the world (in fact, each server is distributed in a large number of ...
1