mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#systemconfiguration

0 posts0 participants0 posts today
Kevin Karhan :verified:<p>Addendum: Thanks everyone for their input so far!</p><p>###</p><p><em>Stupid</em> <a href="https://infosec.space/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> / <a href="https://infosec.space/tags/Unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Unix</span></a> question - honest answers please! :boost_ok: </p><p>Why not <a href="https://github.com/greyhat-academy/sconfm" rel="nofollow noopener" target="_blank">shove all configuration files in a git</a>?</p><ul><li>Obviously not the ones that actually matter like <code>id_rsa</code> and/or some other private keys / certificates...</li></ul><p>But like regular <a href="https://infosec.space/tags/SystemConfiguration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SystemConfiguration</span></a> files.</p><ul><li>In all seriousness noone should actually do this with a <em>public <code>git</code></em> but then again noone puts their Ansible public either.</li></ul><p>What did I miss with my train of thought, folks?</p><p><a href="https://infosec.space/tags/Unix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Unix</span></a> <a href="https://infosec.space/tags/configuration_management" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>configuration_management</span></a> <a href="https://infosec.space/tags/configuration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>configuration</span></a> <a href="https://infosec.space/tags/config" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>config</span></a> <a href="https://infosec.space/tags/sconfm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sconfm</span></a> <a href="https://infosec.space/tags/simple" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>simple</span></a> <a href="https://infosec.space/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://infosec.space/tags/rsync" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rsync</span></a> <a href="https://infosec.space/tags/backup" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>backup</span></a> <a href="https://infosec.space/tags/restore" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>restore</span></a> <a href="https://infosec.space/tags/deploy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>deploy</span></a> <a href="https://infosec.space/tags/system_configuration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>system_configuration</span></a> <a href="https://infosec.space/tags/Sysadmin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Sysadmin</span></a></p>
Don Watkins<p>How to share your system configuration visually <a href="https://fosstodon.org/tags/screenfetch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>screenfetch</span></a> <a href="https://fosstodon.org/tags/systemconfiguration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemconfiguration</span></a> <a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> </p><p><a href="https://www.both.org/?p=8061" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">both.org/?p=8061</span><span class="invisible"></span></a></p>
❌ Ditto<p>Note: To edit <a href="https://fosstodon.org/tags/systemconfiguration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemconfiguration</span></a> files in <a href="https://fosstodon.org/tags/termux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>termux</span></a> - add $PREFIX before /, then everything is the same.</p><p>E.g. to edit sshd configuration:<br>vi $PREFIX/etc/ssh/sshd_config</p><p>The PREFIX variable is already set in your termux environment. You can view using the echo command, and should see something like this:</p><p>~ $ echo $PREFIX<br>/data/data/com.termux/files/usr<br>~ $</p>