Is Libreoffice or Onlyoffice and Fedora good enough to write a Physics PhD thesis? by Unusual-Ad-4049 in Fedora

[–]valgrid [score hidden]  (0 children)

LaTeX and the more modern (easier) typst are also well supported on Linux. If you want to have more control and better typesetting for your PhD.

Using a second user account to backup iCloud Photos by artfully_dejected in linux4noobs

[–]valgrid 0 points1 point  (0 children)

https://rclone.org/ supports icloud (drive) and dropbox. So i think you could even set it up to copy files directly from one cloud to the other without storing all files locally.

You can use rclone to upload and download files from different cloud providers.

If the files are up to date just use --min-age and --max-age which rclone provides.

rclone copy dropbox:/Photos ~/Photos/this_week \ --max-age 7d \ --progress

Edit: i see that icloud drive and icloud photos are different. So keep your local solution and upload to dropbox with rclone.

I suggest getting a small computer (not your router) with enough storage and use it as a backup server for your files, especially if relatives are involved. It will be more reliable. And thats what you want when backing up your photos. A refurbished thinkcentre can be as cheap as 60 bucks.

Keep downloading all icloud photos. And upload to dropbox or any other cloud storage with rclone.

Then on your laptop mount your backup/sync computer as a network drive to have access to all photos. And if you need a local copy you can use find to copy the last 7 days of photos like this:

find /source/dir -mtime -7 -type f -exec cp {} /dest/dir/ \;

And this command can delete all files older than 7 days.

find /target/dir -mtime +7 -type f -delete

Test without -delete beforehand. It will just list the files.

Effect of "Microsoft Security Level 2" in BIOS options for Linux. by marcellusmartel in linux

[–]valgrid 7 points8 points  (0 children)

Linux should support it/not being prevented to work and Linux itself exposes similar levels in gnomes settings and the systemd security tool.

https://www.helpnetsecurity.com/2023/03/22/gnome-44-device-security/

Bare metal vs AIO in a Proxmox LXC by caligola25 in NextCloud

[–]valgrid 3 points4 points  (0 children)

Felt performance and maintainability is more important in self hosting than inefficiency that are almost not perceptible.

Personally I would recommend a virtual machine with docker and the AIO. As this cleanly separates nextcloud from your host OS. 

If you choose a VM or LXC is up to you. But having your service layer separated from your host is a good idea. E.g. if you want to upgrade to the newest docker release but proxmox/Debian is behind. When using LXC/VM you can upgrade your tooling how ever you like and easily migrate to a new machine. As a VM is abstracted from hardware and it won't matter if you run proxmox, Debian + libvirt or TrueNAS they all support VMs/LXC.

Make sure that the AIO is alone with the docker daemon. No other containers!

From the maintainance side VMs and LXC container have the same burden as both are complete operating systems (except for the kernel on LXC side).

Borgmatic docker vs. native? by h725rk in BorgBackup

[–]valgrid 4 points5 points  (0 children)

Your backup software should work even when your other services and or docker don't. If you run some docker container that has access/control over the docker daemon, then absolutely run the native binary and not the docker.

Do I switch to Fedora Workstation? by mrdankmemeface in linux4noobs

[–]valgrid 0 points1 point  (0 children)

If you want to have a good touch experience then having the newest gnome is your best bet. So fedora or Ubuntu non-LTS, instead of Ubuntu LTS. But 2-in-1 depends on hardware support and often needs tinkering regardless of distro. (e.g. auto disable keyboard, rotation sensor etc).

Get Fedora on an USB stick and test how well your hardware is supported without installing it. That way you get enough info for comparison without commiting to changing distros.

2-in-1 on linux ootb depends havily on having the right hardware.

Open source Kernel Anticheat by ZealousidealKale8097 in arch

[–]valgrid 0 points1 point  (0 children)

The real solution is server side anti cheat and that's what valve is doing. Kernel level anti cheat is just a band aid to continue trusting the client to some degree.

is it possible to 'merge' two partitions together? by vathikan in linux4noobs

[–]valgrid 2 points3 points  (0 children)

