<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Showing Wlan IP on ssh login boot]]></title><description><![CDATA[<p dir="auto">This is a way to show your wlan ip address when logging in via ssh. It can be changed to show eth also.</p>
<ul>
<li>edit /etc/profile . If you don't have nano installed, run <strong>opkg install nano</strong> to do so</li>
<li>Add a line after line 4 with the following text : IP=$(/sbin/ifconfig wlan0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')</li>
<li>add another line with the following text : echo "wlan0 IP: $IP"</li>
<li>save and exit<br />
If you want to have the ethernet ip just change wlan0 to eth0<br />
This is pretty standard to all Linux but i find it useful to have that info if you're working with a few accesses at the same time.</li>
</ul>
<p dir="auto"><img src="/uploads/files/1448722600439-001.jpg" alt="001.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://community.onion.io/topic/154/showing-wlan-ip-on-ssh-login-boot</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 03:47:09 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/154.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Nov 2015 14:57:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Showing Wlan IP on ssh login boot on Sat, 28 Nov 2015 14:57:06 GMT]]></title><description><![CDATA[<p dir="auto">This is a way to show your wlan ip address when logging in via ssh. It can be changed to show eth also.</p>
<ul>
<li>edit /etc/profile . If you don't have nano installed, run <strong>opkg install nano</strong> to do so</li>
<li>Add a line after line 4 with the following text : IP=$(/sbin/ifconfig wlan0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}')</li>
<li>add another line with the following text : echo "wlan0 IP: $IP"</li>
<li>save and exit<br />
If you want to have the ethernet ip just change wlan0 to eth0<br />
This is pretty standard to all Linux but i find it useful to have that info if you're working with a few accesses at the same time.</li>
</ul>
<p dir="auto"><img src="/uploads/files/1448722600439-001.jpg" alt="001.jpg" class="img-responsive img-markdown" /></p>
]]></description><link>http://community.onion.io/post/1165</link><guid isPermaLink="true">http://community.onion.io/post/1165</guid><dc:creator><![CDATA[Pedro Baco]]></dc:creator><pubDate>Sat, 28 Nov 2015 14:57:06 GMT</pubDate></item><item><title><![CDATA[Reply to Showing Wlan IP on ssh login boot on Sat, 28 Nov 2015 19:37:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/192">@Pedro-Baco</a> Thanks for sharing! I also like how you've translated the slogan <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>http://community.onion.io/post/1177</link><guid isPermaLink="true">http://community.onion.io/post/1177</guid><dc:creator><![CDATA[Boken Lin]]></dc:creator><pubDate>Sat, 28 Nov 2015 19:37:33 GMT</pubDate></item><item><title><![CDATA[Reply to Showing Wlan IP on ssh login boot on Sat, 28 Nov 2015 21:11:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/192">@Pedro-Baco</a> Cool <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":-)" alt="🙂" /></p>
<p dir="auto">An associated but different tip for accessing/editing file on your Omega for those who are not highly familiar with editors like <strong>nano</strong> and who access their Omega from a computer and would prefer to use a GUI editor:</p>
<ul>
<li>On a Linux system (I'm using KUbuntu-14.04), using Dolphin File Manager:
<ul>
<li>Under <strong>Network</strong> use <strong>Add Network Folder</strong> to set up an FTP network folder to your Omega (<a href="ftp://root@192.168.3.1:21/" rel="nofollow">ftp://root@192.168.3.1:21/</a>)</li>
<li>Then you can access your Omega file system and edit files using (e.g.) Kate</li>
</ul>
</li>
<li>On a Windows system use something like WinSCP (<a href="http://winscp.net" rel="nofollow">http://winscp.net</a>) to access your Omega file system:
<ul>
<li>Set up connection with protocol: <strong>SCP</strong> IP Address:<strong>192.168.3.1</strong> Port:<strong>22</strong></li>
<li>Then you can use WinSCP to transfer files between your computer and your Omega and use you favourite text editor to edit files - I use PSPad (<a href="http://www.pspad.com" rel="nofollow">http://www.pspad.com</a>)</li>
<li>Just one thing to watch that I have got caught by before: ensure your editor either can set line endings to use or will respect source line endings - some Windows based editors insist on using Windows line ending rather than Linux line endings and some Linux applications have problems with files with Windows line endings</li>
</ul>
</li>
</ul>
]]></description><link>http://community.onion.io/post/1187</link><guid isPermaLink="true">http://community.onion.io/post/1187</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sat, 28 Nov 2015 21:11:08 GMT</pubDate></item><item><title><![CDATA[Reply to Showing Wlan IP on ssh login boot on Sat, 28 Nov 2015 21:54:07 GMT]]></title><description><![CDATA[<p dir="auto">Notepad++ is what i use under Windows for editing such files <a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/19">@Kit-Bishop</a></p>
]]></description><link>http://community.onion.io/post/1188</link><guid isPermaLink="true">http://community.onion.io/post/1188</guid><dc:creator><![CDATA[Pedro Baco]]></dc:creator><pubDate>Sat, 28 Nov 2015 21:54:07 GMT</pubDate></item><item><title><![CDATA[Reply to Showing Wlan IP on ssh login boot on Sat, 28 Nov 2015 23:36:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.onion.io/uid/192">@Pedro-Baco</a> Yes, Notepad++ should be fine.  I'm thinking of changing to use it.<br />
EditPad Pro (<a href="http://www.editpadpro.com" rel="nofollow">http://www.editpadpro.com</a>) is quite good too.<br />
I work with diverse OS environments (Windows/Linux/Unix/Solaris) and have known people get in to trouble using the standard Windows Notepad to edit Linux config files because of line ending issues. <img src="http://community.onion.io/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=ic093v0mjao" class="not-responsive emoji emoji-android emoji--disappointed" title=":-(" alt="😞" /></p>
]]></description><link>http://community.onion.io/post/1195</link><guid isPermaLink="true">http://community.onion.io/post/1195</guid><dc:creator><![CDATA[Kit Bishop]]></dc:creator><pubDate>Sat, 28 Nov 2015 23:36:53 GMT</pubDate></item></channel></rss>