<?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[Popular Topics]]></title><description><![CDATA[A list of topics that are sorted by post count]]></description><link>https://forum.sumisu.xyz/popular/alltime</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 22:06:27 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/popular/alltime.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jul 2024 07:23:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[MFME Information]]></title><description><![CDATA[<h1>Information about MFME.</h1>
<hr />
<h6>Q. What is MFME?</h6>
<p dir="auto">A. MFME stands for <a href="https://en.wikipedia.org/wiki/Fruit_machine_(disambiguation)" target="_blank" rel="noopener noreferrer nofollow ugc">Multi Fruit Machine Emulator</a>. It takes roms from real fruit machines, then the community builds the visuals around the machine to make a working fruit machine. It’s like VisualPinball, in that the roms are emulated and the appearance of the slots is simulated.</p>
<hr />
<h6>Q. What are some resources for MFME?</h6>
<p dir="auto">A.</p>
<ol>
<li>The best resource is going to be <a href="https://www.desertislandfruits.com/" target="_blank" rel="noopener noreferrer nofollow ugc">Desert Island Fruits</a>, that was the owners site, and where most, if not all things were released for MFME.</li>
<li>Another good website is <a href="https://www.fruit-emu.com/forums/files/" target="_blank" rel="noopener noreferrer nofollow ugc">Fruit Emu</a>, they also have a lot of layouts and other things for MFME.</li>
</ol>
]]></description><link>https://forum.sumisu.xyz/topic/4/mfme-information</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/4/mfme-information</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Mon, 29 Jul 2024 07:23:05 GMT</pubDate></item><item><title><![CDATA[Download MFME 20.0]]></title><description><![CDATA[<h3><strong>About This File</strong></h3>
<blockquote>
<p dir="auto"><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/26a0.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--warning" style="height:23px;width:auto;vertical-align:middle" title=":warning:" alt="⚠" /> <strong>Please Note:</strong> The Author of MFME sadly passed away a short while ago so please don’t use the donation link within the emulator</p>
</blockquote>
<p dir="auto">Here is the MFME v20 release.<br />
<a href="https://www.desertislandfruits.com/forum/index.php?/files/file/687-mfme/&amp;do=download" target="_blank" rel="noopener noreferrer nofollow ugc"><img src="https://i.imgur.com/7yrmvd3.png" alt="2e7314ea-6f6b-4915-a2f0-20979fa274fe-image.png" class=" img-fluid img-markdown" /> </a></p>
]]></description><link>https://forum.sumisu.xyz/topic/5/download-mfme-20-0</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/5/download-mfme-20-0</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Mon, 29 Jul 2024 07:24:54 GMT</pubDate></item><item><title><![CDATA[How to automatically rotate display for MFME?]]></title><description><![CDATA[<p dir="auto">Trying to figure this out I did a lot of research and found something called <a href="http://noeld.com/dl.asp?filename=display.zip" target="_blank" rel="noopener noreferrer nofollow ugc">Display</a>, which is a small application that lets you control the orentation of your screen through the command line. Since MFME takes command line arguments, I made a <code>.bat</code> file to automatically open a specified ROM.</p>
<pre><code>@echo off

REM Create a temporary file to indicate script completion
echo &gt; close.tmp

REM Start command prompt windows for display commands
start cmd.exe /k "C:\Display\display64.exe -device 1 -rotate 90 /toggle" ^&amp; timeout /t 1 &gt; nul

REM Run the MFME executable
"C:\MFME\v20\MFME.exe" "E:\Fruit Machine\ROMS\Some MFME ROM\Some_MFME_ROM_(Brand)_[Dx02_15jp].gam"

REM Start command prompt windows for display commands
start cmd.exe /k "C:\Display\display64.exe -device 1 -rotate 90 /toggle" ^&amp; timeout /t 1 &gt; nul

REM Wait for MFME to finish and then delete the temporary file
timeout /t 1 &gt; nul
del close.tmp

REM Check if the temporary file exists; if not, close all windows
if not exist close.tmp (
    taskkill /f /im cmd.exe
)

