Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dehasi/sd-p09
https://github.com/dehasi/sd-p09
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dehasi/sd-p09
- Owner: dehasi
- Created: 2024-03-29T23:25:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T17:00:26.000Z (8 months ago)
- Last Synced: 2024-04-23T19:13:20.022Z (8 months ago)
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Practice #7
.plan
* [x] Vagrant
* [x] Read/Write filed, input/output streams
* [x] nc
* [x] sockets
* [ ] curl
* [x] timeouts, retries.maybe
* [ ] TCP
* [ ] HTTP----
netstat -r -nifconfig en0
arp -i en0 -a
arp -n -i en0 -acat /etc/resolv.conf
cat /etc/hostsping constructor.university
nc -z constructor.university 80
whois 35.246.184.45
host constructor.university
host www.constructor.university
host -t A constructor.university
host -t NS constructor.university
host -t TXT constructor.universitycurl -i http://constructor.university
curl https://constructor.universitync -C constructor.university 80
----== Links
* https://news.ycombinator.com/item?id=14950571 localhost problems with ipv6
* https://developer.hashicorp.com/vagrant/tutorials/getting-started?product_intent=vagrant
* https://www.rubykoans.com/ in case if you're interested in Ruby
* https://www.postman.com/ smth like `curl` but with GUI