随笔分类 -  工具

在github搭建你的个人主页
摘要:一. 有没有遇到过在简历上要求写项目地址的经历.或者面试时面试官问你的项目在线地址是多少.二. github 不但有代码托管的功能,还可以搭建在线演示项目,对于一个没有多少私房钱的穷屌丝,这个是不是天大的福音呢? 这个月的烟钱又有了.三. 说干就干 注册 http://github.com/ 新... 阅读全文
posted @ 2016-01-11 17:05 任城三爷 阅读(366) 评论(0) 推荐(0)
imagemagick 图像处理扩展
摘要:做图像处理的一个工具.http://www.imagemagick.org/script/command-line-processing.php支持命令行模式,支持接口调用.php 等等都可以,看起来不错.留下备忘. 阅读全文
posted @ 2016-01-05 17:24 任城三爷 阅读(242) 评论(0) 推荐(0)
xxx is not in the sudoers file. This incident will be reported
摘要:问题描述: 新建用户执行命令sudo chmod 700 ,提示输入root命令. 输入三次错误. 提示 yourid is not in the sudoers file. This incident will be reported问题解决 more /etc/sudoers 增加用户 ... 阅读全文
posted @ 2016-01-05 10:57 任城三爷 阅读(171) 评论(0) 推荐(0)
SVN+post-commit 搭建自动同步版本库
摘要:一.需求. 本地文件上传到测试环境svn,测试环境同步到生产环境rsync.开发环境与测试环境与生产环境分离.二.搭建SVN服务器. yum -y install subversion && which svn 1 [root@localhost ~]# which svn2 /usr/bi... 阅读全文
posted @ 2015-12-23 16:00 任城三爷 阅读(496) 评论(0) 推荐(0)
sqlmap新手注入
摘要:一 什么是sqlmap 1 sqlmap is an open source penetration testing tool that automates the2 process of detecting and exploiting SQL injection flaws and taki... 阅读全文
posted @ 2015-12-04 10:40 任城三爷 阅读(4121) 评论(0) 推荐(0)
Gow工具
摘要:一 Gow 是什么1 Gow (Gnu On Windows) is the lightweight alternative to Cygwin.2 It uses a convenient NSIS installer that installs over 100 extremely useful... 阅读全文
posted @ 2015-11-26 18:00 任城三爷 阅读(571) 评论(0) 推荐(0)