<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hemna</id>
	<title>WebOS Internals - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.webos-internals.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hemna"/>
	<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/wiki/Special:Contributions/Hemna"/>
	<updated>2026-04-19T11:47:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12080</id>
		<title>Tutorials Linux Emulator Networking Proxy Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12080"/>
		<updated>2010-11-19T00:01:13Z</updated>

		<summary type="html">&lt;p&gt;Hemna: /* Create the tsocks.conf file */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Howto proxy network connections in Emulator =&lt;br /&gt;
&lt;br /&gt;
== Get tsocks ==&lt;br /&gt;
&lt;br /&gt;
==== Since the emulator is running as x86, you can just copy over your tsocks files from your linux distro ====&lt;br /&gt;
* Fire up the emulator  (palm-emulator)&lt;br /&gt;
* copy tsocks to Emulator -&amp;gt; /usr/local/bin&lt;br /&gt;
 scp -P 5522 /usr/bin/tsocks root@localhost:/usr/local/bin&lt;br /&gt;
* copy libtsocks.so to Emulator -&amp;gt; /usr/lib&lt;br /&gt;
 scp -P 5522 /usr/lib/libtsocks.so root@localhost:/usr/lib&lt;br /&gt;
&lt;br /&gt;
==== Create the tsocks.conf file ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# This is the configuration for libtsocks (transparent socks)&lt;br /&gt;
# Lines beginning with # and blank lines are ignored&lt;br /&gt;
#&lt;br /&gt;
# The basic idea is to specify:&lt;br /&gt;
#	- Local subnets - Networks that can be accessed directly without&lt;br /&gt;
#			  assistance from a socks server&lt;br /&gt;
#	- Paths - Paths are basically lists of networks and a socks server&lt;br /&gt;
#		  which can be used to reach these networks&lt;br /&gt;
#	- Default server - A socks server which should be used to access &lt;br /&gt;
#			   networks for which no path is available&lt;br /&gt;
# Much more documentation than provided in these comments can be found in&lt;br /&gt;
# the man pages, tsocks(8) and tsocks.conf(8)&lt;br /&gt;
&lt;br /&gt;
# Local networks&lt;br /&gt;
# For this example this machine can directly access 192.168.0.0/255.255.255.0 &lt;br /&gt;
# (192.168.0.*) and 10.0.0.0/255.0.0.0 (10.*)&lt;br /&gt;
&lt;br /&gt;
local = 192.168.0.0/255.255.255.0&lt;br /&gt;
local = 10.0.0.0/255.0.0.0&lt;br /&gt;
#local = &amp;lt;Network for your personal network&amp;gt;/&amp;lt;netmask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Paths&lt;br /&gt;
# For this example this machine needs to access 150.0.0.0/255.255.0.0 as &lt;br /&gt;
# well as port 80 on the network 150.1.0.0/255.255.0.0 through&lt;br /&gt;
# the socks 5 server at 10.1.7.25 (if this machines hostname was &lt;br /&gt;
# &amp;quot;socks.hello.com&amp;quot; we could also specify that, unless --disable-hostnames&lt;br /&gt;
# was specified to ./configure).&lt;br /&gt;
&lt;br /&gt;
##path {&lt;br /&gt;
#	reaches = 150.0.0.0/255.255.0.0&lt;br /&gt;
#	reaches = 150.1.0.0:80/255.255.0.0&lt;br /&gt;
#	server = 10.1.7.25&lt;br /&gt;
#	server_type = 5&lt;br /&gt;
#	default_user = delius&lt;br /&gt;
#	default_pass = hello&lt;br /&gt;
#}&lt;br /&gt;
&lt;br /&gt;
# Default server&lt;br /&gt;
# For connections that aren't to the local subnets or to 150.0.0.0/255.255.0.0&lt;br /&gt;
# the server at 192.168.0.1 should be used (again, hostnames could be used&lt;br /&gt;
# too, see note above)&lt;br /&gt;
&lt;br /&gt;
#server = 192.168.0.1&lt;br /&gt;
server = &amp;lt;IP OF YOUR socks proxy&amp;gt;&lt;br /&gt;
# Server type defaults to 4 so we need to specify it as 5 for this one&lt;br /&gt;
server_type = 5&lt;br /&gt;
# The port defaults to 1080 but I've stated it here for clarity &lt;br /&gt;
server_port = 1080 &lt;br /&gt;
&lt;br /&gt;
default_user = user@host&lt;br /&gt;
default_pass = &amp;lt;password here&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* You can test your config file by doing this&lt;br /&gt;
 /usr/local/bin/tsocks wget http://www.cnn.com&lt;br /&gt;