exit
</code></pre>
<p dir="auto">For this code to work you need to change where the files are located to where you have them on your PC. You also need to setup MFME like this: File/Preferences/Load Mode = Full Screen Max Stretch, after you do that just run the .bat file and it should rotate your display, and then run the game. After you exit the game it will rotate your display back and then automatically close all of the CMD windows.</p>
]]></description><link>https://forum.sumisu.xyz/topic/11/how-to-automatically-rotate-display-for-mfme</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/11/how-to-automatically-rotate-display-for-mfme</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Mon, 29 Jul 2024 13:14:44 GMT</pubDate></item><item><title><![CDATA[Update MineOS to a newer version of Java]]></title><description><![CDATA[<p dir="auto">If your Minecraft servers are not starting, it could be do to MineOS not having a new enough version of Java. To update the Java version you just need to run a few commands. This will update MineOS to Java 22.</p>
<p dir="auto">First we need to remove the default Java version with this command:<br />
<code>apt remove java-common</code> (if nothing gets removed, that’s okay, just continue to the next step)</p>
<p dir="auto">Next we need to download Java 22 for Linux x64:<br />
<code>wget https://download.java.net/java/GA/jdk22.0.2/c9ecb94cd31b495da20a27d4581645e8/9/GPL/openjdk-22.0.2_linux-x64_bin.tar.gz</code></p>
<p dir="auto">Now we need to extract the contents into a folder:<br />
<code>tar -xf openjdk-22.0.2_linux-x64_bin.tar.gz -C /opt/</code></p>
<p dir="auto">Lastly we need to create a link to the new Java version we installed:<br />
<code>ln -sf /opt/jdk-22.0.2/bin/java /usr/bin/java</code></p>
<p dir="auto">Now that Java is updated you should now be able to start your Minecraft server without restarting. Even thought the server will boot, I would recommend restarting MineOS just to be safe.</p>
]]></description><link>https://forum.sumisu.xyz/topic/23/update-mineos-to-a-newer-version-of-java</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/23/update-mineos-to-a-newer-version-of-java</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Wed, 11 Sep 2024 04:58:49 GMT</pubDate></item><item><title><![CDATA[Stirling PDF]]></title><description><![CDATA[<p dir="auto"><img src="https://raw.githubusercontent.com/Stirling-Tools/Stirling-PDF/main/docs/stirling.png" alt="Stirling PDF" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://www.stirlingpdf.com/" target="_blank" rel="noopener noreferrer nofollow ugc">Stirling PDF</a>?</h3>
<p dir="auto">A locally hosted one-stop shop for all your PDF needs</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/Stirling-Tools/Stirling-PDF/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Stirling-Tools/Stirling-PDF/blob/main/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: '3.3'
services:
  stirling-pdf:
    image: frooodle/s-pdf:latest
    ports:
      - '8080:8080'
    volumes:
      - stirling-pdf-trainingData:/usr/share/tessdata #Required for extra OCR languages
      - stirling-pdf-extraConfigs:/configs
      - stirling-pdf-customFiles:/customFiles/
      - stirling-pdf-logs:/logs/
    environment:
      - DOCKER_ENABLE_SECURITY=true
      - SECURITY_ENABLE_LOGIN=true
      - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
      - LANGS=en_US

