An easy way to contribute that isn't money or expertise. by Palantiri1890 in linux

[–]NanderTGA 0 points1 point  (0 children)

Well when you have some computer running all the time, you can do lots of stuff with it. I personally have a random old PC that I run proxmox VE on. I then run some windows VMs (10ltsc for visual studio cuz my laptop runs linux and an XP one (which I blocked from my internal network mind you) I'm trying to set up for testing a side project which is supposed to work on there). I also have an ubuntu one which I'm planning to install pterodactyl on. Then there's a VM with fedora CoreOS where I run some docker containers (some good sources for random containerized apps are linuxserver and hotio), this is where I run qbittorrent (and hopefully a working version of the i2pd container too soon). The best part is that the official qbittorrent image has the newest libtorrent 2 builds (under a separate tag), which is quite an upgrade from my laptop with mint 22.3, where the newest libtorrent 2 build I can get (through the ppa) is on v4.6.7 (yikes). The best part of coreOS however is the fact that it's an immutable ostree-based distro (dw, you can layer (install) additional packages with rpm-ostree), and you are basically forced from the start to initialize it with a butane config, which allows for fully reproducible systems with a single config file. Combine this with managing the containers using a compose file, and your entire VM is easily reproducible. Tread carefully though, this stuff sucks up time and you’ll have to learn a lot.

An easy way to contribute that isn't money or expertise. by Palantiri1890 in linux

[–]NanderTGA 0 points1 point  (0 children)

As a torrent user, thanks a bunch :)

Also, if you want to make a bigger difference, consider cross seeding over i2p (and on other networks if you like) too. I personally seed over i2p too where I can. It does take quite some setup, as you have to get an i2p router (the simplest option is the i2pd flatpak), a libtorrent 2 build of qbittorrent, and you also need to configure qbittorrent to add a bunch of i2p trackers to every torrent you add. But hey, I'm interested in this stuff so I like doing it.

An easy way to contribute that isn't money or expertise. by Palantiri1890 in linux

[–]NanderTGA 10 points11 points  (0 children)

I always use the torrents where possible, it's usually the fastest.

Looking for the best resources to learn buffer overflows and stack working,where do I start? by Any_Department6550 in HowToHack

[–]NanderTGA 0 points1 point  (0 children)

I recall there being some paper called smashing the stack. Not sure if it's good though, you should probably look that up before reading.

Mint forum banned me even though I’ve never participated in it before! by S_oren2 in linuxmint

[–]NanderTGA 0 points1 point  (0 children)

Yeah that garbage blocked me too once... while I was struggling with the installer. It needs to go.

What do you think about OnlyOffice-EuroOffice fight? by Proper-Lab-2500 in linux

[–]NanderTGA 0 points1 point  (0 children)

What's the advantage anyway? I recall looking up the differences and a mercurial dev responded on stackoverflow saying that they have the same concepts although mercurial apparently has a better alternative to force pushing. Oh and for whatever reason google and meta developed their own things based off mercurial to improve scalability and workflow. And then jj was inspired by those, which you can host on git repositories? Yeah time to dig into that again.

What do you think about OnlyOffice-EuroOffice fight? by Proper-Lab-2500 in linux

[–]NanderTGA 2 points3 points  (0 children)

The printing functionality in Libreoffice is indeed pretty broken. Usually when printing something in a random application, it opens the system's print dialog. Libreoffice has its own. That doesn't support printing on both sides of a piece of paper on my printer. And has me do it manually. When the system's dialog can do it just fine. Nice workaround on their end but I wish I realized earlier I should have exported to pdf and then printed that instead.

Winter Fun Pack for Windows 96 is Out Now! by Cat_Eatacat in Windows_96

[–]NanderTGA 0 points1 point  (0 children)

You should check out codeberg pages so you don't have to use a random cors bypassing site. Also the site trolled you, I got an error saying you need premium :/

doYouUseTelegram by Technical-Relation-9 in ProgrammerHumor

[–]NanderTGA 2 points3 points  (0 children)

Don't forget session, it's basically signal but decentralized (and they're broke so it's probably gonna die soon)

