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
3 results tagged cntlm  ✕
GitHub - genotrance/px: An HTTP proxy server to automatically authenticate through an NTLM proxy https://github.com/genotrance/px
Tue Apr 30 16:53:26 2019 archive.org
QRCode
Comments
thumbnail

Une alternative à CNTLM sous windows

J'ai "juste" eu à taper :



pour le faire marcher pour mon proxy d'entreprise oO

Merci ! (il utilise les crédentials Windows et le PAC des options internet par défaut)
cntlm px alternative windows proxy
Can't force git to use https:// instead of git:// · Issue #5257 · npm/npm · GitHub https://github.com/npm/npm/issues/5257
Thu May 17 17:51:23 2018 archive.org
QRCode
Comments
thumbnail

I fixed this issue for several of my colleagues by running the following two commands:

git config --global url."https://github.com/".insteadOf git@github.com:
git config --global url."https://".insteadOf git://

One thing we noticed is that the .gitconfig used is not always the one expected so if you are on a machine that modified the home path to a shared drive, you need to ensure that your .gitconfig is the same on both your shared drive and in c:\users[your user]\

npm git cntlm
PI Services | Powershell/Azure : utiliser un proxy dans un script https://blog.piservices.fr/post/2016/06/28/PowershellAzure-utiliser-un-proxy-dans-un-script
Fri Sep 9 23:52:23 2016 archive.org
QRCode
Comments
thumbnail

Utiliser un proxy anonyme dans powershel... (notamment cntlm...)

$proxyAddress = "http://localhost:3228"
$proxyUri = new-object System.Uri($proxyAddress)
[System.Net.WebRequest]::DefaultWebProxy = new-object System.Net.WebProxy ($proxyUri, $true)

cntlm azure powershell
3939 links, including 870 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn