vendredi 20 avril 2018

iSpy cams

Pour ceux qui sont intéressés par Star Wars, Darth Vador streame ses aventures avec iSpyConnect :
(il s'agit d'un "emulateur" de webcam trés pratique quand vous faites du dev sur une VM qui n'a pas accès avec votre webcam)

For this to work with skype you will need to download the 32 bit version (skype is 32 bit only)
We've developed a virtual webcam driver so you can use any of the cameras you add into ispy in applications like Skype, Messenger, Flash, web conferencing tools etc. It's free and what's more, with an ispy subscription you can use this driver remotely. Virtual webcam driver
  • Download the Virtual Webcam Driver
  • Unzip the file
  • Run the install.bat file. Depending on your settings, Windows may block this as it has been downloaded from the internet. If this happens click "More info" and "Run anyway" to install.
  • You may need to restart your computer for the driver to show up in third party software

Configuring the virtual webcam driver


Integrating with Skype:
  • Click Tools - Options - Video Settings
  • Select "iSpy Virtual Devices" in the webcam dropdown (if you don't see this run the install.bat file again and check it is installing successfully. You will need Administrator privileges to install this. Try restarting skype and restarting your PC)
  • Enter your iSpyConnect.com login information in the settings dialog and click "Get Cameras". iSpy will need to be running and signed into your account in web settings to get a list of available cameras.
  • Click to select a camera. The live feed from that camera will then start playing in the video preview window.
  • Click OK
The driver will remember your selection. To clear your configuration remove your login details from settings and click "Get Cameras" again.

Default cameras and Multi View

To setup default cameras, open ispy and click "Options - Default Device Manager". You can then select 1 or more cameras to display in the default video feed to the virtual device driver.


When you then connect a third party application to the virtual device driver ispy will return a multi cam feed of your selected devices. You can change your camera selections in ispy and the feed into skype will be updated live without having to go back into properties which makes it easy to swap in and out video feeds.

 

Uninstalling the Driver

You can uninstall the driver at any time by running uninstall.bat in the same archive.

source et DL :
https://www.ispyconnect.com/userguide-virtual-webcam-driver.aspx

jeudi 8 février 2018

Chocolatey !



Résultat de recherche d'images pour "chocolatey"


Chocolatey is a package manager for Windows (like apt-get or yum but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer.


https://chocolatey.org

Résultat de recherche d'images pour "chocolatey"

Requirements

  • Windows 7+ / Windows Server 2003+
  • PowerShell v2+
  • .NET Framework 4+ (the installation will attempt to install .NET 4.0 if you do not have it installed)
That's it! All you need is choco.exe (that you get from the installation scripts) and you are good to go! No Visual Studio required.

Installing Chocolatey

Chocolatey installs in seconds. You are just a few steps from running choco right now!
  1. First, ensure that you are using an administrative shell - you can also install as a non-admin, check out Non-Administrative Installation.
  2. Copy the text specific to your command shell - cmd.exe or powershell.exe.
  3. Paste the copied text into your shell and press Enter.
  4. Wait a few seconds for the command to complete.
  5. If you don't see any errors, you are ready to use Chocolatey! Type choco or choco -? now.

mardi 5 mai 2015

Automatic page load progress bar

What is Pace?

Include pace.js and a CSS theme of your choice, and you get a beautiful progress indicator for your page load and ajax navigation.
No need to hook into any of your code, progress is detected automatically.



http://github.hubspot.com/pace/docs/welcome/



Some examples : 


vendredi 6 mars 2015

DiffNow - Compare files Online

Aujourd'hui je vais vous présenter un petit site vraiment sympa qui ma bien dépanner.
Quand vous avez un fichier HTML de 1800 lignes qui pète à cause d'une balise qui est venue faire la maline vous ne savez trop ou il est toujours intéressant de pouvoir comparé le fichier actuel avec une ancienne versions.

Alors oui il y a moult outils de versionning pour ça, mais des fois votre outil de versionning ne peut simplement pas être utilisé.



Diffnow vous permet de faire ceci et il va plus loin même puisqu'il vous permet de comparé toutes sorte de fichiers.

Je vous invite vivement à l'essayer c'est gratuit (vous pouvez faire un dons si vous le souhaitez) et ça ce passe à cette adresse.


mardi 24 février 2015

Chart.js Documentation

Everything you need to know to build great looking charts using Chart.js

Petit liens pour vos graphiques (fort pratique pour des dashboard par exemple)

ChartJs



mercredi 22 octobre 2014

Sécurité – Se former à l’exploitation

Enore une fois, un petit Mémo qui viens tout droit du site de notre cher Korben
C'est un site qui s'appelle exploit-exercises.com qui propose plusieurs machines virtuelles ainsi que les explications et les exercices qui vont bien pour apprendre le hacking, le vrai, c'est à dire l'escalade de privilèges sous Linux, les buffers overflow, le développement d'exploit, ou encore le reverse engineering...etc
Y'a de quoi faire si vous voulez vous former à la sécurité informatique.