It’s not really common, but here is a tutorial I’ve made to analyze of a crash dump on Windows. I’ve only talked about how to setup the tools and how to use them but do not talk about the analyze itself. May be in another post if I have enough time.
Once again, I hope it could help some of you
I recently made a script at work to act as a service when a pattern is found (or not) on a website. You can also run pre and post script if you want.
It’s a Windows binary that you can find on my GitHub or on my Git.
I did it in Perl. As described in the last post as I needed to have the interpreter embedded in the binary. I’m so bad to find good application name that I called it url_service_action.
In the past, I already made an article on how to make exe from a Perl script on Windows. I was using Strawberry or Activesync but have a preference for Strawberry as it’s totally free :-).
This time, I tried to reproduce the tips but encountered several issues. The first one was that error :
The locale codeset (cp1252) isn't one that perl can decode, stopped at Encode/Locale.pm line 94. It could simply be resolved by addressing ‘-x’ parameter to the ‘pp’ command line.
Git : have you ever tried to play with it ? For several years I’m working with that fantastic tool. Anyway the biggest problem is : if you don’t work day to day with Git, you need a memento or something similar (like my wiki đ).
Also, if you use it for your personal usage, you’ll be lost when you will work with complex workflows. As I’m not a developer, I use Git to manage my etc configuration, my puppet manifests, my custom scripts…so many basic usage that really help me to win time as a sysadmin.
Ce titre est aguicheur non ? En effet Firefox commence de plus en plus Ă vouloir attirer les entreprise. Et pour bien commencer, quoi de mieux qu’une gestion contrĂŽlĂ©e de son parc informatique ?
C’est pourquoi je vous propose une petite documentation focalisĂ©e sur Firefox et son dĂ©ploiement en masse en entreprise dans un environnement Windows.
Sans parler des terminaux qui sont Ă des annĂ©es lumiĂšres des tĂ©lĂ©phones portables classiques, le serveur câest vraiment une merde. Ca sâamĂ©liore dâannĂ©e en annĂ©e, mais quand mĂȘme⊠quelle merde !
C’est buggĂ© a mort. Tous les outils de diagnostiques disent que tout fonctionne, et pourtant, aucuns mails relayĂ©. J’ai donc fait une petite doc avec tous les prĂ©requis, les check Ă faire…
Pour ma part, tous les checks disaient que tout fonctionnaient bien mais il m’a fallu appliquer un Service Pack pour que tout refonctionne.
Dans un prĂ©cĂ©dent post, jâexpliquais comment faire des exe sous Windows. Je vais donc expliquer pourquoi :
Dans ma boite, j’ai des personnes mal intentionnĂ©es qui avaient les droits admin de leur machine. Le problĂšme c’est qu’avec ça ils peuvent en faire des conneries…
Pour palier Ă ce problĂšme, on les a mis en utilisateurs. Et pour ne pas que si quelqu’un trouve le mot de passe admin, qu’il puisse se connecter sur n’importe quel ordinateur pour prendre des informations, il faut un mot de passe unique par ordinateur.