Catégorie : opsi

Ajouter la coloration syntaxique opsi-winst dans jedit sous linux


Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Pour éditer facilement des fichiers .ins (opsi-winst) sous linux, il faut ajouter la coloration syntaxique. Pour cela, installer jedit sudo apt-get install jedit Ensuite copier le fichier winst.xml fourni en téléchargement dans /usr/share/jedit/modes/. Ce fichier vient du paquet jedit fourni avec opsi, vous pouvez aussi le prendre dans opt_pcbin/install/jedit de votre serveur opsi. Et modifier […]

Opsi Package : Vérification de l’installation de Java


Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Warning: Trying to access array offset on value of type null in /home/biotux/www/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/really-simple-facebook-twitter-share-buttons.php on line 318

Pour vérifier que la bonne version de Java est installée… J’ai mis ça dans le paquet (Winst) En fait, on lance un « java -version » dans une section DosInAnIcon et on récupère la sortie pour la filtrer … DefStringList $Check$ DefVar $LineCheck$ Set $Check$=getOutStreamFromSection(‘DosInAnIcon_CheckInstall’) set $LineCheck$ = composeString ($Check$,  » « ) if not(contains($LineCheck$, »1.7.0_51 »)) logError « Fatal: Java […]