Linux

sudo du -h --max-depth=1 /tmp | sort -hr
ibus-daemon -drx
Linux 一共收录文章58篇, 一共有6页, 每页显示10
linux /etc/hosts 与dns的区别

/etc/hosts 文件和 DNS(Domain Name System)是在Linux系统中用于进行主机名解析的两种不同机制。/etc/hosts 文件:/etc/hosts 是一个本地的文本文件....

2023-09-03 11:59:33 PUBLISHED

linux 网络问题解决方案

sudo apt-get --print-uris install google-chrome-stable/var/cache/apt/archivessudo apt autoremovecurl....

2025-05-21 09:58:30 PUBLISHED

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 PUBLISHED

ssh端口转发

学习资料https://blog.csdn.net/a15608445683/article/details/122852790本地端口转发远程云主机B1运行了一个服务,端口为3000,本地主机A1需....

2025-07-19 09:36:11 PUBLISHED

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 PUBLISHED

使用 apt-get 查询并安装指定版本的软件

使用 apt-cache madison 列出软件的所有来源sudo apt-cache madison mysqlhttps://www.vultr.com/docs/how-to-install-....

2023-11-07 22:31:07 PUBLISHED

Ubuntu 如何根据NVIDIA显卡型号确定对应的显卡驱动版本并安装

https://blog.csdn.net/qq_39779233/article/details/127200644....

2023-02-25 21:06:10 PUBLISHED

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 PUBLISHED

负载均衡和反向代理的区别

https://blog.csdn.net/ywd1992/article/details/112858537代理对象不同。正向代理代理的是客户端,反向代理代理的是服务器。正向代理帮助客户访问其无法访....

2022-10-10 16:20:37 PUBLISHED

Tool command language(Tcl )

https://www.tutorialspoint.com/tcl-tk/tcl_commands.htmhttps://www.tcl.tk/doc/howto/compile.html....

2022-10-10 13:59:14 PUBLISHED