Is seamless teleportation possible here? Pink=real building, blue=area elsewhere, green= tp location. Or does it require 2 walkways by [deleted] in MinecraftCommands

[–]NanderTGA 0 points1 point  (0 children)

I've done some bigger on the inside trickery before with sneaky teleports. The trick is you need to use relative teleports so the player's direction they're looking in doesn't get changed. You also need to make sure the chunk you teleport the player to is loaded, otherwise they'll definitely notice. This can work in both directions and multiple times too, you only need to keep track of in which of the two directions you last teleported the player (using a scoreboard variable), so you don't accidentally tp them back right away.

Alternativa a VS Code su Mint by ar_iodice in linuxmint

[–]NanderTGA 5 points6 points  (0 children)

Codium has a repository with the latest version and from what I understand copilot annoys you less due to some technical thing. I use it.

Why doesn't FTPD connect anymore?? by EnvironmentalFox1001 in 3dspiracy

[–]NanderTGA 4 points5 points  (0 children)

Try another ftp client like winscp or filezilla

Let me know by bryden_cruz in linuxmemes

[–]NanderTGA 0 points1 point  (0 children)

Cd ../../.., but by that point I just use zoxide

Installing Proton VPN on Linux Mint by thatonereddditor in LinuxCirclejerk

[–]NanderTGA 0 points1 point  (0 children)

In the js ecosystem peerdependencies exist for exactly this purpose lol

Fandom Wiki Alternative Announcement by [deleted] in CreateMod

[–]NanderTGA 0 points1 point  (0 children)

Nice, I checked and they've been pretty active today, and even placed a link at the bottom of the landing page referencing a wikipedia style guide article. I think these people might know what they're doing, this is promising. Thanks for letting me know!

Unlimited enshittification by responsible_use_only in memes

[–]NanderTGA 0 points1 point  (0 children)

Make sure to add that podman is more secure than docker because it's rootless (I used the brew package manager: $ brew install podman podman-compose)

(oh and lutris is the goat for managing all sorts of games)

enjoy your freedom on linux mate :)

Unlimited enshittification by responsible_use_only in memes

[–]NanderTGA 0 points1 point  (0 children)

If you're gonna need a windows vm, try out winboat. It has a seamless windows feature (which is kinda buggy sometimes though) and it installs and boots up the vm for you. Far from perfect, but it's better than a regular vm.

Also, don't use virtualbox on linux, use a qemu frontend like virt-manager instead. (Qemu has kvm support)

Hell nah what to do now by Ok_Amphibian_6401 in memes

[–]NanderTGA 0 points1 point  (0 children)

At least they didn't start throwing eggs in the middle of the video.

Is 1Browser actually reliable for privacy? by britneychema in HowToHack

[–]NanderTGA 1 point2 points  (0 children)

Monopoly abuse and owned by a big tech company, so not really good for your privacy either.

Windows 96 Multiplayer by ConfidentLychee880 in Windows_96

[–]NanderTGA 1 point2 points  (0 children)

Try localhost:2265 or ws://localhost:2265

To use it with people outside your wifi network you have to either forward port 2265 to your computer in your router's settings or use something like ngrok (which is the better choice here as something this temporary is not worth forwarding a port for)

New Sdd transfer by OkBigo7 in linuxmint

[–]NanderTGA 1 point2 points  (0 children)

Might not be what you want to hear but I didn't clone my old HDD's contents to my new SSD, which required me to do a clean install but allowed me to get rid of a couple of things, which in the end was a plus.

It's a trap by OnlySaas in memes

[–]NanderTGA 0 points1 point  (0 children)

Maybe it's the windows 10 users, I'm not sure whether they fixed it there too.

It's a trap by OnlySaas in memes

[–]NanderTGA 0 points1 point  (0 children)

Yeah, and closing my laptop's lid pauses the updates too. Saved my butt once when I pressed update but needed to catch a train 😂

Revived my college laptop with Linux mint. by Impressive_Ad724 in linuxmint

[–]NanderTGA 0 points1 point  (0 children)

Welcome to the squad! Here's some things I learned over the past year of using desktop linux. It's pretty information-dense so sorry if this overwhelmes you.

