-
vim
f:forward pageb:back pageu: up half paged: down half pagey: up linee: down lineCtrl+w H:horizontal ....
发布于: 2023-09-11 22:47:22 -
linux /etc/hosts 与dns的区别
/etc/hosts 文件和 DNS(Domain Name System)是在Linux系统中用于进行主机名解析的两种不同机制。/etc/hosts 文件:/etc/hosts 是一个本地的文本文件....
发布于: 2023-09-03 11:59:33 -
linux 网络问题解决方案
sudo apt-get --print-uris install google-chrome-stable/var/cache/apt/archivessudo apt autoremovecurl....
发布于: 2024-04-13 15:18:13 -
apt-get
sudo vi /etc/apt/apt.conf.d/proxy.conf#Acquire::http::Proxy "http://8.219.168.247:3128";#....
发布于: 2023-09-02 17:11:31 -
ssh端口转发
学习资料https://blog.csdn.net/a15608445683/article/details/122852790本地端口转发远程云主机B1运行了一个服务,端口为3000,本地主机A1需....
发布于: 2024-09-18 17:04:33 -
Ubuntu 安裝 cuda
參考資料How to install CUDA on Ubuntu 20.04 Focal Fossa LinuxHow to install CUDA toolkit from Ubuntu Rep....
发布于: 2023-07-31 17:56:48 -
使用 apt-get 查询并安装指定版本的软件
使用 apt-cache madison 列出软件的所有来源sudo apt-cache madison mysqlhttps://www.vultr.com/docs/how-to-install-....
发布于: 2023-11-07 22:31:07 -
Ubuntu 如何根据NVIDIA显卡型号确定对应的显卡驱动版本并安装
https://blog.csdn.net/qq_39779233/article/details/127200644....
发布于: 2023-02-25 21:06:10 -
Linux主机通过Windows虚拟机转发Easyconnect内网请求
sudo route add -net 10.0.0.0/8 gw 192.168.56.1sudo route add -net 10.0.0.0/8 gw 192.168.56.2sudo rou....
发布于: 2022-11-14 08:45:23 -
负载均衡和反向代理的区别
https://blog.csdn.net/ywd1992/article/details/112858537代理对象不同。正向代理代理的是客户端,反向代理代理的是服务器。正向代理帮助客户访问其无法访....
发布于: 2022-10-10 16:20:37
Linux 一共收录文章49篇,
一共有5页,
每页显示10篇