1179
Help (lemmy.world)
submitted 11 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 18 points 11 months ago* (last edited 11 months ago)

At the current time this seems kind of untrue. There are many GUI Applications in the repos, which provide alternatives or are wrappers for existing CLI applications. - Perfect for people who dont yet feel comfortable working with programms purely in a terminal.

[-] sorrybookbroke 5 points 11 months ago

I agree it's getting better, but some odd stuff does not exist yet. Like changing swap file size. Still need to use good old DD for that

[-] [email protected] 4 points 11 months ago* (last edited 11 months ago)

changing swap file size

Not 100% sure if i undestand you correctly, but there is for example gparted for partition managment

[-] sorrybookbroke 5 points 11 months ago* (last edited 11 months ago)

That'll be useful for a swap partition, but if you're using a swap file instead of a partition it won't work.

To clarify, a swap file is just a file on your hard drive the size you'd like your swap to be. Filled, at the start, with zeros. You still put it in your fstab to mount it but instead of a full partition, it's just a file.

This makes it more flexible, and easy to change the size of or turn it off or on during operation, safer to change the size (less steps, less ramifications, lower chance of data loss), or have it expand as needed, but is more restrictive in other features while being a bit slower and less secure.

Windows has a similar system for swap called a pagefile.

On linux, while there is a gui to change a swap partitions size, changing the swap files size has no gui. Even though it is, theoretically, a simpler operation. Simply run swapoff, delete the old file, create the new file, run swapon. No partition managment needed, essentially no chance of data loss

[-] [email protected] 5 points 11 months ago

Thanks for the clarification.

this post was submitted on 17 Jul 2023
1179 points (95.4% liked)

linuxmemes

19733 readers
1683 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS