- Run
sudo vim /etc/default/grub
- Find
GRUB_CMDLINE_LINUX_DEFAULT
- Append
video=hyperv_fb:[the resolution you want]
, for example:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash video=hyperv_fb:1920x1080"
- Write the changes, quit Vim
- Run
sudo update-grub
- Run
sudo reboot
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] | |
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00 |
Color Group | Palette | Shade | HEX | |
---|---|---|---|---|
Red | Primary | 50 | #ffebee | |
Red | Primary | 100 | #ffcdd2 | |
Red | Primary | 200 | #ef9a9a | |
Red | Primary | 300 | #e57373 | |
Red | Primary | 400 | #ef5350 | |
Red | Primary | 500 | #f44336 | |
Red | Primary | 600 | #e53935 | |
Red | Primary | 700 | #d32f2f | |
Red | Primary | 800 | #c62828 |
I tried running these commands in PowerShell, but bcdedit commands would not work even as Admin.
bcdedit /copy {current} /d "No Hyper-V"
# The entry was successfully copied to {01afc27f-do-not-use-5e2f3b11ce9a}.
bcdedit /set {01afc27f-do-not-use-5e2f3b11ce9a} hypervisorlaunchtype off
# The operation completed successfully.
My advice: If you want to run CartoDB as a multi-container production environment, don't.
CartoDB has a thousand half-documented and undocumented configs. After weeks of digging into the internals, I could see no light at the end of the tunnel. Easily, I have wasted 300 hours on the hope of someday having a manageable, self-hosted CartoDB backend.
Assumes that Python2, Python3, and Lua are installed...
git clone https://github.com/vim/vim.git
cd vim
./configure --with-features=huge \
--enable-pythoninterp=yes \
--enable-python3interp=yes \
--enable-luainterp=yes
make
sudo make install
{ | |
"editor.fontSize": 12, | |
"editor.rulers": [80], | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": ["j", "j"], | |
"after": ["<Esc>"] | |
} | |
], |
-- This requires https://www.postgresql.org/docs/8.3/static/pgcrypto.html
-- A `sync_stamp` is our current database time with HMAC sig.
-- The dot "." separates data and sig as with https://jwt.io/
-- Unlike JWT, the sig is not base64 encoded.
SELECT to_char(CURRENT_TIMESTAMP, 'YYYYMMDDHH24MISSUS')
|| '.'
|| hmac(to_char(CURRENT_TIMESTAMP, 'YYYYMMDDHH24MISSUS'), 'SUPER-DUPER-SECRET', 'md5')
as sync_stamp;
-- 20180712215107309054.\xaf330cffa927bd496c153e09b559c71d
I hereby claim:
- I am robert-claypool on github.
- I am robert_claypool (https://keybase.io/robert_claypool) on keybase.
- I have a public key whose fingerprint is 3606 A66E CA1C 3107 DFED 32DF 6AF2 BF57 992F 19ED
To claim this, I am signing this object:
The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets:
10.0.0.0 - 10.255.255.255 (10/8 prefix)
172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
We will refer to the first block as "24-bit block", the second as