Skip to content

blog.Gudynas.lt

About everything

Menu
  • Home
  • AS215899
  • OpenWebRX SDR
  • ADS-B Tracker
  • About sdr.Gudynas.lt
  • Contacts
Menu

Tag: linux

IPv6 RADVD SLAAC Config

Posted on 2025-03-16 by Justas

# /etc/radvd.conf interface vmbr1 { AdvSendAdvert on; MinRtrAdvInterval 30; MaxRtrAdvInterval 100; prefix 2a0f:85c1:334:8::/64 { AdvAutonomous on; # Enable SLAAC AdvOnLink on; }; };

Read more

How do I execute ALL sudo commands without password?

Posted on 2024-11-29 by Justas

Type the following command as root user: # visudo Append the following entry to run ALL command without a password for a user named tom: tom ALL=(ALL) NOPASSWD:ALL

Read more

Wireguard Clients isolation

Posted on 2024-01-16 by Justas

This will block traffic between clients: ip6tables -I FORWARD -i wg0 -o wg0 -j REJECT –reject-with icmp6-adm-prohibited iptables -I FORWARD -i wg0 -o wg0 -j REJECT –reject-with icmp-admin-prohibited To disable isolation for single client: iptables -I FORWARD -i wg0 -s 10.0.0.3/32 -d 10.0.0.0/24 -j ACCEPT 10.0.0.3/32 – Single client IP 10.0.0.0/24 – Subnet allow to…

Read more

Limit proxmox backup disk speed

Posted on 2023-12-14 by Justas

nano /etc/vzdump.conf add bwlimit: 12207 save This will limit read/write speed to 12 MiB/s during backup  

Read more

Raspberry Hardware Watchdog

Posted on 2021-07-14 by Justas

Automatically power cycle the Raspberry Pi once it gets stuck. 1) Enable the hardware watchdog on your Pi and reboot sudo su echo ‘dtparam=watchdog=on’ >> /boot/config.txt reboot 2) Install the watchdog system service sudo apt-get update sudo apt-get install watchdog 3) Configure the watchdog service sudo su echo ‘watchdog-device = /dev/watchdog’ >> /etc/watchdog.conf echo ‘watchdog-timeout…

Read more

Syncthing įdiegimas Ubuntu/Debian

Posted on 2021-05-09 by Justas

Jei norite greitai pasiekti daugelio įrenginių failus, jums reikia sinchronizavimo. Tai atviro kodo kelių platformų failų sinchronizavimo sprendimas, kuris gali veikti lokaliai arba internetu. Ši platforma turi „Linux“, „Windows“ ir „macOS“ klientus. Taip pat turi „Android“ programą, skirtą sinchronizuoti iš ir į išmaniuosius telefonus. 2. Pridedame Syncthing prie apt šaltinių echo “deb https://apt.syncthing.net/ syncthing stable”…

Read more

Linux Laiko zonos keitimas

Posted on 2018-09-05 by Justas

Ši komanda yra bendra visoms linux operacinėms sistemoms ln -sf /usr/share/zoneinfo/Europe/Vilnius /etc/localtime Debian operacinei sistemai dpkg-reconfigure tzdata

Read more

Naudotojų draudimas jungtis prie serverio per SSH protokolą

Posted on 2018-09-052021-03-20 by Justas

1. Atsisiunčiame nano teksto redagavimo programą (nebūtina bet patogiau naudoti). apt-get install nano 2. Atsidarome ssh serverio konfiguracinį failą su komanda nano /etc/ssh/sshd_config 3. Atidaryto failo apačioje įrašome tokią komandą AllowUsers root po AllowUsers įrašome kokie naudotojai turės galimybę jungtis prie serverio per SSH protokolą, visi kiti naudotojai, kurių šiame saraše nebus negalės jungtis prie…

Read more

Swap atminties pridėjimas / praplėtimas

Posted on 2018-09-05 by Justas

Viską atliekame prisijungę su root. 1. Susirandame esamus swap diskus: cat /proc/swaps Jei randame esamų swap diskų juos galime pašalinti, kad neužimtu bereikalingą vietą diske. 2.  Išjungiame esamą swap atmintį (pvz pas mane buvo esamas swap failas:  /dev/sdb3), tad rašau swapoff /dev/sdb3 3. Galime ištrinti seną nenaudojamą swap atmintį rm /dev/sdb3 4. Kuriame naują swap…

Read more

Named BIND Log išjungimas

Posted on 2018-09-05 by Justas

Atsidarome /etc/named.conf Apačioje pakeičiame senus nustatymus logging { į: logging { category notify { null; }; category lame-servers { null; }; category security { null; }; }; Išsaugom ir perkraunam named servisą (centos) service named restart (debian) /etc/init.d/named restart

Read more
  • 1
  • 2
  • Next

Categories

  • sdr.Gudynas.lt Project (6)
  • AS215899 (1)
  • Linux (42)
  • Windows (1)
  • Uncategorized (2)

Archives

  • August 2025 (2)
  • March 2025 (1)
  • November 2024 (2)
  • January 2024 (2)
  • December 2023 (1)
  • October 2023 (1)
  • September 2023 (2)
  • May 2023 (1)
  • April 2023 (1)
  • March 2023 (1)
  • August 2022 (1)
  • July 2022 (1)
  • March 2022 (1)
  • December 2021 (5)
  • November 2021 (5)
  • September 2021 (4)
  • August 2021 (1)
  • July 2021 (1)
  • May 2021 (1)
  • April 2021 (1)
  • January 2021 (1)
  • October 2020 (2)
  • August 2020 (1)
  • May 2020 (1)
  • November 2019 (2)
  • September 2018 (10)

Recent Posts

  • Looking for BGP IPv6 transit in Lithuania
  • SDR.Gudynas.lt upgrades, ADS-B receiver installed
  • Ready for Winter, Network upgrades, and What was done in 2024 for sdr.gudynas.lt project
  • 2023-10-15 Some SSTV decoding on 10/11m SDR
  • Enabling auto-adjust waterfall colors by default OpenWebRX

Recent Comments

  • Bruce MAYO on About sdr.Gudynas.lt OpenWebRX project
  • BT on About sdr.Gudynas.lt OpenWebRX project
  • Bernd on About sdr.Gudynas.lt OpenWebRX project
August 2025
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Mar    
© 2025 blog.Gudynas.lt | Powered by Minimalist Blog WordPress Theme