Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
nixCraft 🐧
@nixCraft@mastodon.social  ·  activity timestamp 2 hours ago

Run the following to see your PATH settings in easy to read format on screen:
```
tr ":" "\n" <<<"$PATH"
tr ":" "\n" <<<"$PATH" | lolcat
```
This is a little more portable
```
echo "$PATH" | tr ":" "\n"
echo "$PATH" | tr ":" "\n" | lolcat
```

#unix #linux

a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command.  This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
a screenshot showing output of the `tr ":" "\n" <<<"$PATH" | lolcat` command to see your system's PATH environment variable in a readable and colorful format using lolcat command. This command will print your system's search paths using the `$PATH`, lists them one per line, and makes them look pretty just for fun. You can skip the `lolcat` bit if you don't want colors.
5
  • Copy link
  • Flag this post
  • Block
Max Resing
@resingm@infosec.exchange  ·  activity timestamp yesterday

Is there any reason, why curl lists an example in their --header section as follows:

curl -H "User-Agent: yes-please/2000" https://example.com

Is there someone a #Jazz fan, or is it some other kind of a pun? 🤔

#foss #OpenSource #curl #manpage #unix

  • Copy link
  • Flag this post
  • Block
Em :official_verified:
Em :official_verified: boosted
occult
@occult@vox.ominous.net  ·  activity timestamp 3 weeks ago

Computing in the year 2029 as depicted in UNIX WORLD magazine, 1985.

#UNIX

Retro-futuristic scene of a woman with a silver bob haircut in a white outfit firing rainbow laser beams toward three computer monitors, with a wall calendar reading “March 1, 2029.”
Retro-futuristic scene of a woman with a silver bob haircut in a white outfit firing rainbow laser beams toward three computer monitors, with a wall calendar reading “March 1, 2029.”
Retro-futuristic scene of a woman with a silver bob haircut in a white outfit firing rainbow laser beams toward three computer monitors, with a wall calendar reading “March 1, 2029.”
6
  • Copy link
  • Flag this post
  • Block
Log in

Gnar 🔥 social

This is a Bonfire Federated social instance for those that enjoy gnarly adventures. Whether it's shredding mountains or slaying guitars, from action sports to art.

Gnar 🔥 social: About · Code of conduct · Privacy · Users · Instances
Gnar;🔥 social · 1.0.0-rc.3.6 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login