gpstarman

joined 1 year ago
[โ€“] gpstarman@lemmy.today 3 points 2 months ago* (last edited 2 months ago)

Thank you.

But, its already there. Also, I don't do any raid.

 

What I want:

To boot into a BTRFS snapshots from rEFind boot manager. But rEFInd doesn't show the snapshots.


Additional Info:

  1. So, apparently, to restore the BTRFS snapshot of a root subvolume, I shouldn't do it with the root partition being actively used.
  1. So, I need to boot into the desired snapshot from the boot manager itself.
  1. GRUB has grub-btrfs, which lets you boot into snapshot from OS selection screen itself.
  1. rEFInd has refind-btrfs, which should do the same as grub-btrfs. But it didn't in my case. I am not seeing any way to boot into a snapshot from rEFInd.
  1. I use BTRFS Assistant with snapper to manage snapshots.
  1. I am not seeing any way to restore the snapshot from live environment too.
  1. I am using CachyOS (Arch) with Plasma DE.
  1. I suspect the reason is my unusual /efi /boot partition layout. (attached below)
  1. I did my partition this way because, my initial EFI partition had less storage (as seen on image), so , I created another boot partition and mounted my pre-existing EFI partition to /boot/efi. I did this by referring a Youtube video (I know, I should've known better)
  1. I also encrypted my BTRFS / partition
  1. If you need any other info, please ask.

I know this is a general community, but this is the 7th community that I'm asking this ๐Ÿฅฒ

Some people suggested Limine bootloader, but I like rEFInd for its versatile theme support.

10
submitted 3 months ago* (last edited 3 months ago) by gpstarman@lemmy.today to c/cyberpunk2077@lemmy.world
 

EDIT: Can anybody ask around reddit? They keep banning me.

Second Heart should have 300 - 200 seconds ( 5 - 3.3 minutes ) timeout. But for me it is 35 MINUTES, does anybody know why?

Tier 4:

Tier 5++:

Additional Info:

One of the images contains cooldown for Self-Ice. That one is actually seconds and work as it intended.

[โ€“] gpstarman@lemmy.today 1 points 3 months ago (2 children)

Thank You. If just moved it to a new Plasma System, will it just work ?

[โ€“] gpstarman@lemmy.today 1 points 4 months ago

I've found it on ~/.local/share/lutris/pga.db.

Btw, do you know where the KDE Plasma clipboard data is saved ? I've been using that as mini watch later list ๐Ÿ˜…

[โ€“] gpstarman@lemmy.today 1 points 4 months ago* (last edited 4 months ago) (4 children)

Thank You. I've looking for this forever.

Btw, do you know where the KDE Plasma clipboard data is saved ? I've been using that as mini watch later list ๐Ÿ˜…

[โ€“] gpstarman@lemmy.today 1 points 4 months ago* (last edited 4 months ago)

I'm not seeing any options to select a particular subvolume for installation.

Also, my entire BTRFS partition is LUKS2 encrypted.

[โ€“] gpstarman@lemmy.today 2 points 4 months ago

Looks like I have to do this for every game separately.

[โ€“] gpstarman@lemmy.today 3 points 4 months ago (3 children)

There is no lutris directory in .config. Some other person said it is available on ~/.local/share/lutris/pga.db. I cannot confirm it right now, because I am on limited connection.

Also, I don't have separate home partition. But I do have a separate home BTRFS subvolume though.

Is it possible to install OS on particular subvolume while leaving others untouched? (Calamares installer - CachyOS)

18
submitted 4 months ago* (last edited 4 months ago) by gpstarman@lemmy.today to c/linux_gaming@lemmy.world
 

I am gonna reinstall my system.

But I want to keep the Time played stat of the game.

I found all other data of lutris like banners, runners, runtimes but not this.

Any Idea where can I find Time played data, if it's even saved in file ?

Also does any you know where the KDE Plasma clipboard data is saved ? I've been using that as mini watch later list ๐Ÿ˜…

20
submitted 4 months ago* (last edited 4 months ago) by gpstarman@lemmy.today to c/linux_gaming@lemmy.ml
 

I am gonna reinstall my system.

But I want to keep the Time played stat of the game.

I found all other data of lutris like banners, runners, runtimes but not this.

Any Idea where can I find Time played data, if it's even saved in file ?

Also does any you know where the KDE Plasma clipboard data is saved ? I've been using that as mini watch later list ๐Ÿ˜…

[โ€“] gpstarman@lemmy.today 2 points 7 months ago

Thank you.

So far liking it.

22
submitted 7 months ago* (last edited 7 months ago) by gpstarman@lemmy.today to c/cyberpunk2077@lemmy.world
 

Did they change the Cyberpunk logo in new versions?

Just started my blind playthrough (no spoilers please) and noticed the cyberpunk logo is different from what I saw before.

Old Cyberpunk 2077 (not 2.0) ๐Ÿ‘‡

New Cyberpunk 2077 (after 2.1) ๐Ÿ‘‡

At first I thought there is something wrong with my GPU driver ot something.

[โ€“] gpstarman@lemmy.today 1 points 8 months ago (2 children)
[โ€“] gpstarman@lemmy.today 5 points 9 months ago

is he a famous boxer or something?

 

I want to copy (not move) my Timeshift Snapshots (Rsync) from my existing drive to another drive. Both drives are ext4. As far as I searched I am not able to find any viable results.

If not possible, just why?



Solved

https://www.cyberciti.biz/faq/linux-unix-apple-osx-bsd-rsync-copy-hard-links/

TLDR

sudo rsync -az -H --delete --numeric-ids /path/to/timeshift path/to/destination/

Where,

-a : Archive mode (i.e. recurse into directories, and preserve symlinks, file permissions, file modification times, file group, file owner, device files & special files)

-z : Compress file data during the transfer

H : Preserve hard links (i.e. copy hard links as hard links)

--delete : Delete extraneous files from the receiving side (ones that aren't on the sending side), but only for the directories that are being synchronized i.e. keep exact replica of your /path/to/timeshift directory.

--numeric-ids : Transfer numeric group and user IDs rather than using user and group names and mapping them at both ends.

--progress : Show progress during transfer.

--log-file="/var/log/my-rsync-script.log" : Log what rsync command is doing to the /var/log/my-rsync-script.log file.


Thanks to @skullgiver@popplesburger.hilciferous.nl

Original Comment: https://lemmy.world/comment/11611743

87
submitted 11 months ago* (last edited 11 months ago) by gpstarman@lemmy.today to c/linux@lemmy.ml
 

How to update BIOS on a system that only use Linux as OS.

Asking this because some clowns at Acer decided that they will only provide BIOS updates through Windows Update.

Edit: I'm not talking about installing the BIOS file. They don't even provide BIOS file in the first place.

 

I have a NTFS drive for Storage, which is shared between Win 11.

I want to change the location of (or replace) ~/Downloads, ~/Music, etc..,.

Note that the link to made is between NTFS and EXT4.

I found two ways while searching.

   1.Creating **Symlinks** in `~` with target pointed to folders in NTFS drive.

   2. **Mounting** the NTFS folders **directly** to`~/Downloads`, `~/Music`, etc..,.

Which one should I do? Which one is more beneficial?

Also how to mount folders to other folders (option 2) ? (I would really appreciate a GUI way)

I know this is not that important of a thing to post on Main Linux Community, but I already asked 2 linux4noobs community, and they are empty.




This is a continuation to my previous discussion, where most of the people said,

  1. It doesn't matter where I mount.

  2. Mount certain folders directly into home other. (like mounting /mnt/data/music to ~/music)

 

What are the packages that comes default with Linux Mint Cinnamon that I can remove without any problems.

Linux Mint comes with lots of packages installed by default to give full experience to new users. But not everyone needs everything. In my case for example, I don't need celluloid, pix, hexchat, hypnotix, rhythmbox, LibreOffice, etc,... Those applications has their own audience and Linux Mint including them is a good thing but I personally don't want them.

Mini Rant or QA maybe?

I searched the internet a bit for the answer, on various forums, and subreddits. And All the people who asked this question got obliterated as far as I've seen. The common answers are:

if you remove the applications that came installed with Mint by default, it will cause Dependency issues.

If I remove an application and the dependencies shold be removed UNLESS some other application need those dependency, right? If that's the case, why removing packages can cause dependency issues?

Why would you want to remove essential applications like LibreOffice, pix etc. ? (this question is asked in the sense of "what sane person would want to remove those?")

Cause why not? Maybe I like GwenView more than Pix, maybe I don't need office applications at all. Why this even matter?

If you want don't want Mint's default applications, then what's the point of using Mint? Just use something like Ubuntu server or something. People need to realize that lot of people (at least me) using Mint for it's System management (updates, apt source list, etc..) via GUI ability. Just because I want to manage my system with ease, that doesn't mean I need everyt applications it offers me.

I honestly feel bad for the person who asked the question in the first place. They didn't got the answers till the very end. All they got is Criticism and it's not constructive one.

Why this kind of behaviour even exist?

P.S.: I'm using Mint inside VM for testing purposes. I don't want my VM to take a lot of space. That's why I don't need lot of applications.

 

Which folders and files do I need to exclude from TimeShift?

Also is there a way to also exclude programs installed as .deb ?

I doing this to reduce Backup size as I have limited storage.

100GB - Windows 11
400GB - Storage
400GB - Mint
100GB - TimeShift
125
submitted 1 year ago* (last edited 1 year ago) by gpstarman@lemmy.today to c/linux@lemmy.ml
 

Where should I mount my internal drive partitions?

As far as I searched on the internet, I came to know that

/Media = mount point for removable media that system do it itself ( usb drive , CD )

/Mnt = temporarily mounting anything manually

I can most probably mount anything wherever I want, but if that's the case what's the point of /mnt? Just to be organised I suppose.

TLDR

If /mnt is for temporary and /media is for removable where should permanent non-removable devices/partitions be mounted. i.e. an internal HDD which is formatted as NTFS but needs to be automounted at startup?

Asking with the sole reason to know that, what's the practice of user who know Linux well, unlike me.

I know this is a silly question but I asked anyway.

 

So which one is actually official one? I can't describe what "official" mean here, maybe the one that actually came from reddit or the one with more subsscribers or one with more activity ?

Also Why there are multiple copies of same community in different instances? Isn't the whole point of lemmy is that it is federated?

view more: next โ€บ