Linux - Reddit – Telegram
Linux - Reddit
772 subscribers
4.19K photos
207 videos
39.9K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
nteractively.
40. [ping](https://en.wikipedia.org/wiki/Ping_(networking_utility)) – send icmp echo\_request to network hosts.
41. [route](https://en.wikipedia.org/wiki/Route_(command)) – show / manipulate the IP routing table.
42. [slurm](https://github.com/mattthias/slurm) – network load monitor.
43. [snort](https://www.snort.org/) – Network Intrusion Detection and Prevention System.
44. [smokeping](https://oss.oetiker.ch/smokeping/) –  keeps track of your network latency.
45. [socat](http://www.dest-unreach.org/socat/) – establishes two bidirectional byte streams and transfers data between them.
46. [speedometer](http://excess.org/speedometer/) – Measure and display the rate of data across a network.
47. [speedtest-cli](https://github.com/sivel/speedtest-cli) – test internet bandwidth using speedtest.net
48. [ss](http://linux-ip.net/gl/ss/) – utility to investigate sockets.
49. [ssh](https://www.ssh.com/ssh/) –  secure system administration and file transfers over insecure networks.
50. [tcpdump](https://www.tcpdump.org/) – command-line packet analyzer.
51. [tcptrack](https://github.com/bchretien/tcptrack) – Displays information about tcp connections on a network interface.
52. [telnet](https://www.unix.com/man-page/linux/1/telnet/) – user interface to the TELNET protocol.
53. [tracepath](https://linux.die.net/man/8/tracepath) – very similar function to traceroute.
54. [traceroute](http://traceroute.sourceforge.net/) – print the route packets trace to network host.
55. [vnStat](https://humdi.net/vnstat/) – network traffic monitor.
56. [websocat](https://github.com/vi/websocat) – Connection forwarder from/to web sockets to/from usual sockets, in style of socat.
57. [wget](https://www.gnu.org/software/wget/) –  retrieving files using HTTP, HTTPS, FTP and FTPS.
58. [Wireless Tools for Linux](https://hewlettpackard.github.io/wireless-tools/Tools.html) – includes iwconfig, iwlist, iwspy, iwpriv and ifrename.
59. [Wireshark](https://www.wireshark.org/) – network protocol analyzer.

source [https://haydenjames.io/linux-networking-commands-noscripts/](https://haydenjames.io/linux-networking-commands-noscripts/)

https://redd.it/dxkwg1
@r_linux
Is Anyone Doing Linux Consulting for Enterprise IT?

It seems to me that enterprises could save big by switching to Linux for end users, if they could just get over the initial hump of switching them over. It seems to me that Linux works better and is far more secure than Windows. That means less maintenance is required, and cybersecurity is simplified.

I can imagine myself working for a company that does consulting for these enterprises. I imagine it would be hard to convince CIO/CTOs to make the switch and land accounts, but it's not impossible. It seems that one of the most important things would be to have proof that you can get users to switch over and be productive without revolting.

To me, that implies such a consulting company would need a really good training team that's skilled at persuading users that the world won't end when they stop using Windows, that using Linux isn't hard but easier to use, and that in fact it can actually be a lot of fun.

So my question is: Is anyone doing this? If so, are they meeting with success? What distros do they use for servers and end points? Do they do a good job getting end users to switch, or does switching to Linux result in high turnover?

https://redd.it/dxlyil
@r_linux
Migrated Windows user, what do you use multiple workspaces for?

I usually just use the one workspace and never use any others, but since pretty much all distros include the feature, surely some people find good use in it: what have I been missing out on?

Some distros (including Windows 10 which has implemented the feature too) call it desktops instead.

https://redd.it/dxnpvs
@r_linux
Linux in public schools

In the public school system in America there is a lack of Linux based computers that needs to fixed at some point in order for Linux to gain a larger share in the education market. It would be good for schools since it's free (except for Red Hat) and schools wouldn't have to buy new computers or use under powered Chromebooks.

https://redd.it/dxpyo5
@r_linux
Linux Experiences/Rants or Education/Certifications thread - November 18, 2019

Welcome to r/linux rants and experiences! This megathread is also to hear opinions from anyone just starting out with Linux or those that have used Linux (GNU or otherwise) for a long time.

Let us know what's annoying you, whats making you happy, or something that you want to get out to r/linux but didn't make the cut into a full post of it's own.

For those looking for certifications please use this megathread to ask about how to get certified whether it's for the business world or for your own satisfaction. Be sure to check out r/linuxadmin for more discussion in the SysAdmin world!

_Please keep questions in r/linuxquestions, r/linux4noobs, or the Wednesday automod thread._

https://redd.it/dxy1e6
@r_linux
KDE is looking for an experienced project manager for their increasing portfolio. Would someone from here be interested in that?
https://ev.kde.org/resources/projectcoordinator-callforproposals.pdf

https://redd.it/dy0t7r
@r_linux
Bash noscript to open PDF files from terminal

[https://github.com/amrut-asm/pselc](https://github.com/amrut-asm/pselc)

A small bash noscript that lists PDF files in a directory (and optionally within subdirectories) and opens the user selected PDF file.

https://redd.it/dxvbh4
@r_linux
Alternatives to incrond?

So I've started using this nifty tool -- however it seems to be a bit buggy. I've had to put in regular cron to reload incrond's user table at least once a day because it'll stop firing. This is on RHEL 7, and I'm new to systemd so trying to go through logs, debugging is a bit difficult, at best. Something that's not so, 'twitchy' is good!

https://redd.it/dxj52k
@r_linux
Should Python shell replace CLI?

While you can't do everything in Python shell that you can do in CLI (Without invoking CLI from Python), here is why I think that Python Shell should eventually replace CLI:

1. CLI is collection of different tools with inconsistent interfaces while Python is designed with readability in mind
2. Python is an actual programming language that you can use to develop apps. You can make an android app in Python but not in CLI.
3. With Python you can also do a lot of other things such as statistical analysis, AI, game design, etc.
4. Python is more cross-platform while CLI is \*nix specific

The downsides of replacing CLI with Python shell are:

1. A lot of people already know and love CLI and for many Linux is CLI.
2. There are a lot of tools in CLI that are not available as a python module
3. A lot of legacy noscripts

Let me know what you think.

https://redd.it/dy4yxy
@r_linux
Rick Sanchez uses GNU/Linux
https://redd.it/dy8yah
@r_linux