<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ubuntu Linux agent instructions]]></title><description><![CDATA[<p dir="auto">On Ubuntu (and Mint and other Debian based Linux distros), you should install the agent like this:</p>
<p dir="auto">Do this while logged in as your user (not root), in a Terminal window:</p>
<pre><code>sudo apt-get -y update
sudo apt-get -y upgrade
wget https://s3.amazonaws.com/triggercmdagents/triggercmdagent_1.0.1_amd64.deb
sudo apt install ./triggercmdagent_1.0.1_amd64.deb
</code></pre>
<p dir="auto">If you're in X-Windows, type:</p>
<pre><code>sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
triggercmdagent   
</code></pre>
<p dir="auto">If you're not in X-Windows, make sure you have nodejs 16+ installed, then run <strong>one</strong> of these 2 commands instead (depending on your specific OS):</p>
<pre><code>node /usr/share/triggercmdagent/resources/app/src/agent.js --console
node /usr/lib/triggercmdagent/resources/app/src/agent.js --console  (newer Ubuntu OS's)
</code></pre>
<p dir="auto">Log into your <a href="http://triggercmd.com" rel="nofollow ugc">triggercmd.com</a> account, and copy the token from the Instructions link, and paste it into the Token prompt.</p>
<p dir="auto">Then to install the background service:<br />
If you're in X-Windows:  Right-click T tray icon, click Background Service - Install Background Service<br />
If you're <strong>not</strong> in X-Windows, CTRL-C out of the above "agent.js --console" command, and run:</p>
<pre><code>sudo sh /usr/share/triggercmdagent/resources/app/src/installdaemon.sh
sudo sh /usr/lib/triggercmdagent/resources/app/src/installdaemon.sh  (newer Ubuntu OS's)
</code></pre>
<p dir="auto">To check the status of the background service:</p>
<ul>
<li>Run:  systemctl status triggercmdagent</li>
<li>In your <a href="http://triggercmd.com" rel="nofollow ugc">triggercmd.com</a> account, click View Triggers.  If you see your background triggers, the background service is working.</li>
</ul>
<p dir="auto">If at first the background service doesn't install, try this:</p>
<ul>
<li>CTRL-C, or select Quit from the T tray icon.</li>
<li>Re-run triggercmdagent</li>
<li>Try installing it again using the tray icon.</li>
</ul>
<p dir="auto">To upgrade see <a href="https://www.triggercmd.com/forum/topic/16/upgrading-the-linux-agent-on-ubuntu">Upgrading the Linux agent on Ubuntu</a></p>
<p dir="auto">EDIT 6/4/18:  For Ubuntu 14 you'll have to install using this method instead:</p>
<pre><code>sudo su -
wget https://s3.amazonaws.com/triggercmdagents/triggercmdagent_1.0.1_amd64.deb
dpkg -i ./triggercmdagent_1.0.1_amd64.deb
apt-get install -f
exit
triggercmdagent
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/topic/11/ubuntu-linux-agent-instructions</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 01:43:02 GMT</lastBuildDate><atom:link href="https://www.triggercmd.com/forum/topic/11.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Apr 2017 23:06:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Thu, 04 Mar 2021 23:51:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/6746">@Pr0k0</a>, background commands should show up as Alexa Smart Home devices, just like foreground commands, so I wonder if you didn't install the background service yet.  This command should it:</p>
<pre><code>sudo sh /usr/lib/triggercmdagent/resources/app/src/installdaemon.sh
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/3663</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3663</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Thu, 04 Mar 2021 23:51:52 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Thu, 04 Mar 2021 07:46:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> thnx for the reply, i understand, i tried to make a .sh file to execute the application in a cronjob when boot but it does not start......i cannot understand why, if execute manually the sh file starts normally, i also tried to create a service with some name pointing to the file.....service is active but again in boot, it does not start... the problem is because in the foreground i can make routines and not need to say the computer name everytime....that's why the foreground is helpful...the background service is not visible in the Home Skills so i cannot make a routine. Anyway thanks again for the reply.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3660</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3660</guid><dc:creator><![CDATA[Pr0k0]]></dc:creator><pubDate>Thu, 04 Mar 2021 07:46:36 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Wed, 03 Mar 2021 23:51:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/6746">@Pr0k0</a>, the foreground Linux agents do not run automatically in X-Windows.  I researched it but couldn't find a standard way to do that.  If you install the background service, that will start during boot, but you'll need to make set the "ground" field in your commands.json file to "background" instead of "foreground" because the background agent adds/removes/runs background commands.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3659</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3659</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Wed, 03 Mar 2021 23:51:39 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Wed, 03 Mar 2021 18:32:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> One question does the agent automatically open in Linux at startup like windows? Because every time I boot I need to open it manually and it does not start up automatically. I followed the installation steps above, uninstalled, installed again but the same problem.... in windows and raspberry it is working fine with no issues... Do i need to install with no UI in Linux like raspberry??</p>
]]></description><link>https://www.triggercmd.com/forum/post/3655</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3655</guid><dc:creator><![CDATA[Pr0k0]]></dc:creator><pubDate>Wed, 03 Mar 2021 18:32:46 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Tue, 26 Jan 2021 23:31:38 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/6425">@Daniel-Machín</a>.  Good call.  I'll add that.</p>
<p dir="auto"><a href="https://github.com/rvmey/TRIGGERcmd-Agent/blob/master/ubuntupackage.json#L52" rel="nofollow ugc">https://github.com/rvmey/TRIGGERcmd-Agent/blob/master/ubuntupackage.json#L52</a></p>
]]></description><link>https://www.triggercmd.com/forum/post/3487</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3487</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Tue, 26 Jan 2021 23:31:38 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Tue, 26 Jan 2021 23:22:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi Russ,</p>
<p dir="auto">Thanks for your reply!</p>
<p dir="auto">System is an Ubuntu 18.04.5 LTS (bionic) without X-Windows</p>
<p dir="auto">Anyway, I finally managed to make it work. Issue was dependencies:</p>
<pre><code>apt install npm
</code></pre>
<p dir="auto">solved the problem</p>
<p dir="auto">Perhaps, including npm as a dependency within .deb package could solve potential future issues (currently, only nodejs is a dependency):</p>
<pre><code>daniel@servidor:~$ sudo apt-cache depends triggercmdagent
triggercmdagent
  Depende: nodejs
</code></pre>
<p dir="auto">Thanks!<br />
Daniel</p>
]]></description><link>https://www.triggercmd.com/forum/post/3486</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3486</guid><dc:creator><![CDATA[Daniel Machín]]></dc:creator><pubDate>Tue, 26 Jan 2021 23:22:16 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Mon, 25 Jan 2021 23:48:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/6425">@Daniel-Machín</a>, that's not normal.  I'd like to try to reproduce that problem and fix it.  Can you tell me the commands you ran, and which specific operating system you installed it on?  You wrote "headless" so I understand you did not install X-Windows on it.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3479</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3479</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Mon, 25 Jan 2021 23:48:20 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Mon, 25 Jan 2021 12:09:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have followed the instructions in a headless Ubuntu, getting some errors:</p>
<p dir="auto">dpkg: error al procesar el paquete triggercmdagent (--install):<br />
installed triggercmdagent package post-installation script subprocess returned error exit status 127</p>
<p dir="auto">Triggercmd is installed but now, every time I try to apt upgrade it tries to reinstall triggercmd...</p>
<p dir="auto">Is this the normal behaviour?</p>
]]></description><link>https://www.triggercmd.com/forum/post/3475</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3475</guid><dc:creator><![CDATA[Daniel Machín]]></dc:creator><pubDate>Mon, 25 Jan 2021 12:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 20 Nov 2020 01:01:11 GMT]]></title><description><![CDATA[<p dir="auto">@Tim-Manochehri, it runs them as root.  If you run this command you'll see that the agent runs as root, and the agent runs the commands:</p>
<pre><code>ps -ef | grep triggercmdagent
</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/3185</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3185</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 20 Nov 2020 01:01:11 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Thu, 19 Nov 2020 23:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I have this installed and functional on a Debian 10 Raspberry Pi. The default commands work great, as well as a custom one that triggers a bash script that sends a WOL command to my PC.</p>
<p dir="auto">Question for you: Does triggercmd run the script as root, or as the user with elevated privileges via sudo?</p>
]]></description><link>https://www.triggercmd.com/forum/post/3184</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3184</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 19 Nov 2020 23:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 23 Oct 2020 22:19:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a>, to avoid that problem, copy the ubuntupackage.json file to package.json before you run npm install.  I'll update the steps above with that.  It looks like the default package.json was the Windows version.</p>
]]></description><link>https://www.triggercmd.com/forum/post/3057</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3057</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 23 Oct 2020 22:19:11 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 23 Oct 2020 21:33:26 GMT]]></title><description><![CDATA[<p dir="auto">Is this normal?</p>
<pre><code>root@fox:~/TRIGGERcmd-Agent# npm install
npm WARN deprecated chokidar@1.7.0: Chokidar 2 will break on node v14+. Upgrade                                   to chokidar 3 with 15x less dependencies.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://git                                  hub.com/request/request/issues/3142
npm WARN deprecated posix-argv-parser@2.0.0: No longer maintained
npm WARN deprecated gulp-util@2.2.20: gulp-util is deprecated - replace it, foll                                  owing the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, follo                                  wing the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated react-tools@0.13.3: react-tools is deprecated. For more info                                  rmation, visit https://fb.me/react-tools-deprecated
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and coul                                  d be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade                                   to chokidar 3 with 15x less dependencies.
npm WARN deprecated core-js@1.2.7: core-js@&lt;3 is no longer maintained and not re                                  commended for usage due to the number of issues. Please, upgrade your dependenci                                  es to the actual version of core-js@3.
npm WARN deprecated buffer@2.1.13: This version of 'buffer' is out-of-date. You                                   must update to v2.8.3 or newer
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, fl                                  atted is its successor.
npm WARN deprecated core-js@2.6.11: core-js@&lt;3 is no longer maintained and not r                                  ecommended for usage due to the number of issues. Please, upgrade your dependenc                                  ies to the actual version of core-js@3.
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprec                                  ated
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher                                   to avoid a RegExp DoS issue
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#dep                                  recated
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for node-windows@0.1.14: wanted {"os":"win3                                  2","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! notsup Valid OS:    win32
npm ERR! notsup Valid Arch:  any
npm ERR! notsup Actual OS:   linux
npm ERR! notsup Actual Arch: x64

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-10-23T21_32_13_991Z-debug.log
root@fox:~/TRIGGERcmd-Agent#

</code></pre>
]]></description><link>https://www.triggercmd.com/forum/post/3053</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/3053</guid><dc:creator><![CDATA[pirates]]></dc:creator><pubDate>Fri, 23 Oct 2020 21:33:26 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Thu, 15 Oct 2020 04:18:48 GMT]]></title><description><![CDATA[<p dir="auto">I will try as soon as I get some free time and I will get back to you. Thanks for reply.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2996</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2996</guid><dc:creator><![CDATA[pirates]]></dc:creator><pubDate>Thu, 15 Oct 2020 04:18:48 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 23 Oct 2020 22:18:26 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a></a>.  I'll try to reproduce and see if I can fix that.  I suspect the agent depends on a package that depends on X-Windows, so it automatically installed X-Windows.</p>
<p dir="auto">In the meantime, you could <a href="https://askubuntu.com/questions/16371/how-do-i-disable-x-at-boot-time-so-that-the-system-boots-in-text-mode" rel="nofollow ugc">disable X-Windows at boot</a>.</p>
<p dir="auto">EDIT:  <a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a></a>, I reproduced the issue.  I had a non-GUI, no X-Windows Ubuntu 20 VM, then installed the agent and it installed X-Windows.  I'll get back to you soon because there should be a way to run the agent as a background service without X-Windows, like you can on a Raspberry Pi.</p>
<p dir="auto">EDIT2: <a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a></a>, this procedure worked for me to install the background agent without X-Windows:</p>
<pre><code>sudo su -
git clone https://github.com/rvmey/TRIGGERcmd-Agent.git
cp ubuntupackage.json package.json
apt install -y npm
cd /root/TRIGGERcmd-Agent
npm install
node /root/TRIGGERcmd-Agent/src/agent.js --console
  (enter your token, then press CTRL-C to exit the foreground agent)
