随笔分类 - linux
摘要:Lenovo RTL8821CE 802.11ac PCIe Wireless Network Adapter sudo apt install linux-headers-$(uname -r) build-essential dkms git clone https://github.com/t
阅读全文
摘要:find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
阅读全文
摘要:set tabstop=4 set number set cul set cuc hi CursorColumn ctermfg=3 ctermbg=2 function InsertPythonComment() exe 'normal'.1.'G' let line = getline('.') if line =~ '^#!.*$' || line =~ '^...
阅读全文
摘要:root@ip-192-0-1-205:/home/ubuntu# cat /root/remove_back.sh #! /bin/bash historyDir=/backupsmongodb/ find $historyDir -maxdepth 1 -type d -mtime +10 -exec rm -rf {} \;
阅读全文
摘要:root@ip-192-0-1-205:/home/ubuntu# cat /root/backups_mongo.sh #!/bin/bash DATE=$(date +%Y_%m_%d) PATH=/backupsmongodb/$DATE /bin/mkdir -p $PATH /usr/bin/mongodump --username *** --password *** --out ...
阅读全文

浙公网安备 33010602011771号