<?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 &#187; Security</title>
	<atom:link href="http://ubuntuguide.net/category/security/feed" rel="self" type="application/rss+xml" />
	<link>http://ubuntuguide.net</link>
	<description>Ubuntu Tips &#124; Ubuntu Howtos &#124; Ubuntu Tutorials</description>
	<lastBuildDate>Wed, 16 May 2012 05:49:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Enable Login As Root in Ubuntu 12.04/11.10 with LightDM</title>
		<link>http://ubuntuguide.net/enable-login-as-root-in-ubuntu-12-0411-10-with-lightdm</link>
		<comments>http://ubuntuguide.net/enable-login-as-root-in-ubuntu-12-0411-10-with-lightdm#comments</comments>
		<pubDate>Wed, 09 May 2012 03:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=6316</guid>
		<description><![CDATA[It&#8217;s not commended to enable and login as root user in Ubuntu Linux. sudo command can do most works if you need super user privilege. But if you do need or have a good reason to login Ubuntu as root, here&#8217;s a way to login root via LightDM. Do it at your own risk! Since [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-enable-sound-in-ubuntu-11-04-while-login-as-root' rel='bookmark' title='How to enable sound in Ubuntu 11.04 While login as root'>How to enable sound in Ubuntu 11.04 While login as root</a></li>
<li><a href='http://ubuntuguide.net/simple-lightdm-manager-change-login-screen-appearance-in-ubuntu-11-10-lightdm' rel='bookmark' title='Simple LightDM Manager &#8211; Change Login Screen Appearance in Ubuntu 11.10 LightDm'>Simple LightDM Manager &#8211; Change Login Screen Appearance in Ubuntu 11.10 LightDm</a></li>
<li><a href='http://ubuntuguide.net/login-your-ubuntu-as-root-user' rel='bookmark' title='Enabel login your ubuntu as Root user'>Enabel login your ubuntu as Root user</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not commended to enable and login as root user in Ubuntu Linux. <code>sudo</code> command can do most works if you need super user privilege. But if you do need or have a good reason to login Ubuntu as root, here&#8217;s a way to login root via LightDM. Do it at your own risk!</p>
<p>Since Ubuntu 11.10, the default display manager was changed to LightDM. It&#8217;s no longer supported to login with an arbitrary username. You can use GDM to login as root but it takes time installing packages and some don&#8217;t really want to replace LightDM.</p>
<p><strong>Enable Root Login via LightDM:</strong></p>
<p>First of all, enable root user by giving a password. In terminal execute:</p>
<pre>sudo passwd root</pre>
<p>enter current user password and then input a root password twice. </p>
<p>Then, edit the <code>/etc/lightdm/lightdm.conf</code> by your favorite editor and add this line:</p>
<pre>greeter-show-manual-login=true</pre>
<p>Now, reboot! In login screen, there&#8217;s a more option &#8220;Login&#8221; which promts to input <code>Username</code> and <code>Password</code>. You know what to do next ^_^.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-enable-sound-in-ubuntu-11-04-while-login-as-root' rel='bookmark' title='How to enable sound in Ubuntu 11.04 While login as root'>How to enable sound in Ubuntu 11.04 While login as root</a></li>
<li><a href='http://ubuntuguide.net/simple-lightdm-manager-change-login-screen-appearance-in-ubuntu-11-10-lightdm' rel='bookmark' title='Simple LightDM Manager &#8211; Change Login Screen Appearance in Ubuntu 11.10 LightDm'>Simple LightDM Manager &#8211; Change Login Screen Appearance in Ubuntu 11.10 LightDm</a></li>
<li><a href='http://ubuntuguide.net/login-your-ubuntu-as-root-user' rel='bookmark' title='Enabel login your ubuntu as Root user'>Enabel login your ubuntu as Root user</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/enable-login-as-root-in-ubuntu-12-0411-10-with-lightdm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Back Graphical Users &amp; Groups Management Tool in Ubuntu 12.04</title>
		<link>http://ubuntuguide.net/get-back-graphical-users-groups-management-tool-in-ubuntu-12-04</link>
		<comments>http://ubuntuguide.net/get-back-graphical-users-groups-management-tool-in-ubuntu-12-04#comments</comments>
		<pubDate>Wed, 02 May 2012 02:30:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=6273</guid>
		<description><![CDATA[The old Gnome 2 User and Groups management tool has been turned off since Ubuntu 11.10 Oneiric. But it&#8217;s still avaiable in Ubuntu repository contained by package gnome-system-tools. So if you&#8217;re looking for this easy to use graphical method for modifying users&#8217; group membership in Ubuntu 12.04, use following method to get it back. In [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/bring-back-gnome-search-search-for-files-in-ubuntu-unity' rel='bookmark' title='Bring Back Gnome-Search (Search For Files) in Ubuntu Unity'>Bring Back Gnome-Search (Search For Files) in Ubuntu Unity</a></li>
<li><a href='http://ubuntuguide.net/simple-backup-tool-for-ubuntu' rel='bookmark' title='Simple Backup tool for Ubuntu'>Simple Backup tool for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/nitro-simple-task-management-tool-for-ubuntu-linux' rel='bookmark' title='Nitro &#8211; Simple Task Management Tool for Ubuntu Linux'>Nitro &#8211; Simple Task Management Tool for Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The old Gnome 2 User and Groups management tool has been turned off since Ubuntu 11.10 Oneiric. But it&#8217;s still avaiable in Ubuntu repository contained by package <code>gnome-system-tools</code>.</p>
<p>So if you&#8217;re looking for this easy to use graphical method for modifying users&#8217; group membership in Ubuntu 12.04, use following method to get it back.</p>
<p>In Ubuntu Software Center search and install <code>gnome-system-tools</code>, then you can launch <code>Users and Groups</code> in the Dash.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/05/install_User_Group.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/05/install_User_Group-500x249.png" alt="" title="install_User_Group" width="500" height="249" class="aligncenter size-medium wp-image-6274" /></a></p>
<p>Or install it via <code>apt-get</code> command:</p>
<pre>sudo apt-get install gnome-system-tools</pre>
<p>Now, you get back this old Users Settings tool:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/05/Usersettings.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/05/Usersettings-500x330.png" alt="" title="Usersettings" width="500" height="330" class="aligncenter size-medium wp-image-6275" /></a></p>
<p>easily edit user advance settings:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/05/advance_settings.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/05/advance_settings-302x360.png" alt="" title="advance_settings" width="302" height="360" class="aligncenter size-medium wp-image-6276" /></a></p>
<p>manager groups:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/05/manage_groups.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/05/manage_groups.png" alt="" title="manage_groups" width="403" height="330" class="aligncenter size-full wp-image-6277" /></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/bring-back-gnome-search-search-for-files-in-ubuntu-unity' rel='bookmark' title='Bring Back Gnome-Search (Search For Files) in Ubuntu Unity'>Bring Back Gnome-Search (Search For Files) in Ubuntu Unity</a></li>
<li><a href='http://ubuntuguide.net/simple-backup-tool-for-ubuntu' rel='bookmark' title='Simple Backup tool for Ubuntu'>Simple Backup tool for Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/nitro-simple-task-management-tool-for-ubuntu-linux' rel='bookmark' title='Nitro &#8211; Simple Task Management Tool for Ubuntu Linux'>Nitro &#8211; Simple Task Management Tool for Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/get-back-graphical-users-groups-management-tool-in-ubuntu-12-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install AMD ATI Driver Catalyst 12.3 in Ubuntu 12.04 Precise</title>
		<link>http://ubuntuguide.net/install-amd-ati-driver-catalyst-12-3-in-ubuntu-12-04-precise</link>
		<comments>http://ubuntuguide.net/install-amd-ati-driver-catalyst-12-3-in-ubuntu-12-04-precise#comments</comments>
		<pubDate>Fri, 06 Apr 2012 04:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=6137</guid>
		<description><![CDATA[AMD has released the ATI Catalyst 12.3 driver for Linux. It has a great improvement on performing with Ubuntu 12.04 Precise. Here&#8217;s the ATI Catalyst 12.3 installation guide. Do it at your own risk! 1.) Open the terminal and execute following commands to remove current amd driver: sudo sh /usr/share/ati/fglrx-uninstall.sh sudo apt-get remove --purge fglrx [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-fix-3d-performance-of-ati-driver-in-ubuntu-10-04' rel='bookmark' title='How to fix 3d performance of ATI driver in Ubuntu 10.04'>How to fix 3d performance of ATI driver in Ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/install-new-official-nvidia-driver-release-270-41-19-in-ubuntu-11-04-from-ppa' rel='bookmark' title='Install New Official Nvidia driver release 270.41.19 in Ubuntu 11.04 from PPA'>Install New Official Nvidia driver release 270.41.19 in Ubuntu 11.04 from PPA</a></li>
<li><a href='http://ubuntuguide.net/install-oracle-javajdk-7-in-ubuntu-12-04-precise-11-10-oneiric' rel='bookmark' title='Install Oracle Java(JDK) 7 in Ubuntu 12.04 Precise &amp; 11.10 Oneiric'>Install Oracle Java(JDK) 7 in Ubuntu 12.04 Precise &#038; 11.10 Oneiric</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>AMD has released the ATI Catalyst 12.3 driver for Linux. It has a great improvement on performing with Ubuntu 12.04 Precise. </p>
<p>Here&#8217;s the ATI Catalyst 12.3 installation guide. <strong>Do it at your own risk!</strong></p>
<p><strong>1.)</strong> Open the terminal and execute following commands to remove current amd driver:</p>
<pre>sudo sh /usr/share/ati/fglrx-uninstall.sh
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev*</pre>
<p><strong>2.)</strong> Install required packages:</p>
<pre>sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases linux-headers-generic</pre>
<p>For 64-bit, install this:</p>
<pre>sudo apt-get install ia32-libs dkms</pre>
<p><strong>3.)</strong> Now, download ATI Catalyst 12.3 and give its execute permission.</p>
<pre>cd ~/
mkdir catalyst12.3
cd catalyst12.3/
wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-3-x86.x86_64.run
chmod +x amd-driver-installer-12-3-x86.x86_64.run</pre>
<p><strong>4.)</strong> build and install the deb.</p>
<pre>sudo sh ./amd-driver-installer-12-3-x86.x86_64.run --buildpkg Ubuntu/precise
sudo dpkg -i fglrx*.deb</pre>
<p>5.) After the setup wizard:</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/04/ATI.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/04/ATI-318x360.png" alt="" title="ATI" width="318" height="360" class="aligncenter size-medium wp-image-6138" /></a></p>
<p>create the configuration file by:</p>
<pre>sudo aticonfig --initial -f
sudo aticonfig --input=/etc/X11/xorg.conf --tls=1</pre>
<p>Now, reboot! </p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/how-to-fix-3d-performance-of-ati-driver-in-ubuntu-10-04' rel='bookmark' title='How to fix 3d performance of ATI driver in Ubuntu 10.04'>How to fix 3d performance of ATI driver in Ubuntu 10.04</a></li>
<li><a href='http://ubuntuguide.net/install-new-official-nvidia-driver-release-270-41-19-in-ubuntu-11-04-from-ppa' rel='bookmark' title='Install New Official Nvidia driver release 270.41.19 in Ubuntu 11.04 from PPA'>Install New Official Nvidia driver release 270.41.19 in Ubuntu 11.04 from PPA</a></li>
<li><a href='http://ubuntuguide.net/install-oracle-javajdk-7-in-ubuntu-12-04-precise-11-10-oneiric' rel='bookmark' title='Install Oracle Java(JDK) 7 in Ubuntu 12.04 Precise &amp; 11.10 Oneiric'>Install Oracle Java(JDK) 7 in Ubuntu 12.04 Precise &#038; 11.10 Oneiric</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-amd-ati-driver-catalyst-12-3-in-ubuntu-12-04-precise/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Canonical&#8217;s Ubuntu System Management Service Landscape become default in Ubuntu 12.04</title>
		<link>http://ubuntuguide.net/canonicals-ubuntu-system-management-service-landscape-become-default-in-ubuntu-12-04</link>
		<comments>http://ubuntuguide.net/canonicals-ubuntu-system-management-service-landscape-become-default-in-ubuntu-12-04#comments</comments>
		<pubDate>Sun, 25 Mar 2012 07:05:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=6077</guid>
		<description><![CDATA[Ubuntu 12.04 Beta, in today&#8217;s updates &#8216;System Settings&#8217; window adds a new item called &#8216;Management Service&#8217; It&#8217;s Canonial Landscape, an easy-to-use systems management and monitoring service. Manage multiple Ubuntu machines as easily as one and lower your management and administration costs. When you first time clicking on it, a window pops up prompts installing Landscape [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/calibre-install-the-ebook-management-in-ubuntu-linux' rel='bookmark' title='Calibre-Install the ebook management in Ubuntu Linux'>Calibre-Install the ebook management in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/install-thunar-file-browser-and-make-default-in-gnome' rel='bookmark' title='Install Thunar File Browser and Make default in Gnome'>Install Thunar File Browser and Make default in Gnome</a></li>
<li><a href='http://ubuntuguide.net/alltray-dock-any-application-into-system-traynotification-area' rel='bookmark' title='AllTray &#8211; Dock any application into system tray/notification area'>AllTray &#8211; Dock any application into system tray/notification area</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 12.04 Beta, in today&#8217;s updates &#8216;System Settings&#8217; window adds a new item called &#8216;Management Service&#8217; </p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/management-service.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/management-service.png"></a></p>
<p>It&#8217;s Canonial Landscape, an easy-to-use systems management and monitoring service. Manage multiple Ubuntu machines as easily as one and lower your management and administration costs.</p>
<p>When you first time clicking on it, a window pops up prompts installing Landscape client. Just click Install and enter your user password.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape400x200.png"></a></p>
<p>After installation, make a free register at <a href="https://landscape.canonical.com/" target="_blank">https://landscape.canonical.com/</a>. Then select Landscape server to monitor your current using Ubuntu.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-1.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-1400x200.png"></a></p>
<p>Now, open <a href="https://landscape.canonical.com/" target="_blank">https://landscape.canonical.com/</a>, and you will get an authentication message &#8217;1 pending computer needs authorization&#8217;. After that, you can manage this computer via web browser.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-2.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-2400x200.png"></a></p>
<p>Now, you just need one web browser to manage many Ubuntu machines.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-5.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-5500x300.png"></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-6.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/03/ubuntu-landscape-6500x300.png"></a></p>
<p>Via <a href="http://imtx.me/archives/1702.html" target="_blank">imtx.me</a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/calibre-install-the-ebook-management-in-ubuntu-linux' rel='bookmark' title='Calibre-Install the ebook management in Ubuntu Linux'>Calibre-Install the ebook management in Ubuntu Linux</a></li>
<li><a href='http://ubuntuguide.net/install-thunar-file-browser-and-make-default-in-gnome' rel='bookmark' title='Install Thunar File Browser and Make default in Gnome'>Install Thunar File Browser and Make default in Gnome</a></li>
<li><a href='http://ubuntuguide.net/alltray-dock-any-application-into-system-traynotification-area' rel='bookmark' title='AllTray &#8211; Dock any application into system tray/notification area'>AllTray &#8211; Dock any application into system tray/notification area</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/canonicals-ubuntu-system-management-service-landscape-become-default-in-ubuntu-12-04/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Saidar, Command-Line Tools viewing system statistics(CPU/Mem/Network/Disk)</title>
		<link>http://ubuntuguide.net/saidar-command-line-tools-viewing-system-statisticscpumemnetworkdisk</link>
		<comments>http://ubuntuguide.net/saidar-command-line-tools-viewing-system-statisticscpumemnetworkdisk#comments</comments>
		<pubDate>Thu, 23 Feb 2012 18:35:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5983</guid>
		<description><![CDATA[Saidar is a curses-based tool for viewing the system statistics avail-able through libstatgrab. Statistics include CPU, processes, load, memory, swap, network I/O, disk I/O, and file system information. Saidar can be installed by apt-get command for Ubuntu and Debian: sudo apt-get install saidar Then you can execute this to get system statistics in command line: [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/boot-into-consolecommand-line-when-startup-ubuntu-9-10' rel='bookmark' title='Boot into console/command line when startup Ubuntu 9.10'>Boot into console/command line when startup Ubuntu 9.10</a></li>
<li><a href='http://ubuntuguide.net/feh-lightweight-command-line-command-console-image-viewer-for-linux' rel='bookmark' title='feh &#8211; lightweight command-line (command console) image viewer for Linux'>feh &#8211; lightweight command-line (command console) image viewer for Linux</a></li>
<li><a href='http://ubuntuguide.net/nautilus-terminalintegrate-command-line-interface-into-nautilus-file-browser' rel='bookmark' title='Nautilus-terminal,integrate command line interface into Nautilus file browser'>Nautilus-terminal,integrate command line interface into Nautilus file browser</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntuguide.net/wp-content/uploads/2012/02/saidar.png"><img src="http://ubuntuguide.net/wp-content/uploads/2012/02/saidar500x200.png"></a></p>
<p>Saidar  is a curses-based tool for viewing the system statistics avail-able through libstatgrab. Statistics include CPU, processes, load, memory, swap, network I/O, disk I/O, and file system information.</p>
<p>Saidar can be installed by <code>apt-get</code> command for Ubuntu and Debian:</p>
<pre>sudo apt-get install saidar</pre>
<p>Then you can execute this to get system statistics in command line:</p>
<pre>saidar</pre>
<p>Or using <code>-c</code> to get colored output:</p>
<pre>saidar -c</pre>
<p>Using <code>-d</code> to set DELAY seconds between updates (default 3):</p>
<pre>saidar -d 5</pre>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/boot-into-consolecommand-line-when-startup-ubuntu-9-10' rel='bookmark' title='Boot into console/command line when startup Ubuntu 9.10'>Boot into console/command line when startup Ubuntu 9.10</a></li>
<li><a href='http://ubuntuguide.net/feh-lightweight-command-line-command-console-image-viewer-for-linux' rel='bookmark' title='feh &#8211; lightweight command-line (command console) image viewer for Linux'>feh &#8211; lightweight command-line (command console) image viewer for Linux</a></li>
<li><a href='http://ubuntuguide.net/nautilus-terminalintegrate-command-line-interface-into-nautilus-file-browser' rel='bookmark' title='Nautilus-terminal,integrate command line interface into Nautilus file browser'>Nautilus-terminal,integrate command line interface into Nautilus file browser</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/saidar-command-line-tools-viewing-system-statisticscpumemnetworkdisk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Code: Changing Unity-2D Launcher BackColor &amp; Transparency</title>
		<link>http://ubuntuguide.net/hack-code-changing-unity-2d-launcher-backcolor-transparency</link>
		<comments>http://ubuntuguide.net/hack-code-changing-unity-2d-launcher-backcolor-transparency#comments</comments>
		<pubDate>Fri, 17 Feb 2012 04:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5976</guid>
		<description><![CDATA[There&#8217;re several GUI tools for configuring the Launcher appearance in Unity 3D. But for Unity 2D, it&#8217;s kinda difficult. This tutorial shows how to change the Launcher back-color and transparency by a little change on the code. NOTE: YOU MUST KNOW WHAT YOU ARE GOING TO DO BEFORE First, make a backup of /usr/share/unity-2d/launcher/Launcher.qml. Then [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/manage-ubuntu-11-04-unity-launcher-quicklist-using-unity-launcher-editor' rel='bookmark' title='Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor'>Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor</a></li>
<li><a href='http://ubuntuguide.net/change-unity-2d-launcher-auto-hide-behavior-in-ubuntu-11-10-oneiric' rel='bookmark' title='Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric'>Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric</a></li>
<li><a href='http://ubuntuguide.net/install-slingshot-elementary-os-launcher-in-ubuntu-11-04-unity' rel='bookmark' title='Install Slingshot (Elementary OS Launcher) in Ubuntu 11.04 Unity'>Install Slingshot (Elementary OS Launcher) in Ubuntu 11.04 Unity</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;re several GUI tools for configuring the Launcher appearance in Unity 3D. But for Unity 2D, it&#8217;s kinda difficult.</p>
<p>This tutorial shows how to change the Launcher back-color and transparency by a little change on the code.</p>
<p><strong>NOTE: YOU MUST KNOW WHAT YOU ARE GOING TO DO BEFORE</strong></p>
<p>First, make a backup of <code>/usr/share/unity-2d/launcher/Launcher.qml</code>. Then edit this file with your favourite editor, for example:</p>
<pre>gksu gedit /usr/share/unity-2d/launcher/Launcher.qml</pre>
<p>Search <code>rectangle</code> to find out following section:</p>
<blockquote><p>Rectangle {<br />
 Accessible.name: &#8220;background&#8221;<br />
 anchors.fill: parent<br />
 color: &#8220;black&#8221;<br />
 opacity: 0.66<br />
 visible: screen.isCompositingManagerRunning<br />
 }</p></blockquote>
<p>Now change the  <strong>color: &#8220;black&#8221;</strong> &#038; <strong>opacity: 0.66</strong>, and it will take effect at next login.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/manage-ubuntu-11-04-unity-launcher-quicklist-using-unity-launcher-editor' rel='bookmark' title='Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor'>Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor</a></li>
<li><a href='http://ubuntuguide.net/change-unity-2d-launcher-auto-hide-behavior-in-ubuntu-11-10-oneiric' rel='bookmark' title='Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric'>Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric</a></li>
<li><a href='http://ubuntuguide.net/install-slingshot-elementary-os-launcher-in-ubuntu-11-04-unity' rel='bookmark' title='Install Slingshot (Elementary OS Launcher) in Ubuntu 11.04 Unity'>Install Slingshot (Elementary OS Launcher) in Ubuntu 11.04 Unity</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/hack-code-changing-unity-2d-launcher-backcolor-transparency/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Workspace Switcher from Unity Launcher(via ppa) in Ubuntu 11.10</title>
		<link>http://ubuntuguide.net/remove-workspace-switcher-from-unity-launchervia-ppa-in-ubuntu-11-10</link>
		<comments>http://ubuntuguide.net/remove-workspace-switcher-from-unity-launchervia-ppa-in-ubuntu-11-10#comments</comments>
		<pubDate>Tue, 20 Dec 2011 07:17:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5814</guid>
		<description><![CDATA[The Workspace Switcher icon on Ubuntu Unity&#8217;s Launcher is a waste of space if you&#8217;re used to using keyboard shortcuts. Workspace Switcher is un-customizable, it&#8217;s hard coded to unity and cannot be removed without hacking source code. Option 1: via imtx.me Thanks to TualatriX, the developer of ubuntu-tweak who modified the code and added it [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/manage-ubuntu-11-04-unity-launcher-quicklist-using-unity-launcher-editor' rel='bookmark' title='Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor'>Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unity-2d-qt-in-ubuntu-10-10-and-11-04' rel='bookmark' title='How to Install Unity 2D (Qt) in Ubuntu 10.10 and 11.04'>How to Install Unity 2D (Qt) in Ubuntu 10.10 and 11.04</a></li>
<li><a href='http://ubuntuguide.net/change-unity-2d-launcher-auto-hide-behavior-in-ubuntu-11-10-oneiric' rel='bookmark' title='Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric'>Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntuguide.net/wp-content/uploads/2011/12/unity-launcher-with-workspace.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/12/unity-launcher-with-workspace.png"></a></p>
<p>The Workspace Switcher icon on Ubuntu Unity&#8217;s Launcher is a waste of space if you&#8217;re used to using keyboard shortcuts.<br />
Workspace Switcher is un-customizable, it&#8217;s hard coded to <code>unity</code> and cannot be removed without hacking source code.</p>
<h4>Option 1:</h4>
<p> via <a href="http://imtx.me/archives/1675.html" target="_blank">imtx.me</a><br />
Thanks to <em><a href="http://imtx.me/" target="_blank">TualatriX</a></em>, the developer of <a href="http://ubuntu-tweak.com" target="_blank">ubuntu-tweak</a> who modified the code and added it into his personal PPA: <a href="https://launchpad.net/~tualatrix/+archive/personal" target="_blank">https://launchpad.net/~tualatrix/+archive/personal</a></p>
<p>I&#8217;m not good at compiling codes and even not willing to spend time on it. So I tried this in Ubuntu 12.04 daily build. Installed (packages <a href="https://launchpad.net/~tualatrix/+archive/personal/+packages" target="_blank">here</a>):</p>
<p><code>libunity-core-4.0-4_4.24.0-0ubuntu2.1.1_amd64.deb<br />
libunity-core-4.0-dev_4.24.0-0ubuntu2.1.1_amd64.deb<br />
netbook-launcher_4.24.0-0ubuntu2.1.1_all.deb<br />
unity-common_4.24.0-0ubuntu2.1.1_all.deb<br />
unity-services_4.24.0-0ubuntu2.1.1_amd64.deb<br />
unity_4.24.0-0ubuntu2.1.1_amd64.deb</code></p>
<p>Missing dependencies can be fixed by Synaptic.</p>
<h4>Option 2:</h4>
<p>If you&#8217;d like modifying the code and rebuild unity by yourself, follow the steps from <a href="http://askubuntu.com/questions/38789/remove-the-workspace-switcher-launcher-from-unity-launcher" target="_blank">askubuntu</a>:</p>
<blockquote><p>Make sure you have the package dpkg-dev installed</p>
<p><code>sudo apt-get install dpkg-dev</code></p>
<p>To modify the code and compile it your self you need to do the following</p>
<p><code>mkdir ~/code<br />
cd ~/code<br />
mkdir build<br />
cd build<br />
sudo apt-get source unity<br />
cd unity*</code></p>
<p>Open plugins/unityshell/src/LauncherController.cpp with your favorite text editor, ie:</p>
<p><code>gksudo nano plugins/unityshell/src/LauncherController.cpp</code></p>
<p>Locate the lines</p>
<p><code>_num_workspaces = WindowManager::Default()->WorkspaceCount();<br />
if (_num_workspaces > 1)<br />
{<br />
  InsertExpoAction();<br />
}</code></p>
<p>Change them to</p>
<p><code>/*_num_workspaces = WindowManager::Default()->WorkspaceCount();<br />
if (_num_workspaces > 1)<br />
{<br />
  InsertExpoAction();<br />
}*/</code></p>
<p>Build the package</p>
<p><code>sudo apt-get build-dep unity<br />
sudo debuild -us -uc</code></p>
<p>Wait for it to finish and install when done</p>
<p><code>cd ..<br />
sudo dpkg -i unity*.deb libunity*.deb netbook*.deb</code></p></blockquote>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/manage-ubuntu-11-04-unity-launcher-quicklist-using-unity-launcher-editor' rel='bookmark' title='Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor'>Manage Ubuntu 11.04 Unity Launcher Quicklist using unity-launcher-editor</a></li>
<li><a href='http://ubuntuguide.net/how-to-install-unity-2d-qt-in-ubuntu-10-10-and-11-04' rel='bookmark' title='How to Install Unity 2D (Qt) in Ubuntu 10.10 and 11.04'>How to Install Unity 2D (Qt) in Ubuntu 10.10 and 11.04</a></li>
<li><a href='http://ubuntuguide.net/change-unity-2d-launcher-auto-hide-behavior-in-ubuntu-11-10-oneiric' rel='bookmark' title='Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric'>Change Unity-2D Launcher auto-hide behavior in Ubuntu 11.10 Oneiric</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/remove-workspace-switcher-from-unity-launchervia-ppa-in-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Guake &#8211; Another Drop-down Quake-style Terminal Emulator</title>
		<link>http://ubuntuguide.net/guake-another-drop-down-quake-style-terminal-emulator</link>
		<comments>http://ubuntuguide.net/guake-another-drop-down-quake-style-terminal-emulator#comments</comments>
		<pubDate>Mon, 19 Dec 2011 05:14:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5803</guid>
		<description><![CDATA[Guake is a top-down terminal for Gnome, in the style of Yakuake for KDE, Tilda or the terminal used in Quake. Guake&#8217;s properties window supports configuring keyboard shortcuts, appearences, main window height, etc. Unfortunately, the width is fixed and maximal. Guake is available in Ubuntu universe repository. Install it via Ubuntu Software Center, or: sudo [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style' rel='bookmark' title='Install Yakuake -terminal in a Quake-style'>Install Yakuake -terminal in a Quake-style</a></li>
<li><a href='http://ubuntuguide.net/gloobus-preview-updated-with-ubuntu-11-10-nautilus-3-2-support' rel='bookmark' title='Gloobus-Preview updated with Ubuntu 11.10 Nautilus 3.2 support'>Gloobus-Preview updated with Ubuntu 11.10 Nautilus 3.2 support</a></li>
<li><a href='http://ubuntuguide.net/browse-web-pages-through-terminal-emulator-in-ubuntu-linux' rel='bookmark' title='Browse Web Pages Through Terminal Emulator in Ubuntu Linux'>Browse Web Pages Through Terminal Emulator in Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntuguide.net/wp-content/uploads/2011/12/Guake_in_Unity.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/12/Guake_in_Unity-450x360.png" alt="" title="Guake_in_Unity" width="450" height="360" class="aligncenter size-medium wp-image-5804" /></a></p>
<p>Guake is a top-down terminal for Gnome, in the style of Yakuake for KDE, Tilda or the terminal used in Quake.<br />
Guake&#8217;s properties window supports configuring keyboard shortcuts, appearences, main window height, etc. Unfortunately, the width is fixed and maximal.</p>
<div id="attachment_5807" class="wp-caption aligncenter" style="width: 375px"><a href="http://ubuntuguide.net/wp-content/uploads/2011/12/Guake_preferences.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/12/Guake_preferences-365x360.png" alt="" title="Guake_preferences" width="365" height="360" class="size-medium wp-image-5807" /></a><p class="wp-caption-text">Guake Preferences</p></div>
<p>Guake is available in Ubuntu universe repository. Install it via Ubuntu Software Center, or:</p>
<pre>sudo apt-get install quake</pre>
<p>Here are screenshots of Yakuake and Tilda (both quake style and available in ubuntu&#8217;s default repository):</p>
<div id="attachment_5810" class="wp-caption aligncenter" style="width: 460px"><a href="http://ubuntuguide.net/wp-content/uploads/2011/12/Yakuake.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/12/Yakuake-450x360.png" alt="" title="Yakuake" width="450" height="360" class="size-medium wp-image-5810" /></a><p class="wp-caption-text">Yakuake Terminal Emulator for KDE</p></div>
<div id="attachment_5811" class="wp-caption aligncenter" style="width: 510px"><a href="http://ubuntuguide.net/wp-content/uploads/2011/12/Tilda.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/12/Tilda-500x215.png" alt="" title="Tilda" width="500" height="215" class="size-medium wp-image-5811" /></a><p class="wp-caption-text">Tilda</p></div>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/install-yakuake-terminal-in-a-quake-style' rel='bookmark' title='Install Yakuake -terminal in a Quake-style'>Install Yakuake -terminal in a Quake-style</a></li>
<li><a href='http://ubuntuguide.net/gloobus-preview-updated-with-ubuntu-11-10-nautilus-3-2-support' rel='bookmark' title='Gloobus-Preview updated with Ubuntu 11.10 Nautilus 3.2 support'>Gloobus-Preview updated with Ubuntu 11.10 Nautilus 3.2 support</a></li>
<li><a href='http://ubuntuguide.net/browse-web-pages-through-terminal-emulator-in-ubuntu-linux' rel='bookmark' title='Browse Web Pages Through Terminal Emulator in Ubuntu Linux'>Browse Web Pages Through Terminal Emulator in Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/guake-another-drop-down-quake-style-terminal-emulator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Login Without Password in Ubuntu 11.10</title>
		<link>http://ubuntuguide.net/how-to-login-without-password-in-ubuntu-11-10</link>
		<comments>http://ubuntuguide.net/how-to-login-without-password-in-ubuntu-11-10#comments</comments>
		<pubDate>Mon, 21 Nov 2011 03:27:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5639</guid>
		<description><![CDATA[If your Ubuntu machine is at home, you may want log-in Ubuntu without a password in the Log-in Screen or run sudo command without asking for a password. 1.) Set your user account to log-in without a password. This is easy, just click on top-right your user name and launch System Settings -> User Accounts. [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/hide-user-list-at-login-screentype-username-and-password-to-login' rel='bookmark' title='Hide user-list at login screen,type username and password to login'>Hide user-list at login screen,type username and password to login</a></li>
<li><a href='http://ubuntuguide.net/how-to-reset-forgotten-userboot-password-in-ubuntu' rel='bookmark' title='How to reset forgotten user/boot password in Ubuntu'>How to reset forgotten user/boot password in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/enable-login-as-root-in-ubuntu-12-0411-10-with-lightdm' rel='bookmark' title='Enable Login As Root in Ubuntu 12.04/11.10 with LightDM'>Enable Login As Root in Ubuntu 12.04/11.10 with LightDM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If your Ubuntu machine is at home, you may want log-in Ubuntu without a password in the Log-in Screen or run sudo command without asking for a password.</p>
<p><strong>1.)</strong> Set your user account to log-in without a password.</p>
<p>This is easy, just click on top-right your user name and launch <code>System Settings -> User Accounts</code>. Click <em>Unlock</em> and enter the password. Now, double click on pass-phrase after <em>Password</em> and you&#8217;ll see following pic.</p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2011/11/LoginWithoutPasswd.png"><img src="http://ubuntuguide.net/wp-content/uploads/2011/11/LoginWithoutPasswd-485x360.png" alt="" title="LoginWithoutPasswd" width="485" height="360" class="aligncenter size-medium wp-image-5640" /></a></p>
<p>Choose &#8220;Login without a password&#8221; in first drop-down box and click &#8220;Change&#8221; at bottom.</p>
<p>Now, you can log-in this user without password both in GUI log-in screen and text (tty1~tty6) mode. The password is actually set to &#8220;None&#8221;. So in the tty1~tty6 (press Ctrl+Alt+F1~F6), it won&#8217;t ask a password for running commands with <code>sudo</code> at beginning. But in desktop environment, <code>sudo</code> command and &#8220;Authentication Required&#8221; window still need password and you can&#8217;t get through whatever you input. To deal with that see following steps.</p>
<p><strong>2.)</strong> Reset password in command-line. After that, you can login without password in LightDM Login Screen and all others back to normal.</p>
<p>Press Ctrl+Alt+F1 to navigate to TTY1 and log-in with your username. Then run this command to reset password:</p>
<pre>sudo passwd YOUR-USER-NAME</pre>
<p>Then input a new password and again to confirm.</p>
<p><strong>3.)</strong> If you want executing <code>sudo</code> command without asking for a password in terminal, run:</p>
<pre>sudo visudo</pre>
<p>Under &#8220;# Members of the admin group may gain root privileges&#8221; change:</p>
<pre>%admin ALL=(ALL) ALL</pre>
<p> to</p>
<pre>%admin ALL=(ALL) NOPASSWD:NOPASSWD:ALL</pre>
<p>Press <strong>Ctrl+X</strong> and then input <strong>y</strong> to save it.</p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/hide-user-list-at-login-screentype-username-and-password-to-login' rel='bookmark' title='Hide user-list at login screen,type username and password to login'>Hide user-list at login screen,type username and password to login</a></li>
<li><a href='http://ubuntuguide.net/how-to-reset-forgotten-userboot-password-in-ubuntu' rel='bookmark' title='How to reset forgotten user/boot password in Ubuntu'>How to reset forgotten user/boot password in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/enable-login-as-root-in-ubuntu-12-0411-10-with-lightdm' rel='bookmark' title='Enable Login As Root in Ubuntu 12.04/11.10 with LightDM'>Enable Login As Root in Ubuntu 12.04/11.10 with LightDM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/how-to-login-without-password-in-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install PAC Manager &#8211; Manage Remote Connections in Ubuntu 11.10</title>
		<link>http://ubuntuguide.net/install-pac-manager-manage-remote-connections-in-ubuntu-11-10</link>
		<comments>http://ubuntuguide.net/install-pac-manager-manage-remote-connections-in-ubuntu-11-10#comments</comments>
		<pubDate>Sat, 19 Nov 2011 04:39:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://ubuntuguide.net/?p=5633</guid>
		<description><![CDATA[PAC, Perl Auto Connector is a simple GUI to manage/launch SSH/Telnet connections to remote machines. It is a Perl/GTK replacement for SecureCRT/Putty/etc (linux ssh/telnet/&#8230; gui)&#8230; It provides a GUI to configure connections: users, passwords, EXPECT regular expressions, macros, etc. Features: Unique linux app to implement SecureCRT&#8217;s functionality (more or less!) Remote and local macros Remotely [...]
Related posts:<ol>
<li><a href='http://ubuntuguide.net/secpanel-gui-tool-to-manage-ssh-connections' rel='bookmark' title='SecPanel-GUI Tool to manage ssh connections'>SecPanel-GUI Tool to manage ssh connections</a></li>
<li><a href='http://ubuntuguide.net/ssh-to-remote-server-without-password-in-ubuntu' rel='bookmark' title='Ssh to remote server without password in Ubuntu'>Ssh to remote server without password in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/netactview-similar-to-tcpviewa-graphical-network-connections-viewer-for-linux' rel='bookmark' title='Netactview similar to TCPview,a graphical network connections viewer for Linux'>Netactview similar to TCPview,a graphical network connections viewer for Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>PAC, Perl Auto Connector is a simple GUI to manage/launch SSH/Telnet connections to remote machines.<br />
It is a Perl/GTK replacement for SecureCRT/Putty/etc (linux ssh/telnet/&#8230; gui)&#8230; It provides a GUI to configure connections: users, passwords, EXPECT regular expressions, macros, etc.</p>
<p><strong>Features:</strong></p>
<p><em>Unique linux app to implement SecureCRT&#8217;s functionality (more or less!)<br />
Remote and local macros<br />
Remotely send commands with EXPECT regexp<br />
Cluster connections!! Connections on same cluster share keystrokes!!<br />
Proxy support<br />
Serial/tty connection via cu/tip/remote-tty connections!!<br />
Pre/post connections local executions<br />
TABS OR WINDOWS for connections!!<br />
Wake On LAN capabilities<br />
Possibility to split terminals in the same TAB!<br />
Quick acces to configured connections via tray menu icon<br />
Best linux GUI for ssh, telnet, sftp, rdesktop, vnc, cu, remote-tty, ftp, etc<br />
DEB, RPM &#038; .TAR.GZ packages available!!<br />
More to come (ASA I find time!)<br />
FREE (GNU GPLv3)</em></p>
<p>Pac Manager Website: <a href="http://sites.google.com/site/davidtv/" target="_blank">http://sites.google.com/site/davidtv/</a></p>
<p><strong>Installation</strong></p>
<p>Download .deb package of pac from <a href="http://sourceforge.net/projects/pacmanager/" target="_blank">sourceforge.net</a></p>
<p>Then use this command to install pac in terminal:</p>
<pre>cd ~/Downloads
sudo dpkg -i pac-*.deb</pre>
<p>Run the command to fix dependencies error if any and finish installation.</p>
<pre>sudo apt-get -f install</pre>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2011/11/PAC-option.jpg"><img src="http://ubuntuguide.net/wp-content/uploads/2011/11/PAC-option.jpg"></a></p>
<p><a href="http://ubuntuguide.net/wp-content/uploads/2011/11/4tabed-terminal.jpg"><img src="http://ubuntuguide.net/wp-content/uploads/2011/11/4tabed-terminal.jpg"></a></p>
<p>Related posts:<ol>
<li><a href='http://ubuntuguide.net/secpanel-gui-tool-to-manage-ssh-connections' rel='bookmark' title='SecPanel-GUI Tool to manage ssh connections'>SecPanel-GUI Tool to manage ssh connections</a></li>
<li><a href='http://ubuntuguide.net/ssh-to-remote-server-without-password-in-ubuntu' rel='bookmark' title='Ssh to remote server without password in Ubuntu'>Ssh to remote server without password in Ubuntu</a></li>
<li><a href='http://ubuntuguide.net/netactview-similar-to-tcpviewa-graphical-network-connections-viewer-for-linux' rel='bookmark' title='Netactview similar to TCPview,a graphical network connections viewer for Linux'>Netactview similar to TCPview,a graphical network connections viewer for Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://ubuntuguide.net/install-pac-manager-manage-remote-connections-in-ubuntu-11-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

