随笔分类 -  Linux

摘要:local端使用MobarXterm,默认开启了X11 forwarding和X11 Server。 remote端是ubuntu 22 桌面版。在/etc/ssh/sshd_config中修改设置 AllowTcpForwarding yesX11Forwarding yes 还可以安装以下工具, 阅读全文
posted @ 2022-10-19 17:02 耕读编码 阅读(132) 评论(0) 推荐(0)
摘要:1 offical source list deb https://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse # deb-src https://archive.ubuntu.com/ubuntu/ ja 阅读全文
posted @ 2022-08-17 09:34 耕读编码 阅读(587) 评论(0) 推荐(0)
摘要:This is a copy of code9016 at https://unix.stackexchange.com/questions/588572/linux-capabilities-to-read-environment-variables. copy here to avoid it 阅读全文
posted @ 2022-06-24 17:15 耕读编码 阅读(63) 评论(0) 推荐(0)
摘要:一、server端配置rsync 并以daem的方式运行rsync. server 端的配置文件为/etc/rsyncd.conf: uid=alun gid=alun pid file=/var/run/rsyncd.pid log file=/var/log/rsyncd.log secrets 阅读全文
posted @ 2021-01-06 11:06 耕读编码 阅读(2830) 评论(0) 推荐(0)
摘要:By default the uClinux uses the tools provided by busybox firstly. So the init login and passwd are all linked to busybox by default.Although busybox 阅读全文
posted @ 2018-05-29 11:22 耕读编码 阅读(470) 评论(0) 推荐(0)