首页
学习
活动
专区
圈层
工具
发布
综合排序最热优先最新优先
时间不限
celery(macos) - redis(centos) - celery(macos)
在虚拟机centos上装 了个redis。 配置redis.conf, 1)注释掉了bind 127.0.0.0, 可以任何ip访问 2)注释掉了requirepass,远程连接可以不用输密码 使用redis的目的是:把redis当个 中间的队列,用来存放任务, 然后在centos上运行celery,从redis中取任务
lesM10
2019-08-26
1.7K0
标签:
macOS 使用简介
本文列举了 macOS 配置,常用软件。
康怀帅
2018-02-28
1.3K0
标签:
MacOS Docker安装
MacOS Docker安装 使用Homebrew安装 brew cask install docker ?
周希
2019-10-15
1.5K0
标签:
MacOS升级Python
之前一直使用MacOS自带的python,但出于某种原因不得不升级一下python.
louiezhou001
2020-04-07
10.3K1
标签:
macos安装LightGBM
1、先通过brew安装 cmake、gcc brew install cmake brew install libomp brew install gcc@7 --without-multilib 2、再make安装LightGBM: git clone --recursive https://github.com/Microsoft/LightGBM ; cd LightGBM export CXX=g++-7 CC=gcc-7 mkdir build ; cd build cmake .. make -
马哥Python
2019-08-23
2.8K0
标签:
macOS 安装 mysql
macOS 安装 mysql 1. macOS 上,默认安装位置是 /usr/local/mysql 。如果要使用子程序,需要先将 /usr/local/mysql/bin 添加到系统环境变量中。 笔者比较推荐在 macOS 使用的是 Sequel Pro 。 注意:Host 字段需要改成 127.0.0.1 ?
我是一条小青蛇
2019-10-23
9.6K1
标签:
MacOS安装Nginx
安装 brew install nginx 常用命令 1.启动 ./nginx 2.退出 nginx -s quit 3.测试配置文件是否有误 nginx -t 4.查看nginx是否运行 pidof nginx ps -A | grep nginx 访问路径 http://localhost:8080/ 常用路径 1.默认安装路径 /usr/local/etc/nginx 2.默认页面路径 /usr/local/var/www References [1] 题图: https://unsplash.com
编程随想曲
2022-04-21
1.2K0
标签:
macOS 安装 Emacs
macOS 下可选择多种 Emacs GUI ,建议 Emacs Mac Port。
Frytea
2023-10-21
1.1K0
标签:
macOS Finder RCE
0x00: 漏洞摘要 macOS Finder 中的一个漏洞允许扩展名为inetloc执行任意命令的文件,这些文件可以嵌入到电子邮件中,如果用户点击它们将执行嵌入在其中的命令,而不会向用户提供提示或警告 0x01:受影响的版本 macOS Big Sur 及更早版本 0x02:供应商回应 供应商已被通知我们file://已悄悄修补了 Big Sur 中的漏洞,并且尚未为其分配 CVE。 0x03:漏洞分析 macOS 处理inetloc文件方式中的一个漏洞导致它运行嵌入在内部的命令,它运行的命令可以是 macOS 本地的,允许用户在没有任何警告/提示的情况下执行任意命令。 较新版本的 macOS(来自 Big Sur)阻止了file://前缀(在 中com.apple.generic-internet-location),但是他们进行了大小写匹配,导致File://或fIle 原文链接:https://ssd-disclosure.com/ssd-advisory-macos-finder-rce/
洛米唯熊
2021-10-11
8980
标签:
macOS 安装 mysql
$ brew install mysql Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/core). ==> Updated Formulae ansible gitbucket libdazzle mysql@5.5 urh b2-tools gnome-build
iOSDevLog
2018-08-10
7940
标签:
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档