This file contains hidden or 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
| use super::bin_array::{Bin, BinArray}; | |
| use super::lb_pair::{LbPair, LbPairExtension}; | |
| use crate::commons::WSOL_MINT; | |
| use arrayvec::ArrayVec; | |
| use pinocchio::{ | |
| account_info::AccountInfo, msg, program_error::ProgramError, pubkey::Pubkey, sysvars::Sysvar, | |
| sysvars::clock::Clock, | |
| }; | |
| use spl_token_2022::{ | |
| self, |
This file contains hidden or 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
| out=~/Desktop/BerkeleyMonoPatched | |
| rm -rf "$out"; mkdir -p "$out" | |
| for f in ~/Library/Fonts/BerkeleyMono-*.otf; do | |
| fontforge -script ~/.nerd-fonts/font-patcher \ | |
| --complete --name filename --outputdir "$out" "$f" | |
| done |
This file contains hidden or 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 Create a dedicated user | |
| sudo adduser new_username # choose a strong password | |
| # 2 Let that user sudo *only* when really needed | |
| sudo usermod -aG sudo new_username | |
| # 3 Switch to it | |
| su - new_username | |
| # 4 Copy your SSH key so you can log in directly |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder