Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
17 results tagged client  ✕
Duplicati https://www.duplicati.com/download
Mon Dec 16 09:42:41 2019 archive.org
QRCode
Comments
thumbnail

Store securely encrypted backups on cloud storage services!

backup windows client
volt | fast native desktop client for all major messaging services https://volt.ws/
Wed Feb 13 19:01:19 2019 archive.org
QRCode
Comments
thumbnail

Native desktop client for Slack, Skype, Gmail, Facebook, and more

Via shaarlo et sam&max.

Merci pour le poisson

volt mobile message client xmpp
Dino - Communicating happiness https://dino.im/
Fri Jan 4 01:43:05 2019 archive.org
QRCode
Comments
thumbnail

Dino is a modern open-source chat client for the desktop. It focuses on providing a clean and reliable Jabber/XMPP experience while having your privacy in mind.

xmpp client
OpenWrt Project: Configure A(ccess) P(oint or 'hotspot') + STA(tion or 'client') https://openwrt.org/docs/guide-user/network/wifi/ap_sta
Thu Aug 30 00:41:02 2018 archive.org
QRCode
Comments
thumbnail

Configure A(ccess) P(oint or 'hotspot') + STA(tion or 'client')

AP+STA mode allows OpenWrt to connect to a wireless hotspot (AP) and provide wireless access from that hotspot to anything connected to the OpenWrt AP and Ethernet ports, the 'br-lan' device. This assumes that your OpenWrt device has the default settings where the AP and Ethernet port are bridged.

Le package de configuration automatique

https://github.com/jordi-pujol/wwanHotspot/
https://github.com/jordi-pujol/wwanHotspot/wiki/Installation#install

ap sta acces point client wifi
Simple Guide: Using Lets Encrypt SSL certs with Dovecot - Server - Let's Encrypt Community Support https://community.letsencrypt.org/t/simple-guide-using-lets-encrypt-ssl-certs-with-dovecot/2921
Mon Jan 30 18:46:57 2017 archive.org
QRCode
Comments
thumbnail

Pour faire en sorte que Dovecot communique en SSL avec le client gmail android (par exemple) il faut spécifier la fullchain dans la configuration (pour que le certificat puisse être validé)

ssl_cert = </etc/letsencrypt/live/YOURSITE/fullchain.pem ssl_key = </etc/letsencrypt/live/YOURSITE/privkey.pem

dovecot ssl letsencrypt gmail client
GitHub - allinurl/goaccess: GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. https://github.com/allinurl/goaccess
Thu Jun 9 23:43:24 2016 archive.org
QRCode
Comments
thumbnail

echo "deb http://deb.goaccess.io/ jessie main" > /etc/apt/sources.list.d/goaccess.list
wget -O - http://deb.goaccess.io/gnugpg.key | apt-key add -
apt update
apt install -y goaccess

goaccess -f access.log

via eijebong

SUPER PUISSANT ;) merci !!

apache access log analyse parse view client
CQRS, l’architecture aux deux visages (partie 1) | OCTO talks ! http://blog.octo.com/cqrs-larchitecture-aux-deux-visages-partie-1/
Tue May 31 23:53:45 2016 archive.org
QRCode
Comments
thumbnail

CQRS Command Query Responsibility Segregation

Une nouvelle façon de concevoir vos applications pour plus de rapidités et une gestion "client" et "fonction"

http://martinfowler.com/bliki/CQRS.html

cqrs client ux fonction performance command query
134931180_347671be56_o.jpg (Image JPEG, 800 × 600 pixels) http://static.flickr.com/50/134931180_347671be56_o.jpg
Thu Mar 10 23:27:23 2016 archive.org
QRCode
Comments
thumbnail

C'est toujours sympa à rappeler ;)

image humour dev balancoire client
noVNC http://kanaka.github.io/noVNC/
Tue May 20 17:36:58 2014 archive.org
QRCode
Comments
thumbnail

Client HTML5 pour VNC qui permet de se connecter au serveur VNC via HTML5 et websocket (ou plugin flash).
Nécessite néanmoins un proxy python pour intéragir avec les serveurs VNC.

Voir cet article aussi
http://www.lafermeduweb.net/billet/novnc-un-client-vnc-en-html5-883.html

sous licence MPL 2.0

html5 client proxy python mpl2
Guacamole | HTML5 Clientless Remote Desktop http://guac-dev.org/
Tue May 20 17:33:45 2014 archive.org
QRCode
Comments
thumbnail

Un client RDP en HTML5 sous MIT License, mais nécessite une partie serveur tomcat.

