There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

pastthepixels , to lemmyshitpost in reddit moment.
@pastthepixels@lemmy.potatoe.ca avatar

pict-rs, the software Lemmy uses to upload media by default, is a bit wack right now so people usually get around this (and some other issues) by uploading to sites like files.catbox.moe or postimages.org (the former of which can upload any media while the latter can only do images/gifs). I recommend checking that out - it can come in handy sometimes!

BlazingFlames6073 ,
@BlazingFlames6073@lemdro.id avatar

Do they have a time limit for how long they store them? I knew about catbox but never used it.

pastthepixels ,
@pastthepixels@lemmy.potatoe.ca avatar

They don’t! The first site I linked doesn’t have a time limit, and for the second one, you can choose whether or not to give files one.

BlazingFlames6073 ,
@BlazingFlames6073@lemdro.id avatar

Nice. Thanks for the information.

thisbenzingring , to linuxmemes in I think they just hate us Linux Gamers

I’ve played before anticheat was a thing and it is meaningless. Cheaters are going to cheat. The best anticheat systems are voting. The game kicks a winning vote total and then that server sends the rest of the servers it’s results. Then that account is flagged as a cheater. The only way a cheater can exist is they hide and don’t cheat and are obvious in it

dashietm , to linux in [Question] From MacOS to Linux, need advice on best software packages
@dashietm@sh.itjust.works avatar

I can absolutely recommend hyprland to you, tiling compositor with animations you likely know from macOS, lots of configurability and a good example of using it with nix (NixOS might be a good choice here) github.com/fufexan/dotfiles

Also quite a nice discord server or matrix if you have questions about it.

AnonTwo , to linuxmemes in I think they just hate us Linux Gamers

I've been in discussions regarding anti-cheats, and there's definitely an audience who outright complains if a game does not have anti-cheats.

The arguments usually being willing to deal with the risks, because they don't see a way to make games fair without it.

wesker , to unixporn in [OC] Graveyard — Dead simple encryption
@wesker@lemmy.sdf.org avatar

This is very interesting. I’ve bookmarked it, to play around with it later. Thanks!

needthosepylons , to cat in Cat-holicism
@needthosepylons@lemmy.world avatar

Upvote for the title. Also, cats!

NormalC , to linux in [Question] From MacOS to Linux, need advice on best software packages
  • a minimal, fast system
  • keyboard / shortcut based - all interactions can be done from keyboard (within common sense limits)
  • all keys can be custom mapped (i have muscle memory of my custom keys for certain actions, so i’d like to keep them)
  • all can be configured from dotfiles (worse case shell scripts and ansible)
  • very low ressource consumption, snappy system with no delay

I’d recommend Debian 12/testing/sid with the Sway compositor. Homebrew, Nix and Guix can all be installed on top of any GNU/Linux distribution to provide containerized packages. Flatpak can be used to obtain the latest version of graphical applications as well. Terminals like alacritty and kitty are Wayland natives and Foot is widely considered to be the most minimal “default” terminal for Wayland compositors. You can use Sway’s built in “swaybar” or status bars like Waybar and eww. Sway configuration is just like i3 where you can configure specific devices like keyboards and monitors from a single file.

generalEdo ,

Man, sway is kinda sexy. I messed with i3 and used it for a fee weeks before switching back to vanilla debian. Definitely going to try out sway.

flashgnash , to linux in [Question] From MacOS to Linux, need advice on best software packages

I daily drive NixOS on a gaming PC and work laptop, works great for both and haven’t encountered that password issue you mentioned

ElementaryOS, mint and pop are good starter ones and elementary looks a lot like Mac’s interface

For desktop environments the ones I know well that have the top bar, GNOME has one by default but don’t think it’s very configurable, Pantheon looks a lot like the Mac UI and I think you can technically edit the html behind it? KDE is definitely the one people use for maximum customisability and you can create a top bar with that pretty easily

As for capabilities, most distros will do most things, they’re all pretty much the same under the hood and all run the same software depending on package manager

Package managers generally come with the distro and I think that’s usually the thing that makes people’s minds. I’ve not used brew but most package managers will be something like

Snap (most distros): “snap install firefox” Apt (Ubuntu based distros): “apt-get install firefox” Pacman (arch based distros): “pacman -S firefox”

Apologies if I got any details/syntax for any of this wrong am doing this off the top of my head and am rather tired

Auster , to linux in [Question] From MacOS to Linux, need advice on best software packages

