随笔分类 - ubuntu
摘要:到官网下载驱动程序安装编译过不了,在software/update中直接安装就行了。
阅读全文
摘要:简单来说,Ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb。sudo apt-get install alien #alien默认没有安装,所以首先要安装它sudo alien xxxx.rpm #将rpm转换位deb,完成后会生成一个同名的xxxx.d
阅读全文
摘要:这里以Kylin为例 mount -o loop /media/Kylin-4.0.2-Server-sp2-18071110.Z1-arm64.iso /mnt/aptroot@Kylin:~# cat /etc/apt/sources.listdeb file:///mnt/apt junipe
阅读全文
摘要:cocomusic GoldenDict 必应好壁纸 RedNotebook
阅读全文
摘要:https://github.com/redstoneleo/BingNiceWallpapers 下载linux版本,修改权限,直接执行。
阅读全文
摘要:针对非服务器用户,只是用普通的Ubuntu桌面用户,嫌密码麻烦可以这么设置一下。。。。。。。。。一 设置sudo为不需要密码需要编辑/etc/sudoers文件将用户加入,该文件只能使用vi sudo命令,1) 首先需要切换到root, su - (注意有- ,这和su是不同的,在用命令"su"的时
阅读全文
摘要:Starting Gerrit Code Review: WARNING: Could not adjust Gerrit's process for the kernel's out-of-memory killer. This may be caused by /home/gerrit/revi
阅读全文
摘要:root@ubuntu2105:~# add-apt-repository --help Usage: add-apt-repository <sourceline> add-apt-repository is a script for adding apt sources.list entries
阅读全文
摘要:sudo visudo //这会打开nano编辑界面 以前使用的方法: sudo vi /etc/sudoers //修改后使用wq!进行强行保存
阅读全文
摘要:local.conf 成功信息 python源设置 系统的python版本
阅读全文
摘要:sudo apt-get update 更新源 sudo apt-get install package 安装包 sudo apt-get remove package 删除包 sudo apt-cache search package 搜索软件包 sudo apt-cache show packa
阅读全文
摘要:cat /etc/init.d/rtslib-fb-targetctl case "$1" instart) check_configfs_module check_configfs_mounted log_daemon_msg "Loading $DESC" "$NAME" ${DAEMON} r
阅读全文
摘要:ubuntu中sendmail函数可以很方便的发送邮件,ubuntu sendmail先要安装两个包。 必需安装的两个包: 代码 sudo apt-get install sendmail sudo apt-get install sendmail-cf 代码 下面几个包是可选的: 代码 squir
阅读全文