's Avatar

@json-d.bsky.social

13 Followers  |  18 Following  |  2 Posts  |  Joined: 30.01.2025  |  1.4438

Latest posts by json-d.bsky.social on Bluesky

Post image

Perhaps it's better to not put all the eggs in one basket?

13.02.2025 02:23 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

For the RHEL admins out there, here's a handy firewalld one-liner to mass-add ports:

port=(1 2 3); zone="public"; action="add"; protocol="tcp"; for a in ${port[*]}; do firewall-cmd --zone=$zone --$action-port=$a/$protocol; firewall-cmd --permanent --zone=$zone --$action-port=$a/$protocol; done

06.02.2025 21:12 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@json-d is following 18 prominent accounts