• what is UUCP?
    • UUCP (unix-to-unix copy) is an ancient computer protocol for data transfer and remote command execution. Read the full article on Wikipedia.
    • UUCP is a data encoding/decoding scheme mainly used in the UUCP protocol and sometimes in Email. Read about uuencode on Wikipedia.
    • Uucp.hu is a IT/consulting association producing freesoftware and freesoftware-based services (see below).

  • services

    • bulk file uploader
      • interactive | programmatic

    • "what is my IP" (well, your IP, ie. the HTTP client's external IP)

      • plain text: curl -f http://www.uucp.hu/ip
      • HTML: curl -f http://www.uucp.hu/ip.html
      • JSONP: curl -f http://www.uucp.hu/ip.jsonp?callback=functionName

    • unix timestamp: curl -f http://www.uucp.hu/unixtime
    • thesaurus – to lookup WORD in the thesaurus:

      • plain text: curl -f http://www.uucp.hu/thesaurus/<WORD>
      • JSON: curl -f http://www.uucp.hu/thesaurus/<WORD>?format=json

    • portcheck

      1. connect to portcheck.uucp.hu:10 on TCP.
      2. it's a line-based protocol: write your TCP port number, which port you want to test the connectivity to.
      3. response is POSIX error code resulted by connect(2) and the your service's banner.

    • git repos

      • public repos available on these URLs, although user and repo names are not allowed to be enumerated yet: git://git.uucp.hu/{USER}/{REPO} http://git.uucp.hu/{USER}/{REPO}

    • Container Registry (Docker)
    • web search

      • Searx meta search instance
      • Searx meta search redirector
      • YaCy indexer and search engine

    • deprecated services

      • OpenID

  • on-line tools

    • NTLM hash generator (client-side)
    • GET-to-POST request transformer
      • http://www.uucp.hu/cgi-bin/get2post.cgi
      • GET parameters are turned into form fields, thus POST parameters when the form is submitted.
      • _ACTION GET parameter goes to the form action atribute.
      • auto-submitted by JS if _ACTION is given

    • debtree browser
    • ipcalc
  • software

    • https://codeberg.org/hband/
    • GitLab
      • https://gitlab.com/users/hband/projects
      • https://gitlab.com/hband-default

    • https://github.com/bAndie91/
    • Credentials Input Firefox Addon
  • website mirrors
  • users' home pages
  • Status pages

    • hodmezovasarhelyiplebaniak.emecclesia.hu
    • various services monitored by Uptime Robot
    • E-mail services

  • Other web sites

    • https://bitinfo.hu
    • The GNU Project
    • Suck-less

Best Viewed In Any Browser
Nginx ♦ Page created in 0.000s