Boeing’s new EMP weapon.. freaking cool.
I wonder how many teachers the government could have hired for the amount of money spent on this bad boy.
I wonder how many teachers the government could have hired for the amount of money spent on this bad boy.
A friend posted this link on google+…. Some good commands to make life even easier in a linux shell. Link
T-Cell wins..
I had never really used WMIC in the past, but now have at least a few tidbits to share. If you have any experience in scripting vbs, then you are probably aware of the beautiful things you can do with WMI. WMIC gives the functionality of vbs wmi commands to the command line. Yay! This […]
No internet browser is safe… not even close. Link
Get-ReceiveConnector “Server\Receive Connector” | Add-ADPermission -User “NT AUTHORITY\ANONYMOUS LOGON” -ExtendedRights “Ms-Exch-SMTP-Accept-Any-Recipient”
What a headache. I ran into an issue where Exchange 2010 claims that the mail enabled folders in the public folders show that they are mail disabled even though they show enabled in 2003. Information is from my experience. YMMV. Don’t forget about having a good backup before trying any of this. Exchange 2010: [PS] […]
Thanks to: http://www.itsyourip.com/cisco/howto-find-switchport-for-a-mac-address-on-a-cisco-catalyst-switch/ Lets start with an IP address on hand. If you have an IP address on hand quickly ping and check if the device is pingable. If yes, then simply logon to one of your core switches or routers and do a simple sh ip arp Core1# sh ip arp 192.168.1.15 Protocol Address […]
A quick note on how to use procmail to auto reply for a message that contains a certain subject. Place as your .procmailrc in your home folder. LOGFILE=$HOME/procmail.log VERBOSE=yes SHELL=/bin/bash :0 h * !^FROM_DAEMON * !^FROM_MAILER * !^X-NoLoop: noloop * ^Subject:*.Automatic.* | (formail -rt -A”X-NoLoop: noloop” ; cat message.txt) | sendmail email@somecompany.net :0 /dev/null
I ran into an issue with jobs listed as “Unknown” in the activity monitor. Found this article at http://www.symantec.com/connect/forums/ghost-job-no-information-pop that helped out. Quick run down: 1. When there are no backup or restore jobs running, stop all NetBackup services/daemons on the master server 2. Delete any files with the same job ID as the hung jobs from the /usr/openv/netbackup/db/jobs/trylogs/ and /usr/openv/netbackup/db/jobs/ffilelogs/ […]