摘要:新建document,重命名为XXX.desktop,打开文件 以sublime为例,填写 [Desktop Entry] Version=1.0 Type=Application Name=Sublime Text GenericName=Text Edit...
阅读全文
|
随笔分类 - ubuntu
摘要:新建document,重命名为XXX.desktop,打开文件 以sublime为例,填写 [Desktop Entry] Version=1.0 Type=Application Name=Sublime Text GenericName=Text Edit...
阅读全文
摘要:# 新系统设置root密码sudo passwd# 添加用户sudo useradd XXXsudo passwd XXX# 查看版本cat /proc/version# vim 安装sudo apt-get install vim-gtk# 查看命令说明ma...
阅读全文
摘要:NVIDIA显卡驱动 1.禁止集成的nouveau驱动 solution 1 (recommand) # 直接移除这个驱动(备份出来)mv /lib/modules/3.0.0-12-generic/kernel/drivers/gpu/drm/nouvea...
阅读全文
摘要:git地址:https://github.com/NVIDIA/nvidia-docker 阅读readmeMake sure you have installed the NVIDIA driver and a supported version of ...
阅读全文
摘要:gcc: error trying to exec 'cc1plus' : execvp: No such file or directory solve: https://askubuntu.com/questions/637014/gcc-error-t...
阅读全文
摘要:Sublime3 安装Sublime Text 3 并解决中文输入问题 右键菜单添加sublime打开选项 福昕阅读器foxit reader 福昕阅读器foxit reader Linux版 网易云音乐 下载linux安装包 https://music.16...
阅读全文
摘要:解压缩 # 解压 tar包tar -xvf file.tar # 解压tar.gztar -xzvf file.tar.gz # 解压 tar.bz2tar -xjvf file.tar.bz2# 解压tar.Ztar -xZvf file.tar.Z # 解...
阅读全文
摘要:Ubuntu删除多余内核 原文 https://www.jianshu.com/p/f284bc90944f 第一步:...
阅读全文
|