Requirements:
- Latest Proton (GE-Proton, Proton-Experimental are both okay)
 - git
 - wine64
 - lutris (winetricks)
 - Install system packages for python (3.11.3 is okay):
 
| # Title: Microsoft attack simulation domains | |
| # Blocked: 130 domains | |
| # Updated: 13 Apr 2023 | |
| # home: https://gist.github.com/bierbo/726dc65c940d26ec2dc47b0fa1acb472 | |
| # Size: 0.02 MB | |
| # see https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/attack-simulation-training-get-started?view=o365-worldwide#simulations | |
| # ------------------------------------------------------------------------ | |
| bankmenia.com | |
| bankmenia.de | 
It's come to my attention that some people have been spamming issue trackers with a link to this gist. While it's a good idea to inform people of the situation in principle, please do not do this. By all means spread the word in the communities that you are a part of, after verifying that they are not aware yet, but unsolicited spam is not helpful. It will just frustrate people.
A number of things have happened since the last update.
This is a list of the most commonly used and relevant vtubing software. The "best" will always be subjective and depend on your specific requirements. Overall, the information in this list is as accurate as I could figure it out, but there might be errors or some details might become out of date. If you find anything that needs to be corrected, please let me know. You can also note it in a comment.
Additional explanations:
| default['sshd']['sshd_config']['AuthenticationMethods'] = 'publickey,keyboard-interactive:pam' | |
| default['sshd']['sshd_config']['ChallengeResponseAuthentication'] = 'yes' | |
| default['sshd']['sshd_config']['PasswordAuthentication'] = 'no' | 
In order of first appearance in The Morning Paper.
I screwed up using git ("git checkout --" on the wrong file) and managed to delete the code I had just written... but it was still running in a process in a docker container. Here's how I got it back, using https://pypi.python.org/pypi/pyrasite/ and https://pypi.python.org/pypi/uncompyle6
apt-get update && apt-get install gdb
| #!/boot/bzImage | |
| # Linux kernel userspace initialization code, translated to bash | |
| # (Minus floppy disk handling, because seriously, it's 2017.) | |
| # Not 100% accurate, but gives you a good idea of how kernel init works | |
| # GPLv2, Copyright 2017 Hector Martin <marcan@marcan.st> | |
| # Based on Linux 4.10-rc2. | |
| # Note: pretend chroot is a builtin and affects the current process | |
| # Note: kernel actually uses major/minor device numbers instead of device name | 
| patch works on: | |
| * https://github.com/git/git/raw/9742fb7e53b2f3bd85b5f01e563aee2cad7e77b8/contrib/mw-to-git/git-remote-mediawiki.perl | |
| * https://packages.debian.org/jessie/git-mediawiki | |
| source: | |
| * https://gist.github.com/anarcat/f821fa285c6b8b6b16a5 | |
| improvement: | |
| * allows to get everything from main-namespace + selected namespaces/categories/pages |