18303 shaares
1707 private links
1707 private links
46 results
tagged
install
MariaDB install :
mysql_secure_installation
mysql -h localhost -u root --password=<PW>
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '<PW>';
FLUSH PRIVILEGES;
A Debian repository serves packages to setup a Cozy self-hosted environment
Déplacer (en root) le .ttf dans :
/usr/share/fonts/
Puis, toujours en root, dans un terminal :
fc-cache -f -v
wget http://www.rarlab.com/rar/rarlinux-x64-5.5.b4.tar.gz
tar xvf rarlinux-x64-5.5.b4.tar.gz
cd rar/
make
On peut compléter avec :
ln -s /usr/local/bin/rar /usr/bin/rar
ln -s /usr/local/bin/unrar /usr/bin/unrar
/Coude.
"The culprit of my problem stemmed from the fact that I have bought a brand new computer that utilized a UEFI firmware vice a BIOS. With that being said, the UEFI firmware has an embedded certificate with a product key to Windows 8.1 Home edition."
Saloperie.
wp core language list | grep uninstalled | awk '{print $1}' | xargs -i wp core language install {}
/coude, à lire et comparer.