< Hasscript />
popular Tags
Java #297 Genel Kavramlar #295 Veri Tabanı #220 oracle #84 Sunucular #81
→ View All Tags
top Authors
kenan 485 tolgacelik.art 341 kupanintorunu 49 canonka 36 buzel 32
→ View All Authors
→ Tags
popular Tags
#Java #Genel Kavramlar #Veri Tabanı #oracle #Sunucular
→ Authors
top Authors
@kenan @tolgacelik.art @kupanintorunu @canonka @buzel
/**
* @author Hilalcli
* @date 2020-12-16
* @tags Editor/IDE
*/

question Emacs içinde proxy ayarını nasıl yapabilirim?

comments 1 references
  1. // @author kenan | 16 Aralık 2020

    .emacs ya da init.el (hangi emacs versiyonunu kullanıyorsan ona göre) dosyasının içine tanım olarak eklemen gerekiyor.

    Ben aşağıdaki şekilde hallettim.

    (setq url-proxy-services
       '(("no_proxy" . "^\\(localhost\\|10.*\\)")
         ("http" . "proxy.com:8080")
         ("https" . "proxy.com:8080")))
    
     (setq url-http-proxy-basic-auth-storage
        (list (list "proxy.com:8080"
                    (cons "Input your LDAP UID !"
                          (base64-encode-string "kullanıcı_adı:şifre")))))
    

     

// Comments are closed.

// Hasscript © 2026
// Powered by Coffee & Code