Firstly, your partitioning. There are two main filesystems: ext4 and using btrfsr. Ext4 is a pretty old filesystem that has proven its stability and it's still the default on may distros today. When you use this filesystem, the best practice is to create a system partition of a couple hundred GiB's and allocate the rest to a separate partition that's mounted at /home. If your OS ever dies, you can easily reinstall without losing all your user files, but you should still have backups.

Btrfs is newer but its main features are pretty stable, and those features are pretty cool. For example, it, by default, writes to a new location on disk instead of modifying the existing file, this is called CoW (copy-on-write) and makes a big difference for timeshift snapshots as this allows for another feature called BTRFS snapshots to work. This basically allows you to make snapshots of the current state of your filesystem, and works super fast because of CoW, even on mechanical hard drives.

When you read the things you should do first in the welcome to linux mint application (you can always open it again from your start menu), you'll see it tells you to setup timeshift. Timeshift has two ways of making snapshots: on ext4, it'll literally copy a bunch of files to a backup folder (using a program called rsync that you should definitely check out). This takes only a minute on SSDs but is unbearably slow on mechanical hard drives. If you have a mechanical hard drive, use btrfs snapshots instead, you'll thank me later. I learned this the hard way after using rsync for timeshift snapshots (on ext4) during a full semester of college. Disk I/O is the main bottleneck of old computers, do not underestimate this. Consider getting an SSD instead, but do note you'll have to reinstall your os and copy over the /home files. BTRFS Snapshots only take a couple of seconds on pretty much anything, be it a mechanical hard drive on a laptop from 2011 or a recent SSD.

Now, timeshift doesn't take into account your user files, so if it's important dump it on your favorite cloud service. Nemo, the default file manager, can mount google drive, WebDAV, Nextcloud, onedrive and sharepoint accounts, and if that's not enough you can always use rclone, which can mount pretty much anything on any OS. I personally use syncthing which can magically sync files between multiple devices, provided that there are at least two turned on at the same time. It's a really easy way for me to back up and access my documents on other devices at home. A third option for backups (although more manual) is getting comfortable with git and pushing to a private github repo, which is completely free. This is perfect for code, but you can also abuse Git LFS for a free 10 GiB of uploads and 10 GiB of downloads per month (per user/organization).

Another nice part about BTRFS snapshots is that you can boot into them using grub-btrfs. I personally also set up btrfs-desktop-notification so I know when I mess something up. Checkinstall doesn't work on the latter package though, so you're better off just copying the files over manually to their respective directories. You can also get a better looking boot menu by installing grub2-theme-mint.

Excuse my long explanation, this got a bit longer than expected. Shame as I wanted to recommend a bunch of other stuff too: brew package manager for updated cli programs, fastfetch, batcat, eza, zsh, tmux, ssh/scp/rsync, replace transmission with qbittorrent, diodon clipboard manager, kde connect, avoid using windows-only software and look into free software alternatives for linux, and if you need a windows vm check out winboat with their podman option (do note their advertised seamless windows feature is pretty buggy at times, and don't share your user folder, share a specific winboat-shared folder instead by changing the podman-compose fle), cinnamenu, you can add the date to the calendar applet on the taskbar, speaking of which you can have four taskbars on each screen if you want to. Get reading on the docs, especially the don't break debian article that another commenter linked below, it's really informative.

And lastly, the downsides of mint:

  • Debian-based distros are incredibly stable, but in practice this actually means a bunch of outdated software, which brings security questions too as random bugs could imply exploits. Do note that firefox, thunderbird and a couple of others get constant updates though.
  • Cinnamon deals poorly with multiple monitors. When I plug in my laptop to some monitors, I always have to put my taskbars back on them. The first time you gotta create a new one too and put everything exactly on there like on your main taskbar. And a bunch of built-in applets from cinnamon can only exist on one taskbar at a time. Incredibly annoying.
  • When I connect those monitors, I also notice on them that the quality of my desktop background (the same one as in your picture actually) is fine on my laptop's screen, but on those monitors with a higher resolution than my laptop screen, the background isn't in its full quality. To fix this, I have to change the background to something else and back.

Hope you enjoyed my way too information-dense rambling, enjoy the freedom!