Don’t Reboot While Resilvering!!
It hoses your ZFS on all disks (at least in my mirror)
It hoses your ZFS on all disks (at least in my mirror)
curl -s http://wtfismyip.com/text
One of the two USB drives you’re running your OS on (in ZFS mirror on root)(to get full use of SATA / SAS ports) failed. Oh Noes! *Let’s keep in mind, this is ZFS on root, need to mirror partition to new disk prior to adding zpool* (For good measure, here’s what things look like[…]
ZPool scrubs do not happen automatically. It is easy to configure with a root cron job: root@MikroBSD:/home/colin # crontab -e (Brings up VI -> (i) -> (Type below line) -> (Esc -> :wq)) 0 2 * * 0 /sbin/zpool scrub zroot
To Copy: (Alt+Space) -> E -> K Use arrow keys to navigate cursor to start of mark to select for copying. (Shift+ArrowKeys) -> selects text in column mode (select text to copy) (Enter) copies selected text. To Paste: (Alt+Space) -> E -> P
When I created the HWCDI blog app, I followed Miguel’s tutorial. I started hosting it in ‘production’ and didn’t follow his exact setup instructions. I’m not running in a venv (bad?) I also left out a vital note Miguel clearly covered. I was making my edit blog post page a little more robust, adding the[…]
-> System Settings -> Shortcuts and Gestures -> (On Left Bottom) Global -> (Top Drop Down (Component)) KWin -> (Action Column) Switch One Desktop ->(Click it) -> Custom -> Input -> (Shortcut) (I do Ctrt+Alt+ArrowCorrespondingToDirection)
Once you decide to go SSL, you realize browsers have come a long way. The little security icon in Chrome indicated I had some issues with my site. That not everything was using https… Hmmm… I came accross the flask-SSLify module: https://github.com/kennethreitz/flask-sslify That didn’t solve the warning indicator. The thing NEEDS to be green! Digging[…]
(Super+R -> cmd -> Enter) C:\Users\colin\bin>wmic wmic:root\cli> (Super+UpArrow) (Ctrl+C) If you’re reading this, use the command line sometimes on M$, and you haven’t already, install http://git-scm.com/download/win Choose option 3 for the PATH question. You won’t regret it.
Sooooo… I got a little jumpy and bought ZFSFTW.com .org .net .info and a UCC cert. (I also had to renew colinworld.com so of course I did and .org .net .info as well.) Now I need to make use of the SSL cert. Use. My domains NEED a signed cert. … whatever, I bought it.[…]