<?xml version="1.0" encoding='utf-8'?>
<!-- 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
-->
<?xml-stylesheet type="text/xsl" href="http://blog.illogi.co/roller-ui/styles/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom">
    <title type="html">Blog Illogi.co</title>
    <subtitle type="html">Another roller instance</subtitle>
    <id>http://blog.illogi.co</id>
    <link rel="alternate" type="text/html" href="http://blog.illogi.co" />
        <link rel="self" type="application/atom+xml" href="http://blog.illogi.co/fussy/feed/entries/atom?cat=Finance" />
    <updated>2025-03-02T15:37:28+01:00</updated>
    <generator uri="http://roller.apache.org" version="6.1.4 (1728247943514:dave)">Apache Roller Weblogger</generator>
    <entry>
        <id>http://blog.illogi.co/fussy/entry/net-e-compilazione-cross-platform</id>
        <title type="html">.NET e compilazione cross-platform</title>
        <author><name>admin</name></author>
        <link rel="alternate" type="text/html" href="http://blog.illogi.co/fussy/entry/net-e-compilazione-cross-platform"/>
        <published>2025-03-02T15:37:28+01:00</published>
        <updated>2025-03-02T15:37:28+01:00</updated> 
        <category term="Technology" label="Technology" />
        <category term="net" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;Per compilare su Linux in progetto che ha come target una macchina windows bisogna usare una impostazione particolare del progetto:&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot;&gt;&amp;lt;enablewindowstargeting&amp;gt;true&amp;lt;/enablewindowstargeting&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;p&gt;Questo funziona per NET 9 e MSBuild&lt;/p&gt;
</content>
    </entry>
    <entry>
        <id>http://blog.illogi.co/fussy/entry/opennms-impostazioni-servizi</id>
        <title type="html">OpenNMS impostazioni servizi</title>
        <author><name>admin</name></author>
        <link rel="alternate" type="text/html" href="http://blog.illogi.co/fussy/entry/opennms-impostazioni-servizi"/>
        <published>2025-03-02T09:59:40+01:00</published>
        <updated>2025-03-02T09:59:40+01:00</updated> 
        <category term="Technology" label="Technology" />
        <category term="opennms" scheme="http://roller.apache.org/ns/tags/" />
        <content type="html">&lt;p&gt;Per impostare gli account per PostgreSQL in OpenNMS si usa un comando interno che gestite le credenziali codificate&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-bash&quot;&gt;
sudo -u opennms ${OPENNMS_HOME}/bin/scvcli set postgres opennms password 
sudo -u opennms ${OPENNMS_HOME}/bin/scvcli set postgres-admin postgres password
&lt;/code&gt;&lt;/pre&gt;
&lt;br&gt;
&lt;p&gt;I riferimenti sono &lt;a href=&quot;https://docs.opennms.com/opennms-js/develop/installation/cli.html&quot; target=&quot;_blank&quot;&gt;qui&lt;/a&gt;&amp;nbsp;e &lt;a href=&quot;https://docs.opennms.com/horizon/33/deployment/core/getting-started.html&quot; target=&quot;_blank&quot;&gt;qui&lt;/a&gt;.&lt;/p&gt;</content>
    </entry>
</feed>



