Télécharger cette appli :
https://about.pressreader.com/download-app/
Puis créer un compte sur cette application
Puis créer un compte sur ce site
https://inscriptionbilletterie.bnf.fr/accueil
Achetez le PASS à 15 euros
Attendre que le compte soit validé
Puis se connecter ici :
https://bdl.bnf.fr/bases-de-donnees-par-titre
Lettre "P"
PressReader
=> se connecter avec ses identifiants BNF
vous n'avez plus qu'à vous connecter avec id et mot de passe de la BnF
puis avec celui de PressReader ! l'offre est large, très large sutout si vous parlez plusieurs langues mais l'offre en français est aussi très intéressante !
SELECT t.table_schema,
t.table_name
FROM information_schema.tables t
INNER JOIN information_schema.columns c
ON c.table_name = t.table_name
AND c.table_schema = t.table_schema
WHERE c.column_name = 'user_ipad_id'
AND t.table_schema NOT IN ( 'information_schema', 'pg_catalog' )
AND t.table_type = 'BASE TABLE'
ORDER BY t.table_schema;
!/bin/sh
sel=$(xclip -d ":0" -o -selection clipboard)
notify-send "youtube-dl => $sel"
/usr/local/bin/youtube-dl -f bestaudio -x --audio-format mp3 $sel
notify-send "Récuperation de la vidéo terminée"
https://www.tutorialspoint.com/How-to-use-JavaScript-to-redirect-a-webpage-after-5-seconds
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Bytefreaks.net Redirect Page</title>
<meta name="description" content="A page that will redirect the user to bytefreaks.net after 5 seconds">
<meta name="author" content="Bytefreaks.net">
<meta http-equiv="refresh" content="5;URL=http://www.bytefreaks.net/">
</head>
<body bgcolor="#ffffff">
<center>You will be automatically redirected to <a href="http://bytefreaks.net">bytefreaks.net</a> as this resource is not available.</center>
</body>
</html>
sudo apt-get install dbeaver-ce jitsi kazam keepassx keepassxc krita mixxx nginx-common obs-studio openfortigui openfortivpn planner redshift remmina scribus shutter steam-launcher teams terminus thunderbird virtualbox vlc zenmap bleachbit network-manager-fortisslvpn network-manager-fortisslvpn-gnome
sudo snap install filezilla
sudo snap install gimp
sudo snap install slack
sudo snap install audacity
sudo snap install chromium
formation React
comment installer nextcloud depuis une fresh install Ubuntu 20.04
les certificats sont ici :
/var/snap/nextcloud/current/certs/certbot/config/live/cloud.lobass.fr
pour voir les domaines autorisés :
sudo nextcloud.occ config:system:get trusted_domains
a voir
illustrations open-source
suite a disque dur full, clamav ne voulait plus se lancer :
LibClamAV Error: Can't load /opt/zimbra/data/clamav/db//main.cvd: Can't verify database integrity
ERROR: Can't verify database integrity
Pour résoudre le problème il faut renommer les fichiers de signatures pour forcer clamav à la re-télécharger
cd /opt/zimbra/data/clamav/db
mv main.cvd main.cvd.bak
mv main.cld main.cld.bak
mv daily.cvd daily.cvd.bak
mv daily.cld daily.cld.bak
puis
zmclamdctl start
on vérifie que tout est ok
zmcontrol status