gpstarman

joined 2 months ago
[–] [email protected] 0 points 6 days ago

im a bit paranoid and don’t wanna use non-official flatpaks

Makes sense, especially for something as important as VPN.

Thank you.

[–] [email protected] 3 points 6 days ago (2 children)
[–] [email protected] 0 points 1 week ago* (last edited 1 week ago) (2 children)

I guess by doing this way we can't tell which server has less load just by looking it, right?

[–] [email protected] 0 points 1 week ago (4 children)

You mean you downloaded all the OpenVPN profiles by Proton and imported it to settings?

[–] [email protected] 0 points 1 week ago* (last edited 1 week ago) (2 children)

Thank you for the detailed reply.

using one of the many AUR helpers

So, I can't install aur packages via pacman?

Just Work™

Also Are you quoting certain nExT gEn gAmE guy?

[–] [email protected] 0 points 1 week ago

I just use whichever server has less load.

I don't know if the OpenVPN profiles are synonymous to the list of VPN Servers i.e. a single profile means a single server. If that's the case I need all of the profiles right? to select whichever one has less load?

[–] [email protected] 0 points 1 week ago

Thank you. It's just that I prefer more of a GUI way. (Doesn't mean I hate terminal or anything)

[–] [email protected] 0 points 1 week ago (2 children)

But if I downloaded all configs from proton, wouldn't it be a looong list in nm-applet?

[–] [email protected] 0 points 1 week ago* (last edited 1 week ago) (4 children)

Thank you.

If you are scared to mess things up you can always spin up a VM with CachyOS and try to install it inside that

That's what I'm gonna do. Since I'm very new to Arch (used mint before), I don't even know the difference between paru and yay.😅

I assume both OpenSSL and wireguard are already installed on CachyOS

So On regular Arch Linux, Step 1.1, 1.2, 1.3 all should followed as mentioned in wiki. Also in wiki they didn't mention anything about OpenSSL?

 

How to install ProtonVPN in Arch Linux (CachyOS) ?

Should I follow https://wiki.archlinux.org/title/ProtonVPN ?

OR

from flathub https://flathub.org/apps/com.protonvpn.www ?

This flatpak has Unverified tag, but according to this, this flatpak is safe.

Which one should I follow ?

Asking this because I'm because I'm a bit lazy to configure OpenVPN and all that stuff. (pls don't kill me :)

 

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 @[email protected]

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

24
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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?"

50
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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?"

0
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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?

88
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

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.

 

If I remove Edge, Will there be any consequences?


Flashback:

I removed edge and onedrive using Chris Titus Tech's Winutils. In the tool itself they mentioned that removing edge is not recommended. But I did it anyway.

Now for some reason, my library folders (music, videos, etc) reset to their original location. ( I changed it to a custom location).

All I have to do is change it back to custom location. ( No data loss happened).

But what I want to know is that, Are there anymore consequences that I am not aware of?

 

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)

1
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

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.

 

I want to see all Communities on Lemmy. Local and All.

Is that possible on Eternity?

 

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
view more: next ›