* If you are behind the socks proxy and the tsocks.conf is setup correctly, then the wget command should work.&lt;br /&gt;
&lt;br /&gt;
== Shim LunaSysMgr == &lt;br /&gt;
==== Permanently shim LunaSysMgr ====&lt;br /&gt;
* You can force LunaSysMgr to always use the proxy by editing the upstart script that lives in /etc/event.d&lt;br /&gt;
* Add the tsocks line in front of the call to exec LunaSysMgr&lt;br /&gt;
* vi /etc/event.d/LunaSysMgr and update the exec line to make it look like this:&lt;br /&gt;
 exec /usr/local/bin/tsocks /usr/bin/LunaSysMgr -s `cat /var/luna/preferences/sysmgr-args`&lt;br /&gt;
* reboot the emulator.   enjoy.&lt;/div&gt;</summary>
		<author><name>Hemna</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12079</id>
		<title>Tutorials Linux Emulator Networking Proxy Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12079"/>
		<updated>2010-11-18T23:59:43Z</updated>

		<summary type="html">&lt;p&gt;Hemna: /* Shim LunaSysMgr */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Howto proxy network connections in Emulator =&lt;br /&gt;
&lt;br /&gt;
== Get tsocks ==&lt;br /&gt;
&lt;br /&gt;
==== Since the emulator is running as x86, you can just copy over your tsocks files from your linux distro ====&lt;br /&gt;
* Fire up the emulator  (palm-emulator)&lt;br /&gt;
* copy tsocks to Emulator -&amp;gt; /usr/local/bin&lt;br /&gt;
 scp -P 5522 /usr/bin/tsocks root@localhost:/usr/local/bin&lt;br /&gt;
* copy libtsocks.so to Emulator -&amp;gt; /usr/lib&lt;br /&gt;
 scp -P 5522 /usr/lib/libtsocks.so root@localhost:/usr/lib&lt;br /&gt;
