En ocasiones se puede dar la necesidad de tener varias configuraciones de npm. Veamos como montarlo.
Configuraciones múltiples de npm
Publicado
UI-Dev & more
UI-Dev & more
Publicado
En ocasiones se puede dar la necesidad de tener varias configuraciones de npm. Veamos como montarlo.
Publicado
With command npm list -g –depth=0 -g filters global modules instead local ones. depth=0 avoids list dependencies of installed modules
Publicado
sudo apt-get install -y libpurple-dev libjson-glib-dev libglib2.0-dev libprotobuf-c-dev protobuf-c-compiler mercurial make; hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && cd purple-hangouts; make && sudo make install Via EionRobb/purple-hangouts And add proper emojis from unicode-emoji
Publicado
wget -mkEpnp http://example.org
Publicado
Mate/Gnome: sudo apt-get install openvpn resolvconf network-manager-openvpn-gnome KDE: sudo apt-get install openvpn resolvconf network-manager-openvpn After that, create new network with “import vpn” option in network manager and import config file provided by ProtonVPN.
Publicado
For RHEL 7, add EPEL repo: And install exfat packages: For RHEL 8 EPEL repo is not completed yet. Repo can be added: But it will lack exfat packages, will need to compile from source (easy): From: https://access.redhat.com/solutions/70050
Publicado
El paquete de Phpmyadmin no está disponible para Debian Buster, pero ha sido añadido en el repositorio de backports. Primero hay que añadir el repositorio: Una vez hecho esto, actualizar apt e instalar:
Publicado
Publicado
Get patches from commit previous to target: git format-patch -1 <sha> Or: git format-patch -1 HEAD And apply: git am < file.patch
Publicado
Add temporarily: Run sudo sysctl fs.inotify.max_user_watches=524288 (with preferred value at the end). Add permanently (more info): put fs.inotify.max_user_watches=524288 into your sysctl settings: /etc/sysctl.conf