<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code on arun.zechariah</title><link>https://zech.in/categories/code/</link><description>Recent content in Code on arun.zechariah</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 21 Aug 2026 16:52:47 +0530</lastBuildDate><atom:link href="https://zech.in/categories/code/index.xml" rel="self" type="application/rss+xml"/><item><title>Restoring .bak file from MS SQL on MacOS</title><link>https://zech.in/posts/mssql-backup-restore-on-macos/</link><pubDate>Wed, 11 Sep 2024 00:00:00 +0000</pubDate><guid>https://zech.in/posts/mssql-backup-restore-on-macos/</guid><description>&lt;script src="https://gist.github.com/nanusdad/0ffd1d8f20cb506338589022b48b9149.js"&gt;&lt;/script&gt;&#10;&#10;&lt;p&gt;&lt;a href="https://gist.github.com/nanusdad/" class="external-link" target="_blank" rel="noopener"&gt;https://gist.github.com/nanusdad/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Installing purchased SSL certificate on nginx (Ubuntu)</title><link>https://zech.in/posts/installing-purchased-ssl-certificate-on-nginx-ubuntu/</link><pubDate>Sat, 16 Mar 2024 05:50:45 +0000</pubDate><guid>https://zech.in/posts/installing-purchased-ssl-certificate-on-nginx-ubuntu/</guid><description>&lt;p&gt;Wrote up installing a purchased SSL certificate on nginx (Ubuntu) for &lt;a href="https://dev.to/ajzack/installing-purchased-ssl-certificate-on-nginx-ubuntu-4m45" class="external-link" target="_blank" rel="noopener"&gt;DEV Community&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;Related: &lt;a href="https://zech.in/posts/ssl-cert-on-ubuntu-lightsail-for-moodle/" &gt;Setting up LetsEncrypt SSL certificate for Moodle on Ubuntu&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;&lt;small&gt;Originally posted on &lt;a href="https://x.com/arunzech/status/1768877543959257210"&gt;X&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description></item><item><title>Docker configuration with HTTP / HTTPS proxy</title><link>https://zech.in/posts/docker-configuration-with-http-https-proxy/</link><pubDate>Tue, 12 Dec 2023 00:00:00 +0000</pubDate><guid>https://zech.in/posts/docker-configuration-with-http-https-proxy/</guid><description>&lt;script src="https://gist.github.com/nanusdad/cb0adc76b594363184e7067aeef26787.js"&gt;&lt;/script&gt;&#10;&#10;&lt;p&gt;&lt;a href="https://gist.github.com/nanusdad/" class="external-link" target="_blank" rel="noopener"&gt;https://gist.github.com/nanusdad/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Getting started with Meteor on Alpine Linux</title><link>https://zech.in/posts/getting-started-with-meteor-on-alpine-linux/</link><pubDate>Thu, 06 Oct 2022 00:00:00 +0000</pubDate><guid>https://zech.in/posts/getting-started-with-meteor-on-alpine-linux/</guid><description>&lt;script src="https://gist.github.com/nanusdad/7bc716479afeeb2c2b0d52335ba35d38.js"&gt;&lt;/script&gt;&#10;&#10;&lt;p&gt;&lt;a href="https://gist.github.com/nanusdad/" class="external-link" target="_blank" rel="noopener"&gt;https://gist.github.com/nanusdad/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Setting up LetsEncrypt SSL certificate for Moodle on Ubuntu</title><link>https://zech.in/posts/ssl-cert-on-ubuntu-lightsail-for-moodle/</link><pubDate>Mon, 28 Feb 2022 00:00:00 +0000</pubDate><guid>https://zech.in/posts/ssl-cert-on-ubuntu-lightsail-for-moodle/</guid><description>&lt;script src="https://gist.github.com/nanusdad/52b274cabdc0d1e0a073e8b0017395bc.js"&gt;&lt;/script&gt;</description></item><item><title>FFMPEG Extract audio from video</title><link>https://zech.in/posts/ffmpeg-mp4-to-mp3-flac/</link><pubDate>Sat, 05 Sep 2020 00:00:00 +0000</pubDate><guid>https://zech.in/posts/ffmpeg-mp4-to-mp3-flac/</guid><description>&lt;h3 id="extract-mp3-from-video-file"&gt;&#10; Extract MP3 from video file&#10; &lt;a class="heading-link" href="#extract-mp3-from-video-file"&gt;&#10; &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;&#10; &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;&#10; &lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;&lt;code&gt;ffmpeg -i video.mp4 -q:a 0 -map a audio.mp3&lt;/code&gt;&lt;/p&gt;&#10;&lt;h3 id="convert-mp3-to-lossless-format-flac"&gt;&#10; Convert MP3 to Lossless format (Flac)&#10; &lt;a class="heading-link" href="#convert-mp3-to-lossless-format-flac"&gt;&#10; &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;&#10; &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;&#10; &lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;p&gt;&lt;code&gt;ffmpeg -i audio.mp3 -c:a flac audio.flac&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Render.com Allow CORS</title><link>https://zech.in/posts/render-dot-com-allow-cors/</link><pubDate>Tue, 01 Sep 2020 00:00:00 +0000</pubDate><guid>https://zech.in/posts/render-dot-com-allow-cors/</guid><description>&lt;h3 id="if-you-add-another-domain-to-a-rendercom-static-site-you-will-likely-see-errors-for-css-files-this-is-because-cors-is-not-allowed"&gt;&#10; If you add another domain to a Render.com static site, you will likely see errors for CSS files, this is because CORS is not allowed&#10; &lt;a class="heading-link" href="#if-you-add-another-domain-to-a-rendercom-static-site-you-will-likely-see-errors-for-css-files-this-is-because-cors-is-not-allowed"&gt;&#10; &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;&#10; &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;&#10; &lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;h3 id="steps-to-fix-this--"&gt;&#10; Steps to fix this -&#10; &lt;a class="heading-link" href="#steps-to-fix-this--"&gt;&#10; &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading"&gt;&lt;/i&gt;&#10; &lt;span class="sr-only"&gt;Link to heading&lt;/span&gt;&#10; &lt;/a&gt;&#10;&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Click on the `Headers1 tab for the static site&lt;/li&gt;&#10;&lt;li&gt;Click the &lt;code&gt;Add Header&lt;/code&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Set Request Path to &lt;code&gt;/css/*&lt;/code&gt; or other path&lt;/li&gt;&#10;&lt;li&gt;Set Header Name to &lt;code&gt;Access-Control-Allow-Origin&lt;/code&gt;&lt;/li&gt;&#10;&lt;li&gt;Set Header Value to &lt;code&gt;https://&amp;lt;additional-domain-name&amp;gt;&lt;/code&gt;&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Click the &lt;code&gt;Save Changes&lt;/code&gt; button&lt;/li&gt;&#10;&lt;li&gt;Done !&lt;/li&gt;&#10;&lt;/ul&gt;</description></item><item><title>Certbot on LightSail</title><link>https://zech.in/posts/certbot-on-lightsail/</link><pubDate>Sat, 29 Aug 2020 00:00:00 +0000</pubDate><guid>https://zech.in/posts/certbot-on-lightsail/</guid><description>&lt;script src="https://gist.github.com/nanusdad/56d43a0a37e32c1aa380bc8b06e4927e.js"&gt;&#10;&lt;/script&gt;</description></item><item><title>Learning Locker Error</title><link>https://zech.in/posts/learning-locker-error/</link><pubDate>Thu, 27 Aug 2020 00:00:00 +0000</pubDate><guid>https://zech.in/posts/learning-locker-error/</guid><description>&lt;script src="https://gist.github.com/nanusdad/b7c5a6e866257ce709e81d144082cc95.js"&gt;&lt;/script&gt;</description></item></channel></rss>