随笔分类 -  linux

摘要:sudo su/Applications/XAMPP/xamppfiles/xampp security 阅读全文
posted @ 2014-04-24 10:24 yedeying 阅读(357) 评论(0) 推荐(0)
摘要:sudo apt-get install ruby#find an folder and:git clone https://github.com/rubygems/rubygems.gitcd rubygemruby setup.rb 阅读全文
posted @ 2014-04-22 14:16 yedeying 阅读(120) 评论(0) 推荐(0)
摘要:the way of restart: sudo /opt/lampp/lampp restartconfig root: /opt/lampp/etc/httpd.conf /opt/lampp/etc/httpd-xampp.conf in each file we should change the deny config to allowand one more thing is to change the rights of htdocs directory, with the order below: sudo chmod a+w -R /opt/lampp/htdocs... 阅读全文
posted @ 2014-04-07 22:56 yedeying 阅读(160) 评论(0) 推荐(0)
摘要:1 runtime! debian.vim 2 "设置编码 3 set encoding=utf-8 4 set fencs=utf-8,ucs-bom,shift-jis,gb18030,gbk,gb2312,cp936 5 set fileencodings=utf-8,ucs-bom,chinese 6 7 "语言设置 8 set langmenu=zh_CN.UTF-8 9 10 "设置语法高亮 11 syntax enable 12 syntax on 13 14 "设置配色方案 15 colorscheme torte 16 17 " 阅读全文
posted @ 2014-04-07 20:06 yedeying 阅读(214) 评论(0) 推荐(0)
摘要:1.chrome的调试 断点的添加 console的使用2.vim的基本操作: rz命令 从本地读入文件到虚拟机 ctrl+E 打开文件目录树 gt 后标签 gT 前标签 v 按字母选中 V 按行选中 d 剪切 y 复制 z 贴粘 u 撒消 ctrl+r 重做 > 右移 == 对齐3.EJS的使用 阅读全文
posted @ 2014-03-22 15:01 yedeying 阅读(141) 评论(0) 推荐(0)