

It would be so cool if this meant Funcom had extra money to put into The Secret World (now known as Secret World Legends). Love that game, wish there was more. I know there’s a TTRPG now but it’s not the same.
It would be so cool if this meant Funcom had extra money to put into The Secret World (now known as Secret World Legends). Love that game, wish there was more. I know there’s a TTRPG now but it’s not the same.
Here are probably the most useful ones. I prefer for rm
to be interactive so I don’t accidentally delete something important and for mkdir
to create a parent directory if necessary.
alias rm='rm -i'
alias mkdir='mkdir -p'
alias podup='podman-compose down && podman-compose pull && podman-compose up -d'
This extract function (which I didn’t make myself, I got it from when I was using nakeDeb) has been pretty useful too.
function extract()
{
if [ -f $1 ] ; then
case $1 in
*.tar.bz2) tar xvjf $1 ;;
*.tar.gz) tar xvzf $1 ;;
*.bz2) bunzip2 $1 ;;
*.rar) unrar x $1 ;;
*.gz) gunzip $1 ;;
*.tar) tar xvf $1 ;;
*.tbz2) tar xvjf $1 ;;
*.tgz) tar xvzf $1 ;;
*.zip) unzip $1 ;;
*.Z) uncompress $1 ;;
*.7z) 7z x $1 ;;
*.xz) unxz $1 ;;
*) echo "'$1' cannot be extracted via >extract<" ;;
esac
else
echo "'$1' is not a valid file"
fi
}
Does the EU require unanimity in order to sanction a non-member nation? Does Germany have some sort of special status/veto power like the US does on the UN security council?
Yeah, I don’t think that’s supposed to happen. I’ve never heard of that before, but I can see that people on Windows have reported it happening, like this Microsoft help question; you may want to check that (and similar questions) out?
Sorry I can’t help more. I hope you find a solution soon.
ran perfectly
had some glitches
???
Even when you change the boot order in the BIOS?
Ah, cool. Might be a good option for OP, then.
So use one for Windows and one for Linux. Problem solved, IMO.
Why not buy/use another drive and install Windows on that? Generally, you shouldn’t have a problem with dual-booting on separate drives. You would probably need an external drive since you want a laptop, but they’re pretty small these days.
Now would be a great time for the EU to grow a spine and use this as a pretext to stop all trade with Israel and sanction them for crimes against humanity.
I’m a broke computer nerd, always been more about being able to enjoy something than have it in my hands.
That said, I am going to save up for the Murder, She Wrote Blu-Ray set that just came out because the series takes up over 150GB on my media drive and I’m worried about not being able to find it online in the future since it’s such an old person show.
Oh, I didn’t know that about Warframe chat! That’s an interesting way to implement chat in an MMO. Uplink is an excellent game.
Kavita, Komga, or calibre-web? I love having a book and comics server.
Just for reference, a year of full-time work is about 2000 hours. This dude did the equivalent of 5 years of working for this.
Yeah, that makes sense. I don’t have anything critical; just nginx, a book server, a recipe collection, and some other small stuff.