Netglub

De Linuxmemo.

(Différences entre les versions)
(Page créée avec « Catégorie:Securite-outils http://www.netglub.org/ »)
Ligne 1 : Ligne 1 :
[[Catégorie:Securite-outils]]
[[Catégorie:Securite-outils]]
http://www.netglub.org/
http://www.netglub.org/
 +
 +
==Instal==
 +
*mysql
 +
mysql -uroot -p
 +
GRANT ALL PRIVILEGES ON netglub.* TO 'netglub'@'localhost' IDENTIFIED BY 'netglub' WITH GRANT OPTION;
 +
FLUSH PRIVILEGES;
 +
mysql -uroot -p netglub < master/tools/mysql/netglub.sql
 +
 +
*QT
 +
wget -c http://releases.qt-project.org/qt5/5.0.1/qt-linux-opensource-5.0.1-x86_64-offline.run
 +
chmod 755 qt-linux-opensource-5.0.1-x86_64-offline.run
 +
./qt-linux-opensource-5.0.1-x86_64-offline.run

Version du 2 avril 2013 à 22:33

http://www.netglub.org/

Instal

  • mysql
mysql -uroot -p
GRANT ALL PRIVILEGES ON netglub.* TO 'netglub'@'localhost' IDENTIFIED BY 'netglub' WITH GRANT OPTION;
FLUSH PRIVILEGES;
mysql -uroot -p netglub < master/tools/mysql/netglub.sql
  • QT
wget -c http://releases.qt-project.org/qt5/5.0.1/qt-linux-opensource-5.0.1-x86_64-offline.run
chmod 755 qt-linux-opensource-5.0.1-x86_64-offline.run
./qt-linux-opensource-5.0.1-x86_64-offline.run
Outils personnels