Fork me on GitHub

Config & Keys

EditPlus
Name: crsky 
Code: 7879E-5BF58-7DR23-DAOB2-7DR30
Exchange Server 2010
Exchange Server 2010 Standard Edition
XJG6B-4D4YV-4M338-Q42H6-39VT2
Expression Blend 4
6WDDQ-K7D4F-GQGF4-2VYBJ-8K6MB
Power Shell
Import-Module ServerManager
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy  -Restart
SnagIt
snagit 注册码:

Name:  XiaZaiBa
S/N:   AM5SC-8LWML-MVMWU-DTLGE-ERMBE
SharePoint Server 2010
SharePoint Server 2010:(Enterprise)
6VCWT-QBQVD-HG7KD-8BW8C-PBX7T

SharePoint Server 2010:(Standard)
HQ937-PP69X-8K3KR-VYY2F-RPHB3
SQL Server 08
JD8Y6-HQG69-P9H84-XDTPG-34MBB
TFS 2010
P2K4R-VPKVK-TKH4B-TRT6V-DW2GX
VMWare
vm7
VA34H-DWWD6-08ELZ-3XQ7X-PAK90

vm8
MV4YN-0L38Q-2ZK60-XUA7K-AAZ18
JC6AP-D4H0P-TZ131-4A2QM-8CNP7
0U6UU-6AJDL-RZTK9-230Q0-8ARJQ
JG2TD-DJL95-FZZZ8-DU1NH-33GH7
VS2008
VS2008简体中文正式版序列号大全

1.Visual Studio 2008 Professional Edition:
XMQ2Y-4T3V6-XJ48Y-D3K2V-6C4WT

2.Visual Studio 2008 Team Test Load Agent:
WPX3J-BXC3W-BPYWP-PJ8CM-F7M8T

3.Visual Studio 2008 Team System:
PYHYP-WXB3B-B2CCM-V9DX9-VDY8T

4.Visual Studio 2008 Team Foundation Server:
WPDW8-M962C-VJX9M-HQB4Q-JVTDM

-----------------------------------------------------------------
把90天试用版改为正式版,二种方法:

1. 把Setupsetup.sdb文件中的
    [Product Key]
    T2CRQGDKBVW7KJR8C6CKXMW3D
   改成
    [Product Key]
    PYHYPWXB3BB2CCMV9DX9VDY8T

2.安装完成后,在“控制面板”中启动“添加删除程序”,选中Vs2008,点击“更改、删除”,
输入序列号:PYHYP-WXB3B-B2CCM-V9DX9-VDY8T
VS2010
YCFHQ-9DWCY-DKV88-T2TMH-G7BHP
VS2012
KEY:YKCW6-BPFPF-BT8C9-7DCTH-QXGWC
WIN8
Win8: DNJXJ-7XBW8-2378T-X22TX-BKG7J
WIN2003
JK6JC-P7P7H-4HRFC-3XM7P-G33HM
WinXP
kg7g9-67khv-4fqkv-4dyxk-bhqtj
Zend Framework
安装顺序:
->sudo apt-get install mysql-server
->sudo apt-get install zend-framework(apache2+php5)
->sudo a2enmod rewrite 
->sudo gedit /etc/php5/conf.d/zend-framework.ini(去掉前面分号)
->zf create project firstProject 
->sudo gedit /etc/apache2/conf.d/firstProject.conf 
*******************************************************
<IfModule alias_module>
Alias /firstProject "/home/eeyore/firstProject/public/"
<Directory "/home/eeyore/firstProject/public/">
Allow from all
RewriteEngine on
RewriteBase /firstProject
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !/.(css|js|jpg|gif|png|swf|flv)$ index.php
Options FollowSymlinks MultiViews
AllowOverride All
</Directory>
</IfModule>
*************************************************************
->主文件夹下firstProject/public/.htaccess(Ctrl+H显示隐藏文件)
*************************************************************
RewriteEngine On 
RewriteBase /firstProject --增加一行
RewriteCond %{REQUEST_FILENAME} -s [OR] 
RewriteCond %{REQUEST_FILENAME} -l [OR] 
RewriteCond %{REQUEST_FILENAME} -d 
RewriteRule ^.*$ - [NC,L] 
RewriteRule ^.*$ index.php [NC,L] 
******************************************
->sudo /etc/init.d/apache2 restart
->sudo apt-get install libapache2-mod-auth-mysql
->sudo apt-get install php5-mysql
->sudo /etc/init.d/apache2 restart
->sudo apt-get install phpmyadmin
->sudo ln -s /usr/share/phpmyadmin/ /var/www/
->sudo /etc/init.d/apache2 restart
缺少mcrypt扩展:
->sudo apt-get install php5-mcrypt
->sudo /etc/init.d/apache2 restart

