<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Thanks to antville.org</title>
    <link>https://oksoft.antville.org/</link>
    <description>Adding Value with limited resources</description>
    <language>en</language>
    <pubDate>Wed, 17 Jun 2026 19:42:05 GMT</pubDate>
    <dc:date>2026-06-17T19:42:05Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>install ubuntu GUI on EC2 instance</title>
      <link>https://oksoft.antville.org/stories/2325842/</link>
      <description>&lt;p&gt;#!/bin/bashset -e&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Switching to text mode (stop GNOME crash)...&amp;quot;sudo systemctl set-default multi-user.target&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Removing GNOME...&amp;quot;sudo apt purge -y ubuntu-desktop gnome-shell ubuntu-session gdm3sudo apt autoremove -y&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Updating packages...&amp;quot;sudo apt update&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Installing FULL Xubuntu desktop (Firefox + LibreOffice + full GUI)...&amp;quot;sudo apt install -y xubuntu-desktop&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Installing XRDP...&amp;quot;sudo add-apt-repository -y universesudo apt updatesudo apt install -y xrdp&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Enabling XRDP...&amp;quot;sudo systemctl enable xrdpsudo systemctl restart xrdp&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Configuring XRDP to use Xfce...&amp;quot;echo &amp;quot;startxfce4&amp;quot; | sudo tee /etc/skel/.xsessionecho &amp;quot;startxfce4&amp;quot; &amp;gt; ~/.xsession&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; If UFW exists, allow RDP...&amp;quot;sudo ufw allow 3389 || true&lt;/p&gt;&lt;p&gt;sudo useradd -m dbaecho &amp;quot;dba:india162&amp;quot; | sudo chpasswdsudo usermod -aG sudo dba&lt;/p&gt;&lt;p&gt;echo &amp;quot;===&amp;gt; Repair complete. Rebooting...&amp;quot;sudo reboot&lt;/p&gt;</description>
      <pubDate>Mon, 17 Nov 2025 04:06:24 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/2325842/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2025-11-17T04:06:24Z</dc:date>
    </item>
    <item>
      <title>Zoom in Ubuntu</title>
      <link>https://oksoft.antville.org/stories/1925658/</link>
      <description>&lt;p&gt;I can change the tabs in firefox by using Alt + 2 or Alt + 3 or alt + 4 etc. I accidentally found today that Window key + 2 can be used to zoom in! Window key + 1 is for Normal screen size.&lt;/p&gt;</description>
      <pubDate>Sun, 23 Aug 2009 02:19:04 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1925658/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2009-08-23T02:19:04Z</dc:date>
    </item>
    <item>
      <title>Finding in Linux</title>
      <link>https://oksoft.antville.org/stories/1922780/</link>
      <description>&lt;p&gt;I was looking for the file translate.html from my backup drives, e: and f:Since it was taking some time on Windows system, I stared the live session of Ubuntu and used the following command after touching both the drives from &amp;quot;Places&amp;quot; menu.&lt;/p&gt;&lt;p&gt;find /media/ -name translate.html&lt;/p&gt;&lt;p&gt;Very fast and accurate results!&lt;/p&gt;</description>
      <pubDate>Mon, 10 Aug 2009 07:26:40 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1922780/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2009-08-10T07:26:40Z</dc:date>
    </item>
    <item>
      <title>Ubuntu Root</title>
      <link>https://oksoft.antville.org/stories/1922596/</link>
      <description>&lt;p&gt;The root account is disabled by default on Ubuntu installations, mainly to prevent you from doing something you didn’t intend to do.You can enable root account as follows:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Type sudo passwd root and provide a root password.&lt;/li&gt;&lt;li&gt;Then head on over to System &amp;gt; Administration &amp;gt; Login Window, go to the Security tab and check “Enable local system administrator login”&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;You should now be able to login as root from the Login prompt. As an alternative you can use “sudo su” to provide your password and get root prompt.&lt;/p&gt;</description>
      <pubDate>Sun, 09 Aug 2009 06:05:26 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1922596/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2009-08-09T06:05:26Z</dc:date>
    </item>
    <item>
      <title>Starting Ubuntu</title>
      <link>https://oksoft.antville.org/stories/1922595/</link>
      <description>&lt;p&gt;You can make Ubuntu remember the applications you had open when you last logged out, so that when you log back in again you’ll find all those applications running and you can resume right from where you left off.&lt;/p&gt;&lt;p&gt;To achieve this go to System &amp;gt; Preferences &amp;gt; Startup Applications, then go to the options tab and check “Automatically remember running applications when logging out”&lt;/p&gt;</description>
      <pubDate>Sun, 09 Aug 2009 06:01:13 GMT</pubDate>
      <guid>https://oksoft.antville.org/stories/1922595/</guid>
      <dc:creator>shantanuo</dc:creator>
      <dc:date>2009-08-09T06:01:13Z</dc:date>
    </item>
  </channel>
</rss>

