Markdown for the footnote link1:
Markdown for the footnote link<sup id="a1">[1](#f1)</sup>:1 This is the footnote markdown:↩
<b id="f1">1</b> This is the footnote markdown:[↩](#a1)After attaching the volume to the instance, you can check the device list. The new device will be listed as created recently:
$ ls -l /dev | grep xvd
brw-rw---- 1 root disk 202, 0 Jul 13 2020 xvda
brw-rw---- 1 root disk 202, 1 Jul 13 2020 xvda1The first step will be to add your public key to github:
~/.ssh/id_rsa).git clone [email protected]/your_user/some_private_repo.git| #!/bin/zsh | |
| # Function to convert natural language queries into Unix commands using Ollama's API | |
| # Usage: t2c list files in current folder | |
| # Requirements: curl, jq, and Ollama running locally on port 11434 | |
| # Remember to run the command: source t2c.zsh | |
| # in order for the command t2c to be available in your current shell session | |
| t2c() { |
An organized list of interesting article from Tetsuo