submitted 4 months ago* (last edited 4 months ago) by to c/linux@lemmy.ml
 

Hi,

I want to use openntpd to sync my clock

I'm using

ntpd -ds

I see in my firewall that the dns resolution is working, and I get a server IP from the pool 👍

but anyhow I get

ntp engine ready no reply received in time, skipping initial time setting
no reply from x.x.x.x received in time, next query 300s

Weird my nftable config file should allow it:

# extract
chain OUT {
type filter hook output priority 0; policy drop;
udp dport 123 accept
}

chain IN {
type filter hook input priority 0; policy drop;
ct state established, related accept
}

Any ideas, or which lemmy community to cross-post ?

Thanks.

 

cross-posted from: https://programming.dev/post/40414734

Hi,

I would like to forward automatically Text messages.

A couples of years before, I was doing it easily with some FLOSS apps

But none of those apps (I keep the apk ;) ) works anymore on "recent" AOSP[^1] phone 🤨 ( Thanks to g**gle, to not take care of retro-compatibility )..

So, I lost time to dig for new apps (FLOSS and not)

I'm willing to write a "Shell" script to run under Android, to just do that (I've never developed for Android, so if you have any advice I'm all ears )

or any other solution like

  • Linux phone ROM ( without systemd )
  • or maybe a simcard dongle, to allow my Linux computer to receive/send text ?

[^1]: a ROM that use AOSP is generally gapps free 😍

submitted 8 months ago* (last edited 8 months ago) by to c/opensource@lemmy.ml
 

cross-posted from: https://programming.dev/post/40414734

Hi,

I would like to forward automatically Text messages.

A couples of years before, I was doing it easily with some FLOSS apps

But none of those apps (I keep the apk ;) ) works anymore on "recent" AOSP[^1] phone 🤨 ( Thanks to g**gle, to not take care of retro-compatibility )..

So, I lost time to dig for new apps (FLOSS and not)

I'm willing to write a "Shell" script to run under Android, to just do that (I've never developed for Android, so if you have any advice I'm all ears )

or any other solution like

  • Linux phone ROM ( without systemd )
  • or maybe a simcard dongle, to allow my Linux computer to receive/send text ?

[^1]: a ROM that use AOSP is generally gapps free 😍

submitted 8 months ago* (last edited 8 months ago) by to c/android@lemmy.world
 

Hi,

I would like to forward automatically Text messages.

A couples of years before, I was doing it easily with some FLOSS apps

But none of those apps (I keep the apk ;) ) works anymore on "recent" AOSP[^1] phone 🤨 ( Thanks to g**gle, to not take care of retro-compatibility )..

So, I lost time to dig for new apps (FLOSS and not)

I'm willing to write a "Shell" script to run under Android, to just do that (I've never developed for Android, so if you have any advice I'm all ears )

or any other solution like

  • Linux phone ROM ( without systemd )
  • or maybe a simcard dongle, to allow my Linux computer to receive/send text ?

[^1]: a ROM that use AOSP is generally gapps free 😍

[–] [S] 1 point 1 year ago*

a more accurate diagram of what I'm targeting..

┌──────┐       ┌───────┐         ┌───┐  
│Node 1│       │Node 2 │         │DVR│  
└──┬───┘       └┬──────┘         └─┬─┘  
   │            │                  │    
   │            │                  │    
vlan10         vlan10             vlan20
   │            │                  │    
   └─────────□  □  □───────────────┘    
             ┌───────────┐              
             │hEX refresh│              
             │E50UG      │ □            
             └───────────┘              
                 □                      
                 │                      
                 │                      
                 │                      
              trunking                  
                 │                      
                 │                      
                 │                      
                 □                      
               ┌───┐  □                 
               │hEX│  □                 
               └───┘  □                 
                      □                 

□ = port

