<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=1641&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWTO: Post-Installation Configurations]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=1641</link>
		<description><![CDATA[The most recent posts in HOWTO: Post-Installation Configurations.]]></description>
		<lastBuildDate>Fri, 13 Sep 2024 23:14:26 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52184#p52184</link>
			<description><![CDATA[<p>I&#039;m running a single user system, and I use both su and sudo. sudo for small commands, su for more elaborate system management.</p><p>I never login as root; that&#039;s highly <em>not</em> recommended because of the amount of code that runs when you login, esp. on a graphical desktop; all of that would be running with root privileges, which is very dangerous.</p>]]></description>
			<author><![CDATA[dummy@example.com (quickfur)]]></author>
			<pubDate>Fri, 13 Sep 2024 23:14:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52184#p52184</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=52183#p52183</link>
			<description><![CDATA[<p>For single user system, you guys recommend using only &quot;su&quot; ? or doas ?</p>]]></description>
			<author><![CDATA[dummy@example.com (unixuser)]]></author>
			<pubDate>Fri, 13 Sep 2024 21:36:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=52183#p52183</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=51128#p51128</link>
			<description><![CDATA[<p>i&#039;d say it is better to use sudoedit after running update-alternatives&#160; --set editor /usr/bin/vim (or nvim), also editing the sudoers file and being able to use sudo without password is a hell no!</p><p>as for other controversial post installation configurations there exist my scripts <a href="https://github.com/eylles/devuan-scripts" rel="nofollow">https://github.com/eylles/devuan-scripts</a> and there are a couple more that will still be added...</p>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Mon, 15 Jul 2024 07:46:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=51128#p51128</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=50655#p50655</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>UFW (Uncomplicated Firewall)</p></div></blockquote></div><p>If you have rules you&#039;re happy with, there&#039;s also netfilter-persistent and iptables-persistent. </p><div class="quotebox"><blockquote><div><p>sudo disease</p></div></blockquote></div><p>I don&#039;t think sudo in itself is a disease. But that &quot;ALL=ALL NOPASSWD&quot;-thing definitely is.</p>]]></description>
			<author><![CDATA[dummy@example.com (nahkhiirmees)]]></author>
			<pubDate>Sat, 22 Jun 2024 13:32:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=50655#p50655</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=50648#p50648</link>
			<description><![CDATA[<p>Entirely aside from philisophical issues with sudo,<br /><strong>NEVER EDIT THE SUDOERS FILE DIRECTLY</strong>.<br />instead, read the man page before trying &#039;EDITOR=/bin/nano visudo` instead. There are ways to set the order of preferred editors. Read the man page because if visudo suspects anything wrong when nano exits, it does not give you choices or reminders, but instead expects you know which keys to press.</p>]]></description>
			<author><![CDATA[dummy@example.com (peterrooney)]]></author>
			<pubDate>Fri, 21 Jun 2024 20:51:35 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=50648#p50648</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=23333#p23333</link>
			<description><![CDATA[<p>hola Macondo </p><div class="quotebox"><cite>macondo wrote:</cite><blockquote><div><p>After installing Devuan, the first thing I configure is sudo.<br />...</p><p>ditto as above.</p><p>Next, aliases make my life easier, <br />...</p><p>UFW (Uncomplicated Firewall)<br />...</p><p>Startup<br />To start your apps and window manager: go to .xinitrc as USER,<br />...</p><div class="codebox"><pre><code># updatedb</code></pre></div><p>So later I can use &#039;locate&#039;</p></div></blockquote></div><p>everything is useful indeed, thanks <img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (vlax)]]></author>
			<pubDate>Wed, 08 Jul 2020 17:09:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=23333#p23333</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5470#p5470</link>
			<description><![CDATA[<p>sudo history is a bit older than linux not to mention ubuntu. sudo development is/was maintained by OBSD (although OBSD uses mainly doas rather than sudo nowdays) however system is as secure as one make it.</p>]]></description>
			<author><![CDATA[dummy@example.com (fog)]]></author>
			<pubDate>Tue, 10 Oct 2017 18:50:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5470#p5470</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5446#p5446</link>
			<description><![CDATA[<p>thanks @fsmithred</p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Sun, 08 Oct 2017 16:14:38 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5446#p5446</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5431#p5431</link>
			<description><![CDATA[<p>@greenjeans wrote:</p><div class="quotebox"><blockquote><div><p>Never understood the use of sudo, on a list of &quot;worst ideas ever for linux&quot; it ranks right up there with dconf and systemd IMO.</p></div></blockquote></div><p>&#039;<br />well - as I understand it - Linux is a multi-user system - so someone has to be the boss/admin<br />Now it is true that most linux downloads are most likely for single user/desktops - so root/sudo becomes a grey area.: IMO<br />Not sure what the answer is - there is a lot of debate about it<br />&#039;<br />I am not taking a stand on it</p><p>garyz</p>]]></description>
			<author><![CDATA[dummy@example.com (garyz.dev1)]]></author>
			<pubDate>Sun, 08 Oct 2017 00:00:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5431#p5431</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5430#p5430</link>
			<description><![CDATA[<p>np</p>]]></description>
			<author><![CDATA[dummy@example.com (macondo)]]></author>
			<pubDate>Sat, 07 Oct 2017 23:58:13 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5430#p5430</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5429#p5429</link>
			<description><![CDATA[<p>thanks @macondo<br />I didn&#039;t have the NOPASSWD in the sudoers file,<br />(fwiw - I had to &#039;<em>sudo visude&#039;</em> to modify the file !)</p>]]></description>
			<author><![CDATA[dummy@example.com (garyz.dev1)]]></author>
			<pubDate>Sat, 07 Oct 2017 23:54:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5429#p5429</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5428#p5428</link>
			<description><![CDATA[<p>With this:<br />&lt;your_user_name&gt;&#160; ALL=NOPASSWD:ALL</p><p>you need NO passwd...</p>]]></description>
			<author><![CDATA[dummy@example.com (macondo)]]></author>
			<pubDate>Sat, 07 Oct 2017 23:49:09 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5428#p5428</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5427#p5427</link>
			<description><![CDATA[<p>sudo&#160; &#160;- so what do you use for root priviledges??<br />(I used sudo before I used ubuntu)<br />I&#039;m in the sudoers file but still have to do the password from time to time<br />[with the ALL settings in sudoers!}</p>]]></description>
			<author><![CDATA[dummy@example.com (garyz.dev1)]]></author>
			<pubDate>Sat, 07 Oct 2017 23:43:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5427#p5427</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5418#p5418</link>
			<description><![CDATA[<p>There is no default firewall front-end installed in debian or devuan. There is iptables, but no rules are in place.&#160; If you install some services that listen for connections, then you will have open ports. (examples: openssh-server, mysql-server, apache2, samba)</p><p>If you&#039;re behind a router, the router is being scanned, and unless you set up port-forwarding in the router, the outside world can&#039;t see the open ports on your computer.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 07 Oct 2017 19:04:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5418#p5418</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Post-Installation Configurations]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=5404#p5404</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>UFW (Uncomplicated Firewall)</p></div></blockquote></div><p>Does Devuan Jessie have any default firewall ? I did not install any and I got this result in test:</p><p><em>Your system has achieved a perfect &quot;TruStealth&quot; rating. Not a single packet — solicited or otherwise — was received from your system as a result of our security probing tests. Your system ignored and refused to reply to repeated Pings (ICMP Echo Requests). From the standpoint of the passing probes of any hacker, this machine does not exist on the Internet.</em></p>]]></description>
			<author><![CDATA[dummy@example.com (boycottsystemd)]]></author>
			<pubDate>Sat, 07 Oct 2017 09:52:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=5404#p5404</guid>
		</item>
	</channel>
</rss>
