[我的日志] 发错信了

2010.9 7

一些重要的文件要备份到qq邮箱中,可是等了好久就没有收到。 又重新执行一遍 !mutt 。谁知出现的命令却让我大吃一惊。原来是我的qq号给输错了。幸好我加密了,要不然损失可大了。 Read the rest of this entry

[Linux] shell 脚本加密

2010.9 7

shell用起来很方便,也很容易修改。 可是有一点就是:脚本里一些很敏感的东西如密码等别人很容易看到。到网上一搜发现了一个号软件。shc,主页:http://www.datsi.fi.upm.es/~frosal/ 安装很简单,下载下来,解压,运行make一步一步来 Read the rest of this entry

[Linux] AWStats 安装

2010.9 6

今天突然想起要安装Awstats。 http://awstats.sourceforge.net/ 官方网站下载先。 解压后得到几个目录: 6f4ba64a6708ec3c1e811f3dd2c9de18000 在tools下有awstats_configure.pl安装程序。 1:先移动这些目录到/usr/local 2:运行tools下awstats_configure… Read the rest of this entry

[建站日志] wordpress添加google广告

2010.9 5

如果用修改模板的方式添加google广告的话,可以试一下: 1:找到模板中的single.php。 <?php the_content(); ?> 是显示文章的内容的。在其前面添加 <div style=”float:right; padding-bottom:10px;padding-top:10px;”> google adsense  广告代码 R Read the rest of this entry

[建站日志] Google PIN

2010.9 5

今天终于收到了传说中的PIN。 这个小东西居然让我等了这么久。在google adsense后台输入pin后,发现以前的广告单元都没有了。以前添加的广告都还是公益广告。不知道是怎么搞的?还要多久才能正常显示。 原来广告单元都变成 Read the rest of this entry

[Linux] tar 删除单个文件

2010.9 2

不用解包,删除tar包中单个文件 tar –delete -f xxx.tar file 其中file如果在某个目录下,写全路径。例子如下: 6f4ba64a6708ec3c1e811f3dd2c9de18001 Read the rest of this entry

[Windows] 沙丁鱼流量联盟

2010.9 1

昨晚上终于到10000多积分了。然后我就兑换了2元,说是在48内到付。 今中午到支付宝上 一看,有了2元了。这算是在网上挣到的第一笔钱。像其他的,还没有到支付条件。 注册沙丁鱼点击这里 有兴趣的可以看一下,不过有一台 Read the rest of this entry

[Windows] regini修改注册表权限

2010.8 31

在批处理中要修改注册表的权限,要用到regini。 用法: regini reg.ini 其中reg.ini 中,包含要修改的项。例如: HKEY_LOCAL_MACHINE\SAM\ [1 8 19] 中括号里是权限代码 1 – Administrators 完全访问 2 – Administrators 只读访问 3 – Administra Read the rest of this entry

[我的日志] 财神爷过生日

2010.8 31

在济南的时候还没有在意过,在寿光,财神爷居然这么受欢迎。 今晚上的爆竹声是不绝入耳啊。 可能是寿光人富有,舍得花钱。 Read the rest of this entry

[Windows] Excel

2010.8 31

Excel中的绝对位置和相对位置。简单概括为: $a1——表示列不随位置改变而改变,但行却会改变。 a$1——表示列可以改变而行不变。 $a$1——表示列和行都不变,即固定的单元格。 Read the rest of this entry