server

Posted fariver

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了server相关的知识,希望对你有一定的参考价值。

sudo useradd username  //添加名为username的用户  

sudo useradd -m -s /bin/bash username  //也是创建username用户,只不过指定其默认shell为bash

sudo userdel -r username  //删除名为username的用户  

sudo usermod  -a -G groupname username  //-a表示‘append’,即不离开其它用户组,而把username加入namegroup中

id  username  //查看名为username的用户的id号

 给普通用户添加root权限

vim /etc/sudoers

找到"root ALL=(ALL) ALL"在下面添加"xxx ALL=(ALL) ALL"(这里的xxx是你的用户名)

reference: http://blog.chinaunix.net/uid-25305993-id-126661.html

wget持续下载

wget --wait=20 --limit-rate=20K -r -p -U --no-parent --recursive --page-requisites --load-cookies=cookies.txt http://xxxurlxxx.php

cookies.txt的生成方式参见:http://askubuntu.com/questions/161778/how-do-i-use-wget-curl-to-download-from-a-site-i-am-logged-into

reference: http://www.linuxjournal.com/content/downloading-entire-web-site-wget

以上是关于server的主要内容,如果未能解决你的问题,请参考以下文章

Nginx 四层代理之动静分离与负载均衡

如何设置命令超时

恒星支付查询

namecheap 添加二级域名

ssh服务

Eureka的集群配置