volumes:
  stirling-pdf-trainingData:
  stirling-pdf-extraConfigs:
  stirling-pdf-customFiles:
  stirling-pdf-logs:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/26/stirling-pdf</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/26/stirling-pdf</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Sun, 29 Sep 2024 17:47:29 GMT</pubDate></item><item><title><![CDATA[NodeBB]]></title><description><![CDATA[<p dir="auto"><img src="https://nodebb.org/wp-content/uploads/2021/08/nodebb@j2x1.png" alt="NodeBB" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://nodebb.org/" target="_blank" rel="noopener noreferrer nofollow ugc">NodeBB</a>?</h3>
<p dir="auto">NodeBB is next-generation forum software – powerful, mobile-ready and easy to use.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/NodeBB/NodeBB/blob/master/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/NodeBB/NodeBB/blob/master/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: '3.8'

services:
  nodebb:
    image: ghcr.io/nodebb/nodebb:latest
    restart: unless-stopped
    ports:
      - '4567:4567' # comment this out if you don't want to expose NodeBB to the host, or change the first number to any port you want

    volumes:
      - nodebb_uploads:/usr/src/app/public/uploads
      - nodebb_config:/opt/config

  postgres:
    image: postgres:16.3-alpine
    restart: unless-stopped
    environment:
      POSTGRES_USER: nodebb
      POSTGRES_PASSWORD: nodebb
      POSTGRES_DB: nodebb
    volumes:
      - nodebb_postgres_data:/var/lib/postgresql/data

volumes:

  nodebb_postgres_data:
  nodebb_uploads:
  nodebb_config:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/25/nodebb</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/25/nodebb</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Sun, 29 Sep 2024 17:20:33 GMT</pubDate></item><item><title><![CDATA[YOURLS]]></title><description><![CDATA[<p dir="auto"><img src="https://github.com/YOURLS/YOURLS/raw/master/images/yourls-logo.svg" alt="YOURLS" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://yourls.org/" target="_blank" rel="noopener noreferrer nofollow ugc">YOURLS</a>?</h3>
<p dir="auto">YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener, on your server. You’ll have full control over your data, detailed stats, analytics, plugins, and more. It’s free and open-source.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/YOURLS/YOURLS/blob/master/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/YOURLS/YOURLS/blob/master/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: "3.1"
services:
  mariadb:
    hostname: mariadb
    image: linuxserver/mariadb:latest
    environment:
      MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
      MYSQL_DATABASE: ${DATABASE_NAME}
      MYSQL_USER: ${DATABASE_USER}
      MYSQL_PASSWORD: ${DATABASE_PASSWORD}
      PUID: ${PUID}
      PGID: ${PGID}
      TZ: ${TZ}
    networks:
      - yourls
    restart: unless-stopped
    volumes:
      - yourls-database:/config
  phpmyadmin:
    image: phpmyadmin:latest
    environment:
      PMA_HOST: mariadb
      PMA_PORT: 3306
      PMA_ARBITRARY: 1
    ports:
      - 4281:80
    networks:
      - yourls
    restart: unless-stopped
      
  yourls:
    container_name: yourls
    hostname: yourls
    image: yourls:latest
    environment:
      YOURLS_DB_HOST: mariadb
      YOURLS_DB_NAME: ${DATABASE_NAME}
      YOURLS_DB_USER: ${DATABASE_USER}
      YOURLS_DB_PASS: ${DATABASE_PASSWORD}
      YOURLS_SITE: ${YOURLS_SITE}
      YOURLS_USER: ${YOURLS_USERNAME}
      YOURLS_PASS: ${YOURLS_PASSWORD}
    networks:
      - yourls
    ports:
      - 4280:80
    restart: unless-stopped
    depends_on:
      - mariadb

networks:
  yourls:

volumes:
  yourls-database:
</code></pre>
<h3>.env</h3>
<pre><code class="language-.env">PUID=1000
PGID=1000
TZ=America/New_York
YOURLS_SITE=http://example.com
YOURLS_USERNAME=yourls-username
YOURLS_PASSWORD=yourls-password
DATABASE_NAME=yourls
DATABASE_USER=yourls
DATABASE_PASSWORD=yourls-database-password
MYSQL_ROOT_PASSWORD=yourls-database-password
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/27/yourls</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/27/yourls</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Sun, 29 Sep 2024 18:04:34 GMT</pubDate></item><item><title><![CDATA[Nexterm]]></title><description><![CDATA[<p dir="auto"><img src="https://camo.githubusercontent.com/21f3c4a1825a2c9ca96331c3f57705336e01a97e431dd44a8668ed8a55eb8434/68747470733a2f2f692e696d6775722e636f6d2f57684e595267582e706e67" alt="Nexterm" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://docs.nexterm.dev/" target="_blank" rel="noopener noreferrer nofollow ugc">Nexterm</a>?</h3>
<p dir="auto">The open source server management software for SSH, VNC &amp; RDP</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/gnmyt/Nexterm/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/gnmyt/Nexterm/blob/main/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f40b.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--whale2" style="height:23px;width:auto;vertical-align:middle" title=":whale2:" alt="🐋" /> Docker</h3>
<pre><code>docker run -d -p 6989:6989 --name nexterm --restart always -v nexterm:/app/data germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
</code></pre>
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>services:
  nexterm:
    ports:
      - "6989:6989"
    restart: always
    volumes:
      - nexterm:/app/data
    image: germannewsmaker/nexterm:1.0.2-OPEN-PREVIEW
volumes:
  nexterm:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/24/nexterm</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/24/nexterm</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Sun, 29 Sep 2024 17:13:14 GMT</pubDate></item><item><title><![CDATA[Configure Wifi Settings on Raspberry Pi Zero 2 W using the SD Card]]></title><description><![CDATA[<p dir="auto">To setup a new WiFi connection on the Raspberry Pi using only the SD card, you will need to create a new file in <code>/etc/NetworkManager/system-connections</code> called <code>MySSID.nmconnection</code>. Replace the <code>MySSID</code> with the name of your network, if your network has spaces create it like this: <code>sudo nano 'My Network With Spaces.nmconnection'</code>.</p>
<p dir="auto">For the contents of the file, it needs to look like this:</p>
<pre><code>[connection]
id=My Network With Spaces
uuid=
type=wifi

[wifi]
cloned-mac-address=
mode=infrastructure
ssid=My Network With Spaces

[wifi-security]
key-mgmt=wpa-psk
psk=My Network Password

[ipv4]
method=auto

[ipv6]
addr-gen-mode=stable-privacy
method=auto

[proxy]
</code></pre>
<p dir="auto">Be sure to change <code>id</code> and <code>ssid</code> to be the name of your network, you don’t need to add quotes if there are spaces in your networks name. Also be sure to change <code>psk</code> to be your network password. When you are done use <code>Ctrl+X</code> to save the changes.</p>
<p dir="auto">Now we need to restrict the file’s access rights because NetworkManager requires it to be only accessible by root:<br />
<code>sudo chmod -R 600 /etc/NetworkManager/system-connections/MySSID.nmconnection</code><br />
<code>sudo chown -R root:root /etc/NetworkManager/system-connections/MySSID.nmconnection</code></p>
<p dir="auto">Now you should be able to automatically connect to your WiFi network during the next boot.</p>
]]></description><link>https://forum.sumisu.xyz/topic/22/configure-wifi-settings-on-raspberry-pi-zero-2-w-using-the-sd-card</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/22/configure-wifi-settings-on-raspberry-pi-zero-2-w-using-the-sd-card</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Wed, 11 Sep 2024 04:49:53 GMT</pubDate></item><item><title><![CDATA[XBackBone]]></title><description><![CDATA[<p dir="auto"><img src="https://xbackbone.app/img/xbackbone.png" alt="XBackBone" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://xbackbone.app/" target="_blank" rel="noopener noreferrer nofollow ugc">XBackBone</a>?</h3>
<p dir="auto">XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and *NIX systems. It supports uploading and displaying images, GIF, video, code, formatted text, pdf, and file downloading and uploading. Also have a web UI with multi user management, media gallery and search support.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://xbackbone.app/license.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://xbackbone.app/license.html</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>---
services:
  xbackbone:
    image: lscr.io/linuxserver/xbackbone:latest
    container_name: xbackbone
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Chicago
      - PHP_UPLOAD_MAX_FILESIZE=4G
    volumes:
      - config:/config
    ports:
      - 8089:80
      - 8443:443
    restart: unless-stopped
volumes:
  config:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/29/xbackbone</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/29/xbackbone</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 05 Nov 2024 16:47:42 GMT</pubDate></item><item><title><![CDATA[n8n]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.wikimedia.org/wikipedia/commons/5/53/N8n-logo-new.svg" alt="n8n" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://n8n.io/" target="_blank" rel="noopener noreferrer nofollow ugc">n8n</a>?</h3>
<p dir="auto">n8n is an extendable workflow automation tool. With a <a href="https://faircode.io/" target="_blank" rel="noopener noreferrer nofollow ugc">fair-code</a> distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n’s node-based approach makes it highly versatile, enabling you to connect anything to everything.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/n8n-io/n8n/blob/master/LICENSE.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/n8n-io/n8n/blob/master/LICENSE.md</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: "3.7"

services:
  n8n:
    image: docker.n8n.io/n8nio/n8n
    restart: always
    ports:
      - "5678:5678"
    environment:
      - N8N_HOST=n8n.example.com #Host without http/https
      - N8N_PORT=5678
      - N8N_PROTOCOL=https
      - NODE_ENV=production
      - WEBHOOK_URL=https://api.example.com/
      - GENERIC_TIMEZONE=America/Chicago
    volumes:
      - n8n_data:/home/node/.n8n

volumes:
  n8n_data:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/30/n8n</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/30/n8n</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 05 Nov 2024 16:54:19 GMT</pubDate></item><item><title><![CDATA[Wallos]]></title><description><![CDATA[<p dir="auto"><img src="https://github.com/ellite/Wallos/raw/main/images/siteicons/walloswhite.png" alt="Wallos" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://github.com/ellite/Wallos" target="_blank" rel="noopener noreferrer nofollow ugc">Wallos</a>?</h3>
<p dir="auto">Wallos is a powerful, open-source, and self-hostable web application designed to empower you in managing your finances with ease. Say goodbye to complicated spreadsheets and expensive financial software – Wallos simplifies the process of tracking expenses and helps you gain better control over your financial life.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/ellite/Wallos/blob/main/LICENSE.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ellite/Wallos/blob/main/LICENSE.md</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>services:
  wallos:
    container_name: wallos
    image: bellamy/wallos:latest
    ports:
      - "8282:80/tcp"
    environment:
      TZ: 'America/Chicago'
    # Volumes store your data between container upgrades
    volumes:
      - 'db:/var/www/html/db'
      - 'logos:/var/www/html/images/uploads/logos'
    restart: unless-stopped
volumes:
  db:
  logos:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/32/wallos</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/32/wallos</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 05 Nov 2024 17:05:51 GMT</pubDate></item><item><title><![CDATA[Koillection]]></title><description><![CDATA[<p dir="auto"><img src="https://user-images.githubusercontent.com/20560781/80213166-0e560e00-8639-11ea-944e-4f79fdbcef55.png" alt="Koillection" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://github.com/benjaminjonard/koillection" target="_blank" rel="noopener noreferrer nofollow ugc">Koillection</a>?</h3>
<p dir="auto">Koillection is a self-hosted collection manager created to keep track of physical (mostly) collections of any kind like books, DVDs, stamps, games… Koillection is meant to be used for any kind of collections and doesn’t come with pre-built metadata download. But you can tailor your own HTML scraper, or you can add your own metadata freely.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/benjaminjonard/koillection/blob/1.5/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/benjaminjonard/koillection/blob/1.5/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: '3'

services:
    # Koillection
    koillection:
        image: koillection/koillection
        container_name: koillection
        restart: unless-stopped
        ports:
            - 8082:80
        environment:
            - DB_DRIVER=pdo_pgsql
            - DB_NAME=koillection
            - DB_HOST=db
            - DB_PORT=5432
            - DB_USER=root
            - DB_PASSWORD=root
            - DB_VERSION=12.2
            - PHP_TZ=America/Chicago
            - HTTPS_ENABLED=0 #(1 or 0)
        depends_on:
            - db
        volumes:
            - conf:/conf
            - uploads:/uploads

    # Database : choose one of the following
    db:
        image: postgres:latest
        container_name: db
        restart: unless-stopped
        environment:
            - POSTGRES_DB=koillection
            - POSTGRES_USER=root
            - POSTGRES_PASSWORD=root
        volumes:
            - "postgresql:/var/lib/postgresql/data"
volumes:
  postgresql:
  conf:
  uploads:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/31/koillection</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/31/koillection</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 05 Nov 2024 16:58:08 GMT</pubDate></item><item><title><![CDATA[n.eko]]></title><description><![CDATA[<p dir="auto"><img src="https://raw.githubusercontent.com/m1k1o/neko/master/docs/_media/logo.png" alt="n.eko" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://neko.m1k1o.net/" target="_blank" rel="noopener noreferrer nofollow ugc">n.eko</a>?</h3>
<p dir="auto">Welcome to Neko, a self-hosted virtual browser that runs in Docker and uses WebRTC technology. Neko is a powerful tool that allows you to run a fully-functional browser in a virtual environment, giving you the ability to access the internet securely and privately from anywhere. With Neko, you can browse the web, run applications, and perform other tasks just as you would on a regular browser, all within a secure and isolated environment. Whether you are a developer looking to test web applications, a privacy-conscious user seeking a secure browsing experience, or simply someone who wants to take advantage of the convenience and flexibility of a virtual browser, Neko is the perfect solution.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/m1k1o/neko/blob/master/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m1k1o/neko/blob/master/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>version: "3.4"
services:
  neko:
    image: "m1k1o/neko:firefox"
    restart: "unless-stopped"
    shm_size: "2gb"
    ports:
      - "8080:8080"
      - "52000-52100:52000-52100/udp"
    environment:
      NEKO_SCREEN: 1024×576@30
      NEKO_PASSWORD: GuestPassword1 #Enter guest password here - Autologin URL - http://server:8080/?usr=guest1&amp;pwd=GuestPassword1
      NEKO_PASSWORD_ADMIN: AdminPassword1 #Enter admin password here - Autologin URL - http://server:8080/?usr=admin1&amp;pwd=AdminPassword1
      NEKO_EPR: 52000-52100
      NEKO_ICELITE: 1
      NEKO_NAT1TO1: 192.168.1.20 #Local IP Address
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/33/n-eko</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/33/n-eko</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 05 Nov 2024 17:12:04 GMT</pubDate></item><item><title><![CDATA[Get last &#96;n&#96; lines of a huge file in Windows using PowerShell]]></title><description><![CDATA[<p dir="auto">You can use a command like:</p>
<pre><code>Get-Content InputFile.txt -Tail n &gt; OutputFile.txt
</code></pre>
<p dir="auto">Replace <code>InputFile.txt</code> with the file you want to get the data from. Replace <code>n</code> with the amount of lines you want to extract from the file. Replace the <code>OutputFile.txt</code> with what you would like the file to be named. The file will be placed wherever your current directory is in PowerShell.</p>
]]></description><link>https://forum.sumisu.xyz/topic/34/get-last-n-lines-of-a-huge-file-in-windows-using-powershell</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/34/get-last-n-lines-of-a-huge-file-in-windows-using-powershell</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Mon, 18 Nov 2024 03:39:33 GMT</pubDate></item><item><title><![CDATA[Tracking down where disk space has gone on Linux?]]></title><description><![CDATA[<p dir="auto">Try <a href="https://dev.yorhel.nl/ncdu" target="_blank" rel="noopener noreferrer nofollow ugc">ncdu</a>, an excellent command-line disk usage analyser:<br />
<img src="https://pics.sumisu.xyz/i/b056cada-4679-4cc7-94e2-8134940d78f1.jpg" alt="image" class=" img-fluid img-markdown" /><br />
<code>sudo apt install ncdu</code></p>
<p dir="auto">You quite probably know which filesystem is short of space. In which case you can use <code>ncdu -x</code> to only count files and directories on the same filesystem as the directory being scanned. <code>– Luke Cousins Jul 21, 2017 at 11:51</code></p>
<p dir="auto">best answer. also: <code>sudo ncdu -rx /</code> should give a clean read on biggest dirs/files ONLY on root area drive. (<code>-r</code> = read-only, <code>-x</code> = stay on same filesystem (meaning: do not traverse other filesystem mounts) ) <code>– B. Shea Sep 21, 2017 at 15:52</code></p>
<p dir="auto">I personally would use something like this: <code>sudo ncdu --confirm-delete -rx / --exclude /mnt</code>. This allows you to push <code>d</code> on files to delete them. It also won’t scan any files that you have in <code>/mnt</code>.</p>
]]></description><link>https://forum.sumisu.xyz/topic/36/tracking-down-where-disk-space-has-gone-on-linux</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/36/tracking-down-where-disk-space-has-gone-on-linux</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 19 Nov 2024 08:58:52 GMT</pubDate></item><item><title><![CDATA[Using your own router&#x2F;firewall with Optimum&#x2F;SuddenLink (bridge mode and how to disable Wi-Fi)]]></title><description><![CDATA[<p dir="auto"><img src="https://miro.medium.com/v2/resize:fit:261/1*7F3kqH-kxDcbao9SSxYrFg.png" alt="Altice UBC1326 modem/gateway commonly used by Optimum/SuddenLink." class=" img-fluid img-markdown" /><br />
If you’re using your own router/firewall and noticed that the WAN address is something like 192.168.0.1 or 192.168.1.1, that’s because your modem/gateway has its own private network. You don’t want that if you’re using your own equipment, because the modem/gateway is <a href="https://en.wikipedia.org/wiki/Network_address_translation" target="_blank" rel="noopener noreferrer nofollow ugc">NATing</a> traffic and your router/firewall won’t be able to directly utilize port forwarding.</p>
<p dir="auto">Okay, no problem, so let’s just disable NAT through the modem/gateway’s interface. But… if you have a modem/gateway from <a href="https://optimum.net/" target="_blank" rel="noopener noreferrer nofollow ugc">Optimum</a>/SuddenLink… <strong>you can’t access the web interface!</strong></p>
<p dir="auto">That’s not surprising. Their modems are poorly configured and according to support, <strong>cannot be directly accessed</strong>.</p>
<p dir="auto">Optimum now supports <strong>changing your Wi-Fi network name and password through their website</strong>, but there’s no way to log into the interface directly, such as to <a href="http://192.168.254.1/" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.254.1</a>.</p>
<p dir="auto">If you try to go to that address, it fails. Well, err, actually it <em><strong>does</strong></em> connect, but returns an <a href="https://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_client_errors" target="_blank" rel="noopener noreferrer nofollow ugc">HTTP status code 401 (Unauthorized)</a>. That means port 80 is open, and it is accepting traffic, but it won’t allow you to access it.<br />
<img src="https://miro.medium.com/v2/resize:fit:399/1*32pZOcvelUDRWOTxIhgl2Q.png" alt="HTTP ERROR 401 Image" class=" img-fluid img-markdown" /></p>
<p dir="auto">Error when connecting to Optimum modem interface.</p>
<p dir="auto">If you go to <a href="http://192.168.254.1/login" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.254.1/login</a> you’ll see yet another error.<br />
<img src="https://miro.medium.com/v2/resize:fit:223/1*Rj0zEMTfKSFdRBnHLzMIJg.png" alt="micro_httpd 404 Not Found Image" class=" img-fluid img-markdown" /></p>
<p dir="auto">Error when connecting to Optimum modem interface.</p>
<p dir="auto">Here’s why…</p>
<p dir="auto">From the factory, the device has a web interface and also supports telnet/SSH. After performing <a href="https://www.rfwireless-world.com/Terminology/DOCSIS-RF-Frequency-Range-and-Bandwidth.html" target="_blank" rel="noopener noreferrer nofollow ugc">downstream/upstream ranging</a> (where it’s actually scanning the frequency range for a connection), the <a href="https://en.wikipedia.org/wiki/Cable_modem_termination_system" target="_blank" rel="noopener noreferrer nofollow ugc">Cable Modem Termination System (CMTS)</a> works with <a href="https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol" target="_blank" rel="noopener noreferrer nofollow ugc">DHCP</a> to download a small configuration file (boot file) on your modem using a <a href="https://www.excentis.com/blog/how-to-provision-a-cable-modem-using-the-isc-dhcp-server/" target="_blank" rel="noopener noreferrer nofollow ugc">special DHCP option</a>.</p>
<p dir="auto">Apart from IP address assignment itself, DHCP is commonly used to set <a href="https://www.excentis.com/blog/how-to-create-a-cable-modem-config-file/" target="_blank" rel="noopener noreferrer nofollow ugc">connection speeds</a> and other <a href="https://en.wikipedia.org/wiki/DOCSIS" target="_blank" rel="noopener noreferrer nofollow ugc">DOCSIS</a> configuration settings. That’s right… you Internet speed is controlled by your modem itself. The other special DHCP option that is commonly used is to set a TFTP server for firmware updates. Optimum disables the modem interface through either the DOCSIS config or through firmware using the DHCP special option.</p>
<p dir="auto">Since Optimum is <strong>hell-bent</strong> on locking out ALL of the functions traditionally available on the modem, <strong>you won’t be able to access the modem interface after it obtains an IP address</strong>. Crap.</p>
<hr />
<h1>Using Your Own Router/Firewall</h1>
<p dir="auto">If you’re using your own router/firewall, and want to route traffic directly through the modem/gateway instead of having it NAT your traffic, you’ll need to enable <strong>bridge mode</strong>.</p>
<p dir="auto">If you want to enable <strong>bridge mode</strong> on your modem, you will <strong>have to call their support</strong> and request it. They may tell you “you can do that on the website”, but they are mistaken. Only tech support can enable bridge mode, and it can be done. If you get someone who says otherwise, ask for Tier-2 support or a supervisor.<br />
<img src="https://miro.medium.com/v2/resize:fit:224/1*P2KGHkyf2aIKxjDnit7yug.png" alt="WiFi Logo" class=" img-fluid img-markdown" /></p>
<hr />
<h1>Disabling Wi-Fi on the Modem/Gateway</h1>
<p dir="auto">So you’ve got bridge mode enabled, but the modem’s Wi-Fi network is still broadcasting… hmm… so not true bridge mode then.</p>
<p dir="auto">That’s okay, if you have <strong>your own wireless access point</strong> and don’t to use the built-in Wi-Fi functionality of the modem/gateway, here’s the trick:</p>
<ul>
<li>Press the <strong>Info</strong> button so the lights come on</li>
<li>Hold down <strong>WPS</strong> and Info for <strong>5 seconds</strong></li>
<li><strong>Wait</strong> a minute or two</li>
</ul>
<p dir="auto">This works on many of their modems, including the <strong>Altice GR140D</strong> and <strong>Altice UBC1326</strong>.</p>
<p dir="auto">The disablement should also persist across reboots.</p>
]]></description><link>https://forum.sumisu.xyz/topic/37/using-your-own-router-firewall-with-optimum-suddenlink-bridge-mode-and-how-to-disable-wi-fi</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/37/using-your-own-router-firewall-with-optimum-suddenlink-bridge-mode-and-how-to-disable-wi-fi</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 19 Nov 2024 09:10:45 GMT</pubDate></item><item><title><![CDATA[Windows Mobile 5-6, Pocket PC Serial Keys:]]></title><description><![CDATA[<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Game</th>
<th>Key 1</th>
<th>Key 2</th>
<th>Key 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Monopoly</td>
<td>52142652</td>
<td>52136525</td>
<td>52137097</td>
</tr>
<tr>
<td>Scrabble</td>
<td>46244097</td>
<td>46243219</td>
<td></td>
</tr>
<tr>
<td>Backgammon</td>
<td>43215790</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Bejeweled 2</td>
<td>RHLN5JH4</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Text Twist</td>
<td>R6TPH0E4</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Zuma</td>
<td>RFXPH7A4</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Sim City 2000</td>
<td>HKOL20A9OM7Y</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Yahtzee</td>
<td>77914236</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Battleship</td>
<td>96982058</td>
<td>96973753</td>
<td></td>
</tr>
<tr>
<td>Tetris GamePak</td>
<td>36526834</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<h3>Other Keys:</h3>
<p dir="auto">Here is a link to more keys: <a href="https://mhm.wtf/n6bgr?ref=sumisu.xyz" target="_blank" rel="noopener noreferrer nofollow ugc">PrivateBin</a></p>
]]></description><link>https://forum.sumisu.xyz/topic/39/windows-mobile-5-6-pocket-pc-serial-keys</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/39/windows-mobile-5-6-pocket-pc-serial-keys</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 19 Nov 2024 09:53:40 GMT</pubDate></item><item><title><![CDATA[How to make an Excel Inventory Spreadsheet]]></title><description><![CDATA[<h1><strong>Sheet 1</strong></h1>
<hr />
<h2>Cells: A2-A101</h2>
<p dir="auto">!!! warning [Warning]: This uses an older form of spreadsheets because the Pocket PC is to old to open .xlsx files and so on.</p>
<pre><code>=IF(C2="","",IF(COUNTIF(Sheet2!$A$1:$A$1000,D2)&gt;0,C2&amp;" x"&amp;COUNTIF(Sheet2!$A$1:$A$1000,D2),C2&amp;" x0"))
=IF(C3="","",IF(COUNTIF(Sheet2!$A$1:$A$1000,D3)&gt;0,C3&amp;" x"&amp;COUNTIF(Sheet2!$A$1:$A$1000,D3),C3&amp;" x0"))
</code></pre>
<p dir="auto">These formulas repeat all the way down the A column.</p>
<p dir="auto">This Excel formula checks if the value in cell <strong>C2</strong> is blank. If it is blank, it returns an empty cell. If <strong>C2</strong> is not blank, it counts the number of times the value in cell <strong>D2</strong> appears in a range of cells in Sheet2. If the count is greater than zero, the formula returns the value in <strong>C2</strong> followed by " x" and the count of occurrences of <strong>D2</strong> in the range. If the count is zero, it returns the value in <strong>C2</strong> followed by " x 0". Essentially, this formula is used to concatenate the value in <strong>C2</strong> with a count of how many times a specific value appears in a range of cells in <strong>“Sheet2”</strong>.</p>
<hr />
<h2>Cells: B2-B101</h2>
<pre><code>=COUNTIF(Sheet2!$A$1:$A$1000,D2)
=COUNTIF(Sheet2!$A$1:$A$1000,D3)
</code></pre>
<p dir="auto">These formulas repeat all the way down the B column.</p>
<p dir="auto">This Excel formula counts the number of times the value in cell <strong>D2</strong> appears in the range <strong>A1:A1000</strong> on a worksheet called <strong>“Sheet2”</strong>.</p>
<hr />
<h2>Cells: C2-C101</h2>
<p dir="auto">These cells are just the names of the items that you want to take inventory of.</p>
<hr />
<h2>Cells: D2-D101</h2>
<p dir="auto">These cells contain the barcodes for items that you wish to scan using the scanner in <strong>Sheet2</strong> of the spreadsheet. You can customize the barcodes for each item. For instance, you cannot scan a fork directly, but you can assign a unique barcode <strong>(10025)</strong> for the fork and scan it to count inventory.</p>
<p dir="auto">Example of <strong>Code-128</strong> Barcode with <strong>(10025)</strong> as the data.<br />
<img src="https://pics.sumisu.xyz/i/aa66c637-0e68-40ec-bb50-96e44a8e973a.gif" alt="Code-128" class=" img-fluid img-markdown" /></p>
<p dir="auto">Example of smaller <strong>Data Matrix</strong> Barcode with the same data <strong>(10025)</strong>.<br />
<img src="https://pics.sumisu.xyz/i/6dbec92b-7a86-40b6-b448-a8d17423e240.gif" alt="Data Matrix" class=" img-fluid img-markdown" /></p>
<hr />
<h1><strong>Sheet 2</strong></h1>
<hr />
<h2>Cells: A2-A1000</h2>
<p dir="auto">Use these cells to scan barcodes into the spreadsheet using your Pocket PC scanner. As you scan, the data will update automatically on <strong>“Sheet1”</strong>. You don’t need to follow any specific order while scanning.</p>
]]></description><link>https://forum.sumisu.xyz/topic/38/how-to-make-an-excel-inventory-spreadsheet</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/38/how-to-make-an-excel-inventory-spreadsheet</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Tue, 19 Nov 2024 09:42:21 GMT</pubDate></item><item><title><![CDATA[Set Static IP Address on Ubuntu Server]]></title><description><![CDATA[<p dir="auto">To set a static IP address, we are going to use <code>netplan</code>.</p>
<hr />
<p dir="auto">First make sure that it is installed using this command:</p>
<pre><code class="language-bash">sudo apt install openvswitch-switch-dpdk
</code></pre>
<hr />
<p dir="auto">Next we need to figure out what interface our server is using. To do that we need to run:</p>
<pre><code class="language-bash">ip route show
</code></pre>
<p dir="auto">After we run the command we are looking for the interface. When I ran it, I got this:</p>
<pre><code>default via 192.168.1.1 dev ens18 proto dhcp src 192.168.1.110 metric 100
192.168.1.0/24 dev ens18 proto kernel scope link src 192.168.1.110 metric 100
192.168.1.1 dev ens18 proto dhcp scope link src 192.168.1.110 metric 100
</code></pre>
<p dir="auto">We need to find the line with <code>192.168.1.0/24</code>. So my interface is going to be <code>ens18</code></p>
<hr />
<p dir="auto">Next we need to make the configuration file. I am going to use <code>nano</code> to do this.</p>
<pre><code class="language-bash">sudo nano /etc/netplan/99_config.yaml
</code></pre>
<p dir="auto">In the configuration file we need to add this:</p>
<pre><code class="language-yaml">network:
  version: 2
  renderer: networkd
  ethernets:
    ens18:
      dhcp4: no
      addresses:
        -  192.168.1.5/24
      routes:
        - to: default
          via: 192.168.1.1
      nameservers:
          addresses: [192.168.1.1, 8.8.8.8, 8.8.4.4]
</code></pre>
<p dir="auto">Be sure to change the line under <code>ethernets</code> to your interface like I have here. Under addresses, this is where we are going to put the IP address we want to use: <code>192.168.1.5/24</code>. If you are using nano, press <code>Ctrl+X</code> then <code>Enter</code> to save the file.</p>
<hr />
<p dir="auto">After we make the configuration file, we need to set the permissions for the file. To do that we use this command:</p>
<pre><code class="language-bash">sudo chmod 600 /etc/netplan/*
</code></pre>
<p dir="auto">This will set all the configuration files in that directory to have the correct permissions.</p>
<hr />
<p dir="auto">Now all we need to do is run this command:</p>
<pre><code class="language-bash">sudo netplan apply
</code></pre>
<p dir="auto">This will apply the configuration, now your IP address is set.</p>
<hr />
<p dir="auto">One last thing that I like to do, is to remove this <code>192.168.1.1 dev ens18 proto dhcp scope link src 192.168.1.110 metric 100</code> configuration. To do that we need to run:</p>
<pre><code class="language-bash">sudo ip route del 192.168.1.1
</code></pre>
<p dir="auto">This will delete that configuration. Now everything should be set.</p>
]]></description><link>https://forum.sumisu.xyz/topic/41/set-static-ip-address-on-ubuntu-server</link><guid isPermaLink="true">https://forum.sumisu.xyz/topic/41/set-static-ip-address-on-ubuntu-server</guid><dc:creator><![CDATA[Sumisu]]></dc:creator><pubDate>Sat, 30 Nov 2024 05:08:12 GMT</pubDate></item></channel></rss>