Linux软件 | 字数总计: 2.7k | 阅读时长: 11分钟 | 阅读量:
JumpSserver 设置SFTP根目录 3.0版本设置文件管理
克隆一份Linux平台
修改或者创建资产的时候,选择该克隆的平台,在资产这里不能设置SFTP路径
1 2 3 运行 ./vmware-install.pl 一直按yes ,按完一段之后就会有暂时的停顿 运行命令 reboot
安装Wget 最开始的Centos7 感觉什么都没有wget
也没有
1 2 3 4 5 6 7 yum -y install wget yum -y install gcc automake autoconf libtool make yum -y install wget
安装LNMP环境 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 apt-get update && apt-get dist-upgrade -y apt-get install nginx apt-get install php-fpm php-gd php-mbstring php-curl php-xml php-mcrypt php-mysql php-zip php-json php-redis php-memcached apt-get install mysql-server mkdir /var/www/testecho '<?php echo 1;' > /var/www/test/index.phpchown -R www-data:www-data /var/www/test && chmod -R 755 /var/www/testserver { listen 80 default_server; listen [::]:80 default_server; root /var/www/test; index index.php index.html index.htm; server_name _; location / { try_files $uri $uri / =404; } location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.0-fpm.sock; } } nginx -t && nginx -s reload
Ubuntu卸载Apache 1 2 3 4 5 6 7 8 9 10 11 12 $ sudo apt-get --purge remove apache2 $ sudo apt-get --purge remove apache2.2-common $ sudo apt-get autoremove $ sudo find /etc -name "*apache*" -exec rm -rf {} \; $ sudo rm -rf /var/www $ sudo apt-get install apache2 $ sudo /etc/init.d/apache2 restart
Ubuntu安装软件指定版本号
1 2 3 4 5 6 The following packages have unmet dependencies: libpcre3-dev : Depends: libpcre3 (= 2:8.39-12build1) but 2:8.44-1+ubuntu18.04.1+deb.sury.org+1 is to be installed Depends: libpcrecpp0v5 (= 2:8.39-12build1) but 2:8.44-1+ubuntu18.04.1+deb.sury.org+1 is to be installed sudo apt install libpcrecpp0v5=2:8.39-12build1 libpcre3=2:8.39-12build1
Gitlab安装 https://ken.io/note/centos7-gitlab-install-tutorial#H3-11
Zsh安装 1 2 3 4 5 6 7 8 9 10 11 12 13 14 $ sudo apt-get install zsh $ zsh --version $ sudo chsh -s $(which zsh) https://ohmyz.sh/ $ echo $SHELL
安装confluence atlassian的相关软件
confluence下载地址
安装:
1 2 3 4 5 6 7 docker run -v \ /root/confluence/:/var/atlassian/application-data/confluence/ \ --name="confluence" \ -d \ -p 8090 :8090 \ -p 8091 :8091 \ atlassian/confluence-server
破解:
1./opt/atlassian/confluence/confluence/WEB-INF/lib/atlassian-extras-decoder-v2-3.4.1.jar备份 2.atlassian-extras-decoder-v2-3.4.1.jar重命名为atlassian-extras-2.4.jar并下载到本地 (和破解工具放在同一目录) 3.下载破解工具confluence_keygen.jar,在上面的超链接下载
4.将已被破解的jar包atlassian-extras-2.4.jar重名为atlassian-extras-decoder-v2-3.4.1.jar
并放置在原路径/opt/atlassian/confluence/confluence/WEB-INF/lib
5.下载mysql-connector-java-5.1.32-bin.jar 上传/opt/atlassian/confluence/confluence/WEB-INF/lib
6.开始安装到需要授权码
相关报错:
1 2 启动发生报错 "Spring Application context has not been set" rm -f /var/atlassian/application-data/confluence/confluence.cfg.xml
Nmap 找出活跃的主机 1 2 3 nmap -sP 192.168.41.136 nping --echo-client "public" echo.nmap.org
查看打开的端口 nmap 192.168.41.136
网络软件 清理网络DNS缓存
检查nameserver有没有生效
DNS生效的国家
IP查询
发送文件到Kindle
VIM vim的配置文件设置 1 2 3 4 5 6 7 8 9 cp /usr/share/vim/vimrc ~/.vimrcvi ~/.vimrc syntax on set nu!
行号
过滤注释 1 cat redis.conf |grep -v '#' |grep -v '^$' >redis-6237.conf
多行注释 1 2 3 4 5 1 Ctrl+v进入v模式 2 上下方向键选中要注释的行 3 shift +i(即大写的I)行首插入 4 输入注释符// 5 按esc返回
反注释 1 2 3 1 Ctrl+v进入v模式 2 上下方向键选中要注释的行,左右键选择要删除的字符// 3 按d删除
格式化
删除#开头的行
SSH 安装ssh 1 2 3 4 5 6 7 8 ps -e | grep ssh sudo apt-get install openssh-server sudo /etc/init.d/ssh start
SSH配置文件设置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 vim /etc/ssh/sshd_config PermitRootLogin prohibit-password ===> PermitRootLogin yes PasswordAuthentication no ===> PasswordAuthentication yes PubkeyAuthentication yes sudo service ssh reload
SSH连接,key失效 1 2 3 4 5 6 7 8 9 10 11 12 13 14 λ ssh [email protected] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host is SHA256:RIqSp3Pd94k4PPQcDtKAzK0sQbf4VWffKGwy/nvO8Kw. Please contact your system administrator. Add correct host key in C:\\Users\\Owner/.ssh/known_hosts to get rid of this message. Offending ECDSA key in C:\\Users\\Owner/.ssh/known_hosts:12 ECDSA host key for 10.19.44.12 has changed and you have requested strict checking. Host key verification failed.
解决方法:找到.ssh文件下的known_hosts,删除相关ip的行
生成证书 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 # 客户端生成秘钥 ssh-keygen # ssh目录的文件 # id_rsa,私钥文件。不应该分享给任何人。私钥文件通常以 PEM 格式存储。 # id_rsa.pub,公钥文件。公钥可以公开分享,用于配置在你需要访问的服务器上。服务器使用公钥来加密信息,私钥可以解密。 # known_hosts, 文件存储了你之前连接过的所有服务器的主机密钥。这些密钥用于验证服务器的身份,以防止中间人攻击。每次你连接一个新的服务器,服务器的公钥会被添加到这个文件中。 # known_hosts.old,是 `known_hosts` 文件的备份。每当 `known_hosts` 文件更新时,旧版本会被保存为 `known_hosts.old`。这可以作为一个安全机制,如果新的 `known_hosts` 文件出现问题,可以回滚到旧版本。 ➜ .ssh ll /Users/anthony/.ssh -rw-------@ 1 anthony staff 1.6K 6 8 21:50 id_rsa -rw-r--r--@ 1 anthony staff 425B 6 8 21:50 id_rsa.pub -rw-------@ 1 anthony staff 3.0K 6 8 21:24 known_hosts -rw-------@ 1 anthony staff 2.3K 6 8 21:23 known_hosts.old # 把公钥拷贝到服务器,这次是要输入密码 ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote_host # 使用证书登录服务器 # 实验的时候有个问题,如果不指定证书登录的命令,还是会提示输入密码 ssh -i ~/.ssh/id_rsa_server2 ubuntu@your_server_ip2
root账号登录并且配置证书 1 2 3 4 5 6 7 8 9 10 11 12 13 # 已经使用别的用户(账户名是:anthony)登录了服务器之后,再执行 sudo passwd root # 第一次输入anthony用户的密码 # 第二次输入新密码 # 第三次再次输入新密码 # 修改配置文件,让root用户可以登录,看上面的配置 # 客户端上传rsa公钥,留意这里是root的账户的路径 cat ~/.ssh/id_rsa.pub | ssh [email protected] 'cat >> /root/.ssh/authorized_keys' # 然后就可以使用root账户和证书登录了 # 证书本身是不区分用户名,只认是不是一对公钥还是私钥
root登录之后没有高亮 1 2 cp /home/kali/.bashrc /rootsource .bashrc
oh-my-zsh 安装oh-my-zsh 1 2 3 4 5 6 7 8 9 vim ~/.zshrc ZSH_THEME="jonathan" plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
oh my zsh插件 zsh-syntax-highlighting 高亮语法,如图,输入正确语法会显示绿色,错误的会显示红色,使得我们无需运行该命令即可知道此命令语法是否正确
1 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom} /plugins/zsh-syntax-highlighting
plugins=(其他的插件 zsh-syntax-highlighting)
zsh-autosuggestions 自动补全
只需输入部分命令即可根据之前输入过的命令提示,按右键→即可补全
1 git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom} /plugins/zsh-autosuggestions
plugins=(其他的插件 zsh-syntax-highlighting)
Shell 设置别名 经常要用命令行,进入到某个目录
编辑你的 Shell 配置文件,例如 Bash 的配置文件是 ~/.bashrc
或 ~/.bash_profile
,Zsh 的配置文件是 ~/.zshrc
。
添加 alias work='cd /path/to/your/work/directory'
运行 source ~/.bashrc
或 source ~/.zshrc
来使配置生效。
终端中输入 work
命令,就会进入你设置的工作目录
设置环境变量 1 2 3 4 5 export http_proxy=http://127.0.0.1:3128unset http_proxy
curl换行 1 curl http://www.baidu.com -w '\n'
curl请求不校验证书 1 2 3 4 5 6 7 8 curl -k https://random.com curl -insecure https://random.com
脚本首行
脚本变量 1 2 3 4 your_name="runoob" greeting="hello, " $your_name " !"
判断 Linux shell脚本之 if条件判断_doiido的专栏-CSDN博客
判断数值
命令
解释
[ INT1 -eq INT2 ]
INT1和INT2两数相等返回为真 ,=
[ INT1 -ne INT2 ]
INT1和INT2两数不等返回为真 ,<>
[ INT1 -gt INT2 ]
INT1大于INT2返回为真 ,>
[ INT1 -ge INT2 ]
INT1大于等于INT2返回为真,>=
[ INT1 -lt INT2 ]
INT1小于INT2返回为真 ,<
[ INT1 -le INT2 ]
INT1小于等于INT2返回为真,<=
字符串判断
命令
解释
[ -z STRING ]
如果STRING的长度为零则返回为真,即空是真
[ -n STRING ]
如果STRING的长度非零则返回为真,即非空是真
[ STRING1 ]
如果字符串不为空则返回为真,与-n类似
[ STRING1 == STRING2 ]
如果两个字符串相同则返回为真
[ STRING1 != STRING2 ]
如果字符串不相同则返回为真
[ STRING1 < STRING2 ]
如果 “STRING1”字典排序在“STRING2”前面则返回为真。
[ STRING1 > STRING2 ]
如果 “STRING1”字典排序在“STRING2”后面则返回为真。
1 2 3 4 5 6 7 8 9 10 11 12 13 #!/bin/sh STRING= if [ -z "$STRING " ]; then echo "STRING is empty" fi if [ -n "$STRING " ]; then echo "STRING is not empty" fi