我的學習手記

Create UAC White List (Windows Vista/7)

Posted by Billy.F in December 27, 2009

There is no such Exception list as Windows Firewall has, for UAC. This at times does cause some annoyance if you are the admin and you are trying to run a program and every time you have to ‘Allow’ it.

There are three ways (other than disabling it) by which you can bypass eh UAC prompt for particular applications:

  1. Task Scheduler
  2. Elevate Me
  3. Tweak UAC

 

HVRemote (Hyper-V Remote Management Configuration Utility)

Posted by Billy.F in December 27, 2009

 

  • HVRemote reduces the manual configuration steps needed for Hyper-V Remote Management down to a few simple commands.
  • HVRemote can diagnose common configuration errors.
  • HVRemote is locale neutral, although output is in English only.
  • HVRemote can configure all combinations of workgroup and domain joined clients and servers.

 

http://code.msdn.microsoft.com/HVRemote

In the Client and Server both in workgroup, the following things need to aware:

1. The local account on server should be local administrator

2. The hostname and IP address of Hyper-V Server need to add to hosts file of the Client for Remote access (Eg. Windows 7 remote server administration tools (RSAT)).

Opening Explorer shell with admin privileges on XP

Posted by Billy.F in December 27, 2009

Open a network share with different credential

runas /u:domain\username “explorer \\server\share, /separate”

 

running the application in user profile by different credential

runas.exe /noprofile /user:administrator cmd

Open My Computer using keyboard with quick run command

Posted by Billy.F in December 27, 2009

Quick Run command to Open My Computer

1. Press Win + R keys to open Run box (or Click Start > Run).
2. Type “…”  and press Enter key.

VMware savings-calculator

Posted by Billy.F in December 27, 2009

Tags:

open port checker (local + remote)

Posted by Billy.F in December 27, 2009

http://www.yougetsignal.com/tools/open-ports/

*The open port checker is a tool you can use to check your external IP address and detect open ports on your connection. This tool is useful for finding out if your port forwarding is setup correctly or if your server applications are being blocked by a firewall.

Tradelink on Terminal Server

Posted by Billy.F in December 9, 2009

The tradelink internet network connection setting by default is using a Windows dial up/PPPoE ….. connection 

When a user to try to connect to trandlink in a corp. network (e.g. be hide firewall), they will got the following error. It is because the tradelink try to use the network connection e.g. PPPoE, dial up …… to connect the internet.

 The solution is use the administrator account login the tradelink system, go to “admin” -> “system parameter” -> “system” - > “Internet connection” -> select “Use leased line connection”

 But for the terminal server environment, there are some different:

It depends on the installation method of the tradelink (e.g. in user mode/in admin mode during the install and the user account of the terminal service). It will make the tradelink use the “Wini.ini” in different localtion

The following is the location of “Win.ini”

e.g. C:\Documents and Settings\Administrator\WINDOWS (For Multiple user environments)

e.g. C:\Windows (For local login only)

e.g. User home folder H:\Windows (If User domain account have home folder setup)

 

The following is the tradelink configuration in the “Win.ini”

 

[SEDIF_Schedule]

ConnectControl=ON

CONNECTMIN=60

ActionAfterConnect=Both Send and Receive

ConnectType=CETS

[TRADELINK_CONNECTION]

RASProfile=

Leaseline=1 [The “1” = “Use leased line connection”]

UseProxy=0

ProxyAddr=

[IDAPI]

DLLPATH=C:\VALUNET\IDAPI

hmailserver installation and configuration information

Posted by Billy.F in December 9, 2009

~hmailserver~懶人網路工程師郵件伺服器

http://www.ivorytower.com.tw/?p=223

~hmailserver~懶人網路工程師郵件伺服器(郵件域名設定)

http://www.ivorytower.com.tw/?p=282

~hmailserver~懶人網路工程師郵件伺服器(防毒反垃圾)

http://www.ivorytower.com.tw/?p=297

~hmailserver~懶人網路工程師郵件伺服器(輔助工具)

http://www.ivorytower.com.tw/?p=347

How To Configure SpamAssassin for HMailserver in Windows Server 2003

  1. Download SAWin32 3.2.3.3, which is the latest windows build of SpamAssassin (As of September 8, 2009).
  2. Download the latest SpamAssassin for Win32 command-line tools 3.2.3.5
  3. Unzip both files into your computer with HMailServer installed under the path “c:\sa\”
  4. Next we will have to create a new Windows Service called “SpamAssassin”. This will allow HMailServer to use SpamAssassin.
    1. Install the Windows Server 2003 Resource Kit Tools. This will give you the necessary INSTSRV.EXE and SRVANY.EXE files to run SA as a service
    2. Go to Start Menu -> Run -> cmd
    3. Under the command line, enter in the following line (with quotes):

“C:\Program Files\Windows Resource Kits\Tools\INSTSRV.EXE” SpamAssassin “C:\Program Files\Windows Resource Kits\Tools\SRVANY.EXE”

 

  1.  
    1. Once installed, open up Regedit
    2. Go to HKLM -> SYSTEM -> CurrentControlSet -> Services -> SpamAssassin
    3. Add a new key called “Parameters”
    4. Under Parameters, add a new String Value of Application, and set the value data to (without quotes):

“c:\sa\spamd.exe -l -s c:\sa\spamd.log –round-robin”

 

  1.  
    1. Then go to the services control panel and start up the spam assassin service.
    2. If there are any issues, check the c:\sa\spamd.log file for more info
  2. Then you might have to allow dccproc and spamassassin in your firewall
  3. Adjust your hMailServer settings to allow the incoming e-mail check against SpamAssassin
  4. And finally you might have to restart your hMailServer service for the new service to take effect.

http://alterprocedure.net/articles/alterprocedure/how-to-configure-spamassassin-for-hmailserver-in-windows-server-2003.aspx

完整的免費Email 伺服器方案–hMailServer 4.4中文 + 防毒 + WebMail 完整 Windows 應用方案

http://twg.idv.tw/dv_rss_xhtml_229_91179_8.html

 

SquirrelMail

http://www.squirrelmail.org/download.php

WampServer 2

http://www.wampserver.com/en/

ClamWin Free Antivirus is a free software project

http://www.clamwin.com/content/view/18/46/

(Freeware) Apache, MySQL, PHP on Windows

Posted by Billy.F in December 8, 2009

WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin to easily manage your databases.

WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files.

WampServer is the only packaged solution that will allow you to reproduce your production server. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want.

http://www.wampserver.com/en/

Tags: , ,

(Freeware) ChromePlus

Posted by Billy.F in December 8, 2009

ChromePlus has all the functionalities that Google Chrome has. More, ChromePlus added some useful features such as Mouse gesture, Super drag, IE tab, etc. Meanwhile, ChromePlus is free with no function limitation and you can use ChromePlus to surf the internet in any case.

http://www.chromeplus.org/

Calendar

February 2010
M T W T F S S
« Dec    
1234567
891011121314
15161718192021
22232425262728

PowerGUI