<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tipsidn9com</title>
	<atom:link href="https://tips.idn9.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://tips.idn9.com/</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2024 17:07:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
	<item>
		<title>Pengaman SSH</title>
		<link>https://tips.idn9.com/pengaman-ssh/</link>
					<comments>https://tips.idn9.com/pengaman-ssh/#respond</comments>
		
		<dc:creator><![CDATA[A A]]></dc:creator>
		<pubDate>Fri, 17 May 2024 17:07:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=31</guid>

					<description><![CDATA[<p>Gunakan SSH Key-Based Authentication Disabling Password Authentication on your Server /etc/ssh/sshd_config</p>
<p>The post <a href="https://tips.idn9.com/pengaman-ssh/">Pengaman SSH</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Gunakan SSH Key-Based Authentication</p>



<p><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server#step-4-disabling-password-authentication-on-your-server">Disabling Password Authentication on your Server</a><a href="https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server#step-4-disabling-password-authentication-on-your-server"></a></p>



<p>/etc/ssh/sshd_config</p>



<pre class="wp-block-code"><code>PasswordAuthentication no

https:&#47;&#47;www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server

</code></pre>



<p></p>
<p>The post <a href="https://tips.idn9.com/pengaman-ssh/">Pengaman SSH</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/pengaman-ssh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure Postfix to Use External SMTPSetup postfix</title>
		<link>https://tips.idn9.com/configure-postfix-to-use-external-smtpsetup-postfix/</link>
					<comments>https://tips.idn9.com/configure-postfix-to-use-external-smtpsetup-postfix/#respond</comments>
		
		<dc:creator><![CDATA[A A]]></dc:creator>
		<pubDate>Tue, 14 May 2024 04:42:58 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=28</guid>

					<description><![CDATA[<p>Set up Relay Server: The final edit in the /etc/postfix/main.cf file is related to the settings needed for Postfix to use the external SMTP server. The settings instruct Postfix to deliver emails via a relay host, which is an external SMTP server. Find and update the following line of the configuration file as follows: Add [&#8230;]</p>
<p>The post <a href="https://tips.idn9.com/configure-postfix-to-use-external-smtpsetup-postfix/">Configure Postfix to Use External SMTPSetup postfix</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Set up Relay Server</strong>:</p>



<p>The final edit in the <em>/etc/postfix/main.cf</em> file is related to the settings needed for Postfix to use the external SMTP server. The settings instruct Postfix to deliver emails via a relay host, which is an external SMTP server.</p>



<p>Find and update the following line of the configuration file as follows:</p>



<pre class="wp-block-code"><code>relayhost = &#91;SMTP-SERVER-ADDRESS]:587</code></pre>



<ul>
<li>Replace <strong><code>SMTP-SERVER-ADDRESS</code></strong> with the SMTP server IP address or hostname.</li>
</ul>



<p>Add the following lines to the end of the file:</p>



<pre class="wp-block-code"><code>smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_use_tls = yes
smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt
</code></pre>



<p>Save the changes and exit the editor.</p>
<p>The post <a href="https://tips.idn9.com/configure-postfix-to-use-external-smtpsetup-postfix/">Configure Postfix to Use External SMTPSetup postfix</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/configure-postfix-to-use-external-smtpsetup-postfix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Email delivery problem</title>
		<link>https://tips.idn9.com/email-delivery-problem/</link>
					<comments>https://tips.idn9.com/email-delivery-problem/#respond</comments>
		
		<dc:creator><![CDATA[A A]]></dc:creator>
		<pubDate>Tue, 14 May 2024 04:03:39 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=25</guid>

					<description><![CDATA[<p>You&#8217;ll need to build procmail-wrapper on your platform&#8211;no binary for another platform will work. It&#8217;s dead easy to build, but I&#8217;m not sure how to set suid something on Mac OS X (that&#8217;s the purpose of procmail-wrapper&#8230;it grabs the configuration for the domain of the user, and then drops privileges for delivery and running user-level [&#8230;]</p>
<p>The post <a href="https://tips.idn9.com/email-delivery-problem/">Email delivery problem</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>You&#8217;ll need to build procmail-wrapper on your platform&#8211;no binary for another platform will work. It&#8217;s dead easy to build, but I&#8217;m not sure how to set suid something on Mac OS X (that&#8217;s the purpose of procmail-wrapper&#8230;it grabs the configuration for the domain of the user, and then drops privileges for delivery and running user-level recipes).</p>



<p>Anyway, to build it:</p>



<p>Grab the procmail-wrapper.c from the virtual-server module directory, or from:</p>



<p><a href="http://software.virtualmin.com/lib/procmail-wrapper.c">http://software.virtualmin.com/lib/procmail-wrapper.c</a></p>



<p>Build it with:</p>



<p>gcc -o procmail-wrapper procmail-wrapper.c</p>



<p>Assuming you&#8217;ve got gcc installed. setuid the resulting binary and put it in place instead of the binary you have now.</p>



<p>Another alternative is to run Sendmail instead of Postfix. Sendmail already calls procmail using a setuid wrapper (at least, it does on most platforms). I don&#8217;t necessarily recommend it, as I don&#8217;t like Sendmail configuration and find it unnecessarily terse in error loggin, but Virtualmin supports it just fine and once setup either mail server acts roughly identically.</p>



<p>Other method :</p>



<p>The fix is:</p>



<pre class="wp-block-code"><code>cd /root
wget https://github.com/virtualmin/virtualmin-gpl/blob/master/procmail-wrapper.c
gcc procmail-wrapper.c -o procmail-wrapper
mv /usr/bin/procmail-wrapper /usr/bin/procmail-wrapper.backup
cp procmail-wrapper /usr/bin/procmail-wrapper
chmod 4755 /usr/bin/procmail-wrapper
</code></pre>



<p>If you don’t do the 4755 you’ll get weird Procmail errors and SpamAssassin won’t work.</p>
<p>The post <a href="https://tips.idn9.com/email-delivery-problem/">Email delivery problem</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/email-delivery-problem/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows IP Routing</title>
		<link>https://tips.idn9.com/windows-ip-routing/</link>
					<comments>https://tips.idn9.com/windows-ip-routing/#respond</comments>
		
		<dc:creator><![CDATA[A A]]></dc:creator>
		<pubDate>Sun, 12 May 2024 20:32:17 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=21</guid>

					<description><![CDATA[<p>Try to go to the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters. If not already there, create a new REG_DWORD value named IPEnableRouter. Set IPEnableRouter to 1 and reboot. Packet forwarding should now be enabled. To add static routes use the route command. + Add routing on the router gateway</p>
<p>The post <a href="https://tips.idn9.com/windows-ip-routing/">Windows IP Routing</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><a href="https://serverfault.com/posts/929086/timeline"></a></p>



<p>Try to go to the registry key <code>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters</code>. If not already there, create a new <code>REG_DWORD</code> value named <code>IPEnableRouter</code>. Set <code>IPEnableRouter</code> to <code>1</code> and reboot. Packet forwarding should now be enabled.</p>



<p>To add static routes use the <code>route</code> command.</p>



<p>+ Add routing on the router gateway</p>
<p>The post <a href="https://tips.idn9.com/windows-ip-routing/">Windows IP Routing</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/windows-ip-routing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 10 can not connect to Windows 7</title>
		<link>https://tips.idn9.com/windows-10-can-not-connect-to-windows-7/</link>
					<comments>https://tips.idn9.com/windows-10-can-not-connect-to-windows-7/#respond</comments>
		
		<dc:creator><![CDATA[A A]]></dc:creator>
		<pubDate>Fri, 28 Jul 2023 09:21:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=15</guid>

					<description><![CDATA[<p>My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows &#38; Devices for IT MVP. I&#8217;m here to help you with your problem. Options you might need to enable: Troubleshooting 1: Open Start &#62; Settings &#62; Network &#38; Internet &#62; StatusScroll to the bottomClick Network and Sharing Center Click Change advanced [&#8230;]</p>
<p>The post <a href="https://tips.idn9.com/windows-10-can-not-connect-to-windows-7/">Windows 10 can not connect to Windows 7</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows &amp; Devices for IT MVP. I&#8217;m here to help you with your problem.</p>



<p>Options you might need to enable:</p>



<figure class="wp-block-embed"><div class="wp-block-embed__wrapper">
https://www.groovypost.com/howto/change-network&#8230;
</div></figure>



<figure class="wp-block-embed"><div class="wp-block-embed__wrapper">
https://www.groovypost.com/howto/share-printer-&#8230;
</div></figure>



<p>Troubleshooting 1:</p>



<p>Open Start &gt; Settings &gt; Network &amp; Internet &gt; Status<br>Scroll to the bottom<br>Click Network and Sharing Center</p>



<p>Click Change advanced sharing settings<br>Expand All Networks<br>Under Password protected sharing</p>



<p>Switch between &#8216;Turn on password protected sharing and Turn off password protected sharing&#8217;</p>



<p>Then choose &#8216;Turn off password protected sharing&#8217;</p>



<p>Then click &#8216;Save changes&#8217;</p>



<p>Troubleshooting 2:</p>



<p>Press Windows key + R<br>Type: optionalfeatures.exe<br>Hit Enter</p>



<p>Scroll down to SMB 1.0/CIFS File Sharing Support<br>Tick the SMB 1.0/CIFS Client<br>Untick SMB 1.0/CIFS Automatic Removal and<br>Untick SMB 1.0/CIFS Server</p>



<p>Click OK<br>Restart if prompted.</p>



<p>Troubleshooting 3:</p>



<p>Additional troubleshooting steps you can attempt:<br>&#8211; shut all computer and network gear down.<br>&#8211; Turn off IPv6<br>&#8211; Try browsing to some of the computers manually, press Windows key + R, type: \\computername, hit Enter<br>&#8211; Press Windows key + R<br>Type: services.msc<br>Hit Enter</p>



<p>Other things you can do:</p>



<p>Press the Windows Key and R at the same time to bring up the Run dialog.<br>Type services.msc in the Run dialog and press Enter.<br>For each of the following services, locate the service in list, right-click the service and select Properties. Then set the Startup type to Automatic (Delayed Start) and select Apply.<br>Computer Browser (Browser)<br>Function Discovery Provider Host (FDPHost)<br>Function Discovery Resource Publication (FDResPub)<br>Network Connections (NetMan)<br>UPnP Device Host (UPnPHost)<br>Peer Name Resolution Protocol (PNRPSvc)<br>Peer Networking Grouping (P2PSvc)<br>Peer Networking Identity Manager (P2PIMSvc)<br>Restart Windows.</p>



<p>Troubleshooting 4:</p>



<p>Press Windows key + X &gt; computer management&#8211;&gt;shared folders&#8211;&gt; choose the shared folder, right click it then click Properties &gt; Share Permissions &#8211;&gt;protection that everyone can read and execute, see folder contents and read permissions.</p>



<p>Add the machine to your Windows HOSTS file.<br><a href="https://www.groovypost.com/howto/edit-hosts-file-windows-10/" target="_blank" rel="noreferrer noopener">https://www.groovypost.com/howto/edit-hosts-fil&#8230;</a></p>



<p>See this thread for further tips:<br><a href="https://answers.microsoft.com/en-us/windows/forum/windows_10-files/homegroup-removed-how-to-get-network-sharing-work/01277332-2916-4a68-853a-116696b20743">https://answers.microsoft.com/en-us/windows/for&#8230;</a></p>



<p>Information in the above link is sourced from a trusted Microsoft MVP blog.Best regards,<br>Andre Da Costa<br>Independent Advisor for Directly</p>
<p>The post <a href="https://tips.idn9.com/windows-10-can-not-connect-to-windows-7/">Windows 10 can not connect to Windows 7</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/windows-10-can-not-connect-to-windows-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Outlook mail client setting</title>
		<link>https://tips.idn9.com/outlook-mail-client-setting/</link>
					<comments>https://tips.idn9.com/outlook-mail-client-setting/#respond</comments>
		
		<dc:creator><![CDATA[I I]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 12:59:24 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/?p=5</guid>

					<description><![CDATA[<p>POP3 Incoming mail sever : mail.domain.com / port 110 / no encryption Outgoing mail server : mail.domain.com / port 587 / no encryption Setingan di atas mestinya bisa untuk semua versi Outlook. POP3 Incoming mail sever : mail.domain.com / port 995 / SSL encryption Outgoing mail server : mail.domain.com / port 465 / SSL encryption [&#8230;]</p>
<p>The post <a href="https://tips.idn9.com/outlook-mail-client-setting/">Outlook mail client setting</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<ul>
<li><strong>Setting email untuk Outlook adalah sebagai berikut :</strong></li>
</ul>



<p>POP3</p>



<p>Incoming mail sever : mail.domain.com / port 110 / no encryption</p>



<p>Outgoing mail server : mail.domain.com / port 587 / no encryption</p>



<p>Setingan di atas mestinya bisa untuk semua versi Outlook.</p>



<p></p>



<ul>
<li><strong>Settingan lain yg mungkin hanya bisa untuk Outlook versi baru :</strong></li>
</ul>



<p>POP3</p>



<p>Incoming mail sever : mail.domain.com / port 995 / SSL encryption</p>



<p>Outgoing mail server : mail.domain.com / port 465 / SSL encryption</p>



<p>atau</p>



<p>Outgoing mail server : mail.domain.com / port 587 / TLS encryption</p>



<ul>
<li><strong>Kalau settingan di HP android yg versi baru :</strong></li>
</ul>



<p>Incoming mail sever : mail.domain.com</p>



<p>Outgoing mail server : mail.domain.com</p>



<p>untuk port dan excryption nya tinggal pilih saja di menunya (semua bisa) dan biasanya menggunakan IMAP (karena keterbatasan memory penyimpanan di hp)</p>
<p>The post <a href="https://tips.idn9.com/outlook-mail-client-setting/">Outlook mail client setting</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/outlook-mail-client-setting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hello world!</title>
		<link>https://tips.idn9.com/hello-world/</link>
					<comments>https://tips.idn9.com/hello-world/#comments</comments>
		
		<dc:creator><![CDATA[I I]]></dc:creator>
		<pubDate>Fri, 21 Jul 2023 12:47:09 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://tips.idn9.com/home/idn9/domains/tips.idn9.com/public_html/?p=1</guid>

					<description><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<p>The post <a href="https://tips.idn9.com/hello-world/">Hello world!</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>
<p>The post <a href="https://tips.idn9.com/hello-world/">Hello world!</a> appeared first on <a href="https://tips.idn9.com">tipsidn9com</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tips.idn9.com/hello-world/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
