Skip to content

blog.Gudynas.lt

About everything

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

Category: Linux

IP Tunnel (GRE) in LXC proxmox Container

Posted on 2021-12-05 by Justas

After container is created, you need to edit the configuration file to add the /dev/net/tun device. # pct config 123 arch: amd64 hostname: CT123 memory: 512 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=FE:75:64:2A:A3:58,ip=dhcp,type=veth ostype: debian rootfs: local-lvm:vm-123-disk-0,size=4G features: nesting=1 swap: 512 unprivileged: 1 # nano /etc/pve/lxc/123.conf Add the following lines at the end (if you’re using PVE < 7.0, change...

Read more

ping: socket: Operation not permitted

Posted on 2021-12-04 by Justas

fix setcap cap_net_raw+p /bin/ping

Read more

Allow all SQL modes

Posted on 2021-12-04 by Justas

nano /etc/my.cnf add sql_mode= save.

Read more

error undefined symbol: FT_Get_Var_Design_Coordinates xampp (lampp)

Posted on 2021-11-302021-11-30 by Justas

/usr/bin/rrdtool: symbol lookup error: /usr/lib/x86_64-linux-gnu/libcairo.so.2: undefined symbol: FT_Get_Var_Design_Coordinates solution: delete /opt/lampp/lib/libfreetype.so.6

Read more

WireGuard in Proxmox LXC

Posted on 2021-11-302021-11-30 by Justas

in Proxmox Host: apt update apt install pve-headers nano /etc/apt/sources.list deb http://deb.debian.org/debian buster-backports main Save. apt update apt install -t buster-backports wireguard-dkms modprobe wireguard echo “wireguard” >> /etc/modules-load.d/modules.conf In LXC Container: apt install wireguard or use piVPN curl -L https://install.pivpn.io | bash

Read more

Wireguard Client Connect to Server

Posted on 2021-11-262021-11-26 by Justas

apt install wireguard Since we’re only connecting back to our VPN Server, we need to create a file where we will store our VPN profile information. To be clear, this is generated on the VPN server side. We are only copying the contents of the file so that we can authenticate with our VPN server….

Read more

Can’t set locale; make sure $LC_* and $LANG are correct!

Posted on 2021-11-25 by Justas

fix – dpkg-reconfigure locales

Read more

nginx limit req

Posted on 2021-11-03 by Justas

limit_req_zone $binary_remote_addr zone=login:10m rate=1r/s; limit_req zone=login burst=5;

Read more

Install Tuned for max performance

Posted on 2021-09-19 by Justas

Update and install tuned: Code: apt-get update apt-get install tuned tuned-gtk tuned-utils tuned-utils-systemtap reboot List of useful tuned commands: Code: tuned-adm active tuned-adm list tuned-adm recommend tuned-adm verify tuned Recommended for performance: Code: tuned-adm profile latency-performance

Read more

Enable root login over SSH

Posted on 2021-09-192021-09-19 by Justas

1. As root, edit the sshd_config file in /etc/ssh/sshd_config: nano /etc/ssh/sshd_config 2. Add a line in the Authentication section of the file that says PermitRootLogin yes 3. Save the updated /etc/ssh/sshd_config file 4. Restart the SSH server: service sshd restart

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Categories

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

Archives

  • August 2025 (1)
  • 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

  • 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
  • Enabled Background decoding and HF propagation

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