I went to update the Storage Comonent on my Dell PowerEdge VRTX from 23.13.16.0017
23.14.06.0013_A08
.
I uploaded the Dell Shared PERC8 firmware for Dell PowerEdge VRTX-Fault Tolerant version 23.14.06.0013_A08 (filename VRTX_SAS-RAID_Firmware_THVJ9_WN64_23.14.06.0013_A08.EXE ). The upload completed successfully.
I applied the update. The UI showed that the update was "in-progress" for the next 8 hours. After 8 hours I gave up and powered off the Chassis from the CMC.
I powered the Chassis back on and the storage firmware showed as still being 23.13.16.0017
I uploaded the same file again and again initaited an update and this time it worked in farily short order.
BEGIN:VCALENDAR | |
PRODID:-//Google Inc//Google Calendar 70.9054//EN | |
VERSION:2.0 | |
CALSCALE:GREGORIAN | |
METHOD:PUBLISH | |
X-WR-CALNAME:Temp | |
X-WR-TIMEZONE:America/Los_Angeles | |
BEGIN:VTIMEZONE | |
TZID:America/Los_Angeles | |
X-LIC-LOCATION:America/Los_Angeles |
There's a bug in the California Secretary of State bizfileonline site that prevents users from editing their account.
Steps to reproduce
- Browse to https://bizfileonline.sos.ca.gov/ and click
Login
- Login with as a valid user account
- Click your user's name/email address in the upper right to show the Logout / My Account drop down
- Click
My Account
which brings up the modal dialog titled "My Account" - Click the
Edit my account
button
openpgp4fpr:17C0E798512E2ED181E24FF4F0A9E7DCD39E452E
#!/usr/bin/env python3 | |
import yaml | |
import json | |
POSTFIX_VIRTUAL_FILENAME = '/etc/postfix/virtual' | |
def get_blocked_domain_string(blocked_domains): |
// ==UserScript== | |
// @name Confluence Cloud Inline Code Styling like GitHub | |
// @namespace http://cs.cementhorizon.com | |
// @include https://mozilla-hub.atlassian.net/wiki/* | |
// @grant GM_addStyle | |
// @version 1.0 | |
// @author Gene Wood | |
// @description Cause inline code in Confluence Cloud to be styled like inline code in GitHub | |
// ==/UserScript== |
REM /E : recursive including empty directories | |
REM /R:1 : retry once on failure | |
REM /W:1 : wait 1 second between tries | |
REM /LOG+ : append to a log file | |
REM /TEE : output to the log file and the screen | |
robocopy C:\source C:\destination /E /R:1 /W:1 /LOG+:C:\robocopy-2022-01-01.txt /TEE |
Generated at 2022-06-26 22:26:03 -0700 | |
ArgumentError: snap_package[plex-htpc] (wendy::packages line 321) had an error: ArgumentError: wrong number of arguments (given 1, expected 2) | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider/package/snap.rb:266:in `install_snaps' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider/package/snap.rb:69:in `install_package' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider/package.rb:120:in `block (3 levels) in <class:Package>' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider/package.rb:267:in `multipackage_api_adapter' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider/package.rb:119:in `block (2 levels) in <class:Package>' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/mixin/why_run.rb:51:in `add_action' | |
/opt/chef/embedded/lib/ruby/gems/3.0.0/gems/chef-17.10.3/lib/chef/provider.rb:293:in `converge_by' | |
/opt/chef/embedded/lib/ruby/ge |
This is an easy method to spawn a portable DHCP server. It uses the https://github.com/networkboot/docker-dhcpd docker container.
mkdir data
wget -O data/dhcpd.conf https://gist.githubusercontent.com/gene1wood/381582ec03d63b0b4770ed831de8e667/raw/cd2b61c64e04934ec41c38b7a3cc53ead48aea5c/dhcpd.conf
INTERFACE=eth0
docker run -it --rm --init --net host -v "$(pwd)/data":/data networkboot/dhcpd $INTERFACE