-
Recent Posts
- HPE 3PAR Adaptive Optimization configuration demystified
- 3PAR iSCSI Delayed ACK read or write performance issues
- Brocade 300 password recovery and factory reset
- vCenter Server Appliance 6.0 bug – Intermediate authentication issues – Native platform error -1765328378
- 3PAR with AO and SSDs. How much do I need?
Recent Comments
Archives
- July 2017
- June 2017
- March 2017
- February 2017
- October 2016
- August 2016
- November 2015
- October 2015
- September 2015
- March 2015
- January 2015
- December 2014
- November 2014
- September 2014
- April 2014
- August 2013
- May 2013
- April 2013
- January 2013
- December 2012
- May 2012
- April 2012
- March 2012
- December 2011
- October 2011
- March 2011
- February 2011
Categories
Meta
Category Archives: Random stuff
create config file with VB script
The following script will demonstrate how to create configuration file for an application via VB script. We are currently running it as a login script. It’s very simple but does the job 100%. It grabs environmental variables and then generates … Continue reading
Posted in Random stuff
Leave a comment
Local Update Publisher – Adobe Reader XI 11.0.0
There are a lot of great articles which demonstrate how to use Local Update Publisher (LUP), yest there is a huge confusion on how to push software and updates. In my post I will be using Adobe Reader XI as an … Continue reading
Posted in Random stuff
9 Comments
Internet overview
Have you ever wondered how big is the routing table of core internet routers? Well I was! So upon my research I found one of the best connected APNIC’s routers at DIX-IE in Tokyo, Japan. You can view BGP routing … Continue reading
thoughts about Macs being safe…
I find it funny where people believe Macs are “safe” because they don’t get infected. Last night, owner of the sauna where I go every Wednesday was a proof of that. She had a strong opinion against Windows and was … Continue reading
SNMP and Show Commands
Great document from Cisco that shows relationship between SNMP and show command counters on Cisco IOS devices. http://www.cisco.com/warp/public/477/SNMP/5.pdf
Connecting 2 LANs with the same subnet via Vyatta IPSec tunnel
One of our clients required to connect all of its client via VPN tunnel. Obviously, to have the highest comparability with customer’s end devices I chose IPSec. To improve security as well as have the lowest impact to the clients … Continue reading
Adfind query
Command below allows you to pull all users and their last authentication and put them into CSV file: AdFind>adfind -b ou=Users,dc=domain7543,dc=local -f “objectcategory=user” cn displayName LastLogonTimeStamp -tdcs -csv > out2.csv
Enterprise WLAN profile deployment with .bat script
I will demonstrate how to mass deploy WLAN profiles with simple .bat scripts and wlan.exe utility from Microsoft. Active Directory GPO prior to 2003 native mode doesn’t give you the option to mass deploy WLAN profiles. Also if you don’t … Continue reading
Changin proxy in the windows system account
A lot of applications which run as a service under Windows System account use settings from that profile. Lately, I encountered a problem with 2 pieces of software: Symantec Endpoint Protection and some Xerox application. Both of them run as … Continue reading
.bat script registry query and change
The following script demonstrates how to query registry to check if specific registry key exists. If it does, it checks the value and if doesn’t match required it will remove and recreate with proper value.