Ubuntu
Ubuntu 系统
Ubuntu / 16.04 LTS amd64 (64bit)
识别 NTFS 格式磁盘
NTFS-3G
vi /etc/fstab
apt-get install ntfs-3g
默认就装好了
fdisk -l
/dev/sdd4 /ntfs ntfs-3g defaults 0 0
https://jingyan.baidu.com/article/b7001fe17978900e7282ddd1.html
Screen 屏幕指令
screen -ls
sudo apt install screen
https://www.cnblogs.com/quan-coder/p/9857883.html
上传下载命令
sudo apt-get install lrzsz
定时任务
启动:/etc/init.d/cron start ( service cron start )
重启:/etc/init.d/cron restart ( service cron restart )
关闭:/etc/init.d/cron stop ( service cron stop )
https://blog.csdn.net/StimmerLove/article/details/82893513
添加新用户
Step1 创建用户
sudo useradd username -m
注意要在后面加-m,否则不会在home路径下创建该用户的文件夹
创建好之后可以在/home/路径下查看该用户名的文件夹
在CLI中执行cat /etc/passwd可以查看passwd文件中是否有刚才添加的用户名,如果有,则表示添加成功
Step2 设置密码
sudo passwd username
在弹出来的提示窗口中设置密码即可
Step3 切换用户
su username
输入密码后即可切换到该用户
2.删除用户
sudo userdel -r username
加上-r可以删除/home/路径下的用户文件夹,否则不能
https://blog.csdn.net/ninnyyan/article/details/88059092
服务器集群
使用Nginx在windows和linux上搭建集群
https://www.cnblogs.com/zqr99/p/7892283.html
[Ubuntu] 终端模式下访问 Windows 共享目录
https://www.iteye.com/blog/lwg2001s-281352
iptables防火墙
查看防火墙
iptables -L -n iptables -D INPUT 3 #删除input的第3条规则
https://www.cnblogs.com/goldenblade/p/9578192.html
查看内存占用情况
top
按 m 查询
%MEM 字段的数据代表内存占用的比例
Ubuntu服务器上内存占用率90%以上,怎么办
1) 有程序占用大量CPU,使用top命令来检查(看看是否有java程序锁死之类的故障)
2) 有程序占用大量内存,使得内存真正不够用了(这个才是真正需要加内存的时候),比如由于MySQL在较大负载下运行容量为GB级别的数据库导致内存不够用,需要给服务器插入更多物理内存
3) 磁盘系统读写故障,IO吞吐错误造成CPU负载上升,需要光盘引导进入单用户模式扫描修复磁盘,修不好就只能更换新硬盘了
因此,对于Linux/Unix系统内存占用的百分比,无须过于关心,一般检查系统负载参数即可
https://www.cnblogs.com/weifeng1463/p/6805833.html
word 转pdf
LibreOffice
服务器与windows的同步软件
cwrsync
windows 端的下载地址:
https://www.itefix.net/cwrsync
这里下载的是:
Win10 自带的 Ubuntu 系统
https://blog.csdn.net/weixin_42602730/article/details/82961818
安装FTP软件
ubuntu下将vsftpd配置成虚拟用户访问方式
https://blog.csdn.net/u010257920/article/details/52435250
Linux系统中vsftpd配置及如何添加vsFTPd用户和设置权限
https://blog.csdn.net/zgy621101/article/details/78902020
Ubuntu 安装 vsftpd FTP详细步骤
https://www.jb51.net/article/94327.htm
windows的取消FTP自动保存的用户和密码
https://blog.csdn.net/u011419965/article/details/40537055/
https://developer.aliyun.com/article/43258
查看软件安装的详细目录内容
dpkg -L vsftpd |tac
/lib/systemd/system/vsftpd.service
尝试
https://developer.aliyun.com/article/778690?spm=a2c6h.14164896.0.0.6bf64cd4NqdTxu
找不到
directory.dirmessage_enable=YES //目录消息,能够给远程登陆的用户发送目录
文件中只有:
dirmessage_enable
修改的地方:
xferlog_file
xferlog_std_format
操作:
mkdir /etc/vsftpd.chroot_list