I'd suggest Linux Mint.

  • Simple UI
  • (Xfce version specifically) is very fast (within reason; it's still a modern OS)
  • It's already pretty keyboard-centric and it can be improved further if you like tinkering (my reason for dropping Windows was precisely lack of keyboard-centric controls, so if I stick to Mint, I guess it's good on that front)
  • Keys can be custom mapped, although I guess most bigger Linux systems allow that either out of the box, or through 3rd party software
  • Unsure what a "dotfile" is, so can't comment on that
  • And Mint is still slowly adding animations to its functions (to some people's dismay), and I don't feel lag when alt-tabbing around, so I guess it is snappy too
backhdlp ,
@backhdlp@lemmy.blahaj.zone avatar

dotfiles are the hidden files and folders in your home directory like .bashrc or .config/.

iloverocks , to linux in [Question] From MacOS to Linux, need advice on best software packages

If you want to go really minimal you could use alpine Linux with dwl as a window compositor and st ans your terminal emulator

I currently run arch with kitty and hyprland but I’m thinking about switching back to Novara and arch in a distrobox or going with bedrock Linux with arch and nobara as a daily driver

eruchitanda , to linux in [Question] From MacOS to Linux, need advice on best software packages
@eruchitanda@lemmy.world avatar

I believe Arch+i3 would answers your needs.

eruchitanda ,
@eruchitanda@lemmy.world avatar

i3 is pretty easy to configure, IMO.

Especially compared to other WMs.

CAPSLOCKFTW , to linux in [Question] From MacOS to Linux, need advice on best software packages

a minimal, configurable (file based for git) tiling window manager

I like i3, it ticks all your boxes. Made my own config in 2020 and it still works. Keep in mind that you have to design your whole desktop enviroment when you go the window manager route. bspwm might be an option as well

terminal based package management as easy as brew (maybe Nix?)

Every linux distro has it, I’m an Arch person, many people like Archs package manager pacman, so you could go with EndevourOS or if you’re adventorous with vsnilla Arch.

as much terminal emulator based as possible (i honestly mostly only need a browser and the terminal, most other apps have a TUI that i can use with the keyboard, see the above requirement)

Well, what kind of software you’ll run is up to you. Linux has all the TUI stuff. If you haven’t already, check out vim, emacs and nnn. Don’t forget to customize your shell (and choose it first, i would recommend zsh or fish).

**General advice:**Look into r/unixporn, most posts there have dotfiles, look for something you like an try it (with a fresh user that you can delete afterwarda maybe?)

wwaxwork , to cat in Cat-holicism

She thinks of the toys as her babies. Do they squeak? That can often trigger that reaction from female cats.

HeyThisIsntTheYMCA ,
@HeyThisIsntTheYMCA@lemmy.world avatar

Ours jingle, but yeah. She mostly goes after bras tho

Tangent5280 ,

Do the bras meow?

Atemu , to linux in [Question] From MacOS to Linux, need advice on best software packages
@Atemu@lemmy.ml avatar

for example user passwords just vanished/changed without any external influence, not allowing access anymore

Could you elaborate on this? It doesn’t happen for me and thousands of other NixOS users. Did you create some sort of impermanence setup or anything?

hallettj ,
@hallettj@beehaw.org avatar

Could this have happened if https://nixos.org/manual/nixos/stable/options#opt-users.mutableUsers was set to false? I see a warning in the manual saying in that case users and groups will be replaced on system activation.

cloudwanderer OP , (edited )
@cloudwanderer@lemmy.ml avatar

It might have. I’ve tried nixos on a mini PC meant as a home server, so most configuration is done via SSH and users don’t change (much), I might have accidently activate it while trying nixos out.

Making users unable to login is a bit of an odd (side?) Effect, but maybe I’m not understanding the purpose of this option correctly. I’ll stay away from it for now :D

hallettj ,
@hallettj@beehaw.org avatar

The NixOS ideal is that every detail of the system is configured through Nix expressions so that the system is completely reproducible. But in practice there are some details you might want to configure directly.

With users.mutableUsers = false you are in the “ideal” declarative mode where users and groups are supposed to be fully represented in configuration.nix including passwords (or hashed passwords). In this mode the Nix config overrides everything in /etc/passwd. If the Nix config doesn’t specify passwords I think the default is to leave the account without a password, disabling login for that account.

With users.mutableUsers = true NixOS respects changes to user and group accounts made outside of configuration.nix. Accounts configured through Nix will be added to /etc/password if they aren’t already there. But NixOS won’t remove accounts, and won’t modify or unset passwords. In this mode the default of leaving the password unset makes sense because you’re expected to set a password by running passwd. This is the typical choice because there are security problems with putting passwords in configuration.nix.

You can set passwords in the Nix config using the password, passwordFile, hashedPassword, or initialPassword options. If mutableUsers is true these options only set the password the first time the user account is created. I checked to see if there are any options that implicitly disable mutable users, but I didn’t find any.

cantstopthesignal , to memes in Every freakin' time

As someone who’s currently pooping, this helped

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines