

Well, it could be that their electrical design or engineering teams have a bigger budget for prototyping and R&D. It’s not just the battery that affects the charging function.
Well, it could be that their electrical design or engineering teams have a bigger budget for prototyping and R&D. It’s not just the battery that affects the charging function.
Anecdotally, I only visit PH on my phone and I use incognito mode sometimes, which I’m just guessing would count as a unique visit. Probably a lot of people are doing the same thing, and globally more people run Android than iOS.
Even if they gave it away for free, they probably wouldn’t hit that. Absolutely going to be used to justify layoffs.
I got the game for free in 2015 as part of a choose-your-own-bundle promo for the AMD R9 270X. Haven’t paid a cent for it and I still sorta feel ripped off.
I’d say that most systems on Debian (generally networked servers for businesses/services vastly outnumber desktop installs) are running the server version because it’s so solid and pretty light. The stable release model works well in production environments.
But yeah, the majority of desktop users are using a DE unless they’re WM-only, like me.
The shit icing on the shit cake for early Switch 2 adopters.
Debian isn’t Ubuntu-based, Ubuntu is Debian-based. That person is also full of shit.
Yeah, that makes sense. I don’t have anything critical; just nginx, a book server, a recipe collection, and some other small stuff.
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
}
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.
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.
Wow, I totally missed the part where Microsoft had a gun to your head. Obviously sales go down when people don’t have to buy the game to play it.
Why does Arkane suck so much now?