AI智能
改变未来

Shell 第91页

Mac 终端bash 80*24 解决办法-爱站程序员基地

Mac 终端bash 80*24 解决办法

AI

估计有人和我一样想将默认的python2 修改为python3 ,结果按照网上的那些办法修改.bash_profile文件之后,发现完犊子了,终端bash废掉。 方法:https://zhidao.baidu.com/question/18...

关于adb shell screencap > 1.png-爱站程序员基地

关于adb shell screencap > 1.png

AI

\\r\\n 字节的处理是一个问题。 按照图中这样就可以了,replace(b\’\\r\\r\\n\’, b\’\\n\’) 删掉了重要的东西……. 转载于:http...

Git Bash/GUI Here  “找不到应用程序问题” 的解决方案-爱站程序员基地

Git Bash/GUI Here “找不到应用程序问题” 的解决方案

AI

01 问题描述:git bash 找不到应用程序问题 欲使用hexo部署博客时,文件夹内鼠标右键单击,发现图标异常 然后点击Git Bash Here后,提示以下错误:找不到应用程序 02 解决方案:通过修改注册表内相应文件路径信息的方法,...

进程监控 shell Linux 脚本-爱站程序员基地

进程监控 shell Linux 脚本

AI

shell 脚本 实现进程监控 [code]#!/bin/shhost_dir=/home/www/computer-visionworker=1for((i=1;i<= ${worker} ;i++));doproc_name=\"...

shellcode学习-1-爱站程序员基地

shellcode学习-1

AI

做pwn题难免要写shellcode,一般大多是用网上找的和用pwntools生成的,每次到比赛的时候显得慌忙脚乱的,现在系统的学习一下 获取集成好的 使用pwntools pwntools手册先设置目标机的参数context(os=’li...

shell脚本一键安装zabbix-爱站程序员基地

shell脚本一键安装zabbix

AI

!/bin/bash Zabbix 一键部署脚本 ################################################ echo “正在配置firewall防火墙……”systemctl stop firewal...

shell 脚本一键部署LAMP-爱站程序员基地

shell 脚本一键部署LAMP

AI

!/bin/bashcfg=/etc/httpd/conf/httpd.confecho \"LAMP相关组件...\"yum -y install httpd php php-mysql php-gd mysql mysql-server...