加载中
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 解决linux内核升级后的nvidia驱动问...

2020/12/15 16:23
5.1K
ubuntu 1804 禁止更新内核

vi /etc/apt/apt.conf.d/10periodic 修改前: APT::Periodic::Update-Package-Lists "1"; ##1代表更新 APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterv...

2020/07/31 16:18
2.1K
Ubuntu16.04 LTS 安装VNC Server开启远程桌面

Ubuntu 16.04 LTS 安装VNC,在百度和谷歌找了很多教程,不是太老,就是说的驴唇不对马嘴,所以忍不住写一些以正视听。 VNC有很多选择,VNC4server,tigervncserver等等,都不推荐,难装又难用...

使用Windows 10远程桌面vnc-any 远程控制Ubuntu 16.04

使用Windows 10远程控制Ubuntu 16.04,网上很多需要安装xfce桌面的。今天介绍一下,不需要安装其他桌面,使用Ubuntu 16.04自带桌面,漂亮美观。 Ubuntu16.04端: 1、打开终端,安装xrdp,vncs...

shell脚本输出ip,mac

#!/bin/bash ip=`ip address |grep inet[^6]|grep -vE "127.0.0.1|docker"|sed -r 's# inet (.*)/[0-9].*#\1#'` mac=`ip address|grep eth[0-9] -A1|grep link/ether|sed -r 's# link/ether ...

linux shell 脚本监控磁盘

df -h | grep -E "/data|/factory" | tr "%" " " | awk '$5>70{print $1,$2,$4,$5"%",$6}' 输出例子: /dev/mmc1 11G 1.4G 86% /data 程序端可通过调用该脚本判断,当百分比大于某个阈值或可...

2019/08/16 09:36
490
ubuntu 16.04 vim乱码

在/etc/vim/vimrc 的文件末尾增加以下内容即可 set fileencodings=utf-8,gb18030 set termencoding=utf-8 set encoding=prc......

Centos 6.5 离线安装包下载地址

Centos 6.5 离线安装包下载地址

2017/12/10 18:09
1.3K
shell 教程一:变量,字符串,传参

一,hello shell   vi hello.sh 写如下内容:   linux@ubuntu:~/test_shell$ cat hello.sh #!/bin/bash echo "hello shell!" 注意这时的.sh文件没有执行权限,要更改为可执行状态   linu...

Ubuntu(Linux) 下 unzip 命令使用详解

1.功能作用:解压缩zip文件 2.位置:/usr/bin/unzip 3.格式用法:unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] 4.主要参数 -c 将解压缩的结果显示到屏幕上,并对...

没有更多内容

加载失败,请刷新页面

返回顶部
顶部