this post was submitted on 22 Mar 2024
248 points (100.0% liked)

Open Source

821 readers
1 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

For me it is the note taking/PKMS tool SilverBullet.

you are viewing a single comment's thread
view the rest of the comments
[–] AceFuzzLord@lemm.ee 2 points 6 months ago (2 children)

For the past week and a half of a networking fundamentals class I just finished Tuesday, we were learning the basics of Wireshark. So far the biggest problem I've found with it is that I couldn't find a version for Linux so I could use it on my laptop (couldn't get it to work on wine either).

[–] greywolf0x1@lemmy.ml 2 points 6 months ago (1 children)
[–] AceFuzzLord@lemm.ee 1 points 6 months ago

I swear I have selective male blindness because I found it in the package manager for my distro after doing a quick search command.

[–] gerdesj@lemmy.ml 2 points 6 months ago (1 children)

Which distro do you use? Ubuntu, Debian, Arch and Gentoo have packages and I've no doubt that most others do too. On Linux you should not have to go to random websites and download stuff and faff around - use the built in distribution packages. If you are not sure what you've got try this at a command prompt and read the output:

$ cat /etc/os-release

As a last resort, you can run tcpdump on nearly anything and dump to .pcap, transfer that and then open that in Wireshark. Note that modern Windows has a OpenSSH client and server available so getting files around via scp is a doddle. Windows can even do NFS too and there is of course Samba - but CIFS/SMB can be tricksy.

load more comments (1 replies)