Archivo de la categoría: Nix
Useful LXD commands
Summarized from https://stgraber.org/2016/03/19/lxd-2-0-your-first-lxd-container-312/. Interestingly, the LXD command line client is named…. lxc! List available containers Launch a container This creates and starts a container. Create container Without starting it. Start/stop after creating it List local containers Available columns for the list command Rename Configuration Config changes are effective immediately, even if container is running. Enter the container… Read More: Useful LXD commands »
Easy OpenVPN Server
https://github.com/IBCNServices/easy-openvpn-server/blob/master/README.md Easy OpenVPN Server A plug-and-play OpenVPN server that «Just Works» and has secure defaults. It supports both udp and tcp connections over IPv4 and IPv6. Clients will try the faster udp connection first. If that is blocked, they will fall back to a tcp connection that mimicks https traffic. It automatically generates .ovpn client config files… Read More: Easy OpenVPN Server »
How to install XFCE Desktop Environment in Kali Linux:
https://www.kali.org/docs/general-use/metapackages/ XFCE Desktop How to install XFCE Desktop Environment in Kali Linux: Command: apt-get install kali-defaults kali-root-login desktop-base xfce4 xfce4-places-plugin xfce4-goodies How to remove XFCE in Kali Linux: Command: KDE Desktop How to install KDE Plasma Desktop Environment in Kali Linux: Command: How to install Standard Debian selected packages and frameworks in Kali Linux: Command:… Read More: How to install XFCE Desktop Environment in Kali Linux: »
How To Reset Root Password On CentOS 7 – Issabel 4 – 
https://www.unixmen.com/reset-root-password-centos-7/ The way to reset the root password on centos7 is totally different to Centos 6. Let me show you how to reset root password in CentOS 7. 1 – In the boot grub menu select option to edit. 2 – Select Option to edit (e). 3 – Go to the line of Linux 16… Read More: How To Reset Root Password On CentOS 7 – Issabel… »
Debian 11 bullseye nginx php
Demasiados archivos abiertos con nginx, parece que no puede aumentar el límite
El servidor es Ubuntu 13.04 (GNU / Linux 3.9.3-x86_64-linode33 x86_64). nginx es nginx / 1.2.6. He estado trabajando en esto durante varias horas, así que esto es lo que estoy obteniendo y esto es lo que he hecho. Nginx corriendo: Límites suaves / duros modificados en /etc/security/limits.conf (configuración desde el final del archivo) Una lectura… Read More: Demasiados archivos abiertos con nginx, parece que no puede aumentar… »
How to configure 802.1Q VLAN Tagging on Centos 7
Introduction VLANs make it possible to separate large networks into smaller and manageable ones. The 802.1Q is a standard which is implemented by all vendors into their network equipment. Some switches have the ability to assign multiple VLANs to a single network port. With this feature, you can assign multiple VLANs to a single server. The… Read More: How to configure 802.1Q VLAN Tagging on Centos 7 »
hetzner proxmox 6 to 7
Proxmox 7.1 on cloud network config
https://community.hetzner.com/tutorials/proxmox-on-cloud Hetzner configuration proxmox 7.1 Proxmox 7 with a Single Public IP – Setup a Private Network Proxmox can easily be configured to put all or some of your VM/Containers in a NATed private network. You can even forward ports from your public IP address to your containers. Unfortunately, it is not possible to configure… Read More: Proxmox 7.1 on cloud network config »