linuxmemes

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

NocturnalMorning, in Oh no ...

I don’t see that much linux on my feed, you can always unfollow the Linux community.

Johanno,

No don’t unfollow us! Instead RTFM

ichmagrum,

Some people are running Linux but just don’t care that much about linux-related content.

NocturnalMorning,

I had look up what RTFM meant, but I had a good laugh afterward.

redcalcium,

“read the friendly manual”

ctr1, (edited ) in Oh no ...
@ctr1@fl0w.cc avatar

This is always the first thing I get set up:

# focus next available workspace on this output

bindsym $mod+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws-$ofs))

bindsym $mod+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && i3-msg workspace $(($ws+$ofs))

# move window to next available workspace on this output

bindsym $mod+Shift+q exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws-$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest

bindsym $mod+Shift+w exec --no-startup-id ws=$(i3-msg -t get_workspaces | jq ‘.[] | select(.focused) | .num’) && ofs=$(i3-msg -t get_outputs | jq ‘map(select(.active)) | length’) && dest=$(($ws+$ofs)) && i3-msg move workspace $dest && i3-msg workspace $dest

Works with sway if you replace i3-msg with swaymsg (and remove --no-startup-id, since it’s not needed for Wayland).

Edit: ampersand issues, trying quote instead of code block

EmergMemeHologram, (edited )

This is so much smoother than my vim config and tmux config…

ctr1,
@ctr1@fl0w.cc avatar

My neovim config is a total mess :D. But yeah i3-msg+jq is great, I’ve written a number of solutions to this problem before using the API and external scripts, but it’s nice having things inline in the config file

EmergMemeHologram,

My neovim config is unruly.

I have a folder with config files that I source, one for plugin installs, one for custom commands and hot keys, one for themes (I have a script to manage light and dark modes by time of day), one for project specific file type augroups. I’ve got a bunch of scripts in my home/.bin folder that parse different project files into json on git commit, and then I use vim script and FZF to do custom completion helpers and jump tools with that data. Then there’s my snippets folder…

I can never leave vim. It has taken over the pathways in my brain.

ctr1,
@ctr1@fl0w.cc avatar

Nice, sounds pretty cool. FZF is great, I need to try out some new things with it. Never got into snippets but I’m sure that speeds things up considerably, will think about it.

Yeah separate config files is probably the best approach if you have a lot of things configured. I haven’t done that yet, but might try soon. My config has generally been pretty simple, mostly bindings and plugin settings. But I started developing in the TTY and had to shoehorn-in a conditional theme and such to get it to work properly, leaving it pretty unorganized.

| I can never leave vim. It has taken over the pathways in my brain.

Haha, yeah

murph, in Oh no ...

Your Mastodon feed will be entirely about who the people you follow are talking about, so follow different people, (or hashtags) and the conversation will change.

HubertManne,
@HubertManne@kbin.social avatar

yeah, not sure if its a mastadon thing but im coming out of kbing and I don't see very much linux stuff and im subscribed to several magazines. Not that the linux stuff is not there but there are tons of other things to. If I was not subscribed I would likely not see it at all.

atocci,
@atocci@kbin.social avatar

I browse All a lot and right now, without doing any scrolling and just looking at the top 6 posts on All that fit on my monitor, 2 of them are about Linux lol

mesamunefire,

I subscribe to people that talk about their pets. It’s a good life.

ExLisper, in Oh no ...

We need moar Linux memes!

Seriously, more Linux memes please.

Rubanski,

What about Linux Tech Tips?

ExLisper,

I say… bring them!!

nogrub, (edited )

never execute “sudo rm -r / --no-perserve-root” because you whole sytem will be gone edit i forgot the directory

Damage, (edited )

the -delete option in find goes AFTER the expression.

find -delete [whatever] will delete EVERYTHING in the current directory and below, like rm -rf *

Faresh,

Huh. I wonder if GNU find should be modified, so that -delete only works when explicitly given a directory.

cows_are_underrated, (edited )

This shouldnt do anything since you didn’t gave it a directory to start with.

nogrub,

oh yeah i forgot a /

clemdemort,
@clemdemort@lemmy.world avatar

cat is actually used to concatenate files so if you have two files that you want to merge into a third one you can do

cat file1 file2 > file3

Especially useful for cracking old games

Damage,

Especially useful for cracking old games

what?

ExLisper,

HE SAID IT’S ESPECIALLY USEFUL FOR CRACKING OLD GAMES!

clemdemort,
@clemdemort@lemmy.world avatar

I’ve used cat to actually concatenate files a lot to re-assemble old Wii games once they were copied to a SIM card, less than using it to see inside a file though. Maybe cracked isn’t the correct word I’m not English lol.

creation7758,

Always remove the French language pack

kidpixo, in Oh no ...

I feel the pain, my i3 config is way(land) too long and not elegant enough…

huntrss,

I thought as well: should be sway ;)

Kecessa, in Oh no ...

It’s ok because Linux content really is Windows content because in the end Linux users can’t talk about anything but Windows and how they hate it. Just like someone that got divorced and 20 years later still talks about their ex.

dewritoninja, (edited )

Projecting much

Kecessa,

Just pointing out what I see most times Linux memes reach my feed and I see Linux users commenting on tech related discussions.

DAE Windows le suck?

aniki, (edited )

deleted_by_author

  • Loading...
  • Kecessa,

    “most times” =/= “every time”

    aniki,

    deleted_by_author

  • Loading...
  • Kecessa,

    Because sometimes the memes are funny and this one happened to reach my front page?

    aniki,

    deleted_by_author

  • Loading...
  • Kecessa,

    Well, looks like as many people loved my comment as people who hated it so I guess I’m not necessarily in the wrong place 🙂 But if you don’t like reading me feel free to block me!

    backhdlp,
    @backhdlp@lemmy.blahaj.zone avatar

    I only say that Windows sucks when Windows is the initial topic

    Kecessa,

    Good for you? You’re one of how many users?

    backhdlp,
    @backhdlp@lemmy.blahaj.zone avatar

    At least 2

    MiDaBa,

    Windows does suck though. I think that’s at least something to which we can all agree and rally around.

    Kecessa, (edited )

    I’ve got zero issues with it, I run 11 on four computers, if anything it’s more trouble every time I have to use my RPi, as if the amount of time you spend using a tool affects how comfortable you are with it.

    ramirezmike, in Oh no ...

    I’m really lazy and use regolith, is that bad?

    loutr,
    @loutr@sh.itjust.works avatar

    As a tiling WM newbie regolith was a godsend to get my feet wet. When you’re used to DEs, the amount of stuff to learn to get to a usable set-up is overwhelming.

    fl42v,

    Nope, it isn’t bad, just a different kind of philosophy, IMHO. Some people would prefer to do everything themselves and tailor stuff to their needs, while others are OK with some stuff being preconfigured.

    Baleine,
    @Baleine@jlai.lu avatar

    It looks cool fr

    grue,
    art,
    @art@lemmy.world avatar

    It takes a lot of work to be this lazy.

    JDubbleu,

    The great thing about Linux DEs is that it doesn’t matter if it’s conventionally bad, it matters that it works for you. You could use the cubic alt tab animation and control your computer through seances for all anyone cares. As long as you can do what you want just send it and use what’s best for you.

    gentooer, in Oh no ...

    Too bad I can’t hear you over my sway setup

    Forester, (edited ) in Run.
    @Forester@yiffit.net avatar

    su root

    cd /

    purge.py

    janAkali, in Oh no ...

    I have pretty minimalistic setup.

    Three dropdown terminals, managed by a bash script: top for quick commands, left and right for nvim.

    Bar is i3bar, with a custom status program written in Nim language (can display any command output with conditional colors).

    Hawk, in Oh no ...

    I setup i3 after seeing so many posts here. Now I would never go back

    NightAuthor,

    What’s i3?

    WashedOver,
    @WashedOver@lemmy.ca avatar

    Yet another new one I’ve not heard about. I’m in the Linux gang barely as I mostly run Mint these days. So I’m Windozes adjacent but in Linux it seems…

    Gabagoolzoo,

    It's a barebones window manager (WM). Emphasis on a "tiling" window philosophy (windows by default do not overlap and open side-by-side) and keyboard-centric workflow which is great for programming. Most of the "Unix porn" posts you see are on a WM because they are highly customizable.

    possiblylinux127, in Oh no ...

    Sway is better because it uses wayland

    bbito,

    Hyprland babyyy

    pimeys,

    Been using sway for years now. Not even thinking about it, it doesn’t jump to my face and works the same and never changes. Just what I need so I can focus on my work.

    Anticorp, in Oh no ...

    I’ve been wondering if we’re losing users. My “Everything” feed sorted by Active is full of posts with zero comments, and a great deal of them are just news article links that were probably automated.

    Dudewitbow,

    It why i default sort to hot, and longterm browse by top 12H

    trash80,

    a great deal of them are just news article links that were probably automated

    And many of those are reposts.

    Rentlar, (edited )

    Active is kind of a lackluster sorting method imo, Hot is awesome bc you get fresh posts (like Trending on that other site) aside from a couple 3M old posts that show up, Top 6h, 12h, Day are good too. New comments is cool if you want well engaged posts.

    Anticorp,

    Thanks for the recommendation. I assumed active meant people were engaging, but I guess up-dooting counts as engagement.

    plague_sapiens,
    @plague_sapiens@lemmy.world avatar

    I recently joined lemmy, because fuck reddit. And that’s the first thing I saw. Lots of posted articles without comments. What do I do to combat that? Posting comments xD

    Anticorp,

    I’ve found a lot of user generated posts here to contribute to, but the article thing has started occurring more often recently.

    oldfart,

    Yeeeah just after Reddit died all kinds of people were there, now it’s just the usual Linux users and the scripts creating fake traffic

    ZMonster, in Oh no ...
    @ZMonster@lemmy.world avatar

    Self hosting, at least for lemmy, is absolute trash. I have been told a few times when asking questions that, “it is expected that you are thoroughly experienced with Linux” to be able to follow the mediocre guides. And they are trash if you are a newbie.

    So people like me, who would love to use Lemmy for non Linux things, am posting almost entirely about Linux problems.

    the_q,

    The Linux community as a whole has a real problem with being snobs to new users.

    Nobsi,
    @Nobsi@feddit.de avatar

    snobs, yes. Cunts even.

    Fungah,

    The fact that Google and bing are aggressively fucking search to death doesn’t help much.

    Nobsi,
    @Nobsi@feddit.de avatar

    What does google and bing making search worse have to do with stackoverflow and serverfaults linux users being snobs?
    Or 70% of lemmy circle jerking over how much superior linux is.

    Vespair,

    I think they just meant if you’re a total Linux newbie, one who might not even be familiar with stackoverflow, trying to troubleshoot Linux via a typical search engine (a very normal thing a normal newbie who doesn’t know better would do) won’t lead to helpful results do the current enshitification of Google and Bing. I’m pretty sure that’s all they meant bro

    zeppo,
    @zeppo@lemmy.world avatar

    I wouldn’t expect running a publicly accessible server on the internet to be easy or a great idea for someone not familiar with the OS they’re using. Great way to learn, though.

    Bakkoda,

    Yeah I’ve got a proxmox cluster and I’ve been using Linux for decades but I wouldn’t dare host something that a LOT of users are going to access. I don’t know nearly enough about netsec and I can guarantee my vlan practices probably aren’t perfect, etc.

    Nobsi,
    @Nobsi@feddit.de avatar

    I have a solution for you. Just don’t have your Internet facing things on the same /24 as your home stuff. Why vlan if you can just separate them by network and switch.

    Or: just do it anyways. I learned most shit after everything broke. Not before.

    xantoxis,

    And how do you learn, then, from this project, if people are shitty about your questions?

    I’m a sw engineer. I’ve been doing every kind of application management, development, and systems design for 25 years, nearly all of that in Linux, and I still need things answered about running apps in proxmox. I’m not coming to a Lemmy community for those answers, I’ll tell you that.

    zeppo,
    @zeppo@lemmy.world avatar

    I haven’t tried to get community tech support on Lemmy, so I wouldn’t know what it’s like firsthand. If people are really that difficult, sure, that sucks. But it sounds like the person asking needs to work on more fundamental linux skills than something specific to running a Lemmy instance, and the internet is full of information about that.

    ZMonster,
    @ZMonster@lemmy.world avatar

    I get that, but here we are. It’s something I want to do. I’ve been at it for 6 months and I’ve managed to get the site working twice, but am still struggling with SMTP. Digital ocean blocks smtp and send grid breaks the site.

    ¯_(ツ)_/¯

    zeppo, (edited )
    @zeppo@lemmy.world avatar

    SMTP in general is a pain to configure. I ran my own mail servers for a while and finally gave up and used a 3rd party service. Too many problems with antispam restrictions, and things like I’d finally get it configured, upgrade postfix or whatever and then it would all be screwed again.

    Thann, (edited )
    @Thann@lemmy.ml avatar

    If you never used windows before and were trying to do something complicated like self hosting on it, you would be having nothing but issues…

    Nobsi,
    @Nobsi@feddit.de avatar

    Not really. There’s tutorials for everything and most of them still work 20 years later.
    vs you installed ubuntu 20 and now youre trying to follow a 16 tutorial.

    Gabagoolzoo,

    Would recommend using Docker (container) and Caddy (reverse proxy) to self-host as a newbie, streamlines everything and only basic Linux knowledge required (although you do have to learn Docker commands).

    guskikalola,
    @guskikalola@vivaldi.net avatar

    @Gabagoolzoo @ElCanut @ZMonster You could even use Portainer and forget about commands ( I rather use the cli as compose files are better imo )

    pete_the_cat,

    I haven’t looked into it, but I’d imagine that it’s your basic LAMP/LNMP stack.

    Rodeo,

    Congratulations, you’ve discovered the struggles of learning an esoteric hobby. Often the learning curve is steep like that. And often you will encounter elitist twits trying to push you back down the curve. But they cannot keep you from knowledge. It sounds like you’re already discovering some of the rewards.

    ZMonster,
    @ZMonster@lemmy.world avatar

    Oh yes, I’ve been using the ansible method of deploying and I have it very close, I just can’t get SMTP working. I’ve set up an account with send grid but letsencrypt keeps telling me I’ve passed the limit for certs and every time I try to deploy it says I have to wait another week to try. I would remove certs but since I’ve already wiped those out, I don’t know what they are or how to find them.

    m_r_butts, in Oh no ...

    deleted_by_author

  • Loading...
  • mr_right,
    @mr_right@lemmy.dbzer0.com avatar

    Amin to that

    thethirdobject,

    *Admin

    cows_are_underrated,

    *sudo

    cows_are_underrated,

    When I started with Linux I used Mint with cinnamon. It’s great for people who switch from windows to Linux, but after trying kde and gnome I don’t miss it in any way.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 18878464 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 171

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4210688 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 38