New pages
- 09:48, 8 March 2020 Setting cpu affinity for programs with large number of threads (hist) [1,529 bytes] Lxadm (talk | contribs) (Created page with "If a process on your server is creating a large number of threads and is using a lot of CPU time, it can be that kernel will be more busy migrating the processes between CPUs...")
- 02:55, 1 December 2018 Bridge with a static IP with netplan (hist) [1,073 bytes] Lxadm (talk | contribs) (Created page with "Bridge with a static IPv4 and IPv6 with netplan, with Hetzner. By default, a bridge will change interface's MAC address, some hostings (i.e. Hetzner) are not happy with it....")
- 23:44, 5 May 2018 MySQL - can't raise max connections over 214 (hist) [1,423 bytes] Lxadm (talk | contribs) (Created page with "If you see that you're unable to raise max_connections over 214 with MySQL / Percona, it is probably because of restrictions in your mysql systemd file. In /lib/systemd/syste...")
- 06:00, 25 April 2018 Static IPs with netplan (hist) [331 bytes] Lxadm (talk | contribs) (Created page with "eth0 is static, eth1 is DHCP: <pre> root@app:~# cat /etc/netplan/10-lxc.yaml network: ethernets: eth0: dhcp4: no dhcp6: no addresses: [10.178.171.21/24]...")
- 05:44, 25 April 2018 Routing with two default gateways (hist) [614 bytes] Lxadm (talk | contribs) (Created page with "If you have two network interfaces, Linux will reply on the first interface (i.e. eth0), even if the packets came from eth1. Assuming you have two default gateways like below...")
- 14:37, 17 December 2017 Disable systemd listening on port 111 (hist) [1,194 bytes] Lxadm (talk | contribs) (Created page with "If your systemd listens on port 111 but you don't want that, please do the following steps: * verify it's listening on port 111 with netstat or ss: <pre> # ss -tpna|grep 111...")
- 04:48, 13 December 2017 NODE.JS: sh: 1: node: Permission denied (hist) [286 bytes] Lxadm (talk | contribs) (Created page with "You might be getting this one when running commands as root: <pre> sh: 1: node: Permission denied </pre> If you're really sure what you're doing, you may try to run these to...")
- 15:18, 4 December 2017 OpenSSH: tunnel-only user (hist) [413 bytes] Lxadm (talk | contribs) (Created page with "To create a SSH user which is only allowed SSH tunneling, add the following to /etc/ssh/sshd_config: <pre> Match User some-user #AllowTcpForwarding yes #PermitTunnel no...")
- 13:07, 24 November 2017 Static compilation of cpuminer (hist) [11,948 bytes] Lxadm (talk | contribs) (Created page with "To compile cpuminer statically, you will need to: - compile and install OpenSSL - compile and install curl (libcurl) - slightly modify cpuminer compilation flags Compiling...")
- 06:41, 15 November 2017 MySQL: unattended Percona Server 5.7 installation (hist) [596 bytes] Lxadm (talk | contribs) (Created page with "Percona Server 5.7 needs slightly different answers passed to debconf-set-selections: <pre> export MYSQL_ROOT_PASSWORD=some-password export DEBIAN_FRONTEND=noninteractive ec...")