WordPress
->sudo apt-get install wordpress php5-gd 
->sudo ln -s /usr/share/wordpress /var/www/wordpress 
->sudo bash /usr/share/doc/wordpress/examples/setup-mysql -n root localhost
->sudo /etc/init.d/apache2 restart

WordPress_CN
->sudo passwd
->http://cn.wordpress.org

LAMP
->sudo apt-get insatll lamp-server^

Zend Server CE
->sudo -s
->ZendServer-5.6.0-RepositoryInstaller-linux.tar.gz
->cd ZendServer-RepositoryInstaller-linux
->./install_zs.sh 5.3 ce
->http://localhost:10081/ZendServer

Zend Studio
->sudo passwd
->OpenJDK Java6 Runtime
->plugins/com.zend.php.core_9.0.2.201202240955.jar
->
34E606CF10C3E4CF202ABCEAA9B0B7A64DD2C5862A514B944AAAB38E3EB8A5F2CD735A2AB4CF9B952590EFA62BA0AB2B3E5D99C33C55309EE143165AC7F1817D626574615F3B32312F31312F323031313B392E303B3030313B313B3330

CentOS-lnmp
->lnmp0.8.tar
->su -root
->cd lnmp0.8/
->./centos.sh
secure.vpn
# VPN Client Connection File
# 
# This file was exported by the VPN Client Connection Manager.
# The contents of this file can be edited with a text editor.
# 
# If you import this file into the VPN Client Connection Manager, 
# you can instantly setup a connection.

declare root
{
    bool CheckServerCert false
    bool StartupAccount false

    declare ClientAuth
    {
        uint AuthType 0
        string Username public
    }
    declare ClientOption
    {
        string AccountName Secure Internet Connection
        uint AdditionalConnectionInterval 1
        uint ConnectionDisconnectSpan 0
        string DeviceName DHCP
        bool DisableQoS false
        bool HalfConnection false
        bool HideStatusWindow false
        string Hostname public.softether.com
        string HubName PUBLIC
        uint MaxConnection 1
        bool NoRoutingTracking false
        uint NumRetry 4294967295
        uint Port 443
        uint PortUDP 0
        string ProxyName $
        byte ProxyPassword $
        uint ProxyPort 0
        uint ProxyType 0
        string ProxyUsername $
        bool RequireBridgeRoutingMode false
        bool RequireMonitorMode false
        uint RetryInterval 15
        bool UseCompress false
        bool UseEncrypt true
    }
}
Start IIS
net start iisadmin
echo OK
net start w3svc
echo OK
Stop IIS
net stop iisadmin
echo OK
net stop w3svc
echo OK
Start MongoDB
cd C:\Users\Administrator\Desktop\SQLite\mongodb-win32-x86_64-2.2.0\bin
mongod -dbpath C:\Users\Administrator\Desktop\SQLite\mongodb-win32-x86_64-2.2.0\data
Network
不能入域
1. 在网卡的设置上可能没有选择“Microsoft网络客户端”。 
2. 卸载本地计算机上安装的防火墙类型软件,比如天网、金山网镖等。 
3. 需要启动 TCP/IP NetBIOS Helper、Remote Registry、Windows Time服务。
4. 带网络连接的安全模式下操作

网络共享不能访问
1. TCP/IP NetBIOS Helper
2. Computer Browser

 

posted @ 2012-12-03 11:09  Nick.Chung  阅读(286)  评论(0编辑  收藏  举报