hyder no blog
2011年9月12日 星期一
「sudo」 for Windows PowerShell
›
相信有許多 Unix-like 的愛用者, 對於 sudo 帶來的便利性及安全性, 都有很高的依賴性及倚靠性, 在 Windows 的世界,雖然有個「以系統管理員身分執行」的玩意兒, 但是在習慣使用文字介面如 cmd, vim, PowerShell 的人們來說, 倘...
2011年9月6日 星期二
Visual Studio 2010 授權修改
›
參見以下步驟: 32位的系統中,修改以下登錄表鍵值 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\Registration\UserName HKEY_LOCAL_MACHINE\SOFTWARE...
2011年8月24日 星期三
Installing PostgreSQL 9.0 on Ubuntu (11.04) using PPA
›
The version of default PostgreSQL in the latest Ubuntu (11.04) is still 8.4.8. So I decided to install 9.0 version when I found there is a...
Install GUI in Ubuntu Server
›
If you are a new user and not familiar with command prompt you can install GUI for your ubuntu LAMP server using the 2 options 1) Install ...
設定 Npgsql .Net Data Provider
›
Npgsql Design time support preview available for download! UPDATE2 : For some reason, Blogger lost the original post. I had to republish i...
2011年8月23日 星期二
PostgreSQL 初始後建立 User
›
登入 su – postgres 切換至 template1 psql template1 建立USER create user 帳號 with password '密碼' createdb createuser; 如此就已新增一個USER並擁有...
2011年8月22日 星期一
模擬 TOP 在 Windows 的 Powershell
›
Unix-like 系列大家耳熟能詳的 TOP command, 到了 Windows Powershell 存在嗎? 當然是不存在,不然幹嘛模擬XD 跟馬蓋先一樣,就 Powershell 現有的相關指令:Get-Process,來作延伸。 Get-Process,...
‹
›
首頁
查看網路版