Yearly Archive 7 December 2020

ByPatrick

Crucial Storage Executive

La surprise de la semaine c’était un message d’erreur au démarrage de mon pc après l’installation d’un ssd crucial, au niveau du BIOS, il m’indique que l’encryption du disque peut poser problème au niveau du raid.

1798- Hard drive with hardware encryption enabled detected while in RAID mode. Drive: SATA0 (Dark Blue). Drives that are using hardware encryption should not be included in RAID volumes. Using them may cause volume corruption and unpredictable behavior.

Il faut télécharger et installer https://www.crucial.com/support/storage-executive pour ensuite désactiver le PSID

Alors je l’ai installé sur un windows sur une clef bootable car il faut que la partition ne soit pas en cours d’utilisation et surtout, ça efface tout, il faut tout réinstaller from scratch.

Normalement, on a quelque chose qui ressemble à ceci :

et on obtient à la place un message d’avertissement qu’on peut by-passer en appuyant sur F1.

1798- Hard drive with hardware encryption enabled detected while in RAID mode. Drive: SATA0 (Dark Blue). Drives that are using hardware encryption should not be included in RAID volumes. Using them may cause volume corruption and unpredictable behavior.

ByPatrick

Installer OCS-inventory agent on linux

Voici les lignes de commandes que nous avons utilisé pour installer ocs-inventory sur un pc tournant sur Elementary OS 5.1.7

sudo sudo apt install make gcc libmodule-install-perl dmidecode libxml-simple-perl libcompress-zlib-perl openssl libnet-ip-perl libwww-perl libdigest-md5-perl libdata-uuid-perl libcrypt-ssleay-perl libnet-snmp-perl libproc-pid-file-perl libproc-daemon-perl net-tools libsys-syslog-perl pciutils smartmontools read-edid nmap libnet-netmask-perl
cd opt/
sudo wget https://github.com/OCSInventory-NG/UnixAgent/releases/download/v2.4.2/Ocsinventory-Unix-Agent-2.4.2.tar.gz
sudo tar -xvf Ocsinventory-Unix-Agent-2.4.2.tar.gz
cd Ocsinventory-Unix-Agent-2.4.2/
sudo perl Makefile.PL
sudo make
sudo make install

Merci à

https://www.youtube.com/watch?reload=9&v=qRMT3iL2LqY
ByPatrick

Powershell command to remove all windows 10 Applications

Get-AppxPackage -AllUsers | Remove-AppxPackage (attention, ça retire tout, jusqu’à la calculatrice)

Merci à https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/

ByPatrick

Outils pour PME pour réinstallation d’OS / live OS

Pour réinstaller windows (7/8/10) nous utilisons win2Hdd Merci au passage à giveawayoftheday pour nous l’avoir fait découvrir.

Pour tout ce qui est linux, nous utilisons Easy2boot (même si ça permet aussi d’installer Windows)

ByPatrick

Outils pour PME pour maintenance des pc

Pour gagner du temps, nous utilisons choco et wapt pour installer les applications standards sur les postes clients Windows.

Pour nos plus gros client, nous avons aussi utilisé Microsoft System Center Configuration Manager et Symantec ITMS (Client Management Suite).

et évidement sous linux, nous utilisons :apt-get, flatpack et snap

Exemple de ligne de commande pour automatiser l’installation des applications clientes :

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))

choco feature enable -n allowGlobalConfirmation

choco install firefox openvpn mremoteng adobereader jre8 freemind 7zip.install vlc skype sysinternals pdfcreator filezilla paint.net vscode winscp.install thunderbird greenshot fiddler audacity winmerge googleearth evernote tightvnc adblockpluschrome handbrake.install pstools vscode-powershell nugetpackagemanager adblockplus-firefox windbg checksum vmwarevsphereclient heidisql angryip xming qdir crystaldiskmark speedfan winmerge-jp iperf3 visioviewer2016 dosbox tcpview logparserstudio insted camstudio camtasia win32diskimager superorca winamp yed secunia.psi xmlconverter sqlio fastresolver.install pingplotter dotpeek windirstat scummvm

ByPatrick

Clouds que nous utilisons

Nous exploitons au maximum les avantages des différents cloud à notre disposition :

ByPatrick

Lien vers notre github

Voici le lien vers notre repository sur Github : https://github.com/cyberdive/

ByPatrick

J’ajouterai bientôt des articles à propos de

J’ajouterai bientôt des articles à propos de

  • Microsoft System Center Computer Manager
  • (feu) altiris (feu) Symantec ITMS
  • Flexera packager
  • Jenkins
  • Docker
  • Ansible
ByPatrick

Routeur Voo

Le saviez vous ? Moi pas, je l’ai appris aujourd’hui. Sur un même routeur wifi, deux portables qui se connectent avec le même code, même SSID, même méthode de connexion, et peuvent malgré tout avoir des ip différentes (192.168.0.3 et 10.246.1.5) et des adresses publiques différentes. Solution : appel de voo qui reset le mode.

ByPatrick

Infrastructure as code

Nous testons actuellement l’infrastructure as code, ça consiste a avoir des scripts qui font la création de machine virtuelle, configuration, installation des middleware pour pouvoir, en partant de rien et en lançant juste un script ssh arriver à avoir des serveurs prêt à l’emploie dans un cloud.