<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-18330441</id><updated>2024-08-30T01:34:52.372-03:00</updated><title type='text'>Linux Server Security Secrets and Administration</title><subtitle type='html'>Linux Security and Administration with programming</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default?alt=atom&amp;redirect=false'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>25</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18330441.post-8977692645964258306</id><published>2022-03-14T17:13:00.002-03:00</published><updated>2022-03-14T17:13:36.859-03:00</updated><title type='text'>Download m3u8 files from command line on linux</title><content type='html'>&lt;pre class=&quot;lang-sh s-code-block&quot;&gt;&lt;code class=&quot;hljs language-bash&quot;&gt;To automate the download of a file, you can do this for m3u8 formats. &lt;br /&gt;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;lang-sh s-code-block&quot;&gt;&lt;code class=&quot;hljs language-bash&quot;&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;&lt;pre class=&quot;lang-sh s-code-block&quot;&gt;&lt;code class=&quot;hljs language-bash&quot;&gt;ffmpeg -y -loglevel verbose -i &lt;span class=&quot;hljs-string&quot;&gt;&quot;http://example.com/test.m3u8&quot;&lt;/span&gt; -c copy -f mpegts test.mp4&lt;/code&gt;&lt;/pre&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/8977692645964258306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/8977692645964258306?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8977692645964258306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8977692645964258306'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2022/03/download-m3u8-files-from-command-line.html' title='Download m3u8 files from command line on linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-893260344447586647</id><published>2021-09-02T17:41:00.000-03:00</published><updated>2021-09-02T17:41:00.977-03:00</updated><title type='text'>Debian LightDm Autologin</title><content type='html'>&lt;p&gt;&amp;nbsp;The Autologin is a nice feature, linux starts and do not asks for user/password.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;vi /etc/lightdm/lightdm.conf&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;autologin-user=&amp;lt;your username&amp;gt;&lt;br /&gt;autologin-user-timeout=0&lt;br /&gt;&lt;/p&gt;&lt;p&gt;This worked for me&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/893260344447586647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/893260344447586647?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/893260344447586647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/893260344447586647'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/09/debian-lightdm-autologin.html' title='Debian LightDm Autologin'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-7251293969226380724</id><published>2021-06-14T15:08:00.003-03:00</published><updated>2021-06-14T15:09:57.660-03:00</updated><title type='text'>vncserver vncviewer on linux</title><content type='html'>&lt;p&gt;&lt;b&gt;On vncserver:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;x11vnc -reopen -forever -scale 2/3&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;From client:&lt;/b&gt;&lt;/p&gt;&lt;p&gt;vncviewer hostname-ip &lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/7251293969226380724/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/7251293969226380724?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7251293969226380724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7251293969226380724'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/06/vncserver-vncviewer-on-linux.html' title='vncserver vncviewer on linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-9003924670061467721</id><published>2021-06-09T19:41:00.002-03:00</published><updated>2021-06-09T19:41:17.599-03:00</updated><title type='text'>Remove rc packages debian</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;apt-get remove --purge $(dpkg -l | grep &quot;^rc&quot; | awk &#39;{print $2}&#39;)&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/9003924670061467721/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/9003924670061467721?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9003924670061467721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9003924670061467721'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/06/remove-rc-packages-debian.html' title='Remove rc packages debian'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-5309674563662640587</id><published>2021-06-05T18:45:00.004-03:00</published><updated>2021-06-05T18:45:54.184-03:00</updated><title type='text'>rdesktop rdp from Linux to Windows</title><content type='html'>&lt;p&gt;&amp;nbsp;rdesktop -r disk:tmp=/home/me/Pictures -g 90% 12.12.12.16&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/5309674563662640587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/5309674563662640587?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/5309674563662640587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/5309674563662640587'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/06/rdesktop-rdp-from-linux-to-windows.html' title='rdesktop rdp from Linux to Windows'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-3706564691206909274</id><published>2021-05-27T15:45:00.002-03:00</published><updated>2021-05-27T15:45:58.692-03:00</updated><title type='text'>Retropie roms and games</title><content type='html'>&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Testing, games for DOS: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;https://www.gamulator.com/es/roms/dos?currentpage=3&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/3706564691206909274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/3706564691206909274?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/3706564691206909274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/3706564691206909274'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/05/retropie-roms-and-games.html' title='Retropie roms and games'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-8096689665306676520</id><published>2021-05-25T11:31:00.007-03:00</published><updated>2021-05-26T13:55:44.692-03:00</updated><title type='text'>Part 1 - Setting up an older Eclipse version</title><content type='html'>&lt;p&gt;Like others i have an old device with Android, a Samsung i5500 and some years ago i did developed a game for it to teach my daughter the numbers when she was 3 years. &amp;nbsp; The device is still working, it had Froyo Android 2.2 and upgraded to 2.3 Gingerbeard with Cyanogenmod.&amp;nbsp; There seem to be two problems to resolve, future problems and past problems, because it is incredible difficult if one wants to develop something for an old device how hard it is!&amp;nbsp; Like inventing something new.&amp;nbsp; All versions are deleted, unavailable... may be for that reason i have some hobby of collecting old software and backing up.&amp;nbsp; I hope i help somebody with this.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Download&lt;/p&gt;&lt;p&gt;eclipse-standard-kepler-R-linux-gtk-x86_64.tar.gz&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;!ENTRY org.eclipse.osgi 4 0 2021-05-24 23:01:22.214&lt;br /&gt;!MESSAGE error loading hook: org.eclipse.osgi.internal.baseadaptor.BaseHookConfigurator&lt;br /&gt;!STACK 0&lt;br /&gt;java.lang.reflect.InaccessibleObjectException: Unable to make protected void java.net.URLClassLoader.addURL(java.net.URL) accessible: module java.base does not &quot;opens java.net&quot; to unnamed module @1c53fd30&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Solution:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Download &amp;amp; Uncompress:jre-8u291-linux-x64.tar.gz&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Modify / add eclipse.ini: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;--launcher.appendVmargs&lt;br /&gt;-vm&lt;br /&gt;~/Android/jre1.8.0_291/bin&lt;br /&gt;-vmargs&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;eclipse import android.os cannot be resolved&lt;/p&gt;&lt;p&gt;&amp;nbsp;Open Eclipse -&amp;gt; Help -&amp;gt; Install Software -&amp;gt; Add:&lt;/p&gt;&lt;p&gt;ADP Repository&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://dl-ssl.google.com/android/eclipse/.&quot; rel=&quot;nofollow&quot;&gt;http://dl-ssl.google.com/android/eclipse/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEktw4UfUswMTIYNxPf1_G4kr3mGXQ2QuOr-Oj80xfFRR-1nVVEEWpWTtJZvs6RGMT0wTt-vt06453d4U5U8SDO4vuGymgvxRuHfdqcj26mQt0rf-3VVqfTEc6jY9qd1dsxYZpSw/s896/Screenshot_2021-05-25_11-38-30.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;726&quot; data-original-width=&quot;896&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEktw4UfUswMTIYNxPf1_G4kr3mGXQ2QuOr-Oj80xfFRR-1nVVEEWpWTtJZvs6RGMT0wTt-vt06453d4U5U8SDO4vuGymgvxRuHfdqcj26mQt0rf-3VVqfTEc6jY9qd1dsxYZpSw/s320/Screenshot_2021-05-25_11-38-30.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Eclipse restarts &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Now Window -&amp;gt; Preferences -&amp;gt; Now appears Android option&lt;/p&gt;&lt;p&gt;I had this:&lt;/p&gt;&lt;p&gt;/home/walter/Desktop/Android/adt-bundle-linux-x86_64-20131030/sdk&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Pointed here:&lt;/p&gt;&lt;p&gt;/home/walter/Backup/Android/Android/adt-bundle-linux-x86_64-20131030/sdk&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It openeded the SDK Manager and updated few packages:&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBbswJbms3bbScspbBQSYki8JBaHfSMVgrpi_i32CSDR-ugwUWEIs9z2KVB-EusC8PPptsROspuc3-QckVkzmSNsv7Lmj6qhajb0AndBy0aaqTjmb9NyxVcsYfhyphenhyphencLCJf45wB49A/s896/Screenshot_2021-05-25_11-38-30.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;726&quot; data-original-width=&quot;896&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBbswJbms3bbScspbBQSYki8JBaHfSMVgrpi_i32CSDR-ugwUWEIs9z2KVB-EusC8PPptsROspuc3-QckVkzmSNsv7Lmj6qhajb0AndBy0aaqTjmb9NyxVcsYfhyphenhyphencLCJf45wB49A/s320/Screenshot_2021-05-25_11-38-30.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrbDleWmlETP1AALe9ivGi2fEwPmrP6CTJ_1LDWr6yV6VbREWo6l7fzhlr8GWnpSwMrs2moCyyanYvnPP08Tah85-Cmi2LynwJrOvpBhCfC7_UnVL7b-J7YynDORGFRKnUfuwAZA/s1154/Screenshot_2021-05-25_11-47-31.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;488&quot; data-original-width=&quot;1154&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrbDleWmlETP1AALe9ivGi2fEwPmrP6CTJ_1LDWr6yV6VbREWo6l7fzhlr8GWnpSwMrs2moCyyanYvnPP08Tah85-Cmi2LynwJrOvpBhCfC7_UnVL7b-J7YynDORGFRKnUfuwAZA/s320/Screenshot_2021-05-25_11-47-31.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;Important is to add android library to each project:&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Zxh-rhrhn_1chHKkyzwVddtfCWU5RmnTDSHbHZ5g80jhpGRa2xZqSjH-JnfPGG61GvcuVU_sPSc-KFMM0OiITjGw7wpPttS9W2iTdZXnmNsvPysQZFTYkjQ8LORuS5KwzX4fFg/s608/Screenshot_2021-05-25_13-02-30.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;487&quot; data-original-width=&quot;608&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-Zxh-rhrhn_1chHKkyzwVddtfCWU5RmnTDSHbHZ5g80jhpGRa2xZqSjH-JnfPGG61GvcuVU_sPSc-KFMM0OiITjGw7wpPttS9W2iTdZXnmNsvPysQZFTYkjQ8LORuS5KwzX4fFg/s320/Screenshot_2021-05-25_13-02-30.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;And with this you are able to do Android apps for Froyo, Gingerbread or old versions.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;b&gt;Error: R cannot be reoslved to a variable (in Eclipse)&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Removed gen -&amp;gt; and recreates it.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Check res/values/strings.xml and others, fix, remove gen, recreate.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/8096689665306676520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/8096689665306676520?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8096689665306676520'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8096689665306676520'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/05/part-1-setting-up-older-eclipse-version.html' title='Part 1 - Setting up an older Eclipse version'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEktw4UfUswMTIYNxPf1_G4kr3mGXQ2QuOr-Oj80xfFRR-1nVVEEWpWTtJZvs6RGMT0wTt-vt06453d4U5U8SDO4vuGymgvxRuHfdqcj26mQt0rf-3VVqfTEc6jY9qd1dsxYZpSw/s72-c/Screenshot_2021-05-25_11-38-30.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-7765310329182012137</id><published>2021-04-28T08:30:00.000-03:00</published><updated>2021-04-28T08:55:41.543-03:00</updated><title type='text'>Bienvenido a mi blog !</title><content type='html'>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;Bienvenido!&amp;nbsp; En este &quot;espacio virtual&quot; comparto de forma pública algunas notas, ideas, proyectos.&amp;nbsp; Aca&amp;nbsp; hay temas en general, de mi profesión ,un hobby o deporte.&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://wlamagna.github.io/webpage/&quot; target=&quot;_blank&quot;&gt;Aqui mi pagina web&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/7765310329182012137/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/7765310329182012137?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7765310329182012137'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7765310329182012137'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/04/blog-de-walter-m-lamagna.html' title='Bienvenido a mi blog !'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-4487015459935133666</id><published>2021-04-27T08:54:00.011-03:00</published><updated>2021-05-06T16:17:04.609-03:00</updated><title type='text'>Some git notes</title><content type='html'>&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.returngis.net/wp-content/uploads/2021/01/GitHub.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;560&quot; data-original-width=&quot;560&quot; height=&quot;200&quot; src=&quot;https://www.returngis.net/wp-content/uploads/2021/01/GitHub.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Here i am posting some git notes for myself and if useful for somebody else, i appreciate any comment or even a coffee :)&lt;/p&gt;&lt;p&gt;&lt;u&gt;&lt;b&gt;&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;u&gt;&lt;b&gt;To add something i edited:&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;git add .; git commit -m &quot;bm&quot;; git push origin master&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;u&gt;&lt;b&gt;To remember credentials for 15 minutes:&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;git config --global credential.helper cache&lt;/span&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;To modify the timeout:&lt;/b&gt;&lt;br /&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;git config --global credential.helper &#39;cache --timeout=3600&#39;&lt;/span&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;b&gt;Work with modules:&lt;/b&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;git submodule add https://github.com/wlamagna/datamining&lt;br /&gt;git submodule init&lt;br /&gt;git submodule update&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;u&gt;If the submodule changed something and i want to have it point to the latest:&lt;/u&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;rm -rf datamining; git add .; git commit -m &quot;deleted module&quot;; git push origin master&lt;br /&gt;git submodule add --force https://github.com/wlamagna/datamining&lt;br /&gt;git add .; git commit -m &quot;new module&quot;; git push origin master&lt;br /&gt; &lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/4487015459935133666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/4487015459935133666?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/4487015459935133666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/4487015459935133666'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/04/some-git-notes.html' title='Some git notes'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-2658633918264693248</id><published>2021-04-25T15:58:00.004-03:00</published><updated>2021-04-27T09:49:50.107-03:00</updated><title type='text'>Leaflet + Datos Abiertos del Servicio Meteorologico Nacional</title><content type='html'>&lt;p&gt;Mi intención era tener un mapa con el Rio de la Plata y poder observar exactamente de donde proviene el viento.&amp;nbsp; Curiosamente cuesta mucho hoy en dia encontrar un mapa que incluya la Rosa de los vientos, lo desafio a que encuentre uno !&amp;nbsp; A mi al menos me resultó imposible.&amp;nbsp; Entonces, quería tener:&lt;/p&gt;&lt;p&gt;* Mapa del Rio de la plata&lt;/p&gt;&lt;p&gt;* Que incluya la Rosa de los Vientos&lt;/p&gt;&lt;p&gt;* Que muestra exactamente la dirección del viento pronosticado.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Para el pronóstico tomé Datos Abiertos del &lt;a href=&quot;https://www.smn.gob.ar/descarga-de-datos&quot;&gt;Servicio Meteorologico Nacional&lt;/a&gt;
y filtrandolos de acuerdo a lo que comparti &lt;a href=&quot;https://serverlinux.blogspot.com/2021/04/d3-observable-notas-post-meeting-de-d3.html&quot;&gt;aca&lt;/a&gt;
los combine con un mapa y usando la columna de direccion del viento,decodificado segun el angulo de origen en la direccion. El problema es que los pronósticos son para &quot;Buenos Aires&quot; y la provincia es tan pero tan grande que basicamente puede tener todas las direcciones de vientos al mismo tiempo: como suelo decir entre mis familiares,&amp;nbsp; &quot;los de pronóstico siempre la pegan por que digan lo que digan en algún lugar seguro se cumple&quot; jaja.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Armé el mapa, hice el procesamiento de los datos para ser leidos por la página pero los datos del pronóstico no me terminaron de convencer para esta aplicación al menos &lt;b&gt;por ser demasiado generál para una provincia tan grande.&lt;/b&gt;&amp;nbsp; De todas formas aca comparto:&amp;nbsp; &lt;a href=&quot;http://wlamagna.github.io/viz1/mapas/ &quot; target=&quot;_blank&quot;&gt;Aqui&lt;/a&gt; la visualizacion:&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj38-BFEgb-f71hvNPkIdUKEwSN6mfYiXo5jeLLqDteZJ8F47YdbfIiiFhamnkCxUKqRODZb8nUEiJIA0EcrsYgEwgapReuo3J0vXmiquCXh51CiBR3WqdSK6j8xoHoVUrzL6d3kA/s700/Screenshot_2021-04-26_15-39-23.png&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;395&quot; data-original-width=&quot;700&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj38-BFEgb-f71hvNPkIdUKEwSN6mfYiXo5jeLLqDteZJ8F47YdbfIiiFhamnkCxUKqRODZb8nUEiJIA0EcrsYgEwgapReuo3J0vXmiquCXh51CiBR3WqdSK6j8xoHoVUrzL6d3kA/s320/Screenshot_2021-04-26_15-39-23.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/2658633918264693248/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/2658633918264693248?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/2658633918264693248'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/2658633918264693248'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/04/leaflet-datos-abiertos-del-servicio.html' title='Leaflet + Datos Abiertos del Servicio Meteorologico Nacional'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj38-BFEgb-f71hvNPkIdUKEwSN6mfYiXo5jeLLqDteZJ8F47YdbfIiiFhamnkCxUKqRODZb8nUEiJIA0EcrsYgEwgapReuo3J0vXmiquCXh51CiBR3WqdSK6j8xoHoVUrzL6d3kA/s72-c/Screenshot_2021-04-26_15-39-23.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-6630023253165120565</id><published>2021-04-03T11:48:00.014-03:00</published><updated>2021-04-05T08:48:02.726-03:00</updated><title type='text'>d3 + Observable : notas post meeting de d3 en Español</title><content type='html'>&lt;p&gt;Me invitaron a una &lt;a href=&quot;https://www.meetup.com/D3-Online&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;meeting virtual&lt;/a&gt; de D3, asi que pude asistir y voy a escribir aqui algunas notas publicas.&lt;/p&gt;&lt;p&gt;Aqui comparto la grabación de la reunión:&lt;/p&gt;&lt;p style=&quot;text-align: left;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;BLOG_video_class&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/t7pMC687EPU&quot; width=&quot;320&quot; youtube-src-id=&quot;t7pMC687EPU&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Me entusiasmé y estuve incursionando en ObservableHQ, el problema ahora es que no sé que datos usar, siempre me pasa lo mismo !&amp;nbsp; Así que creé un nuevo conjunto de datos :)&amp;nbsp; Entonces les presento datos abiertos del &lt;a href=&quot;https://www.smn.gob.ar/descarga-de-datos&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Servicio Meteorológico Nacional&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Paso 1.&lt;/b&gt; Obtener los datos y convertirlos a un formato para trabajar con ellos.&amp;nbsp; El parser, datos y una brevísima documentación: &lt;a href=&quot;https://github.com/wlamagna/viz1/blob/master/clima/README.md&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;aca en github&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;u&gt;El conjunto de datos consta de 5 columnas:&lt;/u&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: verdana;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;fecha y hora, temperatura, dirección del viento, velocidad del viento en Km/h,probabilidad de precipitaciones.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;La dirección del viento es un número que representa los grados, es un &quot;cifrado en grados&quot; y su dirección se decodifica con ésta tabla.&amp;nbsp; Naturalmente para los que realizen deportes náuticos en Argentina, habrá una preferencia por vientos NorEste y Este (entre 0 y 90 grados).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img alt=&quot;http://www.paranauticos.com/Notas/Tecnicas/Imagenes/direccion-viento-grados.jpg&quot; src=&quot;http://www.paranauticos.com/Notas/Tecnicas/Imagenes/direccion-viento-grados.jpg&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Paso 2.&lt;/b&gt; Hacer algo en &lt;a href=&quot;https://observablehq.com/@wlamagna/pronostico-tiempo-servicio-meteorologico-nacional&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;ObservableHQ&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Encontre también este video de una de las personas que organizaron el evento, este video en particular no es el del evento, pero lo agrego aca como recordatorio.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Intro a Observable (como un Notebook de Javascript):&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;BLOG_video_class&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/K65Y_OtXtdU&quot; width=&quot;320&quot; youtube-src-id=&quot;K65Y_OtXtdU&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/6630023253165120565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/6630023253165120565?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6630023253165120565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6630023253165120565'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2021/04/d3-observable-notas-post-meeting-de-d3.html' title='d3 + Observable : notas post meeting de d3 en Español'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/t7pMC687EPU/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-7833717758249954252</id><published>2020-05-07T08:43:00.002-03:00</published><updated>2021-04-03T13:09:14.005-03:00</updated><title type='text'>Apagar las luces de pantalla raspberry pi touch</title><content type='html'>Queria apagar y encender las luces a la pantalla LCD del Raspberry,&amp;nbsp; con este comando pude hacerlo:
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;$ sudo sh -c &#39;echo &quot;1&quot; &amp;gt; /sys/class/backlight/rpi_backlight/bl_power&#39; # apagar luz fondo&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;$ sudo sh -c &#39;echo &quot;0&quot; &amp;gt; /sys/class/backlight/rpi_backlight/bl_power&#39; # encender luz fondo
&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/7833717758249954252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/7833717758249954252?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7833717758249954252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7833717758249954252'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/apagar-las-luces-de-pantalla-raspberry.html' title='Apagar las luces de pantalla raspberry pi touch'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-6664582086992637965</id><published>2020-04-23T14:11:00.001-03:00</published><updated>2020-04-23T23:10:01.087-03:00</updated><title type='text'>Cacti with lighttpd</title><content type='html'>&lt;strike&gt;I had a VM with jitsi which install nginx, and now i want to test CACTI install on the VM to then do it in the read only usb boot i have at the Firewall.&lt;/strike&gt;&amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
Intially i wanted to install cacti with nginx but did not wanted to struggle with the php setup, so now i have set it up with lighttpd.&lt;br /&gt;
&lt;br /&gt;
Just to first:&lt;br /&gt;
&lt;br /&gt;
1) not copy the VM or creating another (save time).&lt;br /&gt;
2) nginx seems lighter than apache so it is a good alternative for the firewall. &lt;br /&gt;
&lt;br /&gt;
So... lets start.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1) Install &lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;apt-get install snmpd&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Add this to sources, you may add something different:&lt;br /&gt;
&lt;pre&gt;&lt;code spellcheck=&quot;false&quot;&gt;&lt;i&gt;deb http://ftp.ro.debian.org/debian/ stretch main &lt;b&gt;contrib non-free&lt;/b&gt;&lt;/i&gt;&lt;i&gt;deb-src http://ftp.ro.debian.org/debian/ stretch main&lt;/i&gt;&lt;i&gt;&amp;nbsp;&lt;/i&gt;&lt;i&gt;deb http://security.debian.org/debian-security stretch/updates main &lt;b&gt;contrib non-free&lt;/b&gt;&lt;/i&gt;&lt;i&gt;deb-src http://security.debian.org/debian-security stretch/updates main&lt;/i&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Then:&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;apt-get install snmp-mibs-downloader&lt;/span&gt;&lt;/span&gt;&lt;code class=&quot;plain plain&quot;&gt;&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
2) Configure SNMPD &lt;br /&gt;
Edit  /etc/default/snmpd, find the following line: &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;#export MIBS=/usr/share/mibs/netsnmp/ &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Replace it with: &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;export MIBS=ALL &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then add or uncomment the following line to the ACCESS CONTROL area of  /etc/snmp/snmpd.conf: &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;rocommunity public localhost # Full access from localhost &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3) Restart snmp&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;service snmpd restart&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
4) Installing Cacti:&lt;br /&gt;
&lt;code class=&quot;plain plain&quot;&gt;apt-get install cacti cacti-spine&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5) Yes, and put a password:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilK0wieeg6WVCWYPCGUkt0_TwBhjv9j2dqA4FKhtwBkT65AD2DVcb7GeaT-bZ9Ue8nHvcLdXPEvNtbnLTNopHCxHOS7sRYVcwQvWZIAv_MOLsGDJLskWssm2ZhihxKhDa1ri8IZg/s1600/Screenshot_2020-04-23_17-20-21.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;215&quot; data-original-width=&quot;458&quot; height=&quot;150&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilK0wieeg6WVCWYPCGUkt0_TwBhjv9j2dqA4FKhtwBkT65AD2DVcb7GeaT-bZ9Ue8nHvcLdXPEvNtbnLTNopHCxHOS7sRYVcwQvWZIAv_MOLsGDJLskWssm2ZhihxKhDa1ri8IZg/s320/Screenshot_2020-04-23_17-20-21.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;b&gt;Reference:&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;https://notblog.org/cacti-with-nginx/&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;https://www.paveltashev.com/blog/how-to-install-cacti-monitoring-server-with-nginx/ &lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/6664582086992637965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/6664582086992637965?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6664582086992637965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6664582086992637965'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/cacti-con-nginx.html' title='Cacti with lighttpd'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilK0wieeg6WVCWYPCGUkt0_TwBhjv9j2dqA4FKhtwBkT65AD2DVcb7GeaT-bZ9Ue8nHvcLdXPEvNtbnLTNopHCxHOS7sRYVcwQvWZIAv_MOLsGDJLskWssm2ZhihxKhDa1ri8IZg/s72-c/Screenshot_2020-04-23_17-20-21.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-9193804633650038065</id><published>2020-04-19T14:43:00.002-03:00</published><updated>2020-04-21T15:27:47.954-03:00</updated><title type='text'>Pi Hole Linux on a Raspberry PI</title><content type='html'>&lt;span style=&quot;font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt; &lt;br /&gt;First i installed the Pi-Hole on a VM, and it worked very well! So now i installed it on the PI.&lt;br /&gt;It can not be more easy. I did some videos to share the easy it is. &lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;From: &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;https://github.com/pi-hole/pi-hole/#one-step-automated-install&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&lt;span style=&quot;font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;Step 1: run from command line:&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/R30gabsikS4/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/R30gabsikS4?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;span style=&quot;font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;Step 2: also i modified my dhcp server to give the new DNS instead of 8.8.8.8 or whathever.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;https://github.com/walt3rminer/perl/tree/master/dhcpserver&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: &amp;quot;helvetica neue&amp;quot; , &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;&quot;&gt;&lt;br /&gt; Step 3: Continue the installation&lt;/span&gt;&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/K9Dmo5daDfQ/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/K9Dmo5daDfQ?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;span style=&quot;font-family: &amp;quot;Helvetica Neue&amp;quot;, Arial, Helvetica, sans-serif;&quot;&gt;Step 4: It provides a password and you can start using it.&lt;/span&gt;&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe width=&quot;320&quot; height=&quot;266&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/XdOZh32-rt4/0.jpg&quot; src=&quot;https://www.youtube.com/embed/XdOZh32-rt4?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/9193804633650038065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/9193804633650038065?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9193804633650038065'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9193804633650038065'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/pi-hole-linux-on-vm.html' title='Pi Hole Linux on a Raspberry PI'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/R30gabsikS4/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-9086114704996168702</id><published>2020-04-03T14:38:00.003-03:00</published><updated>2020-04-03T14:38:44.989-03:00</updated><title type='text'>Arduino ser_open &quot;can&#39;t open device&quot; ttyACM0</title><content type='html'>chmod a+rw /dev/ttyACM0&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/9086114704996168702/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/9086114704996168702?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9086114704996168702'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/9086114704996168702'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/arduino-seropen-cant-open-device-ttyacm0.html' title='Arduino ser_open &quot;can&#39;t open device&quot; ttyACM0'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-8392401628661396660</id><published>2020-04-02T17:57:00.000-03:00</published><updated>2020-04-02T17:57:40.836-03:00</updated><title type='text'>Compress or uncompress safely</title><content type='html'>&lt;br /&gt;
&lt;br /&gt;
gpg --batch --passphrase-file /usb/pepe -o something.tgz --decrypt something.gpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
gpg --batch --passphtase-file /usb/pepe -c something.tgz -o something.tgz&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/8392401628661396660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/8392401628661396660?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8392401628661396660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8392401628661396660'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/compress-or-uncompress-safely.html' title='Compress or uncompress safely'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-6680546743328893431</id><published>2020-04-02T17:26:00.004-03:00</published><updated>2020-04-02T17:27:40.096-03:00</updated><title type='text'>Arduino notes #1</title><content type='html'>&lt;br /&gt;
&lt;br /&gt;
Download Arduino here: https://www.arduino.cc/en/Main/Donate&lt;br /&gt;
&lt;br /&gt;
uncompress the package, move to home.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;home/walter/arduino-1.8.12# ./install.sh &lt;br /&gt;Adding desktop shortcut, menu item and file associations for Arduino IDE...&lt;br /&gt;&lt;br /&gt;touch: cannot touch &#39;/root/.config/mimeapps.list&#39;: No such file or directory&lt;br /&gt;/usr/bin/xdg-mime: 848: /usr/bin/xdg-mime: cannot create /root/.config/mimeapps.list.new: Directory nonexistent&lt;br /&gt;&lt;br /&gt;&amp;nbsp;done!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Back to user:&lt;br /&gt;
arduino starts the IDE&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6GHXFgfe99TlHZ-JORWv3g1i7HnipvcEcr-X98vd1ZsnyCZr3CEvpWwVKXaMl0eAoqYHYD2F-bhDTyYMoHMtLgzvvjI60KOFiUfka4Kp9g1xS4SXuBHdqERQYHVv1uvcTUX-7CQ/s1600/Screenshot_2020-04-02_17-27-12.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;309&quot; data-original-width=&quot;496&quot; height=&quot;199&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6GHXFgfe99TlHZ-JORWv3g1i7HnipvcEcr-X98vd1ZsnyCZr3CEvpWwVKXaMl0eAoqYHYD2F-bhDTyYMoHMtLgzvvjI60KOFiUfka4Kp9g1xS4SXuBHdqERQYHVv1uvcTUX-7CQ/s320/Screenshot_2020-04-02_17-27-12.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/6680546743328893431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/6680546743328893431?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6680546743328893431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6680546743328893431'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2020/04/arduino-notes-1.html' title='Arduino notes #1'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6GHXFgfe99TlHZ-JORWv3g1i7HnipvcEcr-X98vd1ZsnyCZr3CEvpWwVKXaMl0eAoqYHYD2F-bhDTyYMoHMtLgzvvjI60KOFiUfka4Kp9g1xS4SXuBHdqERQYHVv1uvcTUX-7CQ/s72-c/Screenshot_2020-04-02_17-27-12.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-7604724562722211343</id><published>2019-09-28T20:01:00.003-03:00</published><updated>2021-04-03T12:53:35.723-03:00</updated><title type='text'>Hacking games / Internet Puzzles</title><content type='html'>&lt;p&gt;Playing is fun, and if you can learn something new, much better !&amp;nbsp; It is a good way to know people with similar interests also.&lt;br /&gt;
Here are two platforms to resolve complex problems that also guide you in the world of internet puzzles.&lt;br /&gt;&lt;a href=&quot;https://www.root-me.org/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Rootme&lt;/a&gt;: Even its design may not be so heavy, eye catching, or call it how you want, i like it very much because it has many categories of problems.&lt;br /&gt;
&lt;a href=&quot;https://www.hackthebox.eu/invite&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;HackTheBox&lt;/a&gt;: is another one, a coworker talked me about this one, to enter you have to resolve a problem that depending on your experience and knowledge could be hard or medium... or easy ?&lt;br /&gt;
&lt;br /&gt;
What other puzzle games do you know similar to these ones ?&lt;/p&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/7604724562722211343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/7604724562722211343?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7604724562722211343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7604724562722211343'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/09/hacking-games.html' title='Hacking games / Internet Puzzles'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-5814059785777219230</id><published>2019-09-08T14:10:00.001-03:00</published><updated>2019-09-08T14:11:48.941-03:00</updated><title type='text'>In Spanish: Arduino + 3 proximity sensors + Shield v5.1 from Keystudio</title><content type='html'>&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/Bww7Oui13yo&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/5814059785777219230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/5814059785777219230?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/5814059785777219230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/5814059785777219230'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/09/in-spanish-arduino-3-proximity-sensors.html' title='In Spanish: Arduino + 3 proximity sensors + Shield v5.1 from Keystudio'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/Bww7Oui13yo/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-2808457917337767272</id><published>2019-09-08T14:09:00.003-03:00</published><updated>2021-06-04T20:42:58.647-03:00</updated><title type='text'>Mounting on linux an xhci_hcd android phone</title><content type='html'>I want to copy pictures or videos taken on my Android Phone to my Linux machine but mounting it as a regular pendrive do not works.&amp;nbsp; I had to use another method.&lt;br /&gt;
&lt;br /&gt;
When i connect my phone i get something like this:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;[ 2695.481431] usb 1-2: new high-speed USB device number 5 using xhci_hcd&lt;br /&gt;[ 2695.623882] usb 1-2: New USB device found, idVendor=271d, idProduct=4008&lt;br /&gt;[ 2695.623891] usb 1-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4&lt;br /&gt;[ 2695.623897] usb 1-2: Product: Ultra&lt;br /&gt;[ 2695.623903] usb 1-2: Manufacturer: TARAN&lt;br /&gt;[ 2695.623909] usb 1-2: SerialNumber: S...6&lt;br /&gt;[ 2718.973332] usb 1-2: USB disconnect, device number 5&lt;br /&gt;[ 2719.509605] usb 1-2: new high-speed USB device number 6 using xhci_hcd&lt;br /&gt;[ 2719.650726] usb 1-2: New USB device found, idVendor=271d, idProduct=4008&lt;br /&gt;[ 2719.650735] usb 1-2: New USB device strings: Mfr=2, Product=3, SerialNumber=4&lt;br /&gt;[ 2719.650742] usb 1-2: Product: Ultra&lt;br /&gt;[ 2719.650747] usb 1-2: Manufacturer: TARAN&lt;br /&gt;[ 2719.650753] usb 1-2: SerialNumber: S...6&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
And to mount i had to do this:&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;apt-get install jmtpfs&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;, Courier, monospace;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;jmtpfs /mnt&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/2808457917337767272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/2808457917337767272?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/2808457917337767272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/2808457917337767272'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/09/mounting-on-linux-xhcihcd-android-phone.html' title='Mounting on linux an xhci_hcd android phone'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-7624587292145292475</id><published>2019-08-27T09:51:00.003-03:00</published><updated>2019-08-27T09:51:40.940-03:00</updated><title type='text'>3.5 Inch 480x320 TFT Display with Touch Screen for Raspberry Pi</title><content type='html'>Hello my Linux Friend, how are you ?&amp;nbsp; Hope well, from the part of this world you are certainly if you use Linux you are supporting Open Source and part of Free Software also... do not forget to contribute to the community because the great change that Open Source has meant to the society is priceless.&amp;nbsp; The same happens with Open Hardware.&lt;br /&gt;
&lt;br /&gt;
To setup the 3.5 inch screen, after installing Raspbian this works:&lt;br /&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;pre&gt;&lt;b&gt;git clone &lt;a class=&quot;external free&quot; href=&quot;https://github.com/Elecrow-keen/Elecrow-LCD35.git&quot; rel=&quot;nofollow&quot;&gt;https://github.com/Elecrow-keen/Elecrow-LCD35.git&lt;/a&gt;&lt;/b&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;b&gt;&lt;b&gt;&lt;pre&gt;cd Elecrow-LCD35

sudo ./Elecrow-LCD35&lt;/pre&gt;
&lt;/b&gt; &lt;/b&gt;&lt;/pre&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/7624587292145292475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/7624587292145292475?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7624587292145292475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/7624587292145292475'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/08/35-inch-480x320-tft-display-with-touch.html' title='3.5 Inch 480x320 TFT Display with Touch Screen for Raspberry Pi'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-4255566317087454463</id><published>2019-08-20T23:31:00.002-03:00</published><updated>2021-08-27T15:18:14.138-03:00</updated><title type='text'>Reseteando niveles de tinta L210 Epson</title><content type='html'>&lt;h2 class=&quot;title&quot;&gt;
How to reset Ink Levels in Epson L series – L120, L210 etc&lt;/h2&gt;&lt;p&gt;
I found this useful a night after filling the ink and needing to do some urgent copies.&amp;nbsp; Since i only use Linux, this has saved the moment.&lt;br /&gt;
&lt;br /&gt;
1. You can use Ink Codes that come on Ink Bottles.&lt;br /&gt;
2. You can reset Ink Levels in L100, L200, L800 printers by WIC Reset Utility.&lt;br /&gt;
3. You can follow this instruction to reset Ink Levels in all Epson L-series printers such as:&lt;br /&gt;
L100, L110, L111, L120, L130, L200, L210, L211, L220, L300, L301, L310, 
L350, L351, L353, L355, L358, L360, L365, L455, L550, L551, L555, L558, 
L565, L800, L810, L850, L1300, L1800&lt;br /&gt;
With turned printer ON – press &lt;b&gt;Power &lt;/b&gt; button – printer will &lt;b&gt;turn OFF&lt;/b&gt;.&lt;br /&gt;
Wait 10 seconds.&lt;br /&gt;
Hold &lt;b&gt;Paper &lt;/b&gt; button, then press and release &lt;b&gt;Power  &lt;/b&gt; button- the printer will &lt;b&gt;turn ON&lt;/b&gt; and Power Green light will start to blink.&lt;br /&gt;
Release &lt;b&gt;Paper  &lt;/b&gt; button and press again for 10 seconds.&lt;br /&gt;
After 10 second release &lt;b&gt;Paper&lt;/b&gt; button, then press for 1-2 seconds again and release. Thats all.&lt;br /&gt;
This works for all Epson L-series.&lt;br /&gt;
&lt;br /&gt;
source: https://www.wic.support/how-to-reset-ink-levels-in-epson-l-series-l120-l210-etc/&lt;br /&gt;
&lt;br /&gt;
Another guide with pictures: https://support.printerpotty.com/2017/reset-ink-level-epson-ecotank-l-series&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;BLOG_video_class&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/RC_RE_LF3QM&quot; width=&quot;320&quot; youtube-src-id=&quot;RC_RE_LF3QM&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;
I am not sure if this only works once.. so the next time i had to follow this step:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/IWFyHSU-1dE/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/IWFyHSU-1dE?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/4255566317087454463/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/4255566317087454463?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/4255566317087454463'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/4255566317087454463'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/08/how-to-reset-ink-levels-in-epson-l.html' title='Reseteando niveles de tinta L210 Epson'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://img.youtube.com/vi/RC_RE_LF3QM/default.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-1592691444703428000</id><published>2019-08-19T20:06:00.002-03:00</published><updated>2019-08-19T20:06:50.765-03:00</updated><title type='text'>Format pendrive on linux for a generic device</title><content type='html'>To format a pendrive for any device like the car, a tv, a digital photo viewer is easy. But from linux you have to choose a filesystem that has more chances to be interpreted.&amp;nbsp; The most read filesystem is FAT32 or exFAT.&lt;br /&gt;
&lt;br /&gt;
fdisk /dev/sdb&lt;br /&gt;
new filesystem -&amp;gt; type : b W95 FAT32&lt;br /&gt;
mkdosfs -F 32 -I /dev/sdb1&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/1592691444703428000/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/1592691444703428000?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/1592691444703428000'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/1592691444703428000'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/08/format-pendrive-on-linux-for-generic.html' title='Format pendrive on linux for a generic device'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-8330886105728663456</id><published>2019-08-16T16:57:00.003-03:00</published><updated>2019-08-17T11:42:45.064-03:00</updated><title type='text'>I am back</title><content type='html'>Hello Linux Friends, i am back.&amp;nbsp; After 4 years i just returned.&amp;nbsp; The only think that we can be sure of is that everything changes.&amp;nbsp; I had to try another blogging system but just found that i missed this one all the time.&amp;nbsp; Finally i decided to return to this platform.&lt;br /&gt;
&lt;br /&gt;
This time, how to detect a fake usb and know its real storage ? Well, i fall in the temptation of cheap usb and huge storage from ebay!! Oh yes!! How smart i am, i can purchase it cheaper and not paying so much!!&amp;nbsp; But well... reality always wins and the 128GB usb was just not working... after researching a little bit i found this tool for linux to detect the real storage for an USB.&amp;nbsp; Obseve, it tells it is from 125GB but the real size is 30GB.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;courier new&amp;quot; , &amp;quot;courier&amp;quot; , monospace;&quot;&gt;f3probe --destructive --time-ops /dev/sdb&lt;br /&gt;F3 probe 6.0&lt;br /&gt;Copyright (C) 2010 Digirati Internet LTDA.&lt;br /&gt;This is free software; see the source for copying conditions.&lt;br /&gt;&lt;br /&gt;WARNING: Probing normally takes from a few seconds to 15 minutes, but&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; it can take longer. Please be patient.&lt;br /&gt;&lt;br /&gt;Bad news: The device `/dev/sdb&#39; is a counterfeit of type limbo&lt;br /&gt;&lt;br /&gt;You can &quot;fix&quot; this device using the following command:&lt;br /&gt;f3fix --last-sec=64897023 /dev/sdb&lt;br /&gt;&lt;br /&gt;Device geometry:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;background-color: yellow;&quot;&gt;*Usable* size: 30.95 GB (64897024 blocks)&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style=&quot;background-color: cyan;&quot;&gt;Announced size: 125.00 GB (262144000 blocks)&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module: 128.00 GB (2^37 Bytes)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Approximate cache size: 0.00 Byte (0 blocks), need-reset=no&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; Physical block size: 512.00 Byte (2^9 Bytes)&lt;br /&gt;&lt;br /&gt;Probe time: 3&#39;08&quot;&lt;br /&gt;&amp;nbsp;Operation: total time / count = avg time&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Read: 253.0ms / 2156 = 117us&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Write: 3&#39;08&quot; / 2151 = 87.5ms&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Reset: 0us / 0 = 0us&lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/8330886105728663456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/8330886105728663456?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8330886105728663456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/8330886105728663456'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2019/08/i-am-back.html' title='I am back'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-18330441.post-6266861559649096613</id><published>2015-07-22T13:04:00.003-03:00</published><updated>2015-07-22T13:27:50.625-03:00</updated><title type='text'></title><content type='html'>&lt;span style=&quot;font-size: large;&quot;&gt;After 10 years i started this blog, now i decided to keep going on a private domain and hosting.&amp;nbsp; I hope the many people who was there to read or comment could keep on reading in the other site, i will be much more motivated knowing that the content will not be used to be copied or translated, leaving me without that coffee :-)&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Do you wish to keep reading my blog but under my terms of use ?&amp;nbsp; Change please the link for this one:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;a href=&quot;http://www.wallves.com/&quot;&gt;&lt;b&gt;http://blog.wallves.com&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Thanks.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Walter&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;Linux system administration and security&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://serverlinux.blogspot.com/feeds/6266861559649096613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/18330441/6266861559649096613?isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6266861559649096613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18330441/posts/default/6266861559649096613'/><link rel='alternate' type='text/html' href='http://serverlinux.blogspot.com/2015/07/do-you-wish-to-keep-reading-my-blog-but.html' title=''/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>