SSH Key Generation and Connection
ssh-keygen -t ed25519 -C "your_email@example.com" ssh -i path4sshkey user@domain -p port
ssh-keygen -t ed25519 -C "your_email@example.com" ssh -i path4sshkey user@domain -p port
Error: ENOSPC: System limit for number of file watchers reached, watch '/home-----' sudo sysctl fs.inotify.max_user_watches=524288
By using decorators, you can add your own processing before or after the processing of existing functions. For example, you…
Open the terminal and log in as root or use the sudo command. Edit the SSH server configuration file located…
How to import components on the parent directory How to import components on the same layer directory on the parent…
#!/bin/bash filename='requirements.txt' echo Start while read p; do echo "$p" poetry add "$p" done < "$filename"
self update Initialize your environment Install packages that are listed on pyproject.toml If you want to install the dependencies only…
const names = ['John', 'Mike', 'Nash'] const age = [32, 33, 56] const people = names.reduce((accumulator, currentValue, currentIndex) => {…
Object.keys(mydict).forEach(mykey => { console.log(mydict[mykey]) })
add tag with your comment add tag with on a commit get tag list push tag name delete tag