• twitter 2.png
  • facebook 2.png
  • email 2.png

Alamise-Blog

Le blog du technicien
  • 主页 | Frontpage
  • 文章目录 | Category
  • 搜索 | Search
slider3
slider2
slider1
slider4
slider5
slider6
Home
  • FREENAS (3)
  • 主机 (17)
  • Windosw Server 2008 (18)
  • Windows 7 (18)
  • NAS (1)
  • Firefox (4)
  • 路由 (1)
  • 按键精灵 (2)
  • vmware (2)
  • Debian (18)
  • Artisan (1)
  • CentOS (20)
  • Acdsee (1)
  • OSx86 (3)
  • Oracle (4)
  • VPS (3)
  • Gallery 3 (1)
  • Teamspeak (1)
  • VPN (18)
  • ADbloc PLUS (1)
  • 卡巴斯基 (1)
  • Chrome (1)
  • PAP2T (3)
  • MYSQL (8)
  • zend server (1)

LOG IN

Forgot your password?

Forgot your username?

BLOG

任务计划 后台运行

PDFPrintE-mail
May022012
Windosw Server 2008

选择 任务计划

 

选择 不管用户登陆都要运行

 

选择 最高权限

 

mysql db 位置

PDFPrintE-mail
Apr232012
MYSQL

C:/ProgramData/MySQL/MySQL Server 5.1/Data/

   

vsphere 虚拟机 开机一起启动

PDFPrintE-mail
Apr082012
vmware

计算机

配置

软件

虚拟机启动 关机

属性

选择虚拟机 上移 到 自动启动

延迟5分钟=300秒

   

centos php 5.2

PDFPrintE-mail
Apr052012
CentOS

方法1

www.CTOHome.com/linux-vps-pack/php5.2.sh

 

 

#!/bin/bash
rpm --import http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
wget -P /etc/yum.repos.d/ http://repo.webtatic.com/yum/webtatic.repo
echo 'exclude=php*5.3*' >> /etc/yum.conf
yum --enablerepo=webtatic --exclude=php*5.3* update -y php
yum --enablerepo=webtatic --exclude=php*5.3* install -y php-xml php-dom php-mcrypt php-gd php-mbstring php-mhash
yum --enablerepo=webtatic --exclude=php*5.3* upgrade -y php-xml php-dom php-mcrypt php-gd php-mbstring php-mhash

service httpd restart
echo '';
echo '';
echo " ==========   www.CTOHome.com   ============"
echo " ==========      PHP Version    ============"
php -v
echo '';
echo '';

 

 

 

 

方法2

rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

 

[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

 

 

vi /etc/yum.conf

最后一行增加

exclude=php*5.3*

   

centos 6 mini 安装 xdebug install debug

PDFPrintE-mail
Apr042012
CentOS

yum install gcc
yum install php-devel
pecl install xdebug
yum install make

 


You should add "extension=xdebug.so" to php.ini

   

subversion SVN centos 6

PDFPrintE-mail
Apr042012
CentOS

svn checkout http://xxxxx.rev.dedibox.fr/svn/projet /home/gestion/public_html


#!/bin/sh
export LANG=en_US.UTF-8
SVN=/usr/bin/svn
WEB=/home/gestion/public_html
$SVN update $WEB --username xxxx --password xxxxx --non-interactive

 

find /home/gestion/public_html -name .svn -exec rm -rf {} \;


svn add *


svn -m first commit

   

U盘 启动 X61 不识别 解决

PDFPrintE-mail
Apr012012
主机

我开始的时候BIOS设置是默认设置的,真的是识别几率小到可怜,根本来不及认出U盘来(因为读卡器指示灯没亮起来过)。
感觉开机自检速度快到根本不给我机会,所以将Boot Mode由Quick调整为Diagnostics,我要看看在开机启动诊断模式下,有没有机会识别U盘启动盘,呵呵,结果成功了,识别率很高,最起码我试了5、6回都可以进入U盘启动的。

 

选择 DIago 启动模式 内存自检时

u盘 拔下 插入 就可以识别

   

How To Configure Yum To Exclude A Mirror

PDFPrintE-mail
Mar312012
CentOS

Many of us have suffered from failing package repository mirrors. Some are slow, some won't have updated content, etc. You might want to remove/blacklist a particular mirror in your yum configuration.

Before trying to remove a mirror, install the fastest mirror plugin.

yum install yum-fastestmirror -y

The fastest mirror plugin is capable of determining mirror speeds and cache it. If that works for you well and good.

If not, manually exclude a mirror in /etc/yum/pluginconf.d/fastestmirror.conf. Use the exclude variable and set its value to the URL to be blacklisted.

Example

exclude = fedora.iitm.ac.in
   

Zend Server安装

PDFPrintE-mail
Mar202012
zend server

安装完成因Zend Server存在配置文件编码的错误,需要手工做更改。

用记事本打开D:\Program Files\Zend\ZendServer\etc\ZendEnablerConf.xml文件。

将 锘??xml version="1.0" encoding="UTF-8"?>

更改为< xml

 

在控制面板中打开Apache Service Monitor(右键点击图中第二排第一个图标) 重新启动Apache(点击Restart按钮)

   

更改google Cpanel界面语言

PDFPrintE-mail
Feb142012
主机

虽说Cpanel是支持多国语言的,但是它不像Vista Panel一样,自动识别使用的语言,Cpanel第一次登陆默认的语言为英文,需要自己手动更改一下。

Cpanel第一次登陆的时候会弹出一个自动向导,点击No,Thanks,I’m fine跳过。然后点击preferences中的Change Language,Set Language to 后的下拉框选择Chinese(中文),单击Change即可将Cpanel界面语言更改为中文!

Cpanel语言更改后,以后每次登陆就都是之前设置的语言了,有需要也可以再自行更改!

   

problem pap2t lost reg

PDFPrintE-mail
Feb032012
PAP2T

One common reason for this is that the UDP Timeout settings are not configured correctly. These may be found on the advance - Conntrack/Netfilter page in the Tomato config. I set "unreplied timeout" to 10 seconds and "assured timeout" to 300 seconds. On the VoIP devices, the NAT keepalive should be greater than the Tomato UDP Unreplied Timeout value (10) but less than the Tomato UDP Assured Timeout value (300). The default here is 15 and that's fine.

   

Page 1 of 14

  • Start
  • Prev
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next
  • End
© 2011 Alamise.com. All Rights Reserved. Réaliser par Lidesign.fr