&lt;br /&gt;
==== Create the tsocks.conf file ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# This is the configuration for libtsocks (transparent socks)&lt;br /&gt;
# Lines beginning with # and blank lines are ignored&lt;br /&gt;
#&lt;br /&gt;
# The basic idea is to specify:&lt;br /&gt;
#	- Local subnets - Networks that can be accessed directly without&lt;br /&gt;
#			  assistance from a socks server&lt;br /&gt;
#	- Paths - Paths are basically lists of networks and a socks server&lt;br /&gt;
#		  which can be used to reach these networks&lt;br /&gt;
#	- Default server - A socks server which should be used to access &lt;br /&gt;
#			   networks for which no path is available&lt;br /&gt;
# Much more documentation than provided in these comments can be found in&lt;br /&gt;
# the man pages, tsocks(8) and tsocks.conf(8)&lt;br /&gt;
&lt;br /&gt;
# Local networks&lt;br /&gt;
# For this example this machine can directly access 192.168.0.0/255.255.255.0 &lt;br /&gt;
# (192.168.0.*) and 10.0.0.0/255.0.0.0 (10.*)&lt;br /&gt;
&lt;br /&gt;
local = 192.168.0.0/255.255.255.0&lt;br /&gt;
local = 10.0.0.0/255.0.0.0&lt;br /&gt;
#local = &amp;lt;Network for your personal network&amp;gt;/&amp;lt;netmask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Paths&lt;br /&gt;
# For this example this machine needs to access 150.0.0.0/255.255.0.0 as &lt;br /&gt;
# well as port 80 on the network 150.1.0.0/255.255.0.0 through&lt;br /&gt;
# the socks 5 server at 10.1.7.25 (if this machines hostname was &lt;br /&gt;
# &amp;quot;socks.hello.com&amp;quot; we could also specify that, unless --disable-hostnames&lt;br /&gt;
# was specified to ./configure).&lt;br /&gt;
&lt;br /&gt;
##path {&lt;br /&gt;
#	reaches = 150.0.0.0/255.255.0.0&lt;br /&gt;
#	reaches = 150.1.0.0:80/255.255.0.0&lt;br /&gt;
#	server = 10.1.7.25&lt;br /&gt;
#	server_type = 5&lt;br /&gt;
#	default_user = delius&lt;br /&gt;
#	default_pass = hello&lt;br /&gt;
#}&lt;br /&gt;
&lt;br /&gt;
# Default server&lt;br /&gt;
# For connections that aren't to the local subnets or to 150.0.0.0/255.255.0.0&lt;br /&gt;
# the server at 192.168.0.1 should be used (again, hostnames could be used&lt;br /&gt;
# too, see note above)&lt;br /&gt;
&lt;br /&gt;
#server = 192.168.0.1&lt;br /&gt;
server = &amp;lt;IP OF YOUR socks proxy&amp;gt;&lt;br /&gt;
# Server type defaults to 4 so we need to specify it as 5 for this one&lt;br /&gt;
server_type = 5&lt;br /&gt;
# The port defaults to 1080 but I've stated it here for clarity &lt;br /&gt;
server_port = 1080 &lt;br /&gt;
&lt;br /&gt;
default_user = user@host&lt;br /&gt;
default_pass = &amp;lt;password here&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Shim LunaSysMgr == &lt;br /&gt;
==== Permanently shim LunaSysMgr ====&lt;br /&gt;
* You can force LunaSysMgr to always use the proxy by editing the upstart script that lives in /etc/event.d&lt;br /&gt;
* Add the tsocks line in front of the call to exec LunaSysMgr&lt;br /&gt;
* vi /etc/event.d/LunaSysMgr and update the exec line to make it look like this:&lt;br /&gt;
 exec /usr/local/bin/tsocks /usr/bin/LunaSysMgr -s `cat /var/luna/preferences/sysmgr-args`&lt;br /&gt;
* reboot the emulator.   enjoy.&lt;/div&gt;</summary>
		<author><name>Hemna</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12078</id>
		<title>Tutorials Linux Emulator Networking Proxy Firewall</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Tutorials_Linux_Emulator_Networking_Proxy_Firewall&amp;diff=12078"/>
		<updated>2010-11-18T23:41:59Z</updated>

		<summary type="html">&lt;p&gt;Hemna: Created page with '= Howto proxy network connections in Emulator =  == Get tsocks ==  ==== Since the emulator is running as x86, you can just copy over your tsocks files from your linux distro ====…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Howto proxy network connections in Emulator =&lt;br /&gt;
&lt;br /&gt;
== Get tsocks ==&lt;br /&gt;
&lt;br /&gt;
==== Since the emulator is running as x86, you can just copy over your tsocks files from your linux distro ====&lt;br /&gt;
* Fire up the emulator  (palm-emulator)&lt;br /&gt;
* copy tsocks to Emulator -&amp;gt; /usr/local/bin&lt;br /&gt;
 scp -P 5522 /usr/bin/tsocks root@localhost:/usr/local/bin&lt;br /&gt;
* copy libtsocks.so to Emulator -&amp;gt; /usr/lib&lt;br /&gt;
 scp -P 5522 /usr/lib/libtsocks.so root@localhost:/usr/lib&lt;br /&gt;
