Slow printing performance windows server
- No Comments
- Apr, 14, 2011
- Angelo Schalley
- Networking, Windows-Microsoft
– Uncheck ‘Render Print jobs on client computers’
– Uncheck ‘Enable Advance Printing Features’
– update all drivers for each printer
– Thrown in 2 hotfixes: KB951638 & KB959130
– Update windows server
– Time settings
Read more on Slow printing performance windows server…
Register asp.net v4 IIS
- No Comments
- Jan, 26, 2011
- Angelo Schalley
- IIS, Windows-Microsoft
how to register asp.net v4 within IIS
install .net frameworks 4
go to command line and open the path to the folder where .net is installed
run the following command : aspnet_regiis.exe -r
Read more on Register asp.net v4 IIS…
list open / listening ports linux unix windows
- No Comments
- Dec, 26, 2010
- Angelo Schalley
- Linux, Networking, security, vmware, Windows-Microsoft
FreeBSD
On a FreeBSD Unix system, as with other BSD Unix systems, you have a number of utilities with a base system install that can be used for listing open files, running processes, and network connections. The netstat
utility is maintained as a part of the FreeBSD base system by the FreeBSD core developers, and offers exactly the sort of functionality you need to list open ports on your system.
Read more on list open / listening ports linux unix windows…