Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 68 / 155
HOWTO setup the Cygwin SSH daemon on a Windows 2003 server https://ist.uwaterloo.ca/~kscully/CygwinSSHD_W2K3.html
Mon Jun 26 18:09:22 2017 archive.org
QRCode
thumbnail
Larry Hall (Cygwin) - Re: Put sshd in debug mode and survive reboot? https://cygwin.com/ml/cygwin/2014-03/msg00488.html
Mon Jun 26 05:10:28 2017 archive.org
QRCode

You can either alter the parameters of your currently installed server to enable debugging or install another that has the debug parameters. I prefer the latter since that doesn't overwrite the normal sshd service. If you check out '/usr/bin/ssh-host-config', there's a line in there with 'cygrunsrv -I' that you'll want to replicate and modify for your needs if you want to set up a new service. Something like this should work though, assuming you've already run '/usr/bin/ssh-host-config' before to set up the normal sshd service. /usr/bin/cygrunsrv -I sshd -d "CYGWIN sshd_debug" -p /usr/sbin/sshd -a "-D -d -d -d" -y tcpip The service starts automatically. You'll have to manage which one (the normal or the debug) that you want started automatically, depending on you need. You don't want both the debug and normal sshd services to be running at the same time. Keep in mind that the debug service terminates after the first connection ends.

Anything goes: Debugging SSH server in Cygwin http://tsengf.blogspot.fr/2011/06/debugging-sshd-in-cygwin.html?m=1
Mon Jun 26 05:07:52 2017 archive.org
QRCode

If you are debugging a SSH connection, you may need to run sshd by hand (instead of as a service) and enable debugging output. Doing so allows you to track exactly why a connection is failing to establish. However, if you try to run sshd by hand, you may get the following message.

% cygrunsrv.exe --stop sshd
% /usr/sbin/sshd.exe -D
Could not load host key: /etc/ssh_host_ecdsa_key
/var/empty must be owned by root and not group or world-writable.

To fix this, make the user starting the sshd service the owner of /var/empty.

% ls -ld /var/empty
drwxr-xr-x+ 1 cyg_server root 0 May  7  2010 empty
% chown <user> /var/empty

Now, start sshd again.

% /usr/sbin/sshd.exe -D

When you are done debugging and are ready to run sshd again as a service, change the owner of /var/empty to cyg_server.

% chown cyg_server /var/empty
% cygrunsrv.exe --start sshd

Note: you must have administrator privileges to run cygrunsrv.exe.

Cygwin – SSHD Configuration · TechTorials https://techtorials.me/cygwin/sshd-configuration/
Fri Jun 23 23:40:21 2017 archive.org
QRCode
thumbnail
La conversation que vous devez avoir avec votre fils à propos du viol | Carina Kolodny http://quebec.huffingtonpost.ca/carina-kolodny/conversation-fils-viol_b_10396144.html
Fri Jun 23 22:41:24 2017 archive.org
QRCode
thumbnail

Un article très intéressant lue par ma femme.

Mais je n'ai qu'une fille, comment faire lorsque l'on a pas de fils ?

fils fille viol culture conversation
Armbian for Amlogic S912 - Amlogic - Armbian forum https://forum.armbian.com/index.php?/topic/2138-armbian-for-amlogic-s912/&page=2
Fri Jun 23 18:04:48 2017 archive.org
QRCode
thumbnail

Je vais tenter de mettre en place Armbian sur ma box, est-ce que j'y arriverai...

3gb armbian box android
Installing SFTP/SSH Server on Windows using OpenSSH :: WinSCP https://winscp.net/eng/docs/guide_windows_openssh_server
Fri Jun 23 17:40:33 2017 archive.org
QRCode
thumbnail

Recently, Microsoft has released an early version of OpenSSH for Windows. You can use the package to set up an SFTP/SSH server on Windows.

ssh windows server tutorial
Réseaux - Installation d'un serveur ssh sous Windows http://www.commentcamarche.net/faq/2132-reseaux-installation-d-un-serveur-ssh-sous-windows
Fri Jun 23 17:38:20 2017 archive.org
QRCode
thumbnail

Cet article va vous expliquer comment installer et configurer un serveur ssh sous Windows.

ssh server windows tutorial
Borg Backup - unofficial Windows releases https://github.com/billyc/borg-releases
Fri Jun 23 17:34:46 2017 archive.org
QRCode

Borg Backup - unofficial Windows releases

Created by Billy Charlton
GPG key fingerprint: EC2B 7E69 BDA3 F260 8396 3E41 40ED 1F77 9784 BBF0
borgbackup serveur windows release
Monter un serveur de sauvegardes avec BorgBackup | Nicolas Karolak https://www.karolak.fr/blog/2017/05/05/monter-un-serveur-de-sauvegardes-avec-borgbackup/
Fri Jun 23 17:33:07 2017 archive.org
QRCode
thumbnail