/bin/sh /root/TRIGGERcmd-Agent/src/daemonmgr.sh --add /root/.TRIGGERcmdData
systemctl enable triggercmdagent
systemctl status triggercmdagent
</code></pre>
<p dir="auto">I copied these instructions to a new article <a href="https://www.triggercmd.com/forum/topic/954/linux-install-without-x-windows">here</a>.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2976</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2976</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 23 Oct 2020 22:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Sat, 10 Oct 2020 03:51:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I am using ubuntu server 20.4 on proxmox vm to test. And yes from server to x-windows.. tried twice and happened both time.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2975</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2975</guid><dc:creator><![CDATA[pirates]]></dc:creator><pubDate>Sat, 10 Oct 2020 03:51:51 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 09 Oct 2020 12:03:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a>, are you saying you installed Linux without the X-Windows GUI, then when you installed the TRIGGERcmd agent it installed X-Windows with it?</p>
<p dir="auto">If that's the case, I'd like to try to reproduce that.  What Linux are you using?</p>
]]></description><link>https://www.triggercmd.com/forum/post/2970</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2970</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Fri, 09 Oct 2020 12:03:35 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Fri, 09 Oct 2020 02:53:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> I will try but why is it switching to GUI version of my install from headless I had initially?</p>
]]></description><link>https://www.triggercmd.com/forum/post/2963</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2963</guid><dc:creator><![CDATA[pirates]]></dc:creator><pubDate>Fri, 09 Oct 2020 02:53:12 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Tue, 06 Oct 2020 12:07:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/4770">@pirates</a>, please try this.  Switch to root with this command:</p>
<pre><code>sudo su -
</code></pre>
<p dir="auto">Run this:</p>
<pre><code>node /usr/lib/triggercmdagent/resources/app/src/agent.js --console
</code></pre>
<p dir="auto">It should prompt for your token, then start running.  If it does, CTRL-C, then restart your triggercmdagent daemon with this command:</p>
<pre><code>systemctl restart triggercmdagent
</code></pre>
<p dir="auto">You can also watch the full log for the agent in another window with:</p>
<pre><code>journalctl -u triggercmdagent -n 100 -f
</code></pre>
<p dir="auto">Please send me any errors you see.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2930</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2930</guid><dc:creator><![CDATA[Russ]]></dc:creator><pubDate>Tue, 06 Oct 2020 12:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Tue, 06 Oct 2020 00:56:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://www.triggercmd.com/forum/uid/1">@Russ</a> Not working for me. I did all your steps, but I am getting this on final check:</p>
<p dir="auto"><img src="https://imgur.com/QHDUV8q" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a href="https://imgur.com/QHDUV8q" rel="nofollow ugc">https://imgur.com/QHDUV8q</a>.</p>
<p dir="auto">And it was server when I installed base system for VM, but after all this command, it turn to GUI and can't open terminal anymore.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2928</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2928</guid><dc:creator><![CDATA[pirates]]></dc:creator><pubDate>Tue, 06 Oct 2020 00:56:43 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu Linux agent instructions on Tue, 16 Jun 2020 10:41:24 GMT]]></title><description><![CDATA[<p dir="auto">Working without problems on Centos 8 minimal installation.</p>
]]></description><link>https://www.triggercmd.com/forum/post/2352</link><guid isPermaLink="true">https://www.triggercmd.com/forum/post/2352</guid><dc:creator><![CDATA[zsmarthome]]></dc:creator><pubDate>Tue, 16 Jun 2020 10:41:24 GMT</pubDate></item></channel></rss>