一、服务版本 yasm 汇编软件, 版本 1.3.0, ffmpeg编译时需要 下载链接 ffmpeg 版本 7.0.1 下载链接 二、安装 yasm wget https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0 ./configure
jumpserver连接websocket失败
location ^~ /vue { add_header Cache-Control "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0"; index index.html; alia
python parallel-rm-rf.py <dir> <thread_count> · 参数说明 ··· dir 删除目录 ··· thread_count默认是4 parallel-rm-rf.py #!/usr/bin/python # -*- coding: utf-8 -*- # # copyright (c) 2015 Ben England,
远程机配置文件 vim /etc/ansible/hosts 推送文件到远程机器 ansible all -m copy -a "src=./filterRds.sh dest=/data/xxx/filterRdsLink.sh" 运行远程文件或命令 ansible all -m shell -a 'bash /home/zhangjinliang/filterRdsLi
安装librdkafkaMacOS安装brewinstalllibrdkafkaCentOSyuminstalllibrdkafkaDebianaptinstalllibrdkafkaFreeBSDpkginstalllibrdkafka源码包安装librdkafkagitclonehttps://github.com/edenhill/librdkafka.git./configuremakes
服务器环境系统:Centos7PHP:PHP5.6.31xhprof:xhprof0.9.4graphviz:2.46.0软件下载xhprof下载地址:https://pecl.php.net/package/xhprofgraphviz下载地址:https://graphviz.org/download/source/PHP版本xhprof版本:5.6+0.9.0\0.9.1\0.9.2\0.9
若编译遇到此错误可尝试fatalerror:curl/curl.h:Nosuchfileordirectorycentos7下yuminstallcurldevelubuntu下aptgetinstalllibcurl4openssldev
安装openrestybrewtapopenresty/brewbrewinstallopenresty详细可参考官方文档:https://openresty.org/cn/download.html安装完成CaveatsYoucanfindtheconfigurationfilesforopenrestyunder/opt/homebrew/etc/openresty/.Tostartopenr
brewinstallhtop执行该命令安装的软件目录在:/opt/homebrew/Cellar/
记录:https://blog.csdn.net/u010509052/article/details/105455813
一、安装docker# 安装yum install docker# 启动systemctl start docker# 开启开机启动systemctl enable docker# 关闭开机启动systemctl disable docker二、拉取elasticsearch镜像&启动# 拉取elasticsearch镜像docker pull docker.elastic.co/elas
1、安装chrome# 执行安装脚本curl https://intoli.com/install-google-chrome.sh | bash# 执行下列命令进行测试 出现下图error不影响后续使用google-chrome -enable-webgl --no-sandbox --disable-dev-shm-usage https://www.baidu.com# 添加中文支持vim
背景:gitlab服务迁移至vpc下,linux服务器ssh端口改为9876,导致 git clone 提示无法连接;两种解决办法:1、通过ssh 指定端口号clone代码git clone ssh://git@git.jinliang.com:9876/koll/diyService.git2、将服务器22端口通过防火墙代理至9876端口,代理之后就不需要指定端口号了iptables -L -t
server { # ... server配置略 location ~ [^/]\.php(/|$) { # ... 其他配置略 add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow
问题描述: 机器装有 PHP5.6、PHP7.2.34报错是给PHP7.2.34安装扩展后启动报的错编译安装时都有指定 PHP bin 和 PHP配置安装的是 skywalking(3.3.2)扩展 /data/soft/php/7.2.n/bin/phpize ./configure --with-php-config=/data/soft/php/7.2.n/bin/php-config ma
## 安装步骤待补充 ## 配置过程 ### 添加文件 cd /etc/supervisord.d vim skywalking-agent.conf ### 添加配置 [program:skywalking-agent] command = /usr/local/bin/sky-php-agent --grpc=127.0.0.1:11800 --sky-version=8 --sock
添加sky-php-agent启动服务 cd /usr/lib/systemd/system vim sky-php-agent.service [Unit] Description=The SkyWalking PHP-Agent Process Manager After=syslog.target network.target [Service] Type=simple # Modify
nohup 要启动的二进制文件 2>&1 & nohup /usr/local/bin/sky-php-agent --grpc=127.0.0.1:11800 --sky-version=8 --socket=/tmp/sky-agent.sock >> /tmp/sky-php-agent.log 2>&1 &
sudo rm -rf /Users/系统用户名/Library/Preferences/com.parallel*sudo rm -rf /Users/系统用户名/Library/Parallelssudo rm -rf /private/var/db/Parallelssudo rm -rf /Library/Logs/parallels*sudo rm -rf /Library/Prefer
Mac升级至11.0.1后 phpize失效问题 grep: /usr/include/php/main/php.h: No such file or directory grep: /usr/include/php/Zend/zend_modules.h: No such file or directory grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
touchmysql.shvimmysql.sh写入:mysql-hhost-uuserName-pchmod+xmysql.sh执行:./mysql.sh输入密码即登录成功
Ubuntu 配置svn钩子
PHP7.1.9安装扩展 ldap 扩展
linux ssh 别名登录 免密登录
打开此链接按照命令执行即可https://downloads.mariadb.org/mariadb/repositories/#mirror=tuna&distro=Debian&distro_release=stretch--stretch&version=10.2
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号