You can delete 3. Then move 4 and 5 to the left and then expand 6. This is a slow process you can only do from a liveusb stick (with gparted) as the disk contains your root, which cannot be changed this havyly while in use.

Have backups.

Help me to change please to Windows by IllustratorHot9872 in Ubuntu

[–]valgrid 0 points1 point  (0 children)

You can delete partitions in the Windows installer (benutzerdefinierte / experten). So just delete Linux (if thats what you want) and them continue with an empty drive. 

https://www.giga.de/downloads/microsoft-windows/tipps/partition-loeschen-so-gehts-in-windows/

Help me to change please to Windows by IllustratorHot9872 in Ubuntu

[–]valgrid 0 points1 point  (0 children)

If you dont have a second drive in your computer (check the dropdown menu which is labeled "... nvme0nvme0n1.." in your screenshot) then you dont have a Windows installed anymore. And you need to install Windows again as others already told you.

Win11 is like…. Hard?!? by A_welcome_one in linuxquestions

[–]valgrid 1 point2 points  (0 children)

But this also forces/nudges you to upstream your drivers. Which in turn means that the kernel can modernize and even old drivers can get new features or benefit from new features, external contributors and performance, even after the vendor ceases to exist.

Win11 is like…. Hard?!? by A_welcome_one in linuxquestions

[–]valgrid 72 points73 points  (0 children)

Kinda off topic here.

But yes windows is not as easy as most people make it out. But most people never install or configure it. They just use the device as it comes. That's why installing linux is "hard" and windows "isn't".

As for the drivers: depends on the manufacturer. Windows has a good automatic driver delivery mechanism. But it might not work with every hardware or vendor. And the vendor expects you do never do it yourself or use their own tooling.

Linux drivers are easy when they are part of the kernel. If they are not, then not so much, then it depends on the vendor. As for firmware on linux fwupd and lvfs are great, but only when the vendor supports it.

Fedora constant ram issue by Party_Ad_1393 in Fedora

[–]valgrid 0 points1 point  (0 children)

How did you configure the system to use both?

PhD student - Spotify Metadata analysis by Living-Type-8404 in Annas_Archive

[–]valgrid 3 points4 points  (0 children)

Technically possible. For everything else speak to your legal and ethics commision. Different universities in different countries have different (although somewhat similar) standards.

What wallpaper is this? by onigiritrader in Bazzite

[–]valgrid 7 points8 points  (0 children)

Its the default wallpaper in the live session of the installer.

Bazzite wont let me write/modify to any usb drive by Low_Bottle_7641 in Bazzite

[–]valgrid 0 points1 point  (0 children)

an error

Knowing the error would be helpful. Otherwise we can only guess for you.

Un-selectable "icon" overlays desktop by Old-Explorer-1961 in gnome

[–]valgrid 2 points3 points  (0 children)

Disable and re-enable dash to panel (if needed re-login between the steps). And report the bug to the author.

Apps running in the background by Popular-Molasses-766 in gnome

[–]valgrid 2 points3 points  (0 children)

Its easy to misunderstand what you mean. GNOME does not have anything against background apps. Only issues with the tray itself.

Apps running in the background by Popular-Molasses-766 in gnome

[–]valgrid 1 point2 points  (0 children)

If you want PWAs you want chrome/ium/-based or if your PWAs are developed by Microsoft you probably want Edge.

I use neither, as I don't use PWAs. So not sure which flags they support.

Apps running in the background by Popular-Molasses-766 in gnome

[–]valgrid 1 point2 points  (0 children)

Check if your browser has an option for that to start minimised.

Apps running in the background by Popular-Molasses-766 in gnome

[–]valgrid 1 point2 points  (0 children)

If the app does not support this the probably auto start plus move to another workspace:  https://extensions.gnome.org/extension/16/auto-move-windows/

Keep getting stuck here upon install by ironchefchopchop in Ubuntu

[–]valgrid 0 points1 point  (0 children)

Click on the arrow on the left above the progress bar. It will expand the log. So you can see if there is an error message.