<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hello Thupten &#187; &#187; tips and tricks</title>
	<atom:link href="https://www.thupten.feedback/category/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thupten.feedback</link>
	<description>Just another developer&#039;s blog</description>
	<lastBuildDate>Fri, 08 May 2026 23:50:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.2</generator>
	<item>
		<title>Google play store update not receiving for alpha or beta tester</title>
		<link>https://www.thupten.feedback/2014/12/16/google-play-store-update-not-receiving-for-alpha-or-beta-tester/</link>
		<comments>https://www.thupten.feedback/2014/12/16/google-play-store-update-not-receiving-for-alpha-or-beta-tester/#respond</comments>
		<pubDate>Tue, 16 Dec 2014 16:08:46 +0000</pubDate>
		<dc:creator><![CDATA[thupten]]></dc:creator>
				<category><![CDATA[mobile]]></category>
		<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.hellothupten.com/?p=834</guid>
		<description><![CDATA[If your testers are not receiving the update option for alpha or beta testing, try the following Make sure you followed Google&#8217;s instruction correctly. That is, a) Create google group b) Add the tester to the group c) Make sure tester accepts to be a tester If your tester has several Google accounts in his/her [&#8230;]]]></description>
				<content:encoded><![CDATA[If your testers are not receiving the update option for alpha or beta testing, try the following
<ul>
	<li>Make sure you followed Google&#8217;s instruction correctly. That is, a) Create google group b) Add the tester to the group c) Make sure tester accepts to be a tester</li>
	<li>If your tester has several Google accounts in his/her phone, then either add all these accounts as testers or remove non tester accounts from the phone. &#8216;Application already exists&#8217; notification error shows up if you have any non testing Google account in the device. It is just best to have only one Google account in the device which is the testing account.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>https://www.thupten.feedback/2014/12/16/google-play-store-update-not-receiving-for-alpha-or-beta-tester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing linux terminal colors</title>
		<link>https://www.thupten.feedback/2014/12/15/customizing-linux-terminal-colors/</link>
		<comments>https://www.thupten.feedback/2014/12/15/customizing-linux-terminal-colors/#respond</comments>
		<pubDate>Mon, 15 Dec 2014 16:27:51 +0000</pubDate>
		<dc:creator><![CDATA[thupten]]></dc:creator>
				<category><![CDATA[tips and tricks]]></category>

		<guid isPermaLink="false">http://www.hellothupten.com/?p=828</guid>
		<description><![CDATA[Add the following to ~/.bashrc alias ls='ls --color' LS_COLORS='di=95;1:fi=0;1:ln=91;1:pi=5;1:so=5;1:bd=5;1:cd=5;1:or=31;1:mi=0;1:ex=96;1:*.rpm=33;1:*.deb=33;1' export LS_COLORS Then execute .bashrc to apply the changes. source ~/.bashrc 0 = default colour 1 = bold 4 = underlined 5 = flashing text 7 = reverse field 31 = red 32 = green 33 = orange 34 = blue 35 = purple 36 = [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Add the following to <code>~/.bashrc</code></p>

<pre name="code" class="php">
alias ls='ls --color'
LS_COLORS='di=95;1:fi=0;1:ln=91;1:pi=5;1:so=5;1:bd=5;1:cd=5;1:or=31;1:mi=0;1:ex=96;1:*.rpm=33;1:*.deb=33;1'
export LS_COLORS
</pre>
<p></p>
<p>Then execute <code>.bashrc</code> to apply the changes.</p>

<pre name="code" class="php">
source ~/.bashrc
</pre>

<pre name="code" class="php">
0   = default colour
1   = bold
4   = underlined
5   = flashing text
7   = reverse field
31  = red
32  = green
33  = orange
34  = blue
35  = purple
36  = cyan
37  = grey
40  = black background
41  = red background
42  = green background
43  = orange background
44  = blue background
45  = purple background
46  = cyan background
47  = grey background
90  = dark grey
91  = light red
92  = light green
93  = yellow
94  = light blue
95  = light purple
96  = turquoise
100 = dark grey background
101 = light red background
102 = light green background
103 = yellow background
104 = light blue background
105 = light purple background
106 = turquoise background
</pre>
<p>For more details</p>
<a href="http://linux-sxs.org/housekeeping/lscolors.html">http://linux-sxs.org/housekeeping/lscolors.html</a>]]></content:encoded>
			<wfw:commentRss>https://www.thupten.feedback/2014/12/15/customizing-linux-terminal-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
