VMWare – https://careers.vmware.com/main/ HomeDepot – https://hdsupply.jobs/us/en Amazon – https://amazon.jobs/en/ Wells Fargo – https://www.wellsfargo.com/about/careers ADP – https://jobs.adp.com/ SAP – https://www.sap.com/career CVS – https://jobs.cvshealth.com/ USDA – https://www.usda.gov/our-agency/careers A Place For Mom – https://www.aplaceformom.com/about/careers
Author Archives: super pj
Talk to people
Seriously. Say what you need to say. You can do it.
Functional level too low for catalog
Right now with Citrix Cloud it has an agent that runs on the system, called the VDA, there are VDA versions 1811, 2003 and 2106. In the past when publishing the a new image I could safely update that from 1811 to 2003 then there was no affect on the running systems until the reboot […]
Move an Appliance Disk to Azure
This process for making a Hyper-V based appliance disk images work in Azure. This has been used several times for Linux based appliance. ESXi network configurations work different and don’t transfer correctly to Azure, always go for Hyper-V images. Boot up VM, enable remote settings and remove Hyper-V agents. Using Hyper-V disk manager convert whatever […]
Squeeze a little break between Exchange calendar meetings
Set-OrganizationConfig -ShortenEventScopeDefault 2 -DefaultMinutesToReduceLongEventsBy 5 These are set using the Set-OrganizationConfig setting. The three new properties are ShortenEventScopeDefault, DefaultMinutesToReduceShortEventsBy and DefaultMinutesToReduceLongEventsBy. You turn on the reduced length meetings by setting ShortenEventScopeDefault to 0, 1 or 2 where 0 is the default and meetings are not shortened and 1 means to end meetings early and 2 […]
Need an umbrella?
When I lived in Tokyo I had this weird habit of picking up umbrellas that people left behind on trains and busses. With a spare umbrella I could always offer a stranger an umbrella, share a smile and continue my day. Then I found out that bars would throw away hundreds some nights and this […]
Guns n’ Badges
A memory I had when I was gathering supplies to wire up my police buzzer and brake light disable switch in the El Camino: When I was a kid my school had the D.A.R.E. program. My school had Sargent Joe Rindosh. He taught us how and were to buy drugs and how to tell the […]
Cisco Umbrella can fuck right off
BYE BITCH #!/usr/bin/env bash CMD=$1; if [[ `id -u` = 0 ]]; then echo “You mustn’t be root when executing this script”; exit; fi function usage { echo “Usage: $(basename $0) COMMAND COMMANDS: stop Run sudo launchctl unload /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist start Run sudo launchctl load /Library/LaunchDaemons/com.opendns.osx.RoamingClientConfigUpdater.plist restart Stop umbrella, then start again. status Is umbrella running? […]
Star filled nights again
I remember when I was a kid I’d look up and see stars in the sky. Then over the years they slowly disappeared. Now we’ve made our own stars to see in the sky. Thank you Starlink.
Disable Reply All to Company Emails
To configure In Outlook enable the Developer option on the ribbon under File > Options > Customize Ribbon. Check Developer in the right column. From the Developer tab select Design a Form Pick message and open. Select the Actions tab, then select the line with Reply to All and click Properties. Uncheck the Enabled box […]