Did some reading earlier this week about it. I still don't quite get ZFS but I hear it's the future. I might use Docker to play around with it a bit or install it also on WSL2.The new Ubuntu LTS is out
Did some reading earlier this week about it. I still don't quite get ZFS but I hear it's the future. I might use Docker to play around with it a bit or install it also on WSL2.The new Ubuntu LTS is out
I've been struggling getting yt-dlp to work on my desktop. I feel like it's because it's a CLI program running on Windows, so I was having trouble with config file placement among other things.
Woke up early today and decided to try a new path, 2 hours later got me feeling like
So now, I can seamlessly download videos via my Chromebook (where I typically surf the internet), automatically save them to my external HDD and access them via my tablet (or any device).
- Changed the Network Share of my external HDD from Read-only -> Read/Write
- (Re)downloaded Debian on my Chromebook
- Pip install of yt-dlp
- Mount Network Shared location into Chromebook's Linux distro
- Edit config file of yt-dlp to point to the shared location
- Celebrate
pip3 install yt-dlp
alias yt-dlpa="yt-dlp -P /path/to/network/drive/"
I downloaded the .exe but then proceeded to still do everything else via the CLI. Should've just downloaded the damn thing via WSL2 hours troubleshooting
I use yt-dlp on windows.
install command:
Code:pip3 install yt-dlp
thats it
edit: you could have also created a bash alias for yt-dlp which saved to your network drive path.
If you really just need a browser, you can scoop a Chromebook. Alternatively, any outdated computer you have lying around can be turned into a secure, Chrome-only device via Chrome OS Flex for free.I want to cheap solution for DeFi and crypto related transactions.
I need a fresh device that will only be used for that. I don't plan on browsing online or even signing into my email with it. Just need a secure browser that works with MetaMask. Any tips?
My bro been talking about Rasberry Pi, but I haven't dug in too heavy.
Missing X server or $DISPLAY
Figured it out eventually. My guess was in the right ballpark. My current understanding is that something about sommelier being able to do X11 but it gets tripped up in the VM.Anyone familiar with this error:
Code:Missing X server or $DISPLAY
I'm running Debian on my Chromebook which I believe is a virtual Linux container, so I'm guessing there's a disconnect between the typical Linux setup and my hardware.