proxmox7 debian11 新建用户下tab不能自动补全命令

  • Post author:
  • Post last modified:2021-12-02
  • Post category:网络人生
  • Post comments:0评论

查看了 ~/.bashrc 文件,其中已经有 bash_completion 这个插件的启用命令了 输入命令,查看shell命令的执行 echo $SHELL 显示为 /bin/sh 再执行 ln -l /bin/sh 返回为dash 因此将其指向改为bash即可 ln -sf /bin/bash /bin/sh 或运行以下命令,选择no,回车 sudo dpkg-reconfigure dash

继续阅读proxmox7 debian11 新建用户下tab不能自动补全命令

proxmox debian 中 用户名不在sudoers文件中

  • Post author:
  • Post last modified:2021-12-02
  • Post category:网络人生
  • Post comments:0评论

接前文,我们新增了名为admin的账号,实际其没有管理员账号的权限,只是名为admin而已,因此当使用某些需要权限的命令时,需要前面增加 sudo 但是,这个时候就会提报警:admin 不在sudoers文件中 此时将被报告 顾名思义,我们需要在sudoers文件中增加这个用户名,具体操作如下 先切换到root用户, su --login  输入root 密码 修改sudoers文件编辑权限,否则…

继续阅读proxmox debian 中 用户名不在sudoers文件中

proxmox7 debian11 安装kde桌面和配置搜狗输入法

  • Post author:
  • Post last modified:2021-12-02
  • Post category:网络人生
  • Post comments:0评论

安装kde桌面 sudo apt install -y task-kde-desktop 参考 https://www.debian.org/doc/manuals/debian-reference/ch07.zh-cn.html 如果是proxmox7,这个时候重启可以进入kde桌面,但是登录不上,此时应当通过promox7提供的web访问,用其他电脑或者手机登录进去 输入命令 useradd …

继续阅读proxmox7 debian11 安装kde桌面和配置搜狗输入法

proxmox 更换国内源 中科大&清华

  • Post author:
  • Post last modified:2021-12-01
  • Post category:网络人生
  • Post comments:0评论

debian 和 proxmox 源更新 参考 http://mirrors.ustc.edu.cn/help/debian.html 一般情况下,将 /etc/apt/sources.list 文件中 Debian 默认的源地址 http://deb.debian.org/ 替换为 http://mirrors.ustc.edu.cn 即可。 可以使用如下命令: sudo sed -i 's/d…

继续阅读proxmox 更换国内源 中科大&清华

calibre + calibre-web 管理nas上的电子书

  • Post author:
  • Post last modified:2021-03-14
  • Post category:网络人生
  • Post comments:2评论

安装配置Calibre 安装calibre calibre官方下载地址如下 https://calibre-ebook.com/ calibre win64位的下载地址如下: https://download.calibre-ebook.com/5.13.0/calibre-64bit-5.13.0.msi 下载完成后运行安装程序 配置calibre 首先点击书库 1 创建新书库 -> 选择位置-…

继续阅读calibre + calibre-web 管理nas上的电子书

访问其他nas的共享文件夹

  • Post author:
  • Post last modified:2021-03-09
  • Post category:网络人生
  • Post comments:0评论

群晖nas中共享的文件信息 群晖的ip地址为 192.168.50.100其共享文件夹已经开启NFS权限,其路径为 /volume3/D3-3TB-L2-音乐 如下图: 在omv 中访问群晖中的共享文件 mkdir /share/music mount -t nfs 192.168.50.100:/volume3/D3-3TB-L2-音乐 /share/music cd /share/music

继续阅读访问其他nas的共享文件夹

debian/ubuntu 安装思源中文字体

思源字体还挺美观的,也不限制商业用途,本文基于openmediavault环境,可以适用于debian/ubuntu等系统。 下载思源字体 https://github.com/adobe-fonts/source-han-serif 优先推荐otf,其次ttc,最后ttf,本文以otf为例,假设各种字体已经解压缩放置于/home/myfonts 文件夹内 安装思源字体 cd /usr/share…

继续阅读debian/ubuntu 安装思源中文字体

omv5 下转换网易云音乐ncm格式到mp3

本文使用Github上由nondanee开发的python版本 ,地址如下 视频教程 https://github.com/nondanee/ncmdump pip3 install pycryptodome mutagen pip3 install git+https://github.com/nondanee/ncmdump.git ssh连接安装了omv5的nas,进入音乐文件上传文件的地址…

继续阅读omv5 下转换网易云音乐ncm格式到mp3

最后的内容

不再加载页面