Linux 下安装 Boost 库
原链接: http://www.2cto.com/os/201302/190575.html
最近由于编译一个程序用到了C++的boost库,所以便安装了这个库。但是,其中遇到了一些小问题。所以记录下来,以供别人参考。
首先说一下我的环境:Ubuntu 12.04 32bit, g......
原链接: http://www.2cto.com/os/201302/190575.html
最近由于编译一个程序用到了C++的boost库,所以便安装了这个库。但是,其中遇到了一些小问题。所以记录下来,以供别人参考。
首先说一下我的环境:Ubuntu 12.04 32bit, g......
转载自: https://github.com/StevenSLXie/Shell-Programming-Tutorial
0. 写在前面
程序员多多少少都会和命令行打交道,一些常用的命令,比如cd、ls、ping等等,使用起来可能问题不大。但大多数人对Shell编程的了解程度,可能仅止于......
请使用 nohup 命令...
例如:
nohup python manage.py runserver 0.0.0.0:8080
然后使用:
ps aux | grep manage.py
能查询到刚才运行的服务, 使用 service 命令可以关闭此进程.
下载mutt和msmtp:
sudo apt-get install mutt
sudo apt-get install msmtp
相关配置:
配置mutt:
vim .muttrc
在其中输入如下信息:
set use_from=yes
set realna......
首先安装sendEmail:
sudo apt-get install sendemail
然后使用如下命令即可发送(速度远胜于mutt&msmtp组合):
sendEmail -o tls=no -f bigboos@tom.com -t zhanglintc@163.co......