<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics in Linux &amp;amp; Open Source Software</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 04 Apr 2026 03:56:46 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Apache + Nginx Reverse proxy, Almalinux</title>
            <link>http://forum.lowyat.net/topic/5550400</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m doing reverse proxy using nginx. The port apache has been set to 8080 (http) and 8443 (https). But when try accessing from browser, it keep show 127.0.0.1.&lt;br /&gt;&lt;br /&gt;The config on nginx as below.&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;server {&lt;br /&gt; &amp;nbsp; &amp;nbsp;listen 80;&lt;br /&gt; &amp;nbsp; &amp;nbsp;server_name mydomain.com;&lt;br /&gt; &amp;nbsp; &amp;nbsp;#return 301 https&amp;#58;//&amp;#036;server_name&amp;#036;request_uri; # Redirect HTTP to HTTPS&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;server {&lt;br /&gt; &amp;nbsp; &amp;nbsp;listen 443 ssl;&lt;br /&gt; &amp;nbsp; &amp;nbsp;server_name mydomain.com;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;# SSL Certificate Paths &amp;#40;Get these from Certbot or your provider&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;ssl_certificate /etc/letsencrypt/archive/mydomain.com/fullchain1.pem;&lt;br /&gt; &amp;nbsp; &amp;nbsp;ssl_certificate_key /etc/letsencrypt/archive/mydomain.com/privkey1.pem;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;location / {&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-Host &amp;#036;host&amp;#58;&amp;#036;server_port;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-Server &amp;#036;host;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_set_header X-Forwarded-For &amp;#036;proxy_add_x_forwarded_for;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;proxy_pass https&amp;#58;//192.168.0.20;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Am i missing something?  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>UbuntuClient</author>
            <pubDate>Fri, 26 Dec 2025 21:55:22 +0800</pubDate>
        </item>
        <item>
            <title>Keep getting attack, Apache</title>
            <link>http://forum.lowyat.net/topic/5550038</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Any idea how to block this? I try block using .htaccess but from access log it still get through.  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;172.64.200.13 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;23 +0800&amp;#93; &amp;#34;GET / HTTP/2.0&amp;#34; 301 - &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.68.159.77 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;24 +0800&amp;#93; &amp;#34;GET / HTTP/2.0&amp;#34; 200 87522 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;26 +0800&amp;#93; &amp;#34;GET /.git/config HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;26 +0800&amp;#93; &amp;#34;GET /.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.13 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;27 +0800&amp;#93; &amp;#34;GET /.env.bak HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;33 +0800&amp;#93; &amp;#34;GET /.env.txt HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.103 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;33 +0800&amp;#93; &amp;#34;GET /.env.example HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;34 +0800&amp;#93; &amp;#34;GET /.env.log HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;34 +0800&amp;#93; &amp;#34;GET /tmp/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.103 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;35 +0800&amp;#93; &amp;#34;GET /.env.dev.local HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.198.143 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;35 +0800&amp;#93; &amp;#34;GET /.env.local HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;41 +0800&amp;#93; &amp;#34;GET /.env.development HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;41 +0800&amp;#93; &amp;#34;GET /.env.production HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;42 +0800&amp;#93; &amp;#34;GET /.env.staging HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;42 +0800&amp;#93; &amp;#34;GET /.env.test HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;48 +0800&amp;#93; &amp;#34;GET /.env.backup HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;48 +0800&amp;#93; &amp;#34;GET /config/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;49 +0800&amp;#93; &amp;#34;GET /public/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;49 +0800&amp;#93; &amp;#34;GET /storage/.env HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;50 +0800&amp;#93; &amp;#34;GET /_profiler/phpinfo HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;53 +0800&amp;#93; &amp;#34;GET /admin/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;53 +0800&amp;#93; &amp;#34;GET /phpinfo.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /phpinfo HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /info.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;54 +0800&amp;#93; &amp;#34;GET /test.php HTTP/2.0&amp;#34; 200 83133 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;55 +0800&amp;#93; &amp;#34;GET /dashboard/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;55 +0800&amp;#93; &amp;#34;GET /server.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /infophp.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /php_info.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /admin/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;56 +0800&amp;#93; &amp;#34;GET /debug.php HTTP/2.0&amp;#34; 404 16 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /dev/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /staging/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /test/info.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;57 +0800&amp;#93; &amp;#34;GET /logs/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /backup/phpinfo.php HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /docker-compose.yml HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /config/parameters.yml HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.172.194 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;58 +0800&amp;#93; &amp;#34;GET /.aws/credentials HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;59 +0800&amp;#93; &amp;#34;GET /terraform.tfvars HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.115 - - &amp;#91;23/Dec/2025&amp;#58;01&amp;#58;59&amp;#58;59 +0800&amp;#93; &amp;#34;GET /config/settings.js HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /deploy.sh HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;172.64.200.12 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /.vscode/settings.json HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;162.158.103.104 - - &amp;#91;23/Dec/2025&amp;#58;02&amp;#58;00&amp;#58;00 +0800&amp;#93; &amp;#34;GET /README.md HTTP/2.0&amp;#34; 404 196 &amp;#34;-&amp;#34; &amp;#34;python-httpx/0.28.1&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <pubDate>Tue, 23 Dec 2025 08:33:21 +0800</pubDate>
        </item>
        <item>
            <title>ytDownloader, </title>
            <link>http://forum.lowyat.net/topic/5548798</link>
            <description>&lt;a href='https://pictr.com/image/xQXWaG' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/12/10/xQXWaG.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;Tested 40 minute video&lt;br /&gt;&lt;br /&gt;working&lt;br /&gt;have audio&lt;br /&gt;&lt;br /&gt;YTDownloader_Linux.AppImage&lt;br /&gt;YTDownloader_Linux.deb&lt;br /&gt;YTDownloader_Linux.rpm&lt;br /&gt;YTDownloader_Linux.zip&lt;br /&gt;YTDownloader_Mac_arm64.dmg&lt;br /&gt;YTDownloader_Mac_arm64.dmg.blockmap&lt;br /&gt;YTDownloader_Mac_arm64.zip &lt;br /&gt;Flatpak&lt;br /&gt;Snapcraft&lt;br /&gt;&lt;br /&gt;&lt;a href='https://github.com/aandrew-me/ytdownloader' target='_blank'&gt;https://github.com/aandrew-me/ytdownloader&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;--&lt;br /&gt;YouTube-dl Web Interface&lt;br /&gt;YTDLP GUI&lt;br /&gt;yt-dlp &lt;br /&gt;&lt;a href='https://ytdlp.online/' target='_blank'&gt;https://ytdlp.online/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;this one i have no idea how to use&lt;br /&gt;</description>
            <author>JLA</author>
            <pubDate>Wed, 10 Dec 2025 19:06:49 +0800</pubDate>
        </item>
        <item>
            <title>Using Linux Mint for 4-5 months now, </title>
            <link>http://forum.lowyat.net/topic/5547851</link>
            <description>Have migrated my Daily PC to Linux Mint about 4-5 months ago. So far, the experience is good (except the initial part where i have to find a solution to sync Google drive locally without using the Online Accounts function).&lt;br /&gt;&lt;br /&gt;But i have something which i am still very blur. In the initial part, i do a couple of terminal commands to install the stuff reuired for VSStudio and various plug-ins for my retro computer platform development.&lt;br /&gt;&lt;br /&gt;I am still confused about where i can see all the stuff that has been installed. In Windows, i simply go to &amp;quot;Add or Remove Programs&amp;quot; and can see everything there. Here is not so easy unless i install everything from &amp;quot;Software Manager&amp;quot;, but there are stuff which i need which is not available there.&lt;br /&gt;&lt;br /&gt;After a couple of days, i have no idea what i have installed, much less a few months later. So i have a feeling if i ever need to remove these things, i won&amp;#39;t know where to start. I understand you can check the list of installed programs using the sudo apt command, but that shows literally a gazillion stuff including dependancies.&lt;br /&gt;&lt;br /&gt;How should i go about managing this? Any advice would be appreciated. Bear in mind i am a Linux noob, although i have used UNIX decades ago during college days. (I still know how to use vi&amp;#33;&amp;#33;&amp;#33;&amp;#33; ).&lt;br /&gt;&lt;br /&gt;TQ</description>
            <author>CommodoreAmiga</author>
            <pubDate>Mon, 01 Dec 2025 10:08:10 +0800</pubDate>
        </item>
        <item>
            <title>Example of Linux polyglot file, </title>
            <link>http://forum.lowyat.net/topic/5544267</link>
            <description>Some polyglot file can be more than 2 file formats, for example, ELF + PDF + JS.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://github.com/binarygolf/BGGP/issues/152' target='_blank'&gt;https://github.com/binarygolf/BGGP/issues/152&lt;/a&gt;</description>
            <author>MatQuasar</author>
            <pubDate>Sun, 26 Oct 2025 17:49:08 +0800</pubDate>
        </item>
        <item>
            <title>PC Gaming Ubuntu, </title>
            <link>http://forum.lowyat.net/topic/5544087</link>
            <description>Sekadar mahu berkongsi pembentangan saya di Mini Ubuntu Conference 2025 Malaysia CyberDSA baru-baru ini.&lt;br /&gt;&lt;br /&gt;&lt;a href='https://docs.google.com/presentation/d/1es5bz5fayP_CEddc48Jpc77NgngNzGPwKhsHA9qFVKE/edit?usp=sharing' target='_blank'&gt;https://docs.google.com/presentation/d/1es5...dit?usp=sharing&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Sebarang komen anda boleh beri dalam Google Slides.</description>
            <author>kaibathelegacy</author>
            <pubDate>Sat, 25 Oct 2025 05:42:10 +0800</pubDate>
        </item>
        <item>
            <title>New Linux Distro From Malaysia Call PelandukOS, PelandukOS is new linux distrobution </title>
            <link>http://forum.lowyat.net/topic/5542182</link>
            <description>Hi just find new linux distro from malaysia call PelandukOS&lt;br /&gt;&lt;br /&gt;[YOUTUBE]xF9xbR09z-Y[/YOUTUBE]&lt;br /&gt;&lt;br /&gt; &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;</description>
            <author>supertuah</author>
            <pubDate>Thu, 09 Oct 2025 01:02:29 +0800</pubDate>
        </item>
        <item>
            <title>HTTP vs HTTPS, </title>
            <link>http://forum.lowyat.net/topic/5530398</link>
            <description>&lt;a href='https://pictr.com/image/xwxhvP' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/07/04/xwxhvP.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href='https://pictr.com/image/xwxV4G' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/07/04/xwxV4G.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;S For Selamat</description>
            <author>JLA</author>
            <pubDate>Fri, 04 Jul 2025 12:15:25 +0800</pubDate>
        </item>
        <item>
            <title>Debian 10 years Extended LTS by Freexian, </title>
            <link>http://forum.lowyat.net/topic/5527605</link>
            <description>&lt;a href='https://pictr.com/image/xdtANl' target='_blank'&gt;&lt;img src='https://pictr.com/images/2025/06/16/xdtANl.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;5 years from Debian&lt;br /&gt;+ 5 years Extended LTS by Freexian&lt;br /&gt;&lt;br /&gt;Each Debian release has some peculiarities in terms of support, open the associated page to discover them:&lt;br /&gt;&lt;br /&gt;    Debian 8 Jessie will be supported until 30th June 2025.&lt;br /&gt;    Debian 9 Stretch will be supported until 30th June 2027.&lt;br /&gt;    Debian 10 Buster will be supported until 30th June 2029.&lt;br /&gt;    Debian 11 Bullseye will be supported until 30th June 2031.&lt;br /&gt;    Debian 12 Bookworm will be supported until 30th June 2033.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://www.freexian.com/lts/extended/' target='_blank'&gt;https://www.freexian.com/lts/extended/&lt;/a&gt;&lt;br /&gt;</description>
            <author>JLA</author>
            <pubDate>Mon, 16 Jun 2025 11:54:04 +0800</pubDate>
        </item>
        <item>
            <title>Firewalld, Block source ip under public</title>
            <link>http://forum.lowyat.net/topic/5525685</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;How to block source ip to public rule? Not sure it call rule.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;public&lt;br /&gt; &amp;nbsp;target&amp;#58; default&lt;br /&gt; &amp;nbsp;icmp-block-inversion&amp;#58; no&lt;br /&gt; &amp;nbsp;interfaces&amp;#58;&lt;br /&gt; &amp;nbsp;sources&amp;#58;&lt;br /&gt; &amp;nbsp;services&amp;#58; dhcpv6-client http https ssh&lt;br /&gt; &amp;nbsp;ports&amp;#58;&lt;br /&gt; &amp;nbsp;protocols&amp;#58;&lt;br /&gt; &amp;nbsp;forward&amp;#58; yes&lt;br /&gt; &amp;nbsp;masquerade&amp;#58; no&lt;br /&gt; &amp;nbsp;forward-ports&amp;#58;&lt;br /&gt; &amp;nbsp;source-ports&amp;#58;&lt;br /&gt; &amp;nbsp;icmp-blocks&amp;#58;&lt;br /&gt; &amp;nbsp;rich rules&amp;#58;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <pubDate>Mon, 02 Jun 2025 16:46:21 +0800</pubDate>
        </item>
        <item>
            <title>Nginx, Setting</title>
            <link>http://forum.lowyat.net/topic/5520000</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Care to explain value in the circle?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <pubDate>Wed, 23 Apr 2025 18:13:40 +0800</pubDate>
        </item>
        <item>
            <title>OPNSense Router setup cannot get WAN IP Address, </title>
            <link>http://forum.lowyat.net/topic/5499002</link>
            <description>Dear all forumer, I had setup opnsense router using PPPOE username/password and vlanid 500 but it failed to get WAN IP Address. What is the problem? &lt;br /&gt;&lt;br /&gt;How to troubleshoot it?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>nicholaswkc</author>
            <pubDate>Wed, 11 Dec 2024 09:19:54 +0800</pubDate>
        </item>
        <item>
            <title>gtk gui client for Wireguard, </title>
            <link>http://forum.lowyat.net/topic/5497241</link>
            <description>&lt;b&gt;Wireguard gtk gui client for Linux&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Debian 12 bookworm use this wireguird&lt;br /&gt;&lt;a href='https://github.com/UnnoTed/wireguird' target='_blank'&gt;https://github.com/UnnoTed/wireguird&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Debian 11 and below install  Wire GUI &lt;br /&gt;discontinued but still working&lt;br /&gt;&lt;a href='https://github.com/Devsfy/wiregui' target='_blank'&gt;https://github.com/Devsfy/wiregui&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Download deb and install&lt;br /&gt;&lt;br /&gt;Open and import wireguard .conf file&lt;br /&gt;&lt;br /&gt;This is the client app to connect to the server somewhere else</description>
            <author>JLA</author>
            <pubDate>Sat, 30 Nov 2024 12:53:26 +0800</pubDate>
        </item>
        <item>
            <title>utube apk without ads,, youtube premium or watever</title>
            <link>http://forum.lowyat.net/topic/5496808</link>
            <description>Hi, i bought an original ANdroid Tv box. &lt;br /&gt;Watching YOutube. I know there are ads nowdays n hv to pay to avoid, but on ANDroid TV, it&amp;#39;s tooo much. &lt;!--emo&amp;:ranting:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/ranting.gif' border='0' style='vertical-align:middle' alt='ranting.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:bangwall:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/bangwall.gif' border='0' style='vertical-align:middle' alt='bangwall.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;Not bearable and i don&amp;#39;t understand why it is much much worse than watching YOUtube on Phone or Pc.&lt;br /&gt;Ads be like 90seconds non skippable and interferes for every 1-2mins.&lt;br /&gt;&lt;br /&gt;SO, nahh, ytiup premium bullshit ka apa,, this feels more like forced and greed(Since the Box is original, why much Wrse than PC and PHone??). &lt;br /&gt;My opinion.&lt;br /&gt;&lt;br /&gt;CAn share where to get apk, modded or any idea,, to reduce ads. &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;Currently i wnna use phone apk n sideload and see if that reduces ads. LEts see,&lt;br /&gt;</description>
            <author>hdbjhn2</author>
            <pubDate>Wed, 27 Nov 2024 22:07:55 +0800</pubDate>
        </item>
        <item>
            <title>ExifCleaner GUI, </title>
            <link>http://forum.lowyat.net/topic/5490242</link>
            <description>&lt;a href='https://pictr.com/image/xUvanZ' target='_blank'&gt;&lt;img src='https://pictr.com/images/2024/10/22/xUvanZ.md.png' border='0' alt='user posted image' /&gt;&lt;/a&gt;&lt;br /&gt;Drag and drop&lt;br /&gt;&lt;br /&gt;Desktop app to clean metadata from images, videos, PDFs, and other files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='https://github.com/szTheory/exifcleaner' target='_blank'&gt;https://github.com/szTheory/exifcleaner&lt;/a&gt;</description>
            <author>JLA</author>
            <pubDate>Tue, 22 Oct 2024 22:37:23 +0800</pubDate>
        </item>
        <item>
            <title>Cache Wordpress, Nginx + Almalinux</title>
            <link>http://forum.lowyat.net/topic/5484024</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Does anyone know how to do cache with nginx? Currently setup not as reverse proxy.&lt;br /&gt;&lt;br /&gt;Most tutorial show using setup nginx as reverse proxy.&lt;br /&gt;&lt;br /&gt;My setup as below.&lt;br /&gt;&amp;gt; &lt;a href='https://privatebin.net/?f90c11b99c7c2574#BGwFdBeP1sycU4DQsdtaKUCFzrAa5wcWRetMrwC2Lv8m' target='_blank'&gt;https://privatebin.net/?f90c11b99c7c2574#BG...wcWRetMrwC2Lv8m&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#91;root@node1 ~&amp;#93;# curl -I https&amp;#58;//mydomain.top&lt;br /&gt;HTTP/2 200&lt;br /&gt;server&amp;#58; nginx/1.24.0&lt;br /&gt;date&amp;#58; Sat, 21 Sep 2024 12&amp;#58;49&amp;#58;32 GMT&lt;br /&gt;content-type&amp;#58; text/html; charset=UTF-8&lt;br /&gt;x-powered-by&amp;#58; PHP/8.1.29&lt;br /&gt;x-powered-cache&amp;#58; MISS&lt;br /&gt;link&amp;#58; &amp;#60;https&amp;#58;//mydomain.top/wp-json/&amp;#62;; rel=&amp;#34;https&amp;#58;//api.w.org/&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks,</description>
            <author>UbuntuClient</author>
            <pubDate>Sat, 21 Sep 2024 20:54:46 +0800</pubDate>
        </item>
        <item>
            <title>Ubuntu Update, 24 LTS</title>
            <link>http://forum.lowyat.net/topic/5479154</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I wang update my server using cli. But seem keep getting same error. &lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;Reading package lists... Done&lt;br /&gt;E&amp;#58; The repository &amp;#39;https&amp;#58;//packagecloud.io/ookla/speedtest-cli/ubuntu noble Release&amp;#39; does not have a Release fi &amp;nbsp; le.&lt;br /&gt;N&amp;#58; Updating from such a repository can&amp;#39;t be done securely, and is therefore disabled by default.&lt;br /&gt;N&amp;#58; See apt-secure&amp;#40;8&amp;#41; manpage for repository creation and user configuration details.&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;The source list from MY so slow. I&amp;#39;ll try others source list but getting same error.&lt;br /&gt;&lt;br /&gt;Please guide me.  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:clap:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxms.gif' border='0' style='vertical-align:middle' alt='rclxms.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;</description>
            <author>UbuntuClient</author>
            <pubDate>Thu, 29 Aug 2024 13:44:37 +0800</pubDate>
        </item>
        <item>
            <title>Nginx Error, Subfolder</title>
            <link>http://forum.lowyat.net/topic/5477724</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I want to set subfolder using nginx but it thrown error. &lt;br /&gt;&lt;br /&gt;The config here &amp;gt; &lt;a href='https://privatebin.net/?ca8735ddfd3ec74a#7gaVQywm78Huvn5iJVZwK1ktb4HqTSkAc1Hg979PMJ9s' target='_blank'&gt;https://privatebin.net/?ca8735ddfd3ec74a#7g...SkAc1Hg979PMJ9s&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The error code as below&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;2024/08/23 09&amp;#58;11&amp;#58;35 &amp;#91;error&amp;#93; 71702#71702&amp;#58; *1 FastCGI sent in stderr&amp;#58; &amp;#34;Primary script unknown&amp;#34; while reading response header from upstream, client&amp;#58; 175.143.193.207, server&amp;#58; domain1.com, request&amp;#58; &amp;#34;GET /kekabooboutique/ HTTP/2.0&amp;#34;, upstream&amp;#58; &amp;#34;fastcgi&amp;#58;//unix&amp;#58;/run/php/php8.0-fpm.sock&amp;#58;&amp;#34;, host&amp;#58; &amp;#34;domain1.com&amp;#34;&lt;br /&gt;2024/08/23 09&amp;#58;11&amp;#58;35 &amp;#91;error&amp;#93; 71702#71702&amp;#58; *1 FastCGI sent in stderr&amp;#58; &amp;#34;Primary script unknown&amp;#34; while reading response header from upstream, client&amp;#58; 175.143.193.207, server&amp;#58; domain1.com, request&amp;#58; &amp;#34;GET /kekabooboutique/ HTTP/2.0&amp;#34;, upstream&amp;#58; &amp;#34;fastcgi&amp;#58;//unix&amp;#58;/run/php/php8.0-fpm.sock&amp;#58;&amp;#34;, host&amp;#58; &amp;#34;domain1.com&amp;#34;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <pubDate>Fri, 23 Aug 2024 09:15:58 +0800</pubDate>
        </item>
        <item>
            <title>Ubuntu, 24 LTS</title>
            <link>http://forum.lowyat.net/topic/5477262</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I want to set static ip via cli.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m follow tutorial below. But getting error as image attach.&lt;br /&gt;&amp;gt; &lt;a href='https://krishnendubhowmick.medium.com/how-to-configure-a-static-ip-address-on-ubuntu-20-04-22-04-lts-step-by-step-4a35d6662083' target='_blank'&gt;https://krishnendubhowmick.medium.com/how-t...ep-4a35d6662083&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I think tutorial is missing somewhere.  &lt;!--emo&amp;:confused:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;Please guide me.&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>UbuntuClient</author>
            <pubDate>Wed, 21 Aug 2024 09:59:54 +0800</pubDate>
        </item>
        <item>
            <title>PHP file keep download, </title>
            <link>http://forum.lowyat.net/topic/5469644</link>
            <description>OS: Almalinux 9&lt;br /&gt;Web server: nginx&lt;br /&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;I have setup web server using nginx and already install php using dnf.&lt;br /&gt;&lt;br /&gt;But when i check using info.php, it keep download the file.&lt;br /&gt;&lt;br /&gt;In .conf i already define index.php.&lt;br /&gt;&lt;br /&gt;Please advice.&lt;br /&gt;&lt;br /&gt;thanks,</description>
            <author>UbuntuClient</author>
            <pubDate>Tue, 16 Jul 2024 17:52:05 +0800</pubDate>
        </item>
    </channel>
</rss>
