http://github.com/DaffyDuke' r...
DaffyDuke pushed to macos in DaffyDuke/dotfiles · December 30, 2025 21:50 1 commit to macos http://github.com/DaffyDuke' r...
a5bfda3 ✨ feat(ALL) : time to upgrade some stuff >>> ⏰ 5m
L’Imp’Rock Scénette (by @_daffyduke_)
Logiciel libre, rock’n roll et biochimie ...
Les billets personnels d’Olivier Duquesne plus connu sur la toile électronique sous le pseudonyme de DaffyDuke ...
Je pouet de temps en temps sur Mastodon
http://github.com/DaffyDuke' r...
DaffyDuke pushed to macos in DaffyDuke/dotfiles · December 30, 2025 21:50 1 commit to macos http://github.com/DaffyDuke' r...
a5bfda3 ✨ feat(ALL) : time to upgrade some stuff >>> ⏰ 5m
Erreurs lors du boot de la machine
Si ce message survient : 7 ok boot FATAL : system is not bootable, boot command is disabled
alors 7 ok setenv auto-boot ? false auto-boot ? = false 7 ok reset-all Resetting ...
Ref : SunSolve Créer un nouvel alias disk
quand dans un printenv on (…)
/usr/plateform/sun4u/sbin/prtdiag prtconf -pv memconf un script perl
(non supporté par Sun mais dispo chez SunFreeware)
Echantillonnage TCP pour avoir le debit IN/OUT en continu /usr/local/etc/debit_lan pour avoir le delta des valeurs du driver tcp entre 2 intervales de temps : /usr/local/etc/delta_tcp Config TCP ndd -get /dev/tcp tcp_keepalive_interval
Passer en 100 full duplex avec une carte (…)
Il s’agit d’un coup de chaud (ventilo, CPU, bref une forte charge). Une fois assuré que tout est ok, il est possible d’éteindre la LED via une console (en ssh ça ne marche pas) : root@host>.# LOM>faultoff LOM>console root@host>ps -ef
Mini Watchweb en VBS
Call TestPage() wscript.quit ’------------------------------------------------------------------------- ’------------------------------------------------------------------------- Sub TestPage() Logfile = "d:appslynxpage_test.log" Lynx_Conf = (…)
Shutdown en commande d : cd ntreskit shutdown /l /c /r /y /t:0 l : local c : killer les appis r : reboot y : oui la question t:0 : tout de suiteRemoteDesktop freezé
rclient puis pulist, pskill netsvc \\ceqnt1 /list | more net stop RemoteDesktopConnectionManager start, restart de (…)
En cas d’Expiration de Licence pour les clients sous NT ou Linux
Il convient de supprimer :
- HKLM/Software/Microsoft/MSLicencing/HardwareID/ClientHWID
- HKLM/Software/Microsoft/MSLicencing/Store/licence0xx
Remettre les authentifications http://user:pass@host
Coller ce bout de code dans un fichier .reg et jouez le : [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE] "iexplore.exe"=dword:00000000
Compiler le module Compaq Array Manager pour RedHat
[root@clectra01 cpqevt]# make -f cpqevt.mk clean echo "Recompiling cpqevt for current Linux Kernel . . ." ;\ touch *.c *.h Recompiling cpqevt for current Linux Kernel . . . rm -f cpqevt.o
[root@clectra01 cpqevt]# make -f cpqevt.mk (…)
Redémarre apache si le load average est trop élevé 0-55/5 * * * * root [ cat /proc/loadavg | awk ’if ($2 > 25) print 0 ; else print 1’ -eq 0 ] && echo load average : cat /proc/loadavg ; echo "restarting apache on date" ; /etc/init.d/apache stop ; sleep 5 ; /etc/init.d/apache start ; (…)