[07/21/24 02:52:48]
Amand:
pour https:// ça me semble juste mais pas pour www.
|
[07/21/24 02:52:40]
Amand:
https://regex101.co…
|
[07/21/24 02:52:36]
Amand:
il match pas
|
[07/21/24 02:52:34]
Amand:
CrazyCat: hier je voulais ajouter un truc dans le regexp si il y a http(s):// ou www.
|
[07/21/24 02:40:34]
Amand:
lol
|
[07/21/24 02:40:29]
Amand:
nickel
|
[07/21/24 02:39:30]
Amand:
le site il a de la gueule
|
[07/21/24 02:38:23]
Amand:
entre le body et le footer
|
[07/21/24 02:38:20]
Amand:
ajoute un margin-bottom
|
[07/21/24 02:38:13]
Amand:
https://imgur.com/d…
|
[07/21/24 02:37:40]
Amand:
https://imgur.com/n…
|
[07/21/24 02:37:16]
Amand:
les stats avec anope
|
[07/21/24 02:36:17]
Amand:
trop bien , tu l'as mis sur gitlab?
|
[07/21/24 02:36:11]
Amand:
ah top du coup tu passes pas par eggdrop
|
[07/21/24 02:35:16]
Amand:
"ouille" dans le sens je galère lol
|
[07/21/24 02:34:51]
Amand:
ta fait un genre de mini magirc
|
[07/21/24 02:34:36]
Amand:
j'avais pas vu
|
[07/21/24 02:34:33]
Amand:
https://zeolia.chat…
|
[07/21/24 02:34:17]
Amand:
c trop bien sur zeolia
|
[07/21/24 02:34:14]
Amand:
enfaite hier j'ai vu tes stats
|
[07/21/24 02:33:50]
Amand:
ouille
|
[07/21/24 02:31:43]
Amand:
hi CrazyCat ta vu mes msg hier :]
|
[07/20/24 04:47:20]
Amand:
pour https:// ça a l'air bon, avec www. pas encore
|
[07/20/24 04:47:05]
Amand:
www.
|
[07/20/24 04:47:03]
Amand:
http(s)
|
[07/20/24 04:47:00]
Amand:
je veux pas qu'il match si il y a
|
[07/20/24 04:46:54]
Amand:
https://regex101.co…
|
[07/20/24 04:43:30]
Amand:
on doit être pas trop mal je pense
|
[07/20/24 04:43:25]
Amand:
https://regex101.co…
|
[07/20/24 03:32:17]
Amand:
j'ai du mal à le placer dans la regexp
|
[07/20/24 03:31:57]
Amand:
pour le domaine
|
[07/20/24 03:31:53]
Amand:
faudrait que j'ajoute [a-zA-Z0-9]
|
[07/20/24 03:07:57]
Amand:
hum
|
[07/20/24 03:03:42]
Amand:
affiner c'est à dire?
|
[07/20/24 03:03:37]
Amand:
oh yeah
|
[07/20/24 03:00:41]
Amand:
un "domaine.ext/..."
|
[07/20/24 03:00:29]
Amand:
test.test.com/pin/5…
|
[07/20/24 03:00:29]
Amand:
test.com/pin/595378…
|
[07/20/24 03:00:24]
Amand:
mais avec un / après le domaine
|
[07/20/24 03:00:19]
Amand:
CrazyCat: mais là tu vois je veux pas juste match un domaine simple
|
[07/20/24 03:00:10]
Amand:
bon, je suis tjrs sur ma problématique de match un lien sans https:// ou/et www.
|
[07/18/24 02:42:50]
Amand:
merci CrazyCat tu gères comme d'hab
|
[07/18/24 02:35:05]
Amand:
le reste oui
|
[07/18/24 02:35:02]
Amand:
ip, statut ne sert à rien effectivement
|
[07/18/24 02:32:22]
Amand:
faut que je me concentre
|
[07/18/24 02:32:16]
Amand:
https://imgur.com/v…
|
[07/18/24 02:26:55]
Amand:
JOIN table_name t2 ON t1.column_name = t2.column_name AND t1.primary_key > t2.primary_key;
|
[07/18/24 02:26:55]
Amand:
DELETE t1 FROM table_name t1
|
[07/18/24 02:26:27]
Amand:
je galère depuis hier soir pour trouver la bonne requête
|
[07/18/24 02:23:49]
Amand:
https://imgur.com/F…
|
[07/18/24 02:22:39]
Amand:
je regarde
|
[07/18/24 02:19:43]
Amand:
il m'en retire deux pour en laisser qu'un seul
|
[07/18/24 02:19:37]
Amand:
a
|
[07/18/24 02:19:36]
Amand:
a
|
[07/18/24 02:19:35]
Amand:
a
|
[07/18/24 02:19:34]
Amand:
si j'ai 3 :
|
[07/18/24 02:19:17]
Amand:
garder une seule ligne et retirer tous les doublons
|
[07/18/24 02:12:49]
Amand:
la requête supprime tout , j'ai juste simuler la requête
|
[07/18/24 02:09:12]
Amand:
sans faire de bêtise
|
[07/18/24 02:09:07]
Amand:
maintenant comment je peux les supprimer avec DELETE
|
[07/18/24 02:08:53]
Amand:
SELECT COUNT(*) AS nbr_doublon, idnick, message, statut, ip, idprofil, parent_id FROM comments GROUP BY idnick, message, statut, ip, idprofil, parent_id HAVING COUNT(*) > 1;
|
[07/18/24 02:08:49]
Amand:
CrazyCat: j'ai fait une requete pour afficher les doublons d'une table
|
[07/15/24 10:26:30]
Amand:
faudrait que tu redémarres
|
[07/15/24 10:26:26]
Amand:
le site
|
[07/15/24 10:26:21]
Amand:
CrazyCat: Zeolia m'a l'air down
|
[07/08/24 02:56:58]
Amand:
oki je testerais plus tard ty
|
[07/08/24 02:56:02]
Amand:
hier
|
[07/08/24 02:55:18]
Amand:
oui j'ai changé de serv
|
[07/08/24 02:53:23]
Amand:
https://imgur.com/Q…
|
[07/08/24 02:53:07]
Amand:
j'ai du mal l'ajouter dans le panel ovh
|
[07/08/24 02:52:54]
Amand:
c'est surement le DNS
|
[07/08/24 02:50:43]
Amand:
https://tools.eggdr…
|
[07/08/24 02:47:42]
Amand:
du coup je commente la même ligne avec vps?
|
[07/08/24 02:46:39]
Amand:
voila c ajouté, je test
|
[07/08/24 02:44:06]
Amand:
oui c'est ce que je fais , je vais réessayer
|
[07/08/24 02:43:10]
Amand:
yes
|
[07/08/24 02:43:08]
Amand:
ctrl +d
|
[07/08/24 02:43:01]
Amand:
Hello
|
[07/08/24 02:42:58]
Amand:
Subject
|
[07/08/24 02:42:56]
Amand:
From:
|
[07/08/24 02:42:25]
Amand:
je tape /usr/sbin/sendmail <email expediteur>
|
[07/08/24 02:41:55]
Amand:
https://help.dreamh…
|
[07/08/24 02:41:53]
Amand:
nop
|
[07/08/24 02:39:28]
Amand:
mais il envoie encore sur amand@vps..
|
[07/08/24 02:39:18]
Amand:
je test directement en ssh
|
[07/08/24 02:34:00]
Amand:
c'est dans la conf de sendmail?
|
[07/08/24 02:30:26]
Amand:
ah je regarde comment modifier ça
|
[07/08/24 02:25:29]
Amand:
https://tools.eggdr…
|
[07/08/24 02:19:30]
Amand:
Jul 8 16:17:25 vps-87d3acd0 sm-mta[6959]: 468EHNRW006957: 468EHPRW006959: DSN: Service unavailable
|
[07/08/24 02:14:46]
Amand:
If you’re using a web-based DNS interface (like GoDaddy or CloudFlare), the Name of the TXT record would default._domainkey and the Value of the TXT record would beeverything from the first quote to the last quote (starting with “v=).
|
[07/08/24 02:14:17]
Amand:
donc c'est bien ça qu'il fallait faire?
|
[07/08/24 02:14:12]
Amand:
https://imgur.com/Q…
|
[07/08/24 02:05:18]
Amand:
avec le : ---- DKIM key default for your-domain.com
|
[07/08/24 02:05:05]
Amand:
default._domainkey IN TXT "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHp6PyqC13hdWHKeD4lrX8okexumtWnZp2T80GYrYfHNAsCbD5r7CCdwYK850GcCawALpQpM2977HlktA379Rt6kYZxsSCAA+D27PekdRe6NGD4WgQF2S1S7dJvgCB9Zus1x/rfsE22DVgigBim5qfc8X+4g4V7eBK7e2Xn+TDvQIDAQAB" ; ----- DKIM key default for your-domain.com
|
[07/08/24 02:04:55]
Amand:
j'ai mis
|
[07/08/24 02:04:54]
Amand:
dans /etc/opendkim/keys/your-domain.com/default.txt
|
[07/08/24 02:03:16]
Amand:
Si vous utilisez une interface DNS basée sur le Web (comme GoDaddy ou CloudFlare), le nom de l'enregistrement TXT serait default._domainkey et la valeur de l'enregistrement TXT serait tout, de la première à la dernière guillemets (en commençant par « v= »)
|
[07/08/24 02:02:31]
Amand:
ah bah j'ai déjà fait https://imgur.com/Y…
|
[07/08/24 02:00:42]
Amand:
ah je dois aussi l'ajouter
|
[07/08/24 01:59:58]
Amand:
c'est ça?
|
[07/08/24 01:59:43]
Amand:
je dois le faire depuis mon panel ovh au niveau du domaine
|
[07/08/24 01:59:00]
Amand:
Adding DNS Records
|
[07/08/24 01:58:52]
Amand:
https://meumobi.git…
|
[07/08/24 01:58:50]
Amand:
dans le tuto j'ai pas fait
|
[07/08/24 01:58:22]
Amand:
https://tools.eggdr…
|
[07/08/24 01:54:26]
Amand:
tcp 0 0 127.0.0.1:8891 0.0.0.0:* LISTEN 6164/opendkim
|
[07/08/24 01:54:20]
Amand:
et maintenant netstat me retourne
|
[07/08/24 01:54:16]
Amand:
j'ai restart opendkim
|
[07/08/24 01:54:02]
Amand:
ah
|
[07/08/24 01:53:37]
Amand:
ça me retourne rien le netstat
|
[07/08/24 01:51:26]
Amand:
j'ai suivi le tuto
|
[07/08/24 01:48:47]
Amand:
je dois l'ajouter depuis le panel ovh?
|
[07/08/24 01:48:40]
Amand:
Adding DNS Records
|
[07/08/24 01:48:30]
Amand:
là je suis a l'étape :
|
[07/08/24 01:48:26]
Amand:
https://tools.eggdr…
|
[07/08/24 01:37:37]
Amand:
mis fallait quand même que je précise sudo même en étant root
|
[07/08/24 01:37:28]
Amand:
je suis root
|
[07/08/24 01:36:53]
Amand:
c bon je continue
|
[07/08/24 01:36:45]
Amand:
sudo sendmailconfig
|
[07/08/24 01:36:42]
Amand:
c'est plutot
|
[07/08/24 01:36:34]
Amand:
oh
|
[07/08/24 01:34:57]
Amand:
je vais tenter: systemctl restart sendmail
|
[07/08/24 01:34:25]
Amand:
je suis sous debian
|
[07/08/24 01:33:44]
Amand:
bash: sendmailconfig: command not found
|
[07/08/24 01:33:20]
Amand:
sendmailconfig
|
[07/08/24 01:33:12]
Amand:
$ sendmailconfig
|
[07/08/24 01:33:11]
Amand:
Then build and install a new sendmail.cf by restarting sendmail with following command:
|
[07/08/24 01:32:54]
Amand:
CrazyCat: la je suis au niveau du
|
[07/08/24 01:19:39]
Amand:
ok je vais test
|
[07/08/24 12:39:11]
Amand:
j'ai archi du mal
|
[07/08/24 12:39:05]
Amand:
tu pourras m'aider à pouvoir envoyer un mail avec sendmail sur gmail?
|
[07/08/24 12:38:54]
Amand:
CrazyCat: quand tu auras quelques minutes devant toi, pas forcement maintenant
|
[07/03/24 02:34:23]
Amand:
en plus il match aussi amazon.com
|
[07/03/24 02:32:28]
Amand:
ok merci
|
[07/03/24 02:30:32]
Amand:
ok c'est bien ce que je pensais
|
[07/03/24 02:30:05]
Amand:
pas de cibler juste voila.fr ( voila.fr c'était juste un test )
|
[07/03/24 02:29:54]
Amand:
CrazyCat: oups je me suis mal exprimé, je voulais dire les liens sans https(s) www de manière générale
|
[07/03/24 12:51:43]
Amand:
hi
|
[07/02/24 04:34:53]
Amand:
sans http(s):// ou www. juste avec l'extension
|
[07/02/24 04:30:24]
Amand:
"voila.fr"
|
[07/02/24 04:30:20]
Amand:
ma regexp fait le boulot, tu penses qu'il y a moyen de détecter
|
[07/02/24 04:30:10]
Amand:
CrazyCat[AFK]: https://regex101.co…
|
[07/02/24 05:14:18]
Amand:
hi
|
[07/01/24 03:07:26]
Amand:
:))
|
[07/01/24 03:07:24]
Amand:
https://regex101.co… bon je pense que c'est bon, tu me confirmeras CrazyCat[AFK] ou quelqu'un d'autre
|
[07/01/24 03:03:52]
Amand:
https://regex101.co… je crois que j'ai trouvé
|
[07/01/24 02:57:07]
Amand:
il me match même des phrases simples
|
[07/01/24 02:56:50]
Amand:
https://regex101.co… oula
|
[07/01/24 02:43:58]
Amand:
https://regex101.co… je pense qu'on est bon
|
[07/01/24 02:39:19]
Amand:
j'y suis presque
|
[07/01/24 02:38:17]
Amand:
https://regex101.co… il me detecte youtube arg
|
[07/01/24 02:27:15]
Amand:
https://regex101.co… je crois que c'est bon
|
[07/01/24 02:14:09]
Amand:
https://regex101.co… ça ne fonctionne pas
|
[07/01/24 02:08:19]
Amand:
https://regex101.co…
|
[07/01/24 02:06:23]
Amand:
(?:youtube.com\/watch\?.*v=|youtu.be\/)([\w-]{11})
|
[07/01/24 02:05:54]
Amand:
mais ça va faire trop je crois :/
|
[07/01/24 02:05:46]
Amand:
j'aimerai bien l'incorporer dans ma regexp
|
[07/01/24 02:05:40]
Amand:
(?:http(?:s|).{3}|)(?:www.|)(?:youtube.com\/watch\?.*v=|youtu.be\/)([\w-]{11})
|
[07/01/24 02:05:31]
Amand:
j'ai une regexp qui match les youtubes
|
[07/01/24 02:05:03]
Amand:
hum
|
[07/01/24 01:55:49]
Amand:
tu gères CrazyCat
|
[07/01/24 01:55:28]
Amand:
mais tous le reste
|
[07/01/24 01:55:23]
Amand:
il me faut juste une regexp qui ne match pas amazon.fr etc
|
[07/01/24 01:55:13]
Amand:
c'est ce que je voulais, je vais pas l'utiliser avec un eggdrop
|
[07/01/24 01:55:03]
Amand:
https://regex101.co…
|
[07/01/24 01:55:02]
Amand:
merci
|
[07/01/24 01:32:04]
Amand:
tu peux me montrer stp?
|
[07/01/24 12:53:45]
Amand:
*.amazon.fr ..
|
[07/01/24 12:53:29]
Amand:
je veux qu'il me match tout mise à part les 3 domaines que j'ai mis
|
[07/01/24 12:53:17]
Amand:
ça n'a pas l'air de faire le job
|
[07/01/24 12:53:12]
Amand:
https://regex101.co…
|
[07/01/24 12:52:57]
Amand:
(?i)(https?:\/\/|www\.)(?!.*\.(fr|org|com|net)).*
|
[07/01/24 12:52:48]
Amand:
je veux me baser sur ma regexp qui ne match pas les liens en .fr etc
|
[07/01/24 12:47:35]
Amand:
oups attends
|
[07/01/24 12:47:04]
Amand:
CrazyCat[AFK]: ma regexp est bonne ? https://regex101.co…
|
[07/01/24 12:41:50]
Amand:
hi
|
[06/27/24 08:38:02]
Amand:
mwarf merci
|
[06/27/24 05:16:01]
Amand:
rahlala
|
[06/27/24 05:15:59]
Amand:
hum il me detecte aussi wwwjeveux
|
[06/27/24 05:15:49]
Amand:
CrazyCat[AFK]: https://regex101.co…
|
[06/25/24 10:28:22]
Amand:
chmod je met en +x?
|
[06/25/24 10:27:46]
Amand:
je connais pas scp
|
[06/25/24 10:24:48]
Amand:
j'ai tjrs un permission denied pour le chemin
|
[06/25/24 10:24:41]
Amand:
chown -R amand:amand /etc/letsencrypt/live/irc.tchatzone.fr/*
|
[06/25/24 10:20:48]
Amand:
et ça fonctionne
|
[06/25/24 10:20:42]
Amand:
bizarre parce que dans le premier ils sont en root aussi je crois
|
[06/25/24 10:19:50]
Amand:
j'ai changé les droits en root:root avec chown
|
[06/25/24 10:19:45]
Amand:
j'ai copier les deux fichiers
|
[06/25/24 10:19:41]
Amand:
j'ai crée le dossier irc.tchatzone.fr sur /etc/letsencrypt/live/
|
[06/25/24 10:19:30]
Amand:
de "Permission denied"
|
[06/25/24 10:19:23]
Amand:
j'ai tjrs eu un probleme
|
[06/25/24 10:19:20]
Amand:
je l'ai fait
|
[06/25/24 10:18:01]
Amand:
et les copier sur le deuxieme?
|
[06/25/24 10:17:57]
Amand:
ok donc je dois recuperer les fichiers du premier server
|
[06/25/24 10:17:36]
Amand:
oula
|
[06/25/24 10:17:30]
Amand:
[error] /home/amand/unrealircd/conf/unrealircd.conf:343: listen::tls-options::key: could not open '/etc/letsencrypt/live/irc.tchatzone.fr/privkey.pem': Permission denied
|
[06/25/24 10:17:29]
Amand:
[error] /home/amand/unrealircd/conf/unrealircd.conf:342: listen::tls-options::certificate: could not open '/etc/letsencrypt/live/irc.tchatzone.fr/fullchain.pem': Permission denied
|
[06/25/24 10:17:29]
Amand:
[error] /home/amand/unrealircd/conf/unrealircd.conf:329: listen::tls-options::key: could not open '/etc/letsencrypt/live/irc.tchatzone.fr/privkey.pem': Permission denied
|
[06/25/24 10:16:06]
Amand:
sur mon deuxieme , je dois re crée un certificat?
|
[06/25/24 10:15:57]
Amand:
sur mon premier server c'est nickel
|