Archivo de la categoría: Nix

How to fix camera on Mac not working

Reset your Mac’s system controller If you find the camera on Mac not working still and nothing of the above seems to help, you may try resetting what’s known as the System Management Controller (SMC). The SMC manages a lot of hardware functions on your Mac and rebooting it may serve as a solution to… Leer más »

How to extend a boot volume in OCI linux instance

Sometimes if you have created a new instance and the initial 50GB is not enough, you can extend the disk and the partition. The disk is extended very easy, using the OCI console: 1- Select the Boot/Block volume you want to extend: 2- Press Edit : From the Intial Volume Size write the needed size:… Leer más »

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… Leer más »

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… Leer más »

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:… Leer más »