[-] gpstarman@lemmy.today 36 points 1 month ago

What's the box thing?

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

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

[-] gpstarman@lemmy.today 13 points 2 months ago

Heading towards nearest clothing shop right now, sir.

[-] gpstarman@lemmy.today 10 points 2 months ago

Thank You.

mentality that muscles are for men.

ikr

24
submitted 2 months ago* (last edited 2 months ago) by gpstarman@lemmy.today to c/asklemmy@lemmy.world

I know this is a weird question. But I'm just wondering. Please don't kill me.

I do body weight exercises. And finding it harder to do exercises that want me to lay down on my front side. ^Because,^ ^my^ ^____^ ^is^ ^squishing^.^๐Ÿ˜ฎโ€๐Ÿ’จ^

Also, there is a stupid stigma that exercise makes women more masculine. But are there any workouts that make a man look feminine? Like, it would be bit weird to see a BLL sized butt on a man, right?


This question came to my mind when I saw a workout plan in my app. The plans' name is "Bikini Body". I was like, "I should probably stay away from this. But what happens if I did it anyway?"

51
submitted 2 months ago* (last edited 2 months ago) by gpstarman@lemmy.today to c/asklemmy@lemmy.ml

I know this is a weird question. But I'm just wondering. Please don't kill me.

I do body weight exercises. And finding it harder to do exercises that want me to lay down on my front side. ^Because,^ ^my^ ^____^ ^is^ ^squishing^.^๐Ÿ˜ฎโ€๐Ÿ’จ^

Also, there is a stupid stigma that exercise makes women more masculine. But are there any workouts that make a man look feminine? Like, it would be bit weird to see a BLL sized butt on a man, right?


This question came to my mind when I saw a workout plan in my app. The plans' name is "Bikini Body". I was like, "I should probably stay away from this. But what happens if I did it anyway?"

[-] gpstarman@lemmy.today 9 points 2 months ago

unofficial Windows Live USB images.

I just came to know about this

[-] gpstarman@lemmy.today 34 points 2 months ago* (last edited 2 months ago)

I called the "technical" support regarding this issue. And they said they'll only support Windows.

Making your entire hardware reliant on particular proprietary software like Windows is just stupid.

Never buying Acer again.

At this point, I don't even know which vendor to buy, when everybody is shit.

88
submitted 2 months ago* (last edited 2 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.

25
submitted 2 months ago by gpstarman@lemmy.today to c/linux@lemmy.ml

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)

[-] gpstarman@lemmy.today 37 points 2 months ago

Does this mean upcoming distros can have the drivers inbuilt? NVIDIA Cards working out of the box? I'm Out of the Loop.

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

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.

[-] gpstarman@lemmy.today 9 points 3 months ago* (last edited 3 months ago)

I never understood (still can't) the need for Twitter. I always thought people used that platform to stalk famous people and officials (I have no idea why they started to use that platform).

Since, they are (famous people) mostly not on mastodon, I can't understand why people need Mastodon.

If I need people's opinions on anything Lemmy is there, right?

I'm not degrading Mastodon or anything in any manner, But I'm simply curious.

[-] gpstarman@lemmy.today 11 points 3 months ago

Linux doesn't care where you mount your drives, they can be mounted anywhere you want.

Thank You

[-] gpstarman@lemmy.today 8 points 3 months ago

Thank You for suggestion. Gonna try that Tonight and have fun mounting loads of data.

32
submitted 3 months ago by gpstarman@lemmy.today to c/linux@lemmy.ml

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
126
submitted 3 months ago* (last edited 3 months 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.

31
submitted 3 months ago by gpstarman@lemmy.today to c/linux@lemmy.ml

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?

[-] gpstarman@lemmy.today 11 points 3 months ago* (last edited 3 months ago)

My bad bro just noticed. It would have been helpful if just pointed that out instead of name calling. I noticed the pun bro.

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

Can I delete previous backups, without affecting following backups, Since TimeShift (RSync) make increamental backups.

i'm picasso.

view more: next โ€บ

gpstarman

joined 3 months ago