rdp tomcat html5 client mit
Une idée de module pour apache afin de chiffrer les données client / serveur... http://sebsauvage.net/paste/?3b0e29b95f7a3b01#lKn5Db6+znQlj7QPmwyuDo2/2NbbsOh46CzoycvA3ds=
Tue Feb 25 21:14:28 2014 archive.org
QRCode
Comments

Idée d'un nouveau module pour Apache.

mod_gpg_protocol

qui définit une requête / réponse encrypté par GPG.

comment fonctionne le module ?

Création d'un nouveau protocole dans les navigateurs Gpg Over Server: GOS
lorsque vous allez sur l'adresse gos://www.memiks.fr/

le navigateur va crypter votre demande en GPG avec la clé publique que vous avez spécifié sur le serveur (j'en reparlerai).

puis la requête est envoyée au serveur un simple header http qui contient un type d'application text/gpg
et le serveur "sait" qu'il doit décrypter la demande avant de l'interpréter.

la le serveur peux fonctionner comme d'habitude, via les autres modules, php, asp, proxy etc...
quand la réponse est récupérée, alors on la crypte avec la clé publique et une fois reçu le navigateur la décrypte.

Pourquoi ?

  • fournir un niveau plus élevé de cryptage (plus que https qui repose sur la confiance des instances)
  • permettre l'envoie de données sensible dans des réseaux qui sont publique (notamment wifi, entreprise, proxy)
  • rendre impossible le man in the middle (si il n'y a pas eu compromission du client ou du serveur)
  • lutter contre les formes d'écoute gouvernementale.

maintenant les points qui fache:

  • comment fournir la clé publique/privé sans passer par internet ? je vois plusieurs possibilités
    1) on passe par une clé temporaire qui crypte la clé finale, et qui est fourni par un autre canal, mail, https, ssh, lettre
    2) vous êtes maitre du serveur et donc maitre de la publication / génération de la clé (ssh, sftp etc...)
    3) l'instance (par exemple la banque) vous fourni les clés par lettre ou physiquement

  • comment crypter coté client ?
    1) ajout du module directement dans les navigateurs (firefox, chromium)
    2) passage par une extension
    3) passage par un proxy qui s'occupe de tout crypter suivant les serveurs (via une liste blanche)

  • que faire lorsqu'il y a perte de l'intégrité du client et/ou du serveur ?
    1) client volé, ou compromis, demandé la dévalidation de la clé au serveur (par tél, mail, chat, etc on s'en moque même en clair, la clé est invalidée POINT!)
    2) serveur non fiable, invalidér la clé correspondante sur le client.
    3) NE PAS UTILISER DEUX FOIS LA MEME CLE C'EST COMME LES MOTS DE PASSES !!

Qu'en pensez vous ?
J'ai ouvert la discussion sur zerobin
http://sebsauvage.net/paste/?3b0e29b95f7a3b01#lKn5Db6+znQlj7QPmwyuDo2/2NbbsOh46CzoycvA3ds=

Mêmiks

gpg cryptage apache client server
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/opensource/library/j-jws13.html?ca=drs-
Thu Oct 20 07:04:22 2011 archive.org
QRCode
Comments
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/java/library/j-jws13.html
Thu Oct 20 07:04:13 2011 archive.org
QRCode
Comments
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/opensource/library/j-jws13.html?ca=drs-
Thu Oct 20 07:04:06 2011 archive.org
QRCode
Comments
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/java/library/j-jws13.html
Thu Oct 20 07:03:57 2011 archive.org
QRCode
Comments
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
Using a Message Handler to alter the SOAP Header in a Web Service Client - A Java Code Example http://www.javadb.com/using-a-message-handler-to-alter-the-soap-header-in-a-web-service-client
Thu Oct 20 07:02:12 2011 archive.org
QRCode
Comments
thumbnail

Using a Message Handler to alter the SOAP Header in a Web Service Client - A Java Code Example

javadb Using Message Handler alter SOAP Header Web Service Client Java Code Example java examples A
Java Web services: WS-Security with CXF http://www.ibm.com/developerworks/java/library/j-jws13.html?ca=drs-
Thu Oct 20 07:02:01 2011 archive.org
QRCode
Comments
thumbnail
java web services cxf security ws securitypolicy signing encryption Dennis Sosnoski tttjca tttwsca tttosca The Apache CXF stack supports WS Security including SecurityPolicy configure handling flexible how deployment parameters used run time implement supporting both static dynamic configuration options for client side In this article Java series author shows simple UsernameToken example
4242 links, including 1169 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn