王马达

导航

2014年10月27日 #

HelloWorld Makefile Template

摘要: DEPDIR = build_depTARGET_NAME = helloworldCFLAGS = -WallSRCS = main.cSRCS += foo.cOBJS = $(SRCS:%.c=%.o)all: $(OBJS) $(CC) $(CFLAGS) $^ -o $(TAR... 阅读全文

posted @ 2014-10-27 09:52 王马达 阅读(161) 评论(0) 推荐(0) 编辑

生成linux shadow文件

摘要: 1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$... 阅读全文

posted @ 2014-10-27 09:12 王马达 阅读(283) 评论(0) 推荐(0) 编辑