Awesome. Thank you so much for the detailed explanation. I really appreciate it.
I can make it back up data, too? I do snapshots on btrfs. Not sure if that's the same as their regular backup, is it? Damn, man. Why is it hard to make a backup? Lol
I might just look into clonezilla or something then.
So you're telling me what Pika is doing is the same I'm doing by copying my home folder into an external drive? Ha! I do use timeshift. Does timeshift take a whole system backup that includes the whole system, its apps and their data? If so, which files/folder do I need to copy of timeshift so I can put them on one of the external drives so I can use them after a reinstall. Since it backs up on the same drive it's installed on and reinstalling would delete timeshift and its backup files.
Two types of people voted for this dude, evil, selfish assholes who know exactly what he is and want to line up their pockets. And misinformed poor folks who are fooled by some outlet like MSM or something similar.
Not saying you meant it that way, I'm saying 71 million Americans did. The more I think about it the more fucked it looks. Ngl, I hate the Democrats as much as the next person, but fuck, man, never in a million year would I vote for a person like Trump. It's fucking insanity. How can anyone listen to this man talk and say "ah, this is going to be a good president"? Just how?
Question about Pika backup
Hi all, I have a smaller nvme for my root and home partitions, and I wanted to upgrade to a 1TB. I have several drives on my machine and have been backing up in different ways. One way is I just copied all of my home folder and pasted it on one of the drives. Another way is I copied that folder to my NAS. I also have Pika backup setup to do automatic backups daily to one of the drives. My question is, how do I go about the process of restoring my backup with Pika? Do I reinstall the whole system, install Pika, point it at its old backup folder and have it restore? If so, what does it actually restore? Does it originally back up apps, their data and whatever I have in my home folder, then it restores all of that to the new system? Or does it only back my config files and home folder? Sorry if this is an obvious and dumb question, but I really don't want to do things from scratch since I've had this same install for a long time and I've set it up the way I like it. Running Endeavour OS with KDE plasma. Thanks in advance. P. S for this who wonder why I didn't separate root and home partitions since I have many drives It's a long story and it would be off topic and I don't want to bore you all with it.
This shit shouldn't thought of as an "oh well". It's so fucked
You know what's fucking infuriating? Nothing will happen to this fucker at all.
100%. Thank you for helping me change my perspective 🙏🏽
Good way to look at it. I have 450 books waiting for me to read.
I don't know, man. I am just fucking pissed that 71 million Americans though a convicted felon is fit to be president. This will never make sense to me.
I've voted for Harris regardless. Natenyahu wouldn't be able to continue for long without the US funding. They just can't. So cutting funding and weapons shipments would have been more than enough.
Add to that not doing shit about an ongoing genocide in Gaza. People warned the Dems that they won't vote for them if they didn't do something about the damn genocide. There was a huge "uncommitted" movement about it. They just got too cocky and over confident. They didn't think that movement was serious? Not sure, but they fucked up big time and I'm fucking pissed.
"hey look. Your life is hard. You can hardly pay your bills. You're struggling to make ends meet.. I hear you, I really do. Do you know whose fault is that, though? It's those damn immigrants and black and brown people. They're taking your jobs. They're taking your tax money being on welfare. Let's go fuck them up. Vote for me. Btw, billionaires are good people and they help our economy so we are going to cut their taxes even more, but trust me bro, it's the immigrants and black and brown people".
- Republicans and especially Donald Trump
"Hey life is good. Everything is fine. We love everyone, you know. We are not going to change the status quo, we will just do some tweaks around the edges. Oh you can't pay your rent? Oh that's just a small annoyance, you know, but hey look at us. We are not the other person, ha! We love black and brown people. We love immigrants. We love trans people, too, you can't not like us now, right? Now, fall in line and vote for me, I'm speaking, ok? Also, don't mind me taking millions from the billionaires who are the actual cause of all of your life struggles."
- Democrats
This country is toast.
Damn, now I'm curious
3 to go. How do you like it? I started with book one last month then got side tracked by some of Stephen King's books. I don't think I'm mentally ready for a 10 books journey yet
I have so many damn books and I wish I were so fast that I could read a book a day. It's so frustrating. I have a bunch of nonfiction I want to read, but I love novels, too. I'm currently reading King's "Pet sematary"
Man, this is nice. Having an actual productive conversation on the internet without the battle of upvotes and downvotes. Lol
Anyway, I'll watch the system and see if things are missing after removing those fonts. All what I removed was any
noto sans + <a country whose language I don't speak>
I use segoe variable for the system and Jetbrains mono font for the terminal and and whatever the default that comes with jetbrains Rider. KDE plasma a ton of that Noto Sans font. Around 60 if I'm not mistaken. I've deleted a bunch of it with other languages that I don't need (not sure if that's a good idea, but it was annoying scrolling through all these fonts to find the one I want). Whatever Noto Sans that has a country name at the end of it I deleted it.
That was a great read, although I didn't understand all of it. All I know is that my font looks fantastic now and is better than it is on windows using the same monitors. I have two 27" 4k monitors and I have been struggling with the font for a long time. No more.
A tutorial I got from AI to help me improve font rendering.... And it worked fantastically
I have been raging about the font rendering on Linux for years. It just sucks. Font has jagged edges and it looks very weird. I dual-boot with windows and the font there is very nice. So, I asked Claude ai to help me and it did a great job and my font is now is actually better than windows. I wanted to share it with everyone in case you have the same issue with the font on Linux.
Here it is:
- First, install required packages:
sudo pacman -S freetype2 cairo fontconfig
2. Install better fonts:
sudo pacman -S ttf-dejavu ttf-liberation noto-fonts ttf-roboto ttf-roboto-mono ttf-droid ttf-opensans ttf-hack ttf-fira-code
I have also installed Segoe ui and Segoe UI Variable fonts and that is what I'm using now.
3. Create or edit the font configuration file:
``` sudo mkdir -p /etc/fonts/conf.d
sudo nano /etc/fonts/local.conf ```
4. Add this configuration to local.conf:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="antialias" mode="assign"> <bool>true</bool> </edit> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> <edit name="lcdfilter" mode="assign"> <const>lcddefault</const> </edit> <edit name="embeddedbitmap" mode="assign"> <bool>false</bool> </edit> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> <!-- Increase contrast slightly for all fonts This is not mandatory and can be commented out--> <match target="font"> <edit name="weight" mode="assign"> <const>medium</const> </edit> </match> </fontconfig>
5. Create a file for FreeType settings:
sudo nano/etc/profile.d/freetype2.sh
6. Add these export commands (I found it there already, but it was commented out. Just removed the "#"):
export FREETYPE_PROPERTIES="truetype:interpreter-version=40"
7. Enable subpixel rendering: (You might get a message that says "File exist", that's ok. It means it was already there)
``` sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d/
sudo ln -s /etc/fonts/conf.avail/10-sub-pixel-rgb.conf /etc/fonts/conf.d/ ```
8. Clear and regenerate font cache:
fc-cache -fv
9. For better Java application fonts:
sudo pacman -S jre-openjdk fontconfig
10. Reboot
************************************************************************ Additional optional steps: a. For better Firefox font rendering, in about:config: Set
gfx.font_rendering.cleartype_params.rendering_mode
to 5 (This doesn't exist in FF. You create it, set it to "number" and give it a value of 5)
Set
gfx.webrender.all
to true
b. If you use VSCode, add to settings.json:
``` { "editor.fontFamily": "'Fira Code, 'Droid Sans Mono', 'monospace'",
"editor.fontLigatures": true } ```
Truly hope this help someone. Share it with others if you think it will help them.
Thanks :)
Do I need to install any drivers for AMD GPU
Hi all,
I've been using an RX 580 for about a year now. It's been ok, but I needed an upgrade for a little more FPS. Found this RX 6600XT used and snagged it for $100. Are there any packages I'll need to install to make sure I get the best out of it? I know AMD support is baked into the kernel, but I remember having to install some Vulkan driver for my old GPU when I had some gaming issues. Any suggestions would be very much appreciated.
Distro is Endeavour OS with the latest KDE plasma on Wayland. Thank you
Nonfiction readers. Do you feel guilty reading fiction?
Do you feel guilty when you read fiction some times? Do you feel like it's a frivolous pursuit? Sometimes, I do, because I'd think to myself "might as well watch a TV show", and I hardly ever watch TV shows because, to me, they're a waste of time. But damn it, some of these novels are so good and I can't stop once I started reading them.
App refreshes when running in the background
The app hardly ever keeps my place in the feed when I exit it and come back to it after a while, and then I'd go hunting for where I was. My phone has 16GB of RAM, so that's plenty.
Opinions on Stephen King
This may sound dumb, but I've never read for this man. I've always just heard about him on social media but never ventured to read his work. Opinions, please. Should I invest? Feeling like fiction lately. I've read so much non-fiction through throughout my life that I think I deserve a couple of fiction books to get busy with for a little while.
Thanks in advance
EDIT: Thank you so much to all who answered. I have read and appreciated every single comment. I have decided to start with fairy tale since I ran into the book at Walmart. So giving that a shot to see. Thank you so much
If you haven't read "the count of Monte Cristo", do it now
Holy shit! This book is insane. I'm half way through it, and I can't even express how I feel about this book. Masterpiece? Doesn't give it justice. I've never done this in my life over a book (and I've read well over 500 books for the last 30 years), I got emotional during some parts of this book. I have ADHD and it's very hard for me to focus when reading, unless it's an extremely good book like this I guess. This probably sounds silly to some. The reason why I'm only just finding out about this book is because I'm new to the West. An immigrant if you will, and never heard of this book until a couple of weeks ago. If you haven't read this book; I highly recommend it. Alexandre Dumas is a genius.
Anyone has been using Wayland with zero issues?
Is it just me, or are you folks running Wayland with no issues? I've even forgotten I was on Wayland until I looked at the settings the other day. I have all AMD, btw. I have zero issues so far. Anyone else?
What language do you read in?
I read in both Arabic and English. Some books are very hard for me to grasp, so I find a translated copy and read it in Arabic. For example, I'm currently reading "the Count of Monte Cristo". It Has some old English that gets me confused a lot, even though I have a Kobo where I can just press and hold on a word to translate it, but still, the storyline as a whole got confusing, so I read it in Arabic. Much better. I'd love to hear from folks here :)
Why does Maliit work on desktop?
Hi all, I have a desktop and laptop with a touchscreen. Both running Plasma/Wayland. English is my second language and I search things in my language often. Maliit works just fine on the laptop, but it's basically a dud on the desktop. I can only enable and disable it. It never shows nor work at all on the desktop. Tried onboard, gnomes on screen keyboard, and that thing is useless, too. Anyway to make Maliit work or is there an alternative? I really need it for the desktop. Thanks.
Got an email from ISP
How does this firm (or whatever it is) know I torrented something? My VPN app took a shit in the middle of a download and I think it exposed my IP to some "anti-piracy" bullshit firm that contacted my ISP. ISP emailed to let me know and to "not do it again". How does this firm know about torrenting? Do they like watch these sites and hope someone's VPN slips like mine did today?
"make capslock an additional Ctrl" option was removed in the latest update
Running Endeavour OS Linux and just updated to plasma 6.0.5, framework 6.3.0, Qt version 6.7.1 on Wayland. I use capslock strictly as my brain refuses to learn using shift (I do touch type no problem), but as well know the capslock is very slow on Linux which always results in text like THis. So, I've found a fix for it online and one of the steps is to enable the option "make capslock an additional Ctrl", but that's not gone :/ What to do?
Add an a flair or any indicator when a post is locked
Not sure if this is something voyager can do or if it's a Lemmy thing. I don't see any indicator that a post is locked when the mods lock it.
Day/night or light/dark wallpapers
Hi all, I've been searching the web for a long while now and I can't find anything. Maybe it's just my rusty English (second language of course). I have an app called "dynamic wallpapers" that creates two wallpapers into one where one is light and the other is dark. The light one is automatically selected by my system when I have the light theme on, and the dark one is also automatically selected when I have the dark theme on (I hope this makes sense). I use the gnome desktop on Linux if that helps. So, I'm looking for wallpapers that are exactly the same, but one is dimmer than the other for both themes. For example, a picture of a mountain with the sun above it, and another with the same mountain and everything, but it's night time and the moon is there instead of the sun. Or just like the windows 11 default wallpaper, the light one and dark one. I really hope I'm making sense. Please ask me for more details if I'm not making sense. Does anyone know of any website that has such wallpapers? Please let me know. I'd very much appreciate any help. Thank you.
Are there any EV cars without any "technology"?
Like the title says, are there any EVs that just have a Bluetooth radio and that's it? Like a normal car, not a smartphone on wheels? If not, do you all think that this will actually happen at some point? This is the main reason why I can't (and will never) buy an EV. I like to have actual buttons everywhere on my car. I think those massive tablets on these cars with all the touch buttons are very dangerous. I like an "entertainment system" that only connects to my phone with either a headphone jack of or Bluetooth. It's a car, not a PC.
How to unblock a community?
I was going through my block list and found out that there is no way to unblock any of them on the app. There was nothing to click or 3 dots for options or anything. Just a list of the blocked communities. Anyone knows how? Thanks
Anyone running Nobara who can answer these questions?
cross-posted from: https://lemm.ee/post/32128978
> Switching from Endeavour OS to Nobara > > Hi all, > I've been having issues with my favorite games on EndeavourOS Linux. Also, on top of that, an update the other day deleted my whole plasma desktop and left me with a skeleton of SDDM. I got it fixed, but some things are still wonky. I'm honestly getting tired of maintaining it and I just want something that just works for my video games and some coding. Nobara sounded awesome after some research. I do have a couple of questions for you all before switching: > > 1. Is Nobara atomic? Immutable? Or whatever those distros are called. > > 2. I have my /root, /home separate each in their own drive, plus a 3rd one for my steam and other games. Since I'm coming from Arch and I'll only be formatting my root drive, what folders/files will I need to remove from my /home directory after switching to Nobara so I don't have issues? > > 3. Since I separate drives for everything, I'll be doing a manual partitioning when I install Nobara, and will be choosing btrfs for my /root so I can do snapshots with timeshift. My question is, does Nobara set up the subvolumes automatically for me when I do manual partitioning, or do I need to set them up myself? > > 4. How hard is it to set up snapshots in grub? > > 5. Or does Nobara have a back up tool already that already does snapshots? > > Thank you.
Switching from Endeavour OS to Nobara
Hi all, I've been having issues with my favorite games on EndeavourOS Linux. Also, on top of that, an update the other day deleted my whole plasma desktop and left me with a skeleton of SDDM. I got it fixed, but some things are still wonky. I'm honestly getting tired of maintaining it and I just want something that just works for my video games and some coding. Nobara sounded awesome after some research. I do have a couple of questions for you all before switching:
-
Is Nobara atomic? Immutable? Or whatever those distros are called.
-
I have my /root, /home separate each in their own drive, plus a 3rd one for my steam and other games. Since I'm coming from Arch and I'll only be formatting my root drive, what folders/files will I need to remove from my /home directory after switching to Nobara so I don't have issues?
-
Since I separate drives for everything, I'll be doing a manual partitioning when I install Nobara, and will be choosing btrfs for my /root so I can do snapshots with timeshift. My question is, does Nobara set up the subvolumes automatically for me when I do manual partitioning, or do I need to set them up myself?
-
How hard is it to set up snapshots in grub?
-
Or does Nobara have a back up tool already that already does snapshots?
Thank you.
Anyone using Kailh box Navy with a keychron?
I have a keychron V6 (it's full size). Solid plastic housing, baby kangaroo switches and KSA caps (these are close to MT3 and SA if anyone is wondering). I like the keyboard so far, but it's not loud enough for me. I like loud and clicky. My question is, does anyone here use a keychron V6/k10/Q6 or any full size with SA/MT3/KSA and kailh box navy switches? If so, how is it? Is it loud? Also, is it heavy since I read that these switches are 90 gm bottom out. Are the jade better?Baby kangaroo are 67 gm bottom out. I mostly code, not much gaming. I'd appreciate any input. Thank you