So it should be possible for Node 1 to reach DVR ? Either trough Firewall or VLAN rules ?

  • source
  •  

    Hi,

    Is it possible in a router to route traffic from one specific node ( here the laptop to the DVR) but not the other way around ( DVR to 192.168.10.0/28 ) ?

            192.168.10.1/28             
                ┌──────┐                
                │laptop│                
                └───┬──┘                
                    │                   
                    │                   
                    │                   
                    ▼                   
                 ┌──────┐               
            ┌────┤router├──┐            
            │    └──────┘  │            
            │              │            
            ▼              ▼            
         ┌──────┐        ┌───┐          
         │server│        │DVR│          
         └──────┘        └───┘          
    192.168.10.2/28      192.168.20.1/28
                                 ──     
    

    Meaning, I want to keep the DVR in it's subnet only. But allow the laptop to reach it.

    Thanks.

     

    Hi,

    I saw that someone replied to one of my topics, and I wanted to react or reach him back. But I've saw the following :

    I suppose it's only the Network community ? (where the post was hosted ? )

    I've discovered the modlog

    https://programming.dev/modlog?page=19&actionType=ModBanFromCommunity&userId=1227688

    But this user seem to have a lot of activity :) So I don't find why on Network he was Banned ?
    is there an easy way ?

    Thanks.

    [–] [S] 2 points 1 year ago* (last edited 1 year ago)

    Thanks @testman@lemmy.ml

    StackOverflow says that it can be done by editing xrdp.ini

    This post date from 2013 O_o

    default /etc/xrdp/xrdp.ini in my version

    [Xorg]
    name=Xorg
    lib=libxup.so
    username=ask
    password=ask
    ip=127.0.0.1
    port=-1
    code=20
    
    [Xvnc]
    name=Xvnc
    lib=libvnc.so
    username=ask
    password=ask
    ip=127.0.0.1
    port=-1
    
    [vnc-any]
    name=vnc-any
    lib=libvnc.so
    ip=ask
    port=ask5900
    username=na
    password=ask
    
    [neutrinordp-any]
    name=neutrinordp-any
    lib=libxrdpneutrinordp.so
    ip=ask
    port=ask3389
    username=ask
    password=ask
    

    so I don't have [xrdp1]

       

    To summarize:

    Edit the xrdp.ini file set port = ask connect from the remote machine, and at login if you have no existing session, specify port -1 to resume a session enter the default of 5910

    I believe this i working if the previous session was already made remotely.. ?otherwise how I get the port of the local X session ?

       

    Is there a specific reason for choosing RDP?\

    rdp is usefull if you have windows client client, but that it's.

       

    And RustDesk is also a good, more advanced alternative.

    great piece of software, but too heavy in my case, I want something simple, that just do one thing good. I don't need

    • End-to-end encryption
    • File transfer
    • Chat features
  • source
  • parent
  • context
  •  

    Hi,

    I've installed xrdp on Devuan(debian with sysvinit)

    when I connect from other machine (linux, windows) with rdp, I get a fresh new desktop (even the wallpaper is the default one) and none of the opened windows on the server (same account) is displayed on the remote client.

    Is it the nature of the rdp protocol or is it possible to reconnect to the same xfce session ?

    Thanks.

     

    cross-posted from: https://programming.dev/post/20616555

    Hi,

    I would like to create a LAN where each node need to authenticate before gaining access to the LAN.

    and secondly be able to monitor the data consumption of each node and even limit the speed for a node when exceeded.

    I'm looking for something FLOSS. For example a single-board computer with a gnu/Linux etc...

    Maybe some distribution or solution already exist for this ?

    Thanks.

     

    Hi,

    I would like to create a LAN where each node need to authenticate before gaining access to the LAN.

    and secondly be able to monitor the data consumption of each node and even limit the speed for a node when exceeded.

    I'm looking for something FLOSS. For example a single-board computer with a gnu/Linux etc...

    Maybe some distribution or solution already exist for this ?

    Thanks.

    view more: next ›