Some Linux bash scripts like lamp.sh.
This is a script for download lamp and install wordpress on a CentOS server.
If you want to use this script,you must:
- Please install a yum repo;
- Please edit database password;
- Please read README.md;
This is a script for init CentOS Linux.
If you want to use this script,you can input:
curl https://raw.githubusercontent.com/0xkjAlbert/someShellScripts/master/sysinit.sh |bash- This script will do:
- close firewall;
- close SELinux;
- change $PS1;
- change runlevel;
- change yum repo;
- install autofs;
- config vim and bash;
- timeservice;
This is a script for display system info.
If you want to use this script,you can input:
curl https://raw.githubusercontent.com/0xkjAlbert/someShellScripts/master/sysinfo.sh >sysinfo.sh;bash sysinfo.sh - This script will display:
- cpu info;
- mem info;
- disk info;
- OS version info;
This is a script for open firewalld. If you want to use this script,you can input:
curl https://https://raw.githubusercontent.com/0xkjAlbert/someShellScripts/master/firewalld.sh |bash- This script will do:
- open firewall;
- add ssh service into firewall allow list;
- add httpd into firewall allow list;
This is a script for make a extlinux Udisk.
This is a script for install Nightingale. The Nightingale is a didi monitoring software.
This is a script for shell exec SQL.
This is a script for install fastDFS.
This is a script for install LNMP wordpress on CentOS.
This is a script for install LNMP wordpress on Ubuntu.
This is a script for install php gd-lib to show pictrre.
This is a script for install php gd-lib to show pictrre.
This is a script for download bilibili video.
This is a script for install ncdu. Ncdu is a watch file memory program.
This is a script for install n9e system. 2020.7.21 update this script.
This is a awk script for rpm to cve.
This is a script for install libcurl solve curl_init().