I have a degraded ZFS array due to too many write errors on one of my disks. When my replacement disk arrives I will follow these instructions to resolve the issue: Replace a faulty disk on a Mirrored or RAIDZ virtual device.
Author Archives: Jay Jay
Hiring Developers: How to avoid the best
I chuckled: Hiring Developers: How to avoid the best.
Unicode Normalization Forms
Today’s reading: Unicode Normalization Forms.
ZFS verification process
The ZFS verification process is called a ‘scrub’ and it is done periodically (usually every few weeks). To report on the status of a scrub in progress use the `zfs scrub` command.
HTML attributes
Some doco about interesting HTML attributes over here: Those HTML Attributes You Never Use. Related: 5 HTML Tags many people are not using.
Lissajous curve
Today I learned the term lissajous curve. No idea how to pronounce that one.
I joined the EEVBlog forum
So I signed up for an account on the EEVBlog form and made my first post.
The Cargo Cult of Good Code
This in my feed today: The Cargo Cult of Good Code. Sometimes Repeat Yourself? :)
Less is more, baby!
Modern PHP
Some notes on features in Modern PHP.
File types In Linux
Today I found myself referring to: File types In Linux/Unix explained in detail. Basically:
- Regular file (-)
- Directory file (d)
- Block file (b)
- Character device file (c)
- Named pipe file or just a pipe file (p)
- Symbolic link file (l)
- Socket file (s)
Also apparently there is a thing called a Door File on Solaris, but, alas, we’re not caring about that.