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不能自动补全命令

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桌面和配置搜狗输入法

随时随地可读的个人书库

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

域名服务器端 添加域名 设置反向代理 如下图增加红框中内容,同时删除默认的两段的location/{} ,最后的配置文件的末尾如代码段内所示 #反向代理 location / { proxy_pass http://127.0.0.1:666; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_se…

继续阅读随时随地可读的个人书库

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上的电子书

debian10/omv5 下增加某程序为服务

  • Post author:
  • Post last modified:2021-02-14
  • Post category:深冷技术
  • Post comments:0评论

在service 的目录下建立服务文件,如图进行编辑 cd /usr/lib/systemd/system nano xx.service execstart 是指定程序所在的路径, /etc/xx/xx.json 是其配置文件目录 保存后,运行以下命令 #激活服务 systemctl enable xx.service #启动服务和程序 systemctl start xx.service #查…

继续阅读debian10/omv5 下增加某程序为服务

最后的内容

不再加载页面