-
Apr252011
Crontab – Quick Reference
Setting up cron jobs in Unix and Solaris
cron is a unix, solaris utility that allows tasks to be automatically run in the background at regular intervals by the cron daemon. These tasks are often termed as cron jobs in unix , solaris. Crontab (CRON TABle) is a file which contains the schedule of cron entries to be run and at specifie...阅读全文
-
Apr242011
首先感谢immmmm制作的这款主题。
原来是看上的Lines & Boxes 这款简约主题的,不过是老外制作的。也不提供下载。
只好用Simple-Linese 代替。
因为这个主题有些地方还不能适用自己,于是需要做些修改。故此作个记录,避免遗忘。
1、去除sidebar.php 里面有个“功能”栏目
发现侧边栏里面有一项是带登录链接以及RSS的,感觉没什么用。不想让它显示出来。但暂时不想修改sidebar.php
利用CS...阅读全文
-
Apr242011
自从上次空间遇到问题迟迟没有拿到空间商的备份数据后,我更加认识到网站数据的备份的重要性。
搜索了下,Wordpress有一个插件WP-DB-Backup 看上去相当不错,于是把它给装上了。
尝试发送到邮件时,出错:
1Function split() is deprecated
搜索后,发现在php5.3.0 版本后,split这个函数已经不支持了。
经过摸索,发现WP-DB-Backup是调用 class-phpmailer.php 里面的函数的。
于是找到Word...阅读全文
-
Apr232011
MYSQL命令集
1、登陆MySQL:
1mysql -u root -p
2、查看用户信息
12select user,host,password from mysql.user;
select user,host from mysql.user;
3、设置密码
1set password for root@localhost=password('root_pw');
4、修改密码
方法1:mysqladmin -u root -p password newpassword
方法2: #mysql -u root -p mysql
12mysql>UPDATE user SET password=PASSWORD("new&qu...阅读全文
-
Apr232011
跌倒了再爬起来,虽然因为种种原因,网站中断了一段时间,但只要心不死,就可以重要再“站”起来!
阅读全文