

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.
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’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.
I don’t know if these will work, but some of the commenters seem to have had success:
https://www.reddit.com/r/ASUS/comments/12dt39q/
I hope you figure it out. At least the settings are still accessible and the system is bootable.
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.
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.
deleted by creator
deleted by creator
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.