Warning
To access the discord post links please join the TouhouAI (24k members) discord server.
WIP
Warning
To access the discord post links please join the TouhouAI (24k members) discord server.
WIP
Download and install these two CLI tools:
Create a permanent folder on your file explorer named something like BetterDiscordReinstall
.
Depending on your Discord client, place the two batch programs in the folder:
#cogs / test.py | |
from discord.ext import commands | |
class Test(commands.Cog): | |
def __init__(self, client): | |
self.client = client | |
@commands.hybrid_command() | |
@commands.cooldown(1, 10, commands.BucketType.user) |
note: some of the information is posted in comments,
if you'll fork this gist, you'll loose that information,
it is best to just bookmark this one..
WIM (ESD,SWM) is an image of an OS file system,
it can be mounted, and modified (to some degree) .
there are two possible ways, through DISM or through mounting it directly through an older way, using a driver named imagex
(Windows Imaging Utility).
regardless,
terminology
This is basically my manifesto of why Linux sucks and I keep using Windows as a desktop OS. This is both as a developer platform and end-user targeting.
Look: I would love to be able to use Linux as a daily driver. KDE is amazing and they clearly put far more effort into the desktop experience/UI than Windows (just the volume mixer alone). There are simply far too many underlying and infrastructural problems to the Linux desktop that none of KDE's great UI changes can make up for. I want Linux fanboys, developers, etc... to stop sticking their damn head in the sand about these issues and admit that Linux is still decades behind in some basic infrastructure. This shit can't get fixed if people refuse to admit it's broken in the first place, which some people are far too happy to do.
Windows has far better desktop apps than Linux, and thanks to WSL, I have all the CLI apps of Linux too. While I do believe KDE Plasma is a much better desk
Hi, so I was looking for a way to configure windows terminal to have a profile that automatically logins to a remote server using mosh.
I ended up here, but it wasn't a reliable method for me.
Below is how I managed to do it.
First make sure the requirements are present, WSL
, Windows Terminal
and an installed distribution of your choice
( preferably Ubuntu).
Next proceed; installing mosh and ssh in the wsl distribution of your choice.
Next create an SSH Key that is not password protected and then add it to your remote server.
Also do remember to install mosh
in the remote server.
Next within your wsl distribution, create the ~/.ssh/config
file and then add the following;
/* | |
<https://stackoverflow.com/questions/40296831/is-it-possible-to-force-a-copy-of-a-protected-google-doc> | |
NOTE - 2021-05-24 | |
----------------- | |
The script below isn't the fastest way to copy-and-paste from a protected | |
Google Doc. Before trying it, I'd suggest following MikoFrosty's advice from | |
the comments: |
It's great for beginners. Then it turns into a mess.