240 发简信
IP属地:河北
  • cygwin apt-cyg

    https://github.com/transcode-open/apt-cyg

  • ssh免密码登陆

    ssh-keygen -t rsassh-copy-id -i 公钥文件 root@ip地址

  • bash 取消提示音

    vim /etc/inputrc set bell-style none

  • vim

    set cindent 首行缩进 ctrl + n 自动补全 set vb 不提示错误声音 $到行尾 vimrc 的位置 /etc/vimrc ...

  • 修改完nginx后uwsgi自动更新

    只需要一个参数 可以写到uwsgi的ini文件中 py-autoreload = 1

  • linux 增加path 路径

    当前用户家目录.bashrc文件中追加 $PATH:后面自行发挥

  • null 和 nohup

    Linux下还有一个特殊的文件/dev/null,它就像一个无底洞,所有重定向到它的信息都会消失得无影无踪 nohup 有三种状态 0,1,2 ...

  • nginx 访问sock文件权限不够

    安装完uwsgi,通过uwsgi生成sock文件与nginx通讯。 nginx 显示502错误。 在/var/log/nginx的error文件...

  • centos 下 nginx 没有 sites-enabled 文件夹

    我也说不好为啥没有,但是我知道怎么办。 编辑 /etc/nginx/nginx.conf 在 http block 中添加 然后再/etc/ng...