this post was submitted on 27 Dec 2023
51 points (96.4% liked)

Linux

46794 readers
998 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm playing with a couple of routers and comparing proprietary to open source on the same hardware. I miss my .bashrc functions and aliases... and compgen, tree, manpages, detailed help, etc; the little things that get annoying when they are missing.

I was thinking about trying to mount the embedded system on my workstation (while it is running?), but I'm not clear how this would work in practice with permissions, users, groups, root, etc. I'm curious how others do this kind of development/screwing around, or if this is a crazy idea.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago

I don't recommend using the shell on routers for day-to-day management. Instead, consider using a network configuration management system like rconfig. I've used RANCID in the past, but I suspect something more modern like rconfig will be useful to you.