To research a topic xyz, I often search it with some keywords to know how people feel about it.
- xyz great
- xyz love
- xyz like
- xyz favorite
- xyz fun
Hex words with only letters (a to f) in English from https://www.dictionary.com/:
git fsck --full
error: HEAD: invalid reflog entry 9fa7d8a22a680f8cf76e560ddb9e910419936006
error: refs/heads/local-api: invalid reflog entry c26cc0ae14632bd6a6d09aeb8973f97ccfc3035c
error: object file .git/objects/6b/f03a2e38b9cf909eff2500c14fce48a61d2965 is empty
error: object file .git/objects/6b/f03a2e38b9cf909eff2500c14fce48a61d2965 is empty
fatal: loose object 6bf03a2e38b9cf909eff2500c14fce48a61d2965 (stored in .git/objects/6b/f03a2e38b9cf909eff2500c14fce48a61d2965) is corrupt
reference: https://www.postgresql.org/message-id/[email protected]
Since the view definition is installed by initdb, merely upgrading will
not fix the problem. If you need to fix this in an existing installation,
you can (as a superuser) drop the information_schema schema then re-create
it by sourcing SHAREDIR/information_schema.sql. (Run pg_config --sharedir
if you're uncertain where SHAREDIR is.) This must be repeated in each
database to be fixed.
install Oracle XE 18x under WSL2
alien
fails under Debian)/etc/init.d/oracle-xe-18c configure
/etc /hosts
and try it againinstall Oracle XE 18c under WSL2
alien
fails under Debian)/etc/init.d/oracle-xe-18c configure
ref: https://stackoverflow.com/questions/39576/best-way-to-do-multi-row-insert-in-oracle
INSERT ALL
INTO t (col1, col2, col3) VALUES ('val1_1', 'val1_2', 'val1_3')
INTO t (col1, col2, col3) VALUES ('val2_1', 'val2_2', 'val2_3')
INTO t (col1, col2, col3) VALUES ('val3_1', 'val3_2', 'val3_3')
.
.
.
It's quite common to write SQL queries in a vertical horizon code style. For example:
INSERT INTO table (
column1,
column2,
column3,
column4,
column5,
You should run PowerShell as Administrator (otherwise diskpart
won't be able to received the piped commands)
$vhdx_path = '%USERPROFILE%\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\ext4.vhdx'
@"
select vdisk file=$vhdx_path
compact vdisk