Skip Navigation
How can I be sure that my traffic is routing to the Wireguard VPN
  • tracepath

    Okay it seems to be using the vpn gateway thanks. But why they don't connect to the server ip addr then, and need to add that rule (added the traceroute at the end with the server local ip)

    (ins) $ nmcli connection down home
    Connection 'home' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/6)
    
    (ins)$ tracepath 1.1.1.1
     1?: [LOCALHOST]                      pmtu 1500
     1:  meo.Home                                              2.942ms
     1:  meo.Home                                              1.500ms
     2:  no reply
    ^C
    
    (ins)$ nmcli connection up home
    Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/7)
    
    (ins)$ tracepath 1.1.1.1
     1?: [LOCALHOST]                      pmtu 1420
     1:  10.8.0.1                                            1709.973ms
     1:  10.8.0.1                                            1274.271ms
     2:  172.28.0.1                                            5.757ms
     3:  192.168.1.254                                       431.005ms
    
     1?: [LOCALHOST]                      pmtu 1500
     1:  192.168.1.79                                        3068.615ms !H
         Resume: pmtu 1500
    
    (ins)$ nmcli connection down home
    Connection 'home' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/7)
    
    (ins)$ tracepath 192.168.1.60
     1?: [LOCALHOST]                      pmtu 1500
     1:  t460s.Home                                          3058.122ms !H
         Resume: pmtu 1500
    
  • What's the oldest technology you continue using?
  • Even though I am a vim user. This is a good comment ! Nice editor choice (The only reason I don't use it is because never got used to the keybinds)

  • Openreads
  • Desconhecia, já vi que é FOSS!!

    Mas a app serve apenas para tracking correto ? Do género traktTV, não é um epub reader?

  • Is there any useable Instagram frontend or scraper ?
  • There is also an Android app, I would advise to not login your account as you will get banned, but for looking at public profiles it works (as anonymous).

    Barinsta (Simple yet advanced Instagram client) https://f-droid.org/packages/me.austinhuang.instagrabber/

  • What's the point of terminal file managers (mc, ranger, nnn, etc)?
  • How do you mount the GDrive ? What app allows you that ? I know gnome allows it but since moving to sway I gave up on it

  • Android 14 adds support for using smartphones as a webcams
  • Basically see the wiki below but I would like to add is Linux only.

    Don't know if there is something like v4l2loopback for windows.

    https://github.com/umlaeute/v4l2loopback/wiki/FFmpeg#using-an-android-device-as-a-webcam

  • SHARE WITH THE CLASS: What aliases are you using?
  • Seems to be just normal vim, maybe some distros packages the binary (of vim with more options enabled at compile time) as vimx so that it doesn't conflict with another vim package (as an example vim-tiny). https://www.systutorials.com/docs/linux/man/1-vimx/

    But only @aram@garam@lemmy.my.id, can answer that for us.

  • Another pick me a distro
  • No distro has the 45 packaged yet ahahhaha

  • Did we kill Linux's killer feature?
  • This, super love that distro !!! Perfect for users that don't have a lot of needs.

    Personally, I never got used to the container workflow :(

  • Este FDS andei na rede expressos - má experiência!
  • O percurso que normalmente faço de Expressos não tenho que parar para ir ao WC, é um percurso curto, cerca de 2 horas, por isso a experiência de pagar 1 euro para ir à casa de banho não tenho. Mas parece-me ser mais um problema dos operadores dessas estações de serviços/terminais do que da Rede Expressos.

    Mas sim concordo em parte com o que dizes.

    Atrasos constantes. No terminal da minha terra não existe nenhuma informação, simplesmente é ficar lá sentado até aparecer o autocarro.

    E o que me choca mais é o preço. Esta viagem Porto -> terra Perto de Vila Real pago 11 e tal por um bilhete normal. O autocarro está sempre cheio, não percebo o preço elevado. Ou seja, cerca de 24 euros ida e volta.

    Fazendo as contas fica mais barato andar de carro sozinho (infelizmente porque para mim é uma filosofia/ideologia os transportes públicos).

  • What is your favorite terminal emulator.
  • Super nice, with some "hidden" gems like Ctrl+Shift+o for opening links.

  • What is your favorite terminal emulator.
  • Super nice, with some "hidden" gems like Ctrl+Shift+o for opening links.

  • I switched from Nixos to void Linux. Here's my experience so far.
  • Did you follow their docs ? Read page by page and everything should work fine.

  • Help New Contributor
  • Thanks, for the link. Will join there.

  • Chimera Linux
  • Didn't know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)

    But a quick Google search and the first project that appears say that:

    A simple makefile generator that can generate makefiles for: GNU-make targeting MinGW, clang-cl or MSVC.

  • Help New Contributor

    Hi, first time contributer, so here are some questions:)

    Could someone please check if I did this speed cam right ?

    https://www.openstreetmap.org/changeset/138752062#map=19/41.15212/-8.58060

    Also I have added this comercial gym node, but shouldn't I update the overview of the buildings to show that there are 2 different places now ? If so, how ? ( I am using Vespucci on Android)

    https://www.openstreetmap.org/changeset/138552050

    Appreciate your insights thanks !

    9
    Chimera Linux
  • Good luck with that, with the amount of Programmers that use the Gnuism for make, I would say that no developer can patch that amount of software

  • Choice on Linux is a JOKE. Here's why.
  • Glad you watched it, so that I don't have to see trash.

  • Void Linux
  • What problem do you have with nvidia drivers on void ? Should just work if following the guide on their documentation

  • Change makeprg only if makefile doesn't exist
  • Thanks for the comment, but I ended up finding a solution. Added tto the main comment

  • Change makeprg only if makefile doesn't exist

    Hi everyone long time vim/neovim user, currently for my latex I have in ~/.config/nvim/after/ftplugin.lua the following line:

    vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"

    I am now working in a latex project that has a makefile, is it possible to create something in the lines of:

    lua if ! makefile_exists then vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %" end

    Ended up with this and it seems to work fine:

    ~/.config/nvim/after/ftplugin/tex.lua

    ```lua local makefile_exists = vim.fs.find('makefile', { upward = true, stop = vim.uv.os_homedir(), path = vim.fs.dirname(vim.api.nvim_buf_get_name(0)), })

    if #makefile_exists == 0 then vim.opt_local.makeprg = "pdflatex -output-format pdf -output-directory /tmp %" end ```

    2
    Live score results

    Hey, Glad this communitie migrated to lemmy.

    Is there any foss app that has sports livescore ?

    I mean alternatives to sofascore and so.

    Thanks.

    5
    Comunidade ginasio/halterofilismo

    Nao me importo de ser admin, so nao sei como chamar a comunidade, mas a ideia seria poder partilhar noticias sobre halterofilismo/bodybuilding/powerlifting e onde pudessemos discutir algo sobre ginasio e até tirar duvidas :)

    Provalmente algo geral como ginasioPT ou algo assim

    0
    Antropov suspended for doping

    One of my current favorite lifters.

    However I was excited to see what he could achieve in the following years.

    Nurgisa Adiletuly seems to be the other kazakhstan lifter that gave positive. He posted a compilation of his lifts on insta with the caption No more sport for me

    0
    CjkOvPDwQW CjkOvPDwQW @lemmy.pt
    Posts 6
    Comments 74