Skip to content

Instantly share code, notes, and snippets.

View LaMafius's full-sized avatar

kanzu LaMafius

View GitHub Profile
@LaMafius
LaMafius / xrdp-ubuntu
Last active September 13, 2020 15:49
xrdp-ubuntu
Instalación de Xrdp se incluye en los repositorios predeterminados de Ubuntu. Para instalarlo, ejecute:
sudo apt install xrdp
Una vez que se complete la instalación, el servicio Xrdp se iniciará automáticamente. Puede verificarlo escribiendo:
sudo systemctl status xrdp
La salida se verá así:
● xrdp.service - xrdp daemon
@LaMafius
LaMafius / ubuntu librerias 32 bits libbz2-1.0:i386
Last active September 13, 2020 15:51
librerias 32 bits para ubuntu 64 bits
The package (32 bit) you are looking for is libbz2-1.0:i386, its 64 bit version is libbz2-1.0:amd64.
At first enable multi-arch support (if not done already):
sudo dpkg --add-architecture i386
Now run:
sudo apt-get update
@LaMafius
LaMafius / PvPGN 1.99 on Linux
Last active November 13, 2018 01:34
Building PvPGN 1.99 on Linux
apt-get install git
cd /home/
git clone https://github.com/HarpyWar/pvpgn.git
cd pvpgn/
ls
mkdir build
cd build/