编程吴彦祖 代码蔡徐坤

Results 70 comments of 编程吴彦祖 代码蔡徐坤

# 基本配置 ncmpcpp_directory = "~/.ncmpcpp" mpd_host = "localhost" mpd_port = "6600" mpd_music_dir = "~/Music" mpd_connection_timeout = 5 # 界面: user_interface = "alternative" alternative_header_first_line_format = "$(white)─┤ $b$(magenta)%a$(end)$/b ├─$(end)" alternative_header_second_line_format = "$(16)%t...

# 这样子配置已经有声音了,记得每次配置都要重新启动不然不会生效 db_file "~/.config/mpd/database" auto_update "yes" log_file "~/.config/mpd/log" music_directory "~/Music" playlist_directory "~/.config/mpd/playlists" pid_file "~/.config/mpd/pid" state_file "~/.config/mpd/state" sticker_file "~/.config/mpd/sticker.sql" bind_to_address "127.0.0.1" restore_paused "yes" max_output_buffer_size "16384" audio_output { type "alsa" name "ALSA"...

https://github.com/Tanbourine/dotfiles/blob/be974963b136940c17ceb7547b9ef04d9d0e6f5e/ranger/rc.conf

ncmpcpp快捷键大全:https://pkgbuild.com/~jelle/ncmpcpp/

http://dotshare.it/ 配置分享

@hzfvictory karabiner有 target device 选项的,这个默认只对 poker 有效

> @itgoyo hi, 可以考虑添加该特性 感谢您的回复,我这边还发现了一个问题,查了一下issue好像也有小伙伴有类似的问题,就是/listen_forword的时候消息里面如果有多个媒体消息的时候,会多次转发,举个例子,如果消息里面有三张图片的时候它的表显示,第一次转发有1张图,第二次转发有2两图,第三天转发才有三张图,最终的这个转发才是正确的。

## 一、安装 使用brew安装nginx,所以前提是装有brew **1.1、安装brew** brew介绍:[https://brew.sh/index_zh-cn.html](https://brew.sh/index_zh-cn.html) 终端输入 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" **1.2、检查电脑是否有nginx** brew search nginx //查询要安装的软件是否存在 **1.3、可以查看一下nginx的信息** brew info nginx **1.4、正式安装nginx** brew install nginx **1.5、找到nginx的启动文件终端输入nginx【一般在/usr/local/Cellar/nginx/1.15.7/bin/nginx目录下】** nginx **1.6、浏览器访问localhost:8080【默认端口,如需更改请求配置文件conf更改】** 出现如下所示,即启动成功 ![](https://note.youdao.com/src/4115D26601AB48F8B93B7FEB524B6ECC)  ![](https://img2018.cnblogs.com/blog/1004904/201812/1004904-20181203115638938-1881805614.png)...

==> nginx Docroot is: /opt/homebrew/var/www The default port has been set in /opt/homebrew/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in /opt/homebrew/etc/nginx/servers/. To...