Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
| #!/bin/bash | |
| ### This is an example script that sets up IP tables with Docker. Many admins are not aware that UFW | |
| ### and Docker do not play well together, and accidently expose RPC ports and vulnerable services to | |
| ### the network. This replaces UFW with Netfilter-persistent and adds rules to the DOCKER-USER chain | |
| ### which is the correct way to filter incoming traffic with docker. This specific example is for a | |
| ### Tendermint node running via docker, and wireguard / ssh running directly on the host. | |
| # CHANGE THIS TO ACTUAL PUBLIC INTERFACE!!!!!!!!!! |
macOS has ncurses version 5.7 which does not ship the terminfo description for tmux. There're two ways that can help you to solve this problem.
Instead of tmux-256color, use screen-256color which comes with system. Place this command into ~/.tmux.conf or ~/.config/tmux/tmux.conf(for version 3.1 and later):
First we'll update your local master branch. Go to your local project and check out the branch you want to merge into (your local master branch)
$ git checkout masterFetch the remote, bringing the branches and their commits from the remote repository. You can use the -p, --prune option to delete any remote-tracking references that no longer exist in the remote. Commits to master will be stored in a local branch, remotes/origin/master
| # https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c | |
| [metadata] | |
| name = {name} | |
| version = file: {name}/_version.txt | |
| author = Martin Larralde | |
| author_email = [email protected] | |
| url = https://github.com/althonos/{name} | |
| description = {description} | |
| long_description = file: README.md |
This Gist is now part of https://github.com/gmasse/ovh-ipxe-customer-script