linux – Page 13 – 业余语言练习

linux->brasero

linux安装刻录软件 yum -y install brasero

Published
Categorized as linux

远程桌面连接提示被锁,更改账户锁定策略

cmd–>gpedit.msc 计算机配置–>Windows设置–>安全设置–> 账户策略–>账户锁定策略  可以把"允许管理员账户锁定"禁用, 也可以把账户锁定阀值调大一点。

Published
Categorized as win

挂接Windows文件共享

Device Boot Start End Blocks Id System /dev/sda1 1 4 32098+ de Dell Utility /dev/sda2 * 5 2554 20482875 7 HPFS/NTFS /dev/sda3 2555 7904 42973875 83 Linux /dev/sda4 7905 8924 8193150 f Win95 Ext’d (LBA) /dev/sda5 7905 8924 8193118+ 82 Linux swap 插入U盘后,再用fdisk –l 或 more /proc/partitions查看系统的硬盘和硬盘分区情况。 [root at pldyrouter root]# fdisk -l Disk /dev/sda:… Continue reading 挂接Windows文件共享

Published
Categorized as win

frpc nssm win-service

nssm-2.24.tar frp_0.36-2_windows-amd64.tar cd nssm-2.20\win64\ nssm install frpc nssm start frpc nssm enable frpc 这是在windows里D盘存入的两个文件夹,让nssm安装frpc之后,开机自动启动,即可实现了公网远程连接win桌面。

Published
Categorized as win