随笔分类 -  Ubuntu

linux
摘要:基本格式 * * * * * command 分 时 日 月 周 命令 第1列表示分钟1~59 每分钟用*或者 */1表示 第2列表示小时1~23(0表示0点) 第3列表示日期1~31 第4列表示月份1~12 第5列标识号星期0~6(0表示星期天) 第6列要运行的命令 crontab文件的一些例子: 阅读全文
posted @ 2017-03-06 21:23 yikai.shao 阅读(172) 评论(0) 推荐(0)
摘要:sudo apt-get update sudo apt-get install vsftpd sudo vi /etc/vsftpd.conf sudo service vsftpd restart 测试ftp ftp localhost 账号:anonymous 密码:空 quit 添加ftp用 阅读全文
posted @ 2016-06-09 08:20 yikai.shao 阅读(440) 评论(0) 推荐(0)
摘要:参考:http://www.cnblogs.com/phinecos/archive/2009/06/06/1497717.html一. samba的安装:sudoapt-getinsallsamba二.创建共享目录:mkdir/home/sharesoduchmod777/home/share三.... 阅读全文
posted @ 2015-06-08 17:22 yikai.shao 阅读(215) 评论(0) 推荐(0)
摘要:Installing Pre-RequisitesNote that RRDTool 1.0.x versions included all dependancies, but 1.2.x versions require you to install these dependancies befo... 阅读全文
posted @ 2015-04-01 18:30 yikai.shao 阅读(812) 评论(0) 推荐(0)
摘要:安装cacti时,明明mysql信息都配置正确了,权限也分配好了,可是仍然报错,如下:这时可以试试到/etc/cacti目录下,修改debian.php中的mysql配置信息,问题应该就能解决了。 阅读全文
posted @ 2015-04-01 17:28 yikai.shao 阅读(154) 评论(0) 推荐(0)
摘要:GD库的安装sudo apt-get install php5-gdsudo apt-get install php5-gd sudo /etc/init.d/apache2 restartCURL安装sudo apt-get install php5-curl 阅读全文
posted @ 2015-04-01 10:10 yikai.shao 阅读(347) 评论(1) 推荐(0)
摘要:背景介绍:LAMP开发是很多公司喜欢采用的技术组合,故而做php开发,使用linux环境也是很多公司的要求。本文就来介绍下如何在windows下,使用phpstorm集成开发环境,来开发放在linux虚拟机的PHP项目。环境介绍:win7系统,phpstorm,虚拟主机ubuntu-server版。... 阅读全文
posted @ 2015-03-31 17:59 yikai.shao 阅读(12934) 评论(2) 推荐(1)
摘要:双系统,一般是先安装win7,再装ubuntu,开机用grub引导。假如装完双系统,某一天又想恢复使用windows怎么办呢? 阅读全文
posted @ 2015-02-02 10:57 yikai.shao 阅读(224) 评论(0) 推荐(0)
摘要:ubuntu中给apache添加虚拟主机的方法 阅读全文
posted @ 2015-01-16 10:50 yikai.shao 阅读(213) 评论(1) 推荐(0)
摘要:连接mysql时出现2003或提示1030错误,多数是权限引起的,参考错误提示信息。 阅读全文
posted @ 2015-01-07 18:02 yikai.shao 阅读(237) 评论(1) 推荐(0)
摘要:谷歌浏览器,有一款插件pepper Flash Player,可以在ubuntu的软件中心找到,安装后,就可以在用谷歌浏览器访问之前低版本flash不能打开的网站了。 阅读全文
posted @ 2014-09-06 15:53 yikai.shao 阅读(210) 评论(0) 推荐(0)
摘要:回到家,进入win7百度了一下,果然是ati显卡驱动问题!按照网上方法,重启电脑进入ubuntu的rescure模式,进入有个选项,显示“The system is running in low-graphics mode.”,果然是ati显卡引起的。 阅读全文
posted @ 2014-09-06 10:42 yikai.shao 阅读(1035) 评论(0) 推荐(0)
摘要:安装win7和linux双系统,一般先安装win7,后安装linux,本片就是指在安装好win7的情况下,安装ubuntu。 阅读全文
posted @ 2014-09-05 16:28 yikai.shao 阅读(630) 评论(0) 推荐(0)