Szerző: Historicus
-
Verify SSL Certificates
https://www.askpython.com/python/python-program-to-verify-ssl-certificates Python Program To Verify SSL Certificates By Walter Russell / July 10, 2023 The SSL certificates are the Secure Sockets Layer certificates used for encryption and authentication. Every day we visit many websites for different purposes. As a user, we visit different websites and requests different web pages. This surfing is secure due to this SSL certificate verification. This SSL…
-
WireGuard VPN auf Debian 12
https://www.howtoforge.de/anleitung/wireguard-vpn-auf-debian-12-installieren/ Wireguard ist eine Open-Source-VPN-Protokoll-Alternative zu IPSec, IKEv2 und OpenVPN. Wiruguard wurde für Linux- und Unix-Betriebssysteme entwickelt. Es läuft auf dem Linux-Kernelspace, was Wireguard schneller und zuverlässiger macht. Wireguard wird verwendet, um sichere Tunnelverbindungen zwischen zwei oder mehr Computern herzustellen. Wireguard zielt darauf ab, VPN-Protokolle wie IPSec, IKEv2 und OpenVPN zu ersetzen. Wireguard ist leichter,…
-
SQUID conf file magyarázatokkal III.
# TAG: reply_header_access # Usage: reply_header_access header_name allow|deny [!]aclname … # # WARNING: Doing this VIOLATES the HTTP standard. Enabling # this feature could make you liable for problems which it # causes. # # This option only applies to reply headers, i.e., from the # server to the client. # # This is the…
-
SQUID conf file magyarázatokkal II.
# TAG: cache_dir # Format: # cache_dir Type Directory-Name Fs-specific-data [options] # # You can specify multiple cache_dir lines to spread the # cache among different disk partitions. # # Type specifies the kind of storage system to use. Only „ufs” # is built by default. To enable any of the other storage systems #…
-
SQUID conf file magyarázatokkal I.
#WELCOME TO SQUID 5.7 # —————————- # # This is the documentation for the Squid configuration file. # This documentation can also be found online at: # http://www.squid-cache.org/Doc/config/ # # You may wish to look at the Squid home page and wiki for the # FAQ and other documentation: # http://www.squid-cache.org/ # http://wiki.squid-cache.org/SquidFaq # http://wiki.squid-cache.org/ConfigExamples…
-
Dobostorta
Hozzávalók: Piskótához: 6 db tojás 100 g porcukor 100 g finomliszt 35 g vaj Krémhez: 4 db tojás 200 g porcukor 235 g vaj 35 g étcsokoládé (99%-os) 17 g vaníliás cukor 35 kakaóvaj 200 g étcsokoládé (60%-os) Karamelltetőhöz: 150 g porcukor 4 ek víz 2 tk ecet 8 g vaj (2 tk) Elkészítés: Piskóta:…
-
pgAdmin
https://www.pgadmin.org/download/pgadmin-4-python/ A Python package is available for those wishing to run pgAdmin as a web application in a Python environment. Note that the packages do not include the Desktop Runtime. pgAdmin is available on PyPi. To install it, create a virtual environment as required, and then use pip to install. Note that pgAdmin will run in…
-
Django with Reactjs using Django REST Framework
Integrating Django with Reactjs using Django REST Framework Last Updated : 13 Aug, 2024 https://www.geeksforgeeks.org/integrating-django-with-reactjs-using-django-rest-framework/ In this article, we will learn the process of communicating between the Django Backend and React js frontend using the Django REST Framework. For the sake of a better understanding of the concept, we will be building a Simple Task Manager and go…
-
Tepertős pogácsa
Hozzávalók: A tésztához: 250 g kenyérliszt 250 g finomliszt 100 g teavaj (hideg) 30 g élesztő 1 db tojás 2 dl tejföl 4-6 evőkanál tej 2 teáskanál só 1 teáskanál cukor A tepertőhöz: 350 g tepertő ½ teáskanál őrölt bors (vagy ízlés szerinti mennyiség) A tetejére: 1 db tojás Elkészítés: A tepertőt ledaráljuk és borssal összekeverjük. A liszteket, cukrot, élesztőt, sót összekeverjük egy tálban, majd belekockázzuk a vajat és összemorzsoljuk. Amikor már morzsalékos beleütjük az egyik tojást, belekanalazzuk a…
-
How to Setup Bind (DNS Server) on Debian 12
https://www.linuxbuzz.com/setup-bind-dns-server-on-debian/ Published on: December 30, 2023 by Pradeep Antil In this blog post, you will learn how to setup Bind (DNS Server) on Debian 12 step-by-step. BIND (Berkeley Internet Name Domain) is a feature-rich, open-source DNS software extensively utilized on Unix/Linux systems because of its optimum performance and stability. Many companies use Bind, which is available for…