Goingdown

joined 2 years ago
[–] [email protected] 2 points 1 month ago

Vim + vimwiki is what I use, with session saving plugin. That is all I need. For syncing, I use either git or syncthing.

[–] [email protected] 2 points 1 month ago

I think their vision is solid. I just think there are gaps in following their vision. Wheres the “create new empty file”? Where’s the “open folder in terminal”? Why do I need to install bunch of bloatware to change more than 2 options?

On my Gnome Files, there is option to "Open in terminal" and create new files (from templates, which were set up by default on my distro). All by default without any extensions or anything.

[–] [email protected] 3 points 2 months ago* (last edited 2 months ago) (2 children)

If computers are in same network, even with different ip addresses, they still can see all broadcast and multicast traffic. This means for example dhcp.

If you fully trust your computers, and are sure that no external party can access any of them, you should be fine. But if anyone can gain access to any of your computers, it is trivial to gain access and sniff traffic in all networks.

If you need best security, multiple switches and multiple nics are unfortunately only really secure solution.

[–] [email protected] 3 points 2 months ago (1 children)

Luks FDE, and install dropbear-initramfs, configure ssh authorized_keys and rebuild initramfs. Then you can access initramfs via ssh to type luks password.

[–] [email protected] 2 points 3 months ago

If you just rename the dir, and then find all broken symlinks in your system?

find . -xtype l

[–] [email protected] 1 points 4 months ago

Use gnome extensions.

Gtile for moving windows around using hotkeys.

Set keyboard launchers to focus or launch apps. Usually you can define command line parameter for launcher to not open new app window.

Extension Auto Move Windows allows moving app windows around on launch.

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

I had laptop running Ubuntu 16.04, which was running for 2273 days without reboots or anything. It was located in safe place so not even security updates were installed during that time. And it was still completely fine after all these days (little bit over 6 years). It was finally shut down when there was electricity break, and its battery failed, and I decided that it was time to retire it.

There of course were tons of updates available then, but no one forces you to install them. and in Debian system instead of Ubuntu, there will be lot less, their release policy is much stricter.

[–] [email protected] 5 points 5 months ago (2 children)

Have you ever upgraded the Ubuntu laptop? Cause that’s my main gripe with Ubuntu. Server upgrades work, desktop upgrades never did for me.

I wonder about this. I have been running Ubuntu on one of my laptops for years, and updated it several times withouth hitch. All the way from around 18.10 to 22.04 (non-lts, so I upgraded to every release) until the laptop was replaced.

Usually the breakage happens if one has tons of shitty third-party repos and thus will get package conflicts when upgrading. And those are solved by removing/replacing all software installed from those repos and then after upgrade reinstalling them again if needed.

[–] [email protected] 13 points 5 months ago (1 children)

They are still on the ship, and cannot get to land because of the lack of visas.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Do you mean upgrade or reinstall?

I have done release upgrades in multiple occasions all the way from 16.04 -> 18.04 -> 20.04 -> 22.04 -> 24.04. Usually they work fine, but of course back up your stuff first. When doing it with release-upgrade all your stuff is of course kept just like before.

Basically just:

sudo apt update

sudo apt dist-upgrade

sudo reboot

sudo do-release-upgrade

This will upgrade to 22.04. After upgrade just repeat process to upgrade to 24.04

[–] [email protected] 5 points 6 months ago

The C64 Mini and C64 Maxi are readily available today and affordably priced, making spare parts easily accessible.

If those work well enough for them, I cannot see any benefit of upgrading.

[–] [email protected] 6 points 6 months ago

First of all, in Linux everyone should only use software from distribution repositories (eg. via apt command in Debian, Ubuntu, Mint, dnf/yum command in Fedora etc...). Package managers will install software in controlled way and it is really easy to remove them too. And, there is usually gui app for installing apps from distribution repositories.

Second way is to use flatpak / snap. They are pretty much similar and will keep things easy.

Do not install sh packages or tar.gz if you really do not know what you are doing. These are only for expert cases.

One fundamental change coming from Windows is that in Linux, you should never worry about location where software is installed (except for those expert cases, which you should not use). They will be put in correct places always. In Linux, apps are sorted so that executables go to /usr/bin, library files to /usr/lib64 and /usr/lib, applicatoin other non-modifiable stuff to /usr/share etc. It gets quite a lot to get used to, but in long term it feels more natural than Windows way to dump everything in app directory.

My recommendation will be to install some user friendly distribution (Ubuntu, Fedora, Mint) and just go ahead with default package management things what it offers. If you see Android way handling software good, Fedora Silverblue is kind of like that - System upgrades are handled same way, and applications are installed as flatpaks.

view more: next ›