最近的一些笔记

24次阅读
没有评论

共计 1128 个字符,预计需要花费 3 分钟才能阅读完成。

date_parse
dpkg-reconfigure openssh-server
ffmpeg -i file.mov -an -vn -bsf:s mov2textsub -c:s copy -f rawvideo sub.txt
ffmpeg -y -i 16k.wav -acodec pcm_s16le -f s16le -ac 1 -ar 16000 16k.pcm
php_modules_options=’–enable-maintainer-zts ‘
pip install chardet asstosrt

wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh

wget –no-check-certificate https://github.com/teddysun/across/raw/master/wireguard.sh && chmod +x wireguard.sh && ./wireguard.sh -s

wget –no-check-certificate https://github.com/teddysun/across/raw/master/kms.sh && chmod +x kms.sh && ./kms.sh ##CentOS

wget –no-check-certificate https://github.com/teddysun/across/raw/master/kms-debian.sh && chmod +x kms-debian.sh && ./kms-debian.sh ##Debian

yum -y install wget screen #for CentOS/Redhat
apt-get -y install wget screen #for Debian/Ubuntu
wget http://mirrors.linuxeye.com/lnmp-full.tar.gz;tar xzf lnmp-full.tar.gz;cd lnmp;./install.sh –nginx_option 1 –apache_option 1 –apache_mpm_option 1 –apache_mode_option 1 –php_option 9 –phpcache_option 1 –php_extensions redis –phpmyadmin –db_option 2 –dbinstallmethod 1 –dbrootpwd hao123NNN –redis –ssh_port 9527 –reboot

bash <(curl -s -L https://git.io/v2ray.sh)

正文完
 0
adm1n
版权声明:本站原创文章,由 adm1n 于2019-12-01发表,共计1128字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)