Un petit mémo/tutoriel sur le mise en place d’un serveur de sauvegarde avec BorgBackup. Il s’agit d’un logiciel de sauvegarde avec déduplication, qui supporte la compression et le chiffrement. Si vous voulez en savoir davantage je vous invite à aller jeter un coup d’œil à la documentation

borgbackup sauvegarde ssh serveur
BURP - BackUp and Restore Program http://burp.grke.org/download.html
Tue Jun 20 06:28:59 2017 archive.org
QRCode
thumbnail
Mojolicious - Perl real-time web framework http://mojolicious.org/
Tue Jun 20 06:08:12 2017 archive.org
QRCode

A next generation web framework for the Perl programming language.

Back in the early days of the web, many people learned Perl because of a wonderful Perl library called CGI. It was simple enough to get started without knowing much about the language and powerful enough to keep you going, learning by doing was much fun. While most of the techniques used are outdated now, the idea behind it is not. Mojolicious is a new endeavor to implement this idea using bleeding edge technologies.

perl framework web html
Habitica, le jeu anti-procrastination http://www.madmoizelle.com/habit-rpg-258334
Thu Jun 8 23:27:36 2017 archive.org
QRCode
thumbnail

Défiez la procrastination avec Habitica, le jeu où vous gagnez des points en prenant rendez-vous chez le médecin !

Grammalecte, correcteur grammatical [2] - LinuxFr.org https://linuxfr.org/news/grammalecte-correcteur-grammatical-2#comment-1704006
Thu Jun 8 17:54:28 2017 archive.org
QRCode
thumbnail

Si vous cherchez à corriger vos contributions avant de les publier pensez à Grammalecte ;)

et il existe une extension Firefox en plus !!

orthographe Grammalecte extension Firefox
HISTORIENS - GÉOGRAPHES DE POLYNÉSIE FRANÇAISE - Australie, terre de défis http://www.education.pf/itereva/disciplines/histoire/index.php?option=com_content&task=view&id=128
Tue Jun 6 20:40:53 2017 archive.org
QRCode
thumbnail

USA 320 millions d'habitants.
Australie: 20 millions ?

pourquoi ??

entre autre :

Le désert et ses marges Les climats aride et semi-aride de l'intérieur sont hostiles à l'occupation humaine L'Australie présente de véritables déserts où les précipitations tombent en dessous de 150 mm par an, alors que les températures diurnes demeurent élevées. Les activités humaines y sont quasiment impossibles.

australie occupation humaines
Teaching Elephants to Dance (and Fly!) A Developer's Journey to Digit… https://www.slideshare.net/DevNexus/teaching-elephants-to-dance-and-fly-a-developers-journey-to-digital-transformation
Thu Mar 9 23:07:05 2017 archive.org
QRCode
thumbnail

Une conf sur la transformation usine --> devops

Merci

via http://nicolas-delsaux.hd.free.fr/Shaarli/?roelbQ

devops usine transformation
manty's blog: haproxy as a very very overloaded sslh http://blog.manty.net/2014/12/haproxy-as-very-very-overloaded-sslh.html
Wed Mar 8 23:27:01 2017 archive.org
QRCode
thumbnail

frontend ft_ssl
bind 192.168.0.1:443
mode tcp
option tcplog
tcp-request inspect-delay 5s
tcp-request content accept if { req_ssl_hello_type 1 }
acl sslvpn req_ssl_sni -i vpn.example.net
use_backend bk_sslvpn if sslvpn
use_backend bk_web if { req_ssl_sni -m found }
default_backend bk_ssh

backend bk_sslvpn
mode tcp
source 0.0.0.0 usesrc clientip
server srvvpn vpnserver:1194
backend bk_web
mode tcp
source 0.0.0.0 usesrc clientip
server srvhttps webserver:443
backend bk_ssh
mode tcp
source 0.0.0.0 usesrc clientip
server srvssh sshserver:22

haproxy sslh ssd https proxy
How to Forward PORT to LXC container [quick tip ] | ComputersnYou https://www.computersnyou.com/3047/forward-port-lxc-container-quick-tip/
Wed Mar 8 20:08:34 2017 archive.org
QRCode
thumbnail

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to [DestinationIP:PORT]

lxc container route port
docker-php-nginx/Dockerfile at master · TrafeX/docker-php-nginx · GitHub https://github.com/TrafeX/docker-php-nginx/blob/master/Dockerfile
Wed Mar 8 19:17:19 2017 archive.org
QRCode
thumbnail
wodby/nginx-php-7-alpine - Docker Hub https://hub.docker.com/r/wodby/nginx-php-7-alpine/~/dockerfile/
Wed Mar 8 19:15:32 2017 archive.org
QRCode
thumbnail
page 68 / 155
5002 links, including 1908 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn