Címke: informatika

  • 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…

  • 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…

  • MX Backup: pros and cons

    https://supporthost.com/mx-backup/ Let’s find out what an MX backup is for and why it’s important to be prepared if your email server goes offline. We’ll see how email sending works, what an MX record is and what’s the point of having more than one. Then we’ll also look at the possible drawbacks of the service and…

  • Installing and Configuring SAMBA on Debian 12

    https://reintech.io/blog/installing-configuring-samba-debian-12 Understanding SAMBA on Debian SAMBA is an essential tool for Linux administrators and software developers looking to facilitate file sharing across different operating systems within a network. It allows for the seamless integration of Linux/Unix servers and desktops into Active Directory environments or to share files with Windows clients. This tutorial will guide you…

  • The calibre Content server

    The calibre Content server The calibre Content server allows you to access your calibre libraries and read books directly in a browser on your favorite mobile phone or tablet device. As a result, you do not need to install any dedicated book reading/management apps on your phone. Just use the browser. The server downloads and stores the…