Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. muesli (fribbledom@mastodon.social)'s status on Monday, 06-May-2019 21:09:31 UTC muesli muesli

    TIL: #bash provides pseudo devices for TCP and UDP connections:

    echo "hello" > /dev/udp/127.0.0.1/1337

    or

    exec 5<>/dev/tcp/www.google.com/80
    echo -e "GET / HTTP/1.0\n" >&5
    cat <&5

    I'm baffled how I've never discovered that until today.

    In conversation Monday, 06-May-2019 21:09:31 UTC from mastodon.social permalink

    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.