随笔分类 - Linux
摘要:1.符号模式 u 表示用户(文件所有者)。 g 表示组(文件所属的群组)。 o 表示其他(其他人)。 a 表示所有(所有人,即 u+g+o)。 + 用于添加权限。 - 用于移除权限。 = 用于设置精确的权限。 例如: chmod u+w file:给文件所有者添加写权限。 chmod g-r fil
阅读全文
摘要:pi@raspberrypi:~ $ sudo docker pull portainer/portainer Using default tag: latest latest: Pulling from portainer/portainer 772227786281: Downloading 1
阅读全文
摘要:先运行:sudo ufw enable 输出:Command may disrupt existing ssh connections. Proceed with operation (y|n)?y Firewall is active and enabled on system startup 再
阅读全文
摘要:问题: ● nginx.service - nginx - high performance web server Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active:
阅读全文
摘要:推荐参考: https://nextgentips.com/2022/03/28/how-to-install-wiki-js-2-on-ubuntu-20-04-server/ 重点参考官方安装文档: https://docs.requarks.io/install/linux postgresq
阅读全文
摘要:错误代码: root@xxx:/home/xxxxx/wiki# node serverLoading configuration from /home/xxxxx/wiki/config.yml... OK2022-10-23T05:00:25.563Z [MASTER] info: 2022-1
阅读全文
摘要:1.登陆 sudo -i -u postgres postgres@eisen:~$ psqlpsql (14.5 (Ubuntu 14.5-2.pgdg20.04+2), 服务器 12.12 (Ubuntu 12.12-0ubuntu0.20.04.1))输入 "help" 来获取帮助信息. po
阅读全文
摘要:安装: 当前版本的QQ Linux版依赖gtk2.0,安装QQ Linux版前请确保你的系统已安装gtk2.0。以下是一些使用命令行安装gtk2.0的例子: sudo apt install libgtk2.0-0 # Ubuntusudo yum install gtk2.x86_64 # cen
阅读全文