2016年2月19日

摘要: 在TortoiseGit的设置 -> git 中选择 编辑本地 .git/config 在最后增加下面内容: [credential] helper = store 阅读全文
posted @ 2016-02-19 14:02 honsen 阅读(207) 评论(0) 推荐(0)

2015年12月12日

摘要: 1.下载最新composer1 wget -c https://getcomposer.org/composer.phar2.可执行权限1 chmod u+x composer.phar3.放置到安装文件夹mv composer.phar /usr/local/bin/composer4.执行命令,... 阅读全文
posted @ 2015-12-12 21:45 honsen 阅读(1824) 评论(0) 推荐(0)

2015年6月5日

摘要: sudo apt-get install xdrpsudo apt-get install vnc4server tightserversudo apt-get install xfce4echo xfce4-session >~/.xsessionwin7下远程桌面http://blog.csdn... 阅读全文
posted @ 2015-06-05 12:26 honsen 阅读(171) 评论(0) 推荐(0)

2015年3月31日

摘要: InstallationStarting with a vanilla Lucid install, install pip and upgrade to the latest version:apt-get install python-pippip install -U pip Next, i... 阅读全文
posted @ 2015-03-31 16:33 honsen 阅读(257) 评论(0) 推荐(0)

2014年12月15日

摘要: 1.UltraISO制作USB启动盘2.打开U盘目录下的\syslinux\syslinux.cfg,将default vesamenu.c32注释为 # default vesamenu.c32 阅读全文
posted @ 2014-12-15 14:08 honsen 阅读(141) 评论(0) 推荐(0)

2014年11月25日

摘要: 1. 安装Anaconda插件Ctrl+Shift+P打开控制面板,找到Install Package,回车在弹出框中输入Anaconda,回车安装即可。2.配置Anaconda文件Preferences=>Package settings=>Anaconda=>Default-settings"p... 阅读全文
posted @ 2014-11-25 16:50 honsen 阅读(217) 评论(0) 推荐(0)

2014年8月20日

摘要: 1.下载安装程序http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%20Build%203059%20Setup.exe2.下载注册机http://img.xiumu.org/blog-uploads/2013/02/sublime.text_.305... 阅读全文
posted @ 2014-08-20 10:08 honsen 阅读(197) 评论(0) 推荐(0)

2014年7月18日

摘要: 1.添加自定义事件crontab -e2.选定编辑器3.添加执行代码00 * * * * /usr/bin/curl http://www.exmple.com/cron.phpcrontab 命令用于安装、删除或者列出用于驱动cron后台进程的表格。也就是说,用户把需要执行的命令序列放到cront... 阅读全文
posted @ 2014-07-18 09:10 honsen 阅读(624) 评论(0) 推荐(0)

2014年7月14日

摘要: 1.当执行此命令的时候ntpdate us.pool.ntp.org 出现一下错误提示name server cannot be used: Temporary failure in name resolution2.解决办法(添加DNS服务器)vi /etc/resolv.conf添加: name... 阅读全文
posted @ 2014-07-14 15:07 honsen 阅读(675) 评论(0) 推荐(0)

2014年5月23日

摘要: 1.安装mysql数据库支持的pure-ftpdapt-get install pure-ftpd-mysql2.添加分组"ftpgroup",并且添加分组虚拟用户"ftpuser"groupadd -g 2001 ftpgroupuseradd -u 2001 -s /bin/false -d /... 阅读全文
posted @ 2014-05-23 21:28 honsen 阅读(267) 评论(0) 推荐(0)

导航