

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.
I’m not really surprised. A phone can often be cheaper, can do a lot of the same tasks (and some a PC can’t do without special hardware), and generally has a better warranty program and tons of upgrade promotions. A lot of younger people have never needed to use a PC because they had tablets or phones.
I also think the concept of having to pay for an OS license is kinda stale for MS in particular because they’re money grubbers in so many other ways. Just give out the OS for free to non-enterprise users and call it a day; it’s not like they’re using the revenue to provide desktop support or add customer value.
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.
Debian isn’t Ubuntu-based, Ubuntu is Debian-based. That person is also full of shit.
Lenovo bought Motorola from Google in 2014, so yes, Motorola is “now” Lenovo, but this has been so for over a decade.
You say “therefore,” but you didn’t make an actual assertion, you just quoted me. Your point isn’t self-evident, so maybe you should make it?
The meme references a historical event. If you took the use of the flag to mean the current iteration of the EU, that doesn’t really feel like my problem. I’m neither you nor OP.
https://en.m.wikipedia.org/wiki/Inner_Six
Oh, wow, almost the whole gang is here! What a coincidence…
This is a conversation about history. It doesn’t include modern member states because they were not member states when the modern European colonization of Africa first occurred.
I think you’re forgetting the Netherlands, Spain, Belgium, Germany, Portugal, Italy, and others. Africa was (and still is) exploited by many European nations. It is more than appropriate to use the EU flag here.
Yeah, that makes sense. I don’t have anything critical; just nginx, a book server, a recipe collection, and some other small stuff.
Microsoft is not there to make computers for Palestinians. They are there to be military contractors for Israel.
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.
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.
Kavita, Komga, or calibre-web? I love having a book and comics server.
I used urxvt on my last install, but now I’m using Kitty because urxvt on Debian isn’t compiled with true colour and I didn’t want to install from source.
A lot of it was forced conversion. There’s a long history of religious and cultural oppression of various peoples in the region. You could probably find some online documentaries about it, though more than a few likely view the events through a pro-Zionist lens.