Headadmin
-
Access denied when adding TCP/IP printer port in Windows 2008
You get the following error when adding a printer using a TCP/IP port: The problem is that you need to “elevate to administrator privileges” (run as administrator) to add a TCP/IP port. I have’nt found any way to do that when adding a printer. The solutions is to logon as administrator in the console and…
-
jZip, free archiving application
With jZip you can create & extract Zip, TAR, GZip & 7-Zip and extract RAR & ISO. Download: www.jzip.com
-
Install PowerShell in Windows 2008
1. Start Server Mananger. 2. Click on features and add features. 3. Select Windows PowerShell. Click next, install and close. 4. You can now find PowerShell under all programs.
-
Disable Internet Explorer Enhanced Security Mode in Windows 2008
1. Start Server Mananger. 2. Click on Configure IE ESC under Security Information. 3. Turn IE SEC on/off for administrators and/or users.
-
Changing admin name and password via telnet on a NetScreen 5GT
1. Use telnet to connect to 5GT. 2. Login using default admin name and password. Admin name: netscreen Password: netscreen. 3. Set new admin name and password using the following commands: set admin name newadminname set admin password newadminpassword save
-
Reset NetScreen 5GT to factory default
1. Push the pinhole on the back of the 5GT for 6 seconds and release. The status LED blinks orange. Wait 2 seconds. The status LED blinks green. 2. Push the pinhole on the back of the 5GT again for 6 seconds and release. The status LED lights orange for 1 second and the blinks…
-
Windows 7
Since a few weeks back I’ve been running Windows 7 (build 7000) 64-bit on my laptop, a HP Compaq nw8440. Everything is working great and I’m very pleased with Win 7! My feeling is that 7 is much faster and more stable than Vista. The following applications are runnig smoothly on Windows 7 build 7000…
-
SharePoint crawl problem, event id 2436 & 10036 and HTTP 401
I had the following warning message in the Windows application log. Source: Office Server Search Catagory: Gatherer EventID: 2436 Type: Warning Description: The start address <https://intranet.company.com> cannot be crawled. Context: Application ‘SharedServices’, Catalog ‘Portal_Content’Details: Access is denied. Check that the Default Content Access Account has access to this content, or add a crawl rule to…
-
Fiddler, Web Debugging Proxy
Fiddler helps you to inspect all incomming and outgoing HTTP/HTTPS trafik. Download Fiddler here
-
Update/patch Ubuntu server
Update Ubuntu server: 1. Update aptitudes packetlist. # sudo aptitude update 2. Update installed packages. # sudo aptitude full-upgrade -y