.mp4bakを.mp4に変更してみる
Windows
Export Azure network security groups using PowerShell
Standard> Install-Module AzureRM > Import-Module AzureR Error: Import-Module : File C:\Program Files\WindowsPowerShell\Modules\AzureRM\4.2.1\AzureRM.psm1,... The PowerShell should work with the RemoteSigned policy in any case. > Get-ExecutionPolicy -List > Get-ExecutionPolicy -Scope CurrentUser > Set-ExecutionPolicy RemoteSigned > Import-Module AzureRM > Login-AzureRmAccount > Get-AzureRmSubscription Name : BizSpark Id : 1e573f03-6685-xxxx-bcb0-xxx TenantId : 517c8f98-6209-xxxx-9aca-xxx State : Enabled Name : Microsoft Azure Sponsorship Id : 61719d1b-1c44-xxxx-a985-xxx TenantId : 517c8f98-6209-xxxx-9aca-xxx State : Enabled > Select-AzureRmSubscription -SubscriptionId "61719d1b-1c44-xxxx-a985-xxx" > Get-AzureRmNetworkSecurityGroup -Name NSG_NAME -ResourceGroupName ResourceGroupName | Get-AzureRmNetworkSecurityRuleConfig | Select * | > Export-Csv -NoTypeInformation -Path C:\NSGExport.csv |
putty+ssh socks5
StandardIP网段的计算和划分-转载
Standard转载...
svn+trac install for window
Standard下载地址:
http://www.python.org/download/
Python 2.6.2 Windows installer
http://genshi.edgewall.org/wiki/Download
Genshi-0.5.1.win32-py2.6.exe
http://oss.itsystementwicklung.de/trac/pysqlite/
pysqlite-2.5.5.win32-py2.6.exe
http://trac.edgewall.org/wiki/TracDownload
Trac-0.11.4.win32.exe
http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
Setup-Subversion-1.6.2.msi
svn-python-1.6.1.win32-py2.6.exe
http://trac.edgewall.org/wiki/TracOnWindows#Setuptools
ez_setup.py
setuptools-0.6c9-py2.6.egg
python ez_setup.py setuptools-0.6c9-py2.6.egg #这一步很重要,否则trac-admin操作时会报错
vmware server for window的初始用户名密码
Standard在win2003上安装vmware server时报error 1718
Standard原因: 当计算机没有足够的连续内存可供 Windows Server 2003 或 Windows XP 用于验证是否对 .msi 包或 .msp 包正确进行了签名时将出现此问题。 解决: ...
Winxp上配Apache Mysql PHP及Linux上一些问题的备注
Standard1.如果PHP5按网上的教程还认不出Mysql Module的话就在Apache的httpd.conf头上加一句”loadfile c:/php/libmysql.dll”