If you understand all of this and still wish to use it, see HowtoPurple and add the account like this in &bitlbee:
account add irc [email protected]
Do this in &bitlbee:
chat add irc #channel
Then /join #channel
If you understand all of this and still wish to use it, see HowtoPurple and add the account like this in &bitlbee:
account add irc [email protected]
Do this in &bitlbee:
chat add irc #channel
Then /join #channel
| """ | |
| Original by Markus Kuhn, adapted for HTML by Martin Dürst. | |
| UTF-8 encoded sample plain-text file | |
| ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ | |
| Markus Kuhn [ˈmaʳkʊs kuːn] <[email protected]> — 1999-08-20 | |
| The ASCII compatible UTF-8 encoding of ISO 10646 and Unicode |
| #!/usr/bin/env python3 | |
| # Redirect all requests to the given URL. | |
| import SimpleHTTPServer | |
| import SocketServer | |
| class FakeRedirect(SimpleHTTPServer.SimpleHTTPRequestHandler): | |
| def do_GET(self): | |
| print(self.path) | |
| self.send_response(301) |
Here I collect, various EMACS/evil/org… tips, shortcuts, keybindings, etc. Also, here some information how I handle daily usage of text editing.
This not absolute beginner cheat sheet, just some short basic commands/tips.
Recommendation - just use it & check it every day (training mode).
I didn't run application, just checked source code. Here some places, which I think can be improved. Application looks like early prototype, but I think some code can be written better (even for prototype). Git history is empty, looks like code was written without VCS (propopably fine for first alpha release). No tests, propably fine for this small prototype, but I think later TDD will be useful. Code looking a little outdated (I'm also often write in this style, but for new projects better to use some like type hints, docstrings, etc).
| #!/usr/bin/env python3 | |
| # You need py-notifier package installed | |
| # https://github.com/YuriyLisovskiy/pynotifier | |
| # and also AnkiConnect extension | |
| # https://ankiweb.net/shared/info/2055492159 | |
| import json | |
| import sys | |
| import urllib.request |
| - python | |
| - jupyter | |
| - node | |
| - gcc | |
| - pycharm | |
| - ideavim + easymotion | |
| - ansible | |
| - csv | |
| - dash |
Download iso & signature from https://archlinux.org/download/
In my case archlinux-2021.08.01-x86_64.iso.sig and archlinux-2021.08.01-x86_64.iso
Verify sha1 checksum (replace archlinux-2021.08.01-x86_64.iso with your image path, image can be in download directory)
cd ~/downloads # optional
sha1sum archlinux-2021.08.01-x86_64.iso
# 4904c8a6df8bac8291b7b7582c26c4da9439f1cf