<?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>Ubuntu Sharing</title>
	<atom:link href="http://ubuntuguide.net/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Tue, 14 May 2013 07:58:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Restore original icons, window, and theme in Ubuntu 13.04</title>
		<link>http://ubuntuguide.net/restore-original-icons-window-and-theme-in-ubuntu-13-04</link>
		<comments>http://ubuntuguide.net/restore-original-icons-window-and-theme-in-ubuntu-13-04#comments</comments>
		<pubDate>Tue, 14 May 2013 07:58:49 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9290</guid>
		<description><![CDATA[This simple and brief tutorial is going to show you how to quickly restore the Unity default icons, window decoration, cursor, and GTK theme in Ubuntu 13.04 Raring Ringtail.

First go to Ubuntu Software Center, search for and install "unity tweak tool":

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/install-unity-tweak-tool.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/install-unity-tweak-tool-467x360.png" alt="install-unity-tweak-tool" width="467" height="360" class="aligncenter size-medium wp-image-9291" /></a>

Unity Tweak Tool is a simple configuration software for Unity Desktop Environment. Once installed it, launch and go to <i>Appearance -> Theme</i>. You'll see the window as below:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Restore-default-theme.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Restore-default-theme-500x462.png" alt="Restore-default-theme" width="500" height="462" class="aligncenter size-large wp-image-9294" /></a>

At the bottom of each tab, there's a "Restore Defaults" button, click on theme and you'll get the original themes.

Enjoy!]]></description>
				<content:encoded><![CDATA[<p>This simple and brief tutorial is going to show you how to quickly restore the Unity default icons, window decoration, cursor, and GTK theme in Ubuntu 13.04 Raring Ringtail.</p>
<p>First go to Ubuntu Software Center, search for and install &#8220;unity tweak tool&#8221;:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/install-unity-tweak-tool.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/install-unity-tweak-tool-467x360.png" alt="install-unity-tweak-tool" width="467" height="360" class="aligncenter size-medium wp-image-9291" /></a></p>
<p>Unity Tweak Tool is a simple configuration software for Unity Desktop Environment. Once installed it, launch and go to <i>Appearance -> Theme</i>. You&#8217;ll see the window as below:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Restore-default-theme.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Restore-default-theme-500x462.png" alt="Restore-default-theme" width="500" height="462" class="aligncenter size-large wp-image-9294" /></a></p>
<p>At the bottom of each tab, there&#8217;s a &#8220;Restore Defaults&#8221; button, click on theme and you&#8217;ll get the original themes.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/restore-original-icons-window-and-theme-in-ubuntu-13-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subsonic Music Streamer in Ubuntu 13.04/12.10/12.04</title>
		<link>http://ubuntuguide.net/subsonic-music-streamer-in-ubuntu-13-0412-1012-04</link>
		<comments>http://ubuntuguide.net/subsonic-music-streamer-in-ubuntu-13-0412-1012-04#comments</comments>
		<pubDate>Sun, 12 May 2013 02:05:09 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9283</guid>
		<description><![CDATA[This simple and brief tutorial is going to show you how to easily install Subsonic music streamer in Ubuntu Server and Desktop, using the ppa repository which supports Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/subsonic.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/subsonic.png" alt="subsonic" width="478" height="99" class="aligncenter size-full wp-image-9284" /></a>

Subsonic is a web-based music streamer, jukebox and Podcast receiver, providing access to your music collection wherever you are. Use it to share your music with friends, or to listen to your music while away from home. A Subsonic client for Android phones is also available.

<strong>To install Subsonic (4.8) in Ubuntu,</strong> hit <b>"Ctrl+Alt+T"</b> to open terminal or login your Ubuntu Server, and run following commands one by one:

1. add the ppa repository by downloading and installing the DEB:

<code>wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb

sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb</code>

2. update app repository:

<code>sudo apt-get update</code>

3. install Subsonic:

<code>sudo apt-get install subsonic</code>

Once installed. You can confirm this by browsing to <i>http://ubuntu-machine-IP:4040</i> or <i>http://hostname:4040</i>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Subsonic.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Subsonic-500x337.png" alt="Subsonic" width="500" height="337" class="aligncenter size-large wp-image-9285" /></a>

By default Subsonic runs as root in Ubuntu, if you'd like to start the service as special user, do following steps:

1. In terminal, get the root:

<code>sudo su</code>

then stop the service:

<code>service subsonic stop</code>

2. Let’s now create the new user that we will use to run our Subsonic service. In this case it's "subsonic":

<code>adduser --system --no-create-home subsonic</code>

add the subsonic user to audio group:

<code>adduser subsonic audio</code>

3. Change some permissions to make sure my subsonic service will run without any problems:

<code>chown -R subsonic:nogroup /tmp/subsonic
chown -R subsonic:nogroup /var/subsonic
chown -R root:root /var/subsonic/transcode
chown -R root:root /var/subsonic/jetty/*/webapp
chown subsonic /etc/default/subsonic
chmod 754 /etc/default/subsonic</code>

4. Finally edit subsonic configuration with your favorite editor and change the line "SUBSONIC_USER=root" to "SUBSONIC_USER=subsonic".

5. Start the service again:

<code>sudo service subsonic restart</code>

Enjoy!]]></description>
				<content:encoded><![CDATA[<p>This simple and brief tutorial is going to show you how to easily install Subsonic music streamer in Ubuntu Server and Desktop, using the ppa repository which supports Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/subsonic.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/subsonic.png" alt="subsonic" width="478" height="99" class="aligncenter size-full wp-image-9284" /></a></p>
<p>Subsonic is a web-based music streamer, jukebox and Podcast receiver, providing access to your music collection wherever you are. Use it to share your music with friends, or to listen to your music while away from home. A Subsonic client for Android phones is also available.</p>
<p><strong>To install Subsonic (4.8) in Ubuntu,</strong> hit <b>&#8220;Ctrl+Alt+T&#8221;</b> to open terminal or login your Ubuntu Server, and run following commands one by one:</p>
<p>1. add the ppa repository by downloading and installing the DEB:</p>
<p><code>wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb</p>
<p>sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb</code></p>
<p>2. update app repository:</p>
<p><code>sudo apt-get update</code></p>
<p>3. install Subsonic:</p>
<p><code>sudo apt-get install subsonic</code></p>
<p>Once installed. You can confirm this by browsing to <i>http://ubuntu-machine-IP:4040</i> or <i>http://hostname:4040</i></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Subsonic.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Subsonic-500x337.png" alt="Subsonic" width="500" height="337" class="aligncenter size-large wp-image-9285" /></a></p>
<p>By default Subsonic runs as root in Ubuntu, if you&#8217;d like to start the service as special user, do following steps:</p>
<p>1. In terminal, get the root:</p>
<p><code>sudo su</code></p>
<p>then stop the service:</p>
<p><code>service subsonic stop</code></p>
<p>2. Let’s now create the new user that we will use to run our Subsonic service. In this case it&#8217;s &#8220;subsonic&#8221;:</p>
<p><code>adduser --system --no-create-home subsonic</code></p>
<p>add the subsonic user to audio group:</p>
<p><code>adduser subsonic audio</code></p>
<p>3. Change some permissions to make sure my subsonic service will run without any problems:</p>
<p><code>chown -R subsonic:nogroup /tmp/subsonic<br />
chown -R subsonic:nogroup /var/subsonic<br />
chown -R root:root /var/subsonic/transcode<br />
chown -R root:root /var/subsonic/jetty/*/webapp<br />
chown subsonic /etc/default/subsonic<br />
chmod 754 /etc/default/subsonic</code></p>
<p>4. Finally edit subsonic configuration with your favorite editor and change the line &#8220;SUBSONIC_USER=root&#8221; to &#8220;SUBSONIC_USER=subsonic&#8221;.</p>
<p>5. Start the service again:</p>
<p><code>sudo service subsonic restart</code></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/subsonic-music-streamer-in-ubuntu-13-0412-1012-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kenny: Create Application Launcher Scripts in Ubuntu</title>
		<link>http://ubuntuguide.net/kenny-create-application-launcher-scripts-in-ubuntu</link>
		<comments>http://ubuntuguide.net/kenny-create-application-launcher-scripts-in-ubuntu#comments</comments>
		<pubDate>Sat, 11 May 2013 03:22:26 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9268</guid>
		<description><![CDATA[kenny is a light-weight editor to create application launcher scripts. It's integrated in unity and in the indicator bar. It works on Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.

With kenny you can add application launchers, file folder locations, and custom scripts as quicklists of kenny icon in the Unity Launcher, or as menu items of the indicator applet.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-unity-quicklists.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-unity-quicklists.png" alt="kenny-unity-quicklists" width="245" height="187" class="aligncenter size-full wp-image-9269" /></a>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-indicator-with-scripts.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-indicator-with-scripts.png" alt="kenny-indicator-with-scripts" width="300" height="188" class="aligncenter size-full wp-image-9272" /></a>

The user interface is simple and easy-to-use, also it has a "test" button to preview each script action.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-main-window.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-main-window-500x486.png" alt="kenny-main-window" width="500" height="486" class="aligncenter size-large wp-image-9275" /></a>

<strong>Download and install kenny:</strong>

It has a ppa repository with only Ubuntu 12.04 supported, but you can directly download and double click to install the DEB which also works on Ubuntu 12.10 &#038; 13.04.

<center><a href="https://launchpad.net/~sven-kamieniorz/+archive/kenny/+files/kenny_12.08_all.deb" target="_blank">Download kenny_12.08_all.deb</a></center>

Enjoy!]]></description>
				<content:encoded><![CDATA[<p>kenny is a light-weight editor to create application launcher scripts. It&#8217;s integrated in unity and in the indicator bar. It works on Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.</p>
<p>With kenny you can add application launchers, file folder locations, and custom scripts as quicklists of kenny icon in the Unity Launcher, or as menu items of the indicator applet.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-unity-quicklists.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-unity-quicklists.png" alt="kenny-unity-quicklists" width="245" height="187" class="aligncenter size-full wp-image-9269" /></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-indicator-with-scripts.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-indicator-with-scripts.png" alt="kenny-indicator-with-scripts" width="300" height="188" class="aligncenter size-full wp-image-9272" /></a></p>
<p>The user interface is simple and easy-to-use, also it has a &#8220;test&#8221; button to preview each script action.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-main-window.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/kenny-main-window-500x486.png" alt="kenny-main-window" width="500" height="486" class="aligncenter size-large wp-image-9275" /></a></p>
<p><strong>Download and install kenny:</strong></p>
<p>It has a ppa repository with only Ubuntu 12.04 supported, but you can directly download and double click to install the DEB which also works on Ubuntu 12.10 &#038; 13.04.</p>
<p><center><a href="https://launchpad.net/~sven-kamieniorz/+archive/kenny/+files/kenny_12.08_all.deb" target="_blank">Download kenny_12.08_all.deb</a></center></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/kenny-create-application-launcher-scripts-in-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove white dots from Ubuntu 13.04 login screen</title>
		<link>http://ubuntuguide.net/remove-white-dots-from-ubuntu-13-04-login-screen</link>
		<comments>http://ubuntuguide.net/remove-white-dots-from-ubuntu-13-04-login-screen#comments</comments>
		<pubDate>Tue, 07 May 2013 12:24:53 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9254</guid>
		<description><![CDATA[This simple and brief tutorial is going to show you how to remove the ugly white dots from the LightDM login screen in Ubuntu 13.04 Raring Ringtail.

Before:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-with-dots.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-with-dots-500x281.png" alt="login-screen-with-dots" width="500" height="281" class="aligncenter size-medium wp-image-9256" /></a>

After:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-without-dots.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-without-dots-500x281.png" alt="login-screen-without-dots" width="500" height="281" class="aligncenter size-medium wp-image-9259" /></a>

There're two ways:

1. Hit <b>Ctrl+Alt+T</b> to open terminal, copy and paste following 3 commands and run one by one:

<ul>
<li>Allow user <i>lightdm</i> to create a connection to the X server:
<code>sudo xhost +SI:localuser:lightdm</code></li>

<li>Switch to user <i>lightdm</i> in terminal:

<code>sudo su lightdm -s /bin/bash</code>
</li>

<li>Disable draw grid in unity greeter:
<code>gsettings set com.canonical.unity-greeter draw-grid false</code>

</li>
</ul>

2. The second way is using the popular Ubuntu configuring tool Ubuntu-Tweak: <em>Tweaks -> Login Settings -> unlock -> turn off draw grid.</em>

<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/10/turn-off-draw-grid.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/10/turn-off-draw-grid-500x242.png" alt="" title="turn-off-draw-grid" width="500" height="242" class="aligncenter size-medium wp-image-8794" /></a></p>

Ubuntu Tweak is available at <a href="https://launchpad.net/ubuntu-tweak" target="_blank">launchpad.net/ubuntu-tweak</a>

Enjoy!]]></description>
				<content:encoded><![CDATA[<p>This simple and brief tutorial is going to show you how to remove the ugly white dots from the LightDM login screen in Ubuntu 13.04 Raring Ringtail.</p>
<p>Before:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-with-dots.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-with-dots-500x281.png" alt="login-screen-with-dots" width="500" height="281" class="aligncenter size-medium wp-image-9256" /></a></p>
<p>After:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-without-dots.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/login-screen-without-dots-500x281.png" alt="login-screen-without-dots" width="500" height="281" class="aligncenter size-medium wp-image-9259" /></a></p>
<p>There&#8217;re two ways:</p>
<p>1. Hit <b>Ctrl+Alt+T</b> to open terminal, copy and paste following 3 commands and run one by one:</p>
<ul>
<li>Allow user <i>lightdm</i> to create a connection to the X server:<br />
<code>sudo xhost +SI:localuser:lightdm</code></li>
<li>Switch to user <i>lightdm</i> in terminal:
<p><code>sudo su lightdm -s /bin/bash</code>
</li>
<li>Disable draw grid in unity greeter:<br />
<code>gsettings set com.canonical.unity-greeter draw-grid false</code></p>
</li>
</ul>
<p>2. The second way is using the popular Ubuntu configuring tool Ubuntu-Tweak: <em>Tweaks -> Login Settings -> unlock -> turn off draw grid.</em></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/10/turn-off-draw-grid.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/10/turn-off-draw-grid-500x242.png" alt="" title="turn-off-draw-grid" width="500" height="242" class="aligncenter size-medium wp-image-8794" /></a></p>
<p>Ubuntu Tweak is available at <a href="https://launchpad.net/ubuntu-tweak" target="_blank">launchpad.net/ubuntu-tweak</a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/remove-white-dots-from-ubuntu-13-04-login-screen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Make Ubuntu 13.04 Look Like Windows 7</title>
		<link>http://ubuntuguide.net/how-to-make-ubuntu-13-04-look-like-windows-7</link>
		<comments>http://ubuntuguide.net/how-to-make-ubuntu-13-04-look-like-windows-7#comments</comments>
		<pubDate>Sat, 04 May 2013 09:49:08 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9236</guid>
		<description><![CDATA[This simple tutorial is going to show you how to install a Windows 7 theme and tweak your Ubuntu desktop to make it look more like Windows 7.

First take a look at the result:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Windows-7-Like-Ubuntu13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Windows-7-Like-Ubuntu13.04-500x281.png" alt="Windows 7-Like-Ubuntu13.04" width="500" height="281" class="aligncenter size-medium wp-image-9237" /></a>

It's not easy to configure the default Unity desktop's left Launcher, so I used the xfce desktop.

<strong><ins>To get started,</ins></strong> follow the steps below:

<strong>1. Install Xfce Desktop Environment:</strong>

Hit <b>Ctrl+Alt+T</b> to open a terminal window, copy and paste following command and hit run to install Xfce:

<pre>sudo apt-get install xubuntu-desktop</pre>

Once installed, log out and select "Xubuntu session" to log in again.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/select-xfce-session.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/select-xfce-session-459x360.png" alt="select-xfce-session" width="459" height="360" class="aligncenter size-medium wp-image-9239" /></a> 

<strong>2. Customize Xubuntu session</strong>

The Xubuntu session has a top-panel and dock like panel at bottom.

1. First get rid of the top-panel by right-click on it -> Panel -> Panel Preferences.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel.png" alt="remove-xfce-panel" width="402" height="262" class="aligncenter size-full wp-image-9240" /></a>

Then click the Red minus button to remove it:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel1-376x360.png" alt="remove-xfce-panel1" width="376" height="360" class="aligncenter size-thumbnail wp-image-9241" /></a>

2. In previous window, use the drop-down box in the panel configuration window to select the other panel. Uncheck the 'Automatically show and hide the panel' option and check the 'Automatically increase the length' option. 

Now you should have a single panel across that bottom of your screen. Under <strong>Items</strong> tab, remove items you don't want and add items you do want, and reorder them as you see fit. For a Windows 7-style taskbar, try using these items in the following order:

Applications Menu, Separator, Launcher, Window Buttons, Separator (check "Expand" in its Properties), Notification Area, Indicator Plugin, Show Desktop.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/add-panel-items.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/add-panel-items.png" alt="add-panel-items" width="313" height="475" class="aligncenter size-full wp-image-9246" /></a>

3. Hit <strong>Ctrl+Alt+T</strong> to open terminal, copy and paste following 4 commands and run to download and install Windows 7 theme:

<pre>wget https://launchpad.net/~upubuntu-com/+archive/gtk3/+files/win2-7_0.1_all.deb

sudo dpkg -i win2-7_0.1_all.deb

sudo apt-get -f install

gsettings set org.gnome.desktop.wm.preferences theme 'Win2-7-theme'</pre>

4. Apply the theme by going to Applications -> Settings Manager -> Appearance -> Select "Win2-7-theme" in both Style and Icons tab.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/apply-win2-7-theme.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/apply-win2-7-theme-500x312.png" alt="apply-win2-7-theme" width="500" height="312" class="aligncenter size-medium wp-image-9247" /></a>

5. You can also change the applications menu’s icon and make it use a Windows 7-style start orb. First, find a Windows 7 start orb image on Google Images, but make sure you get a transparent PNG image. Once you’ve found a good image, right-click the Applications menu button, select Properties, and use the Icon button to select your start orb.

6. To make your panel look more like Windows 7’s panel, right-click it, point to Panel, and select Panel Preferences. On the Appearance tab, select Background image and browse to the \usr\share\themes\Win2-7-theme\gtk-2.0\Panel\ directory on your computer. Select a background image like Panel_Win2-7Basic800.png. The theme pack we installed includes a variety of panel backgrounds, so feel free to experiment.]]></description>
				<content:encoded><![CDATA[<p>This simple tutorial is going to show you how to install a Windows 7 theme and tweak your Ubuntu desktop to make it look more like Windows 7.</p>
<p>First take a look at the result:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/Windows-7-Like-Ubuntu13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/Windows-7-Like-Ubuntu13.04-500x281.png" alt="Windows 7-Like-Ubuntu13.04" width="500" height="281" class="aligncenter size-medium wp-image-9237" /></a></p>
<p>It&#8217;s not easy to configure the default Unity desktop&#8217;s left Launcher, so I used the xfce desktop.</p>
<p><strong><ins>To get started,</ins></strong> follow the steps below:</p>
<p><strong>1. Install Xfce Desktop Environment:</strong></p>
<p>Hit <b>Ctrl+Alt+T</b> to open a terminal window, copy and paste following command and hit run to install Xfce:</p>
<pre>sudo apt-get install xubuntu-desktop</pre>
<p>Once installed, log out and select &#8220;Xubuntu session&#8221; to log in again.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/select-xfce-session.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/select-xfce-session-459x360.png" alt="select-xfce-session" width="459" height="360" class="aligncenter size-medium wp-image-9239" /></a> </p>
<p><strong>2. Customize Xubuntu session</strong></p>
<p>The Xubuntu session has a top-panel and dock like panel at bottom.</p>
<p>1. First get rid of the top-panel by right-click on it -> Panel -> Panel Preferences.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel.png" alt="remove-xfce-panel" width="402" height="262" class="aligncenter size-full wp-image-9240" /></a></p>
<p>Then click the Red minus button to remove it:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/remove-xfce-panel1-376x360.png" alt="remove-xfce-panel1" width="376" height="360" class="aligncenter size-thumbnail wp-image-9241" /></a></p>
<p>2. In previous window, use the drop-down box in the panel configuration window to select the other panel. Uncheck the &#8216;Automatically show and hide the panel&#8217; option and check the &#8216;Automatically increase the length&#8217; option. </p>
<p>Now you should have a single panel across that bottom of your screen. Under <strong>Items</strong> tab, remove items you don&#8217;t want and add items you do want, and reorder them as you see fit. For a Windows 7-style taskbar, try using these items in the following order:</p>
<p>Applications Menu, Separator, Launcher, Window Buttons, Separator (check &#8220;Expand&#8221; in its Properties), Notification Area, Indicator Plugin, Show Desktop.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/add-panel-items.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/add-panel-items.png" alt="add-panel-items" width="313" height="475" class="aligncenter size-full wp-image-9246" /></a></p>
<p>3. Hit <strong>Ctrl+Alt+T</strong> to open terminal, copy and paste following 4 commands and run to download and install Windows 7 theme:</p>
<pre>wget https://launchpad.net/~upubuntu-com/+archive/gtk3/+files/win2-7_0.1_all.deb

sudo dpkg -i win2-7_0.1_all.deb

sudo apt-get -f install

gsettings set org.gnome.desktop.wm.preferences theme 'Win2-7-theme'</pre>
<p>4. Apply the theme by going to Applications -> Settings Manager -> Appearance -> Select &#8220;Win2-7-theme&#8221; in both Style and Icons tab.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/apply-win2-7-theme.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/apply-win2-7-theme-500x312.png" alt="apply-win2-7-theme" width="500" height="312" class="aligncenter size-medium wp-image-9247" /></a></p>
<p>5. You can also change the applications menu’s icon and make it use a Windows 7-style start orb. First, find a Windows 7 start orb image on Google Images, but make sure you get a transparent PNG image. Once you’ve found a good image, right-click the Applications menu button, select Properties, and use the Icon button to select your start orb.</p>
<p>6. To make your panel look more like Windows 7’s panel, right-click it, point to Panel, and select Panel Preferences. On the Appearance tab, select Background image and browse to the \usr\share\themes\Win2-7-theme\gtk-2.0\Panel\ directory on your computer. Select a background image like Panel_Win2-7Basic800.png. The theme pack we installed includes a variety of panel backgrounds, so feel free to experiment.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-make-ubuntu-13-04-look-like-windows-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Pepper Flash for Chromium in Ubuntu 13.04/12.10/12.04</title>
		<link>http://ubuntuguide.net/install-pepper-flash-for-chromium-in-ubuntu-13-0412-1012-04</link>
		<comments>http://ubuntuguide.net/install-pepper-flash-for-chromium-in-ubuntu-13-0412-1012-04#comments</comments>
		<pubDate>Thu, 02 May 2013 02:33:39 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9228</guid>
		<description><![CDATA["For Flash Player releases after 11.2, the Flash Player browser plugin for Linux will only be available via the “Pepper” API as part of the Google Chrome browser distribution and will no longer be available as a direct download from Adobe. Adobe will continue to provide security updates to non-Pepper distributions of Flash Player 11.2 on Linux for five years from its release." said in a <a href="http://blogs.adobe.com/flashplayer/2012/02/adobe-and-google-partnering-for-flash-player-on-linux.html" target="_blank">blog post</a> by Adobe.

If you're using Chromium web browser instead of Google Chrome, this simple tutorial will show you how to install  the Pepper Flash Player using a PPA repository.

This repository provides the pepflashplugin-installer package, which will download and install the newer "Pepper" (PPAPI) version of the Adobe Flash Player plugin for use with the Chromium Web browser on Ubuntu GNU/Linux. The package is similar to Ubuntu's official flashplugin-installer in that it does not include the plugin itself, but instead downloads the plugin and installs it automatically. (Specifically, it downloads the latest Google Chrome package, extracts the Pepper Flash files, and installs only those. Google Chrome itself is not installed nor otherwise used in any way.)

Hit <b>"Ctrl+Alt+T"</b> to open a terminal, copy and paste following commands and run one by one to add the ppa and install Pepper Flash from Google Chrome. It supports Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.

<pre>sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer</pre>

Once installed, you will need to configure Chromium to use the Pepper Flash plugin by running this command to edit the configuration file:

<pre>sudo gedit /etc/chromium-browser/default</pre>

Add the following line, after the <strong>CHROMIUM_FLAGS= assignment</strong>:

<code>. /usr/lib/pepflashplugin-installer/pepflashplayer.sh</code>

(a dot at beginning, a space, and the file path)

<a href="http://ubuntuguide.net/wp-content/uploads/2013/05/pepper-flash-chromium.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/pepper-flash-chromium.png" alt="pepper-flash-chromium" width="469" height="308" class="aligncenter size-full wp-image-9233" /></a>

Restart Chromium, and load the <strong>chrome://plugins</strong> page to verify that the plugin is active. (Note that if you see a Flash plugin with a version of 11.2 or lower, then that is an old, non-PPAPI version of Flash. A current version of Pepper Flash will be 11.5 or higher.)]]></description>
				<content:encoded><![CDATA[<p>&#8220;For Flash Player releases after 11.2, the Flash Player browser plugin for Linux will only be available via the “Pepper” API as part of the Google Chrome browser distribution and will no longer be available as a direct download from Adobe. Adobe will continue to provide security updates to non-Pepper distributions of Flash Player 11.2 on Linux for five years from its release.&#8221; said in a <a href="http://blogs.adobe.com/flashplayer/2012/02/adobe-and-google-partnering-for-flash-player-on-linux.html" target="_blank">blog post</a> by Adobe.</p>
<p>If you&#8217;re using Chromium web browser instead of Google Chrome, this simple tutorial will show you how to install  the Pepper Flash Player using a PPA repository.</p>
<p>This repository provides the pepflashplugin-installer package, which will download and install the newer &#8220;Pepper&#8221; (PPAPI) version of the Adobe Flash Player plugin for use with the Chromium Web browser on Ubuntu GNU/Linux. The package is similar to Ubuntu&#8217;s official flashplugin-installer in that it does not include the plugin itself, but instead downloads the plugin and installs it automatically. (Specifically, it downloads the latest Google Chrome package, extracts the Pepper Flash files, and installs only those. Google Chrome itself is not installed nor otherwise used in any way.)</p>
<p>Hit <b>&#8220;Ctrl+Alt+T&#8221;</b> to open a terminal, copy and paste following commands and run one by one to add the ppa and install Pepper Flash from Google Chrome. It supports Ubuntu 13.04 Raring, 12.10 Quantal, and 12.04 Precise.</p>
<pre>sudo add-apt-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer</pre>
<p>Once installed, you will need to configure Chromium to use the Pepper Flash plugin by running this command to edit the configuration file:</p>
<pre>sudo gedit /etc/chromium-browser/default</pre>
<p>Add the following line, after the <strong>CHROMIUM_FLAGS= assignment</strong>:</p>
<p><code>. /usr/lib/pepflashplugin-installer/pepflashplayer.sh</code></p>
<p>(a dot at beginning, a space, and the file path)</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/05/pepper-flash-chromium.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/05/pepper-flash-chromium.png" alt="pepper-flash-chromium" width="469" height="308" class="aligncenter size-full wp-image-9233" /></a></p>
<p>Restart Chromium, and load the <strong>chrome://plugins</strong> page to verify that the plugin is active. (Note that if you see a Flash plugin with a version of 11.2 or lower, then that is an old, non-PPAPI version of Flash. A current version of Pepper Flash will be 11.5 or higher.)</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-pepper-flash-for-chromium-in-ubuntu-13-0412-1012-04/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Install Picapy Picasa Web Manager in Ubuntu 13.04, 12.10</title>
		<link>http://ubuntuguide.net/install-picapy-picasa-web-manager-in-ubuntu-13-04-12-10</link>
		<comments>http://ubuntuguide.net/install-picapy-picasa-web-manager-in-ubuntu-13-04-12-10#comments</comments>
		<pubDate>Fri, 26 Apr 2013 12:41:38 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9219</guid>
		<description><![CDATA[Picapy is a simple Web Picasa manager. It allows you to perform basic functions with your Picasa or Google+ account: create and delete album, and add and delete photos.

This simple and brief tutorial is going to show you how to install Picapy in Ubuntu using the ppa repository. So far, the ppa provides the latest packages for Ubuntu 13.04 and 12.10.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/picapy.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/picapy-500x348.png" alt="" title="picapy" width="500" height="348" class="aligncenter size-medium wp-image-9220" /></a>

<strong>To get started:</strong>

Hit Ctrl+Alt+T to open a terminal window for running commands.

Copy and paste this command and hit enter to add the ppa repository:

<pre>sudo add-apt-repository ppa:atareao/atareao</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/add-picapy-ppa.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/add-picapy-ppa-500x56.png" alt="" title="add-picapy-ppa" width="500" height="56" class="aligncenter size-medium wp-image-9223" /></a>

Then update the cache by this command:

<pre>sudo apt-get update</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/apt-get-date.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/apt-get-date.png" alt="" title="apt-get-date" width="442" height="67" class="aligncenter size-full wp-image-9173" /></a>

Install Picapy:

<pre>sudo apt-get install picapy</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/install-picapy.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/install-picapy.png" alt="" title="install-picapy" width="463" height="64" class="aligncenter size-full wp-image-9224" /></a>

Once installed, search for and launch it from the Unity Dash.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/Picapy-Unity-Dash..png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/Picapy-Unity-Dash..png" alt="" title="Picapy-Unity-Dash." width="330" height="227" class="aligncenter size-full wp-image-9221" /></a>

Enjoy!]]></description>
				<content:encoded><![CDATA[<p>Picapy is a simple Web Picasa manager. It allows you to perform basic functions with your Picasa or Google+ account: create and delete album, and add and delete photos.</p>
<p>This simple and brief tutorial is going to show you how to install Picapy in Ubuntu using the ppa repository. So far, the ppa provides the latest packages for Ubuntu 13.04 and 12.10.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/picapy.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/picapy-500x348.png" alt="" title="picapy" width="500" height="348" class="aligncenter size-medium wp-image-9220" /></a></p>
<p><strong>To get started:</strong></p>
<p>Hit Ctrl+Alt+T to open a terminal window for running commands.</p>
<p>Copy and paste this command and hit enter to add the ppa repository:</p>
<pre>sudo add-apt-repository ppa:atareao/atareao</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/add-picapy-ppa.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/add-picapy-ppa-500x56.png" alt="" title="add-picapy-ppa" width="500" height="56" class="aligncenter size-medium wp-image-9223" /></a></p>
<p>Then update the cache by this command:</p>
<pre>sudo apt-get update</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/apt-get-date.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/apt-get-date.png" alt="" title="apt-get-date" width="442" height="67" class="aligncenter size-full wp-image-9173" /></a></p>
<p>Install Picapy:</p>
<pre>sudo apt-get install picapy</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/install-picapy.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/install-picapy.png" alt="" title="install-picapy" width="463" height="64" class="aligncenter size-full wp-image-9224" /></a></p>
<p>Once installed, search for and launch it from the Unity Dash.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/Picapy-Unity-Dash..png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/Picapy-Unity-Dash..png" alt="" title="Picapy-Unity-Dash." width="330" height="227" class="aligncenter size-full wp-image-9221" /></a></p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-picapy-picasa-web-manager-in-ubuntu-13-04-12-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open As Root / Administrator in Ubuntu 13.04</title>
		<link>http://ubuntuguide.net/open-as-root-administrator-in-ubuntu-13-04</link>
		<comments>http://ubuntuguide.net/open-as-root-administrator-in-ubuntu-13-04#comments</comments>
		<pubDate>Wed, 24 Apr 2013 14:15:23 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9204</guid>
		<description><![CDATA[This simple and brief tutorial is going to show you how to add <strong>'Open As Root'</strong> to Nautilus context menu in Ubuntu 13.04 Raring. 

The Nautilus has upgraded to 3.6.x in Ubuntu 13.04, so that it's a little different. Now the Nautilus scripts should be placed under "/home/$USER/.local/share/nautilus/scripts/"

<strong><ins>To get started:</ins></strong>

1. <a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root" target="_blank">Copy the script</a> and paste it into a new file named <strong>Open As Root</strong>. Put the file under "/home/$USER/.local/share/nautilus/scripts/" folder. Press <strong>"Ctrl+H"</strong> to show the hidden file folder <i>.local</i>.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-ubuntu-13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-ubuntu-13.04-500x231.png" alt="" title="open-as-root-ubuntu-13.04" width="500" height="231" class="aligncenter size-medium wp-image-9205" /></a>

2. Right click on the script and go to <b>'Properties'</b>, check "Allow executing file as program" at <b>'Permissions'</b> tab.

3. Restart Nautilus by running this command in terminal (<strong>Ctrl+Alt+T</strong>):

<code>nautilus -q</code>

After that, you can see the 'Open As Root' option in Nautilus context menu:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-nautilus.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-nautilus-500x241.png" alt="" title="open-as-root-nautilus" width="500" height="241" class="aligncenter size-medium wp-image-9206" /></a>

It'll prompt you to input <strong>root account</strong> password which is not enabled by default. To enable and set root password, run this command (<strong>Ctrl+Alt+T</strong>):

<code>sudo passwd root</code>

Then use this password to get pass the authentication window.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-authentication.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-authentication-434x360.png" alt="" title="open-as-root-authentication" width="434" height="360" class="aligncenter size-medium wp-image-9209" /></a>]]></description>
				<content:encoded><![CDATA[<p>This simple and brief tutorial is going to show you how to add <strong>&#8216;Open As Root&#8217;</strong> to Nautilus context menu in Ubuntu 13.04 Raring. </p>
<p>The Nautilus has upgraded to 3.6.x in Ubuntu 13.04, so that it&#8217;s a little different. Now the Nautilus scripts should be placed under &#8220;/home/$USER/.local/share/nautilus/scripts/&#8221;</p>
<p><strong><ins>To get started:</ins></strong></p>
<p>1. <a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root" target="_blank">Copy the script</a> and paste it into a new file named <strong>Open As Root</strong>. Put the file under &#8220;/home/$USER/.local/share/nautilus/scripts/&#8221; folder. Press <strong>&#8220;Ctrl+H&#8221;</strong> to show the hidden file folder <i>.local</i>.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-ubuntu-13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-ubuntu-13.04-500x231.png" alt="" title="open-as-root-ubuntu-13.04" width="500" height="231" class="aligncenter size-medium wp-image-9205" /></a></p>
<p>2. Right click on the script and go to <b>&#8216;Properties&#8217;</b>, check &#8220;Allow executing file as program&#8221; at <b>&#8216;Permissions&#8217;</b> tab.</p>
<p>3. Restart Nautilus by running this command in terminal (<strong>Ctrl+Alt+T</strong>):</p>
<p><code>nautilus -q</code></p>
<p>After that, you can see the &#8216;Open As Root&#8217; option in Nautilus context menu:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-nautilus.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-nautilus-500x241.png" alt="" title="open-as-root-nautilus" width="500" height="241" class="aligncenter size-medium wp-image-9206" /></a></p>
<p>It&#8217;ll prompt you to input <strong>root account</strong> password which is not enabled by default. To enable and set root password, run this command (<strong>Ctrl+Alt+T</strong>):</p>
<p><code>sudo passwd root</code></p>
<p>Then use this password to get pass the authentication window.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-authentication.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/open-as-root-authentication-434x360.png" alt="" title="open-as-root-authentication" width="434" height="360" class="aligncenter size-medium wp-image-9209" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/open-as-root-administrator-in-ubuntu-13-04/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Enable ssh on Ubuntu 13.04</title>
		<link>http://ubuntuguide.net/enable-ssh-on-ubuntu-13-04</link>
		<comments>http://ubuntuguide.net/enable-ssh-on-ubuntu-13-04#comments</comments>
		<pubDate>Sat, 20 Apr 2013 07:21:10 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9195</guid>
		<description><![CDATA[This simple tutorial is going to show you how to enable SSH on Ubuntu 13.04 Raring Ringtail. SSH (Secure Shell) is a secure communication protocol that lets you remotely access networked computers.

To get started, press <strong>"Ctrl+Alt+T"</strong> to open up a terminal window for running commands.

1. Run this command to install SSH server:

<pre>sudo apt-get install openssh-server</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/install-openssh-server.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/install-openssh-server-500x63.png" alt="" title="install-openssh-server" width="500" height="63" class="aligncenter size-medium wp-image-9196" /></a>

That's it! 

2. Use SSH clients to connect to the machine using the default port is 22. You can change the port and other settings by editing its configuration file <i>"/etc/ssh/sshd_config"</i> by the command:

<pre>sudo gedit /etc/ssh/sshd_config</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/configure-ssh-ports-and-settings.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/configure-ssh-ports-and-settings-500x60.png" alt="" title="configure-ssh-ports-and -settings" width="500" height="60" class="aligncenter size-medium wp-image-9197" /></a>

3. Restart this ssh server to apply the changes by this command:

<pre>sudo /etc/init.d/ssh restart</pre>

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/restart-ssh-server-to-apply-changes.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/restart-ssh-server-to-apply-changes.png" alt="" title="restart-ssh-server-to-apply-changes" width="496" height="68" class="aligncenter size-full wp-image-9200" /></a>


TIP: For a simple ssh client download Putty at <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">this page</a>.]]></description>
				<content:encoded><![CDATA[<p>This simple tutorial is going to show you how to enable SSH on Ubuntu 13.04 Raring Ringtail. SSH (Secure Shell) is a secure communication protocol that lets you remotely access networked computers.</p>
<p>To get started, press <strong>&#8220;Ctrl+Alt+T&#8221;</strong> to open up a terminal window for running commands.</p>
<p>1. Run this command to install SSH server:</p>
<pre>sudo apt-get install openssh-server</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/install-openssh-server.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/install-openssh-server-500x63.png" alt="" title="install-openssh-server" width="500" height="63" class="aligncenter size-medium wp-image-9196" /></a></p>
<p>That&#8217;s it! </p>
<p>2. Use SSH clients to connect to the machine using the default port is 22. You can change the port and other settings by editing its configuration file <i>&#8220;/etc/ssh/sshd_config&#8221;</i> by the command:</p>
<pre>sudo gedit /etc/ssh/sshd_config</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/configure-ssh-ports-and-settings.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/configure-ssh-ports-and-settings-500x60.png" alt="" title="configure-ssh-ports-and -settings" width="500" height="60" class="aligncenter size-medium wp-image-9197" /></a></p>
<p>3. Restart this ssh server to apply the changes by this command:</p>
<pre>sudo /etc/init.d/ssh restart</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/restart-ssh-server-to-apply-changes.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/restart-ssh-server-to-apply-changes.png" alt="" title="restart-ssh-server-to-apply-changes" width="496" height="68" class="aligncenter size-full wp-image-9200" /></a></p>
<p>TIP: For a simple ssh client download Putty at <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">this page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-ssh-on-ubuntu-13-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Different Wallpapers for Each Workspace in Ubuntu 13.04</title>
		<link>http://ubuntuguide.net/enable-different-wallpapers-for-each-workspace-in-ubuntu-13-04</link>
		<comments>http://ubuntuguide.net/enable-different-wallpapers-for-each-workspace-in-ubuntu-13-04#comments</comments>
		<pubDate>Sun, 14 Apr 2013 02:38:57 +0000</pubDate>
		<dc:creator>Meilin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=9184</guid>
		<description><![CDATA[You may already know that Ubuntu 12.10 misses "Wallpaper" plugin in Compiz, that means it is not available to enable the different wallpapers for each workspace feature. Now the plugin is back in Ubuntu 13.04 Raring Ringtail.

With the new plugin in Ubuntu 13.04 Compiz, you don't need to disable the desktop. So that <strong>the desktop icons</strong> (Computer, Home Folder, Network, etc.) and desktop right-click menu are still available after enabled different wallpapers. I've tested in Ubuntu 13.04 Beta2, the only bug is that the desktop icons will be covered by the wallpapers you set.

<strong>To get started:</strong>

First hit <b>Ctrl+Alt+T</b> to open terminal for running commands. Install the required packages by:

<code>sudo apt-get install compizconfig-settings-manager compiz-plugins-extra</code>

Then launch CCSM from the Unity Dash:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/ccsm-Unity-Dash.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/ccsm-Unity-Dash.png" alt="" title="ccsm-Unity-Dash" width="286" height="244" class="aligncenter size-full wp-image-9185" /></a>

Search "Wallpaper" plugin, enable it and click to go into its configuration page.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/wallpaper-plugin.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/wallpaper-plugin.png" alt="" title="wallpaper-plugin" width="454" height="183" class="aligncenter size-full wp-image-9186" /></a>

Under <i>Backgrounds</i>, click "New" button to add 4 wallpapers one by one. You'll be prompt to enable "JPEG" plugin while doing this. Just enable it.

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/add-4-wallpapers.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/add-4-wallpapers-500x155.png" alt="" title="add-4-wallpapers" width="500" height="155" class="aligncenter size-medium wp-image-9187" /></a>

After that, click the "Workspace Switcher" icon <i>(System Settings-> Appearances-> Behavior-> Enable Workspaces)</i> on Unity Launcher to see the effect:

<a href="http://ubuntuguide.net/wp-content/uploads/2013/04/Different-wallpapers-each-workspaces-ubuntu-13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/Different-wallpapers-each-workspaces-ubuntu-13.04-500x281.png" alt="" title="Different-wallpapers-each-workspaces-ubuntu-13.04" width="500" height="281" class="aligncenter size-medium wp-image-9190" /></a>]]></description>
				<content:encoded><![CDATA[<p>You may already know that Ubuntu 12.10 misses &#8220;Wallpaper&#8221; plugin in Compiz, that means it is not available to enable the different wallpapers for each workspace feature. Now the plugin is back in Ubuntu 13.04 Raring Ringtail.</p>
<p>With the new plugin in Ubuntu 13.04 Compiz, you don&#8217;t need to disable the desktop. So that <strong>the desktop icons</strong> (Computer, Home Folder, Network, etc.) and desktop right-click menu are still available after enabled different wallpapers. I&#8217;ve tested in Ubuntu 13.04 Beta2, the only bug is that the desktop icons will be covered by the wallpapers you set.</p>
<p><strong>To get started:</strong></p>
<p>First hit <b>Ctrl+Alt+T</b> to open terminal for running commands. Install the required packages by:</p>
<p><code>sudo apt-get install compizconfig-settings-manager compiz-plugins-extra</code></p>
<p>Then launch CCSM from the Unity Dash:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/ccsm-Unity-Dash.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/ccsm-Unity-Dash.png" alt="" title="ccsm-Unity-Dash" width="286" height="244" class="aligncenter size-full wp-image-9185" /></a></p>
<p>Search &#8220;Wallpaper&#8221; plugin, enable it and click to go into its configuration page.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/wallpaper-plugin.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/wallpaper-plugin.png" alt="" title="wallpaper-plugin" width="454" height="183" class="aligncenter size-full wp-image-9186" /></a></p>
<p>Under <i>Backgrounds</i>, click &#8220;New&#8221; button to add 4 wallpapers one by one. You&#8217;ll be prompt to enable &#8220;JPEG&#8221; plugin while doing this. Just enable it.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/add-4-wallpapers.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/add-4-wallpapers-500x155.png" alt="" title="add-4-wallpapers" width="500" height="155" class="aligncenter size-medium wp-image-9187" /></a></p>
<p>After that, click the &#8220;Workspace Switcher&#8221; icon <i>(System Settings-> Appearances-> Behavior-> Enable Workspaces)</i> on Unity Launcher to see the effect:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2013/04/Different-wallpapers-each-workspaces-ubuntu-13.04.png"><img src="http://ubuntuguide.net/wp-content/uploads/2013/04/Different-wallpapers-each-workspaces-ubuntu-13.04-500x281.png" alt="" title="Different-wallpapers-each-workspaces-ubuntu-13.04" width="500" height="281" class="aligncenter size-medium wp-image-9190" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-different-wallpapers-for-each-workspace-in-ubuntu-13-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