&lt;br /&gt;
==== Create the tsocks.conf file ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# This is the configuration for libtsocks (transparent socks)&lt;br /&gt;
# Lines beginning with # and blank lines are ignored&lt;br /&gt;
#&lt;br /&gt;
# The basic idea is to specify:&lt;br /&gt;
#	- Local subnets - Networks that can be accessed directly without&lt;br /&gt;
#			  assistance from a socks server&lt;br /&gt;
#	- Paths - Paths are basically lists of networks and a socks server&lt;br /&gt;
#		  which can be used to reach these networks&lt;br /&gt;
#	- Default server - A socks server which should be used to access &lt;br /&gt;
#			   networks for which no path is available&lt;br /&gt;
# Much more documentation than provided in these comments can be found in&lt;br /&gt;
# the man pages, tsocks(8) and tsocks.conf(8)&lt;br /&gt;
&lt;br /&gt;
# Local networks&lt;br /&gt;
# For this example this machine can directly access 192.168.0.0/255.255.255.0 &lt;br /&gt;
# (192.168.0.*) and 10.0.0.0/255.0.0.0 (10.*)&lt;br /&gt;
&lt;br /&gt;
local = 192.168.0.0/255.255.255.0&lt;br /&gt;
local = 10.0.0.0/255.0.0.0&lt;br /&gt;
#local = &amp;lt;Network for your personal network&amp;gt;/&amp;lt;netmask&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Paths&lt;br /&gt;
# For this example this machine needs to access 150.0.0.0/255.255.0.0 as &lt;br /&gt;
# well as port 80 on the network 150.1.0.0/255.255.0.0 through&lt;br /&gt;
# the socks 5 server at 10.1.7.25 (if this machines hostname was &lt;br /&gt;
# &amp;quot;socks.hello.com&amp;quot; we could also specify that, unless --disable-hostnames&lt;br /&gt;
# was specified to ./configure).&lt;br /&gt;
&lt;br /&gt;
##path {&lt;br /&gt;
#	reaches = 150.0.0.0/255.255.0.0&lt;br /&gt;
#	reaches = 150.1.0.0:80/255.255.0.0&lt;br /&gt;
#	server = 10.1.7.25&lt;br /&gt;
#	server_type = 5&lt;br /&gt;
#	default_user = delius&lt;br /&gt;
#	default_pass = hello&lt;br /&gt;
#}&lt;br /&gt;
&lt;br /&gt;
# Default server&lt;br /&gt;
# For connections that aren't to the local subnets or to 150.0.0.0/255.255.0.0&lt;br /&gt;
# the server at 192.168.0.1 should be used (again, hostnames could be used&lt;br /&gt;
# too, see note above)&lt;br /&gt;
&lt;br /&gt;
#server = 192.168.0.1&lt;br /&gt;
server = &amp;lt;IP OF YOUR socks proxy&amp;gt;&lt;br /&gt;
# Server type defaults to 4 so we need to specify it as 5 for this one&lt;br /&gt;
server_type = 5&lt;br /&gt;
# The port defaults to 1080 but I've stated it here for clarity &lt;br /&gt;
server_port = 1080 &lt;br /&gt;
&lt;br /&gt;
default_user = user@host&lt;br /&gt;
default_pass = &amp;lt;password here&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Shim LunaSysMgr == &lt;br /&gt;
==== Permanently shim LunaSysMgr ====&lt;br /&gt;
* You can force LunaSysMgr to always use the proxy by editing the upstart script that lives in /etc/event.d&lt;br /&gt;
* Add the tsocks line in front of the call to exec LunaSysMgr&lt;br /&gt;
* vi /etc/event.d/LunaSysMgr and update the exec line to make it look like this:&lt;br /&gt;
 exec /usr/local/bin/tsocks /usr/bin/LunaSysMgr -s `cat /var/luna/preferences/sysmgr-args`&lt;/div&gt;</summary>
		<author><name>Hemna</name></author>
	</entry>
	<entry>
		<id>http://wiki.webos-internals.org/index.php?title=Portal:Linux_Applications&amp;diff=12077</id>
		<title>Portal:Linux Applications</title>
		<link rel="alternate" type="text/html" href="http://wiki.webos-internals.org/index.php?title=Portal:Linux_Applications&amp;diff=12077"/>
		<updated>2010-11-18T23:27:09Z</updated>

		<summary type="html">&lt;p&gt;Hemna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__notoc__&lt;br /&gt;
{{reorganize|This page needs to be reorganized still.}}&lt;br /&gt;
{{portal-header&lt;br /&gt;
|The Pre runs a very standard Linux on a commonly available processor.  Very soon after access was achieved to the Linux, the Optware team made the entire catalog of Optware packages available on the pre.  &lt;br /&gt;
&lt;br /&gt;
More about the Optware project here: [http://www.nslu2-linux.org/wiki/Optware/Packages Optware Packages].&lt;br /&gt;
&lt;br /&gt;
You can view a list of available packages here: [http://ipkg.nslu2-linux.org/feeds/optware/cs08q1armel/cross/unstable/ List of Packages].&lt;br /&gt;
&lt;br /&gt;
The community has been busy porting other applications to the Pre.  Some of those are listed, and have pages for them below.&lt;br /&gt;
}}&lt;br /&gt;
{{portal-three-columns&lt;br /&gt;
|column1=&lt;br /&gt;
* [[Portal:Linux_Applications_All|All]]&lt;br /&gt;
* [[Portal:Linux_Applications_Business|Business]]&lt;br /&gt;
* [[Portal:Linux_Applications_Communications|Communications]]&lt;br /&gt;
* [[Portal:Linux_Applications_Entertainment|Entertainment]]&lt;br /&gt;
&lt;br /&gt;
|column2=&lt;br /&gt;
* [[Portal:Linux_Applications_Food|Food]]&lt;br /&gt;
* [[Portal:Linux_Applications_Games|Games]]&lt;br /&gt;
* [[Portal:Linux_Applications_Lifestyle|Lifestyle]]&lt;br /&gt;
* [[Portal:Linux_Applications_News|News]]&lt;br /&gt;
&lt;br /&gt;
|column3=&lt;br /&gt;
* [[Portal:Linux_Applications_Social Networking|Social Networking]]&lt;br /&gt;
* [[Portal:Linux_Applications_Tutorial|Tutorial]]&lt;br /&gt;
* [[Portal:Linux_Applications_Utilities|Utilities]]&lt;br /&gt;
* [[Portal:Linux_Applications_Productivity|Productivity]]&lt;br /&gt;
}}&lt;br /&gt;
{{portal-two-columns&lt;br /&gt;
|column1=&lt;br /&gt;
== Application Tutorials ==&lt;br /&gt;
&lt;br /&gt;
'''[[Portal:Accessing Linux|Follow the Accessing Linux Article First]]'''&lt;br /&gt;
* [[Ad-Hoc_Networking|Ad-Hoc Networking]]&lt;br /&gt;
* [[Ajaxterm]]&lt;br /&gt;
* [[Apache]]&lt;br /&gt;
* [[Tutorials_Linux_climm|climm Instant Messanger]]&lt;br /&gt;
* [[Colorful_Bash_Prompt|Colorful Bash Prompt]]&lt;br /&gt;
* [[Diff]]&lt;br /&gt;
* [[Tutorials_Linux_DDNS_for_EVDO|Dynamic DNS for EVDO]]&lt;br /&gt;
* [[DFBTerm DirectFB Terminal Emulator|DFBTerm DirectFB Terminal Emulator]] &lt;br /&gt;
* [[Graphical Shell with WebShell|Graphical Shell with WebShell]] &lt;br /&gt;
* [[GUI Text Editors|GUI Text Editors]] &lt;br /&gt;
* [[HamachiVPN|HamachiVPN]] &lt;br /&gt;
* [[How To Use &amp;quot;ls&amp;quot; In Color|How To Use &amp;quot;ls&amp;quot; In Color]] &lt;br /&gt;
* [[Linux Tutorial Irssi|Linux Tutorial Irssi]]&lt;br /&gt;
* [[Linux Tutorial Snownews|Linux Tutorial Snownews]]&lt;br /&gt;
* [[Lighttpd|Lighttpd ]] &lt;br /&gt;
* [[OpenVPN for Palm Pre|OpenVPN for Palm Pre]] &lt;br /&gt;
* [[Tutorials_Linux_opt_on_loopback|/opt on loopback image on /media/internal]]&lt;br /&gt;
* [[PalmVNC Terminal|PalmVNC Terminal]] &lt;br /&gt;
* [[QEMU|QEMU]] &lt;br /&gt;
* [[QEMU webOS Emulation|QEMU webOS Emulation]] &lt;br /&gt;
* [[Running webOS in QEMU|Running webOS in QEMU]] &lt;br /&gt;
* [[Replace &amp;quot;vi&amp;quot; with Fullscreen Text Editor &amp;quot;joe&amp;quot; or &amp;quot;nano&amp;quot;|Replace &amp;quot;vi&amp;quot; with Fullscreen Text Editor &amp;quot;joe&amp;quot; or &amp;quot;nano&amp;quot;]] &lt;br /&gt;
* [[rTorrent]] &lt;br /&gt;
* [[Setup Bash|Setup Bash]] &lt;br /&gt;
* [[Samba Access|Samba Access]] &lt;br /&gt;
* [[VNC (Virtual Network Computing)|VNC (Virtual Network Computing)]] &lt;br /&gt;
* [[Vala Terminal|Vala Terminal]]&lt;br /&gt;
* [[Application:VBA|VisualBoyAdvance]] an emulator of the Game Boy, Game Boy Color, and Game Boy Advance &lt;br /&gt;
* [[Application:Stella|Stella]] Atari 2600 VCS Emulator&lt;br /&gt;
* [[Wireless Music Sync with Amarok 1.4|Wireless Music Sync with Amarok 1.4]]&lt;br /&gt;
* [[Application:Gnuboy|Gameboy emulator gnuboy on the Pre]]&lt;br /&gt;
* [[SetupSquidTransparentProxy|Setup Squid transparent proxy]]&lt;br /&gt;
* [[NES and GameBoy Emulators|NES and Gameboy Emulators Simple Setup]]&lt;br /&gt;
* [[Tutorials_Linux_Emulator_Networking_Proxy_Firewall|Howto Use Emulator behind socks proxy]]&lt;br /&gt;
&lt;br /&gt;
== Want to write a tutorial and Add it? ==&lt;br /&gt;
&lt;br /&gt;
Just name the tutorial with&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Tutorials Linux &amp;quot; + name&lt;br /&gt;
&lt;br /&gt;
Ex: Tutorials_Linux_Getting_Started&amp;lt;br /&amp;gt;&lt;br /&gt;
(spaces are the same thing as underscores)&lt;br /&gt;
&lt;br /&gt;
|column2=&lt;br /&gt;
== Policies about adding Applications ==&lt;br /&gt;
&lt;br /&gt;
Your application can be any progress (Completed/Beta/Design Phase), just make sure you have a temporary name. For example if your application is called &amp;quot;Testing This&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
{{portal-application-item&lt;br /&gt;
|name=Asteroids&lt;br /&gt;
|article=Asteroids&lt;br /&gt;
|user=AWESOM-O&lt;br /&gt;
|site=http://domain.com/asteroids/&lt;br /&gt;
|description=This is a short description, leave screenshots&lt;br /&gt;
and other details for the application page.&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Place this under the [[Portal:Linux Applications All|All Linux Application Portal]], and the category it goes under (for instance &amp;quot;Games&amp;quot; if it is a game). You can always change the applications name just make sure it is not taken and let us know on the [[Admin_Changes|Admin Changes]] page so we can delete the old application page (so others can use it).&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Hemna</name></author>
	</entry>
</feed>