• 5 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • Kerb@discuss.tchncs.detoLinux@lemmy.mlHow to quit VIM?
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    1 month ago

    i just use vim plugins in the other editors i use.

    kate has a vim mode,
    vs code has a vim plugin.
    intellij has a vim plugin.
    obsidian has a vim mode.
    a lot of editors have vim modes.

    if you have a current non vim markdown editor,
    try looking for a vim mode.

    if you dont, obsidian is all about markdown,
    and vs code has a markdown preview plugin.









  • afiak the prase “i use arch btw” is mostly sarcasm,
    instead of genuine appreciation.

    its mocking the stereotype of arch users that constantly bring it up to sound smart or feel supperior.

    think of arch like “vintage car culture” with a touch of minimalism.
    its restricting and breaks all the time,
    but thats kinda the point because fixing it becomes a part of your lifestyle.












  • quick update:

    i learned that sf6 uses the following ports:
    Street Fighter 6 on PlayStation 4

    TCP: 3478, 3479, 3480
    UDP: 3074, 3478, 3479
    

    Street Fighter 6 on PlayStation 5

    TCP: 3478, 3479, 3480
    UDP: 3074, 3478, 3479
    

    Street Fighter 6 on Xbox Series X

    TCP: 3074
    UDP: 88, 500, 3074, 3544, 4500
    

    Street Fighter 6 on Steam

    TCP: 27015, 27036
    UDP: 27015, 27031-27033, 27034-27036
    

    i doubt that anything other than the ports listed under steam should actualls concern me,
    but the low port numbers 80 &500 seemed like potential snags

    i tried the following things:

    i added net.ipv4.ip_unprivileged_port_start=0 to
    /etc/sysctl.conf

    i added entries for the ports 0-1024 for tcp & udp to my firewall.

    these things did not help.

    i also tried to set up port forwarding,
    where i found out that it would not let me set external ports outside of the range 8044-8063.

    i assumed that my provider might be doin weird stuff that was causing the issue.

    but if that was actually the case,
    why would the windows version work?