-
List Duplicate SPN’s
ldifde -d “dc=domail,dc=com” -r “servicePrincipalName=http*” -p subtree -l “dn,servicePrincipalName” -f output.txt
-
Pruning Old Computer Accounts in AD
As an example, the following command will find all computers in Active Directory that have not been logged into during the past 8 weeks: dsquery computer -inactive 8 -limit 0 After reviewing this list to make sure these computers no longer exist o…
-
Cisco rate-limit burst explained
A lot of people use the Cisco IOS rate-limit feature. They have a real need. What they don’t have is real documentation. Cisco itself hasn’t produced a decent explanation of how rate-limit works. Yeah, there are some books that pretend to explain …
-
Using Network trace to troubleshoot intermittent connectivity issues
Using Network trace to troubleshoot intermittent connectivity issues Snehadeep 18 Jun 2010 8:59 AM Comments 0 Intermittent connectivity issues from a client machine when connecting to a remote database server can be often attributed to the network…
-
Bandwidth Throttling / Policing on Cisco ASA
Bandwidth Throttling / Policing on Cisco ASA August 17th, 2009 David Leave a comment Go to comments If If you are looking to control the amount of bandwidth for a particular host using a Cisco ASA Security Appliance, you’ve come to the right place…
-
Quickly Find Local Open Ports
Note: The NETSTAT command will show you whatever ports are open or in use, but it is NOT a port scanning tool! If you want to have your computer scanned for open ports see this page instead (link will follow shortly). Open Command Prompt and type:…
-
IBM i Support: Software Technical Document : 19145254
Document Title Getting Support for Form Types in a Remote Output Queue (RMTOUTQ) Document Description When printing operating system spooled files to a LAN attached printer using a Remote Output Queue (RMTOUTQ), you will not normally receive messa…
-
Port Forwarding on the Cisco ASA in 8.3 from the ASDM
forward a port on the ASA 5505 running version 8.3 from the CLI. Some of you prefer to use the ASDM to do you changes, so I guess I’ll show you how to do it from there. The ASDM is a bit of a learning curve for someone that’s used to the CLI, and …
-
Backup Mac to Windows over a network.
Many people (read ‘geeks’) have heterogeneous environments with a Mac and/or Windows and/or Linux box running in their homes.I have a similar one and I wanted to backup my mac’s /Users directory (I used to do it on my iPod, but my music got bigger…
-
► How to migrate Xen from version 3.2 to version 4 on GNU/Debian Lenny
La version française est disponible ici: Migration de Xen version 3 vers la version 4 sous GNU/Debian Lenny Introduction Xen is an opensource hypervisor. Version 4 has been released on the 7th of april 2010. One of the main new feature concerns h…
