-
Github uses www.arkoselabs.com
-
AWS Cost Explorer is not free
-
FrankenPHP is worth checking
-
Dec 27
- pm2 refresher
- tailwindcss refresher
-
Jan 2
-
ssh keys: ssh-keygen -t ed25519 -C “[email protected]”
- install brew
- brew install bash
- mkdir /usr/local/bin
- ln -s /opt/homebrew/bin/bash /usr/local/bin/bash
- echo '/usr/local/bin/bash' >> /etc/shells
- Mac Settings > Users and Groups > right click on admin user > Advanced Settings > set the login shell to bash path
- install docker desktop
- brew install --cask visual-studio-code
- install node 18 via nvm
- git clone [email protected]:paoloumali/osx_dotfiles.git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## moving to other pages using categories | |
Common for one sidebar being used for categories and direct links | |
## moving inside the page | |
Another sidebar is used for showing which section you're scrolled to in a page |
When Github feels your PW is compromised, they will keep requiring some 2FA for you to be able to use the service. They will keep insisting you to change your PW
HSBC requires passhrase to login, along with asking certain characters of your 'password' to be inputted before you can login.
https://www.dedoimedo.com/computers/grub-hd-scaling-resolution.html
edit /etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=lsb_release -i -s 2> /dev/null || echo Debian
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workstation: 20.04 | |
- install mariadb using DO guide | |
- install mysql-workbench using snap | |
- snap install mysql-workbench-community | |
- snap connect mysql-workbench-community:password-manager-service | |
- snap connect mysql-workbench-community:ssh-keys | |
- ignore notice about connection being non-standard as it's expected. keep it away from view. |
root@XiaoQiang:~# cat /proc/mtd
dev: size erasesize name
mtd0: 01000000 00010000 "ALL"
mtd1: 00020000 00010000 "Bootloader"
mtd2: 00010000 00010000 "Config"
mtd3: 00010000 00010000 "Factory"
mtd4: 00010000 00010000 "crash"
mtd5: 00010000 00010000 "cfg_bak"
mtd6: 00200000 00010000 "overlay"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Make it simple | |
- Make auth a separate service which can scale when needed | |
- Lessen hit by making a throttled search first if user requested to auth is existing | |
- When found, proceed to hash check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Find the problems | |
2. Describe the environment in terse statements | |
- note related softwares/tools | |
3. Describe the mother processes in sheets* | |
4. Describe the subprocesses worth sharing in sheets | |
- note how tools relate to the mother and subprocesses | |
5. Use loom/video to describe complex processes, but simplified | |
6. Pinpoint the process with most drag for humans | |
7. Define time/budget constraints | |
8. Devise a plan |
NewerOlder