<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; root</title> <atom:link href="http://www.ghacks.net/tag/root/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Make gnome-terminal profiles work for you</title><link>http://www.ghacks.net/2010/07/18/make-gnome-terminal-profiles-work-for-you/</link> <comments>http://www.ghacks.net/2010/07/18/make-gnome-terminal-profiles-work-for-you/#comments</comments> <pubDate>Sun, 18 Jul 2010 13:18:56 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Desktop Manager]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[administrative user]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[root]]></category> <category><![CDATA[terminal emulator]]></category> <category><![CDATA[terminal window]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28349</guid> <description><![CDATA[The gnome-terminal is one of the finest terminals available for the Linux operating system. It&#8217;s rock-solid, does it&#8217;s job, and has a ton of features you might not find in other terminal emulators. One of those features is the Profile. A profile is a way to have multiple terminal configurations at once. You can create [...]]]></description> <content:encoded><![CDATA[<p>The gnome-terminal is one of the finest terminals available for the Linux operating system. It&#8217;s rock-solid, does it&#8217;s job, and has a ton of features you might not find in other terminal emulators. One of those features is the Profile. A profile is a way to have multiple terminal configurations at once. You can create as many as you like and switch back and forth on the fly. But why have this feature? Is it really necessary? I can show you a few reasons why the gnome-terminal profile offers you multiple profiles.</p><p>In this article I will walk you through the creation of new profiles and show you why you might want them.</p><p><span
id="more-28349"></span><strong>Assumptions</strong></p><p>First and foremost, this article assumes you actually use the terminal and assumes you use it a lot. The pedestrian user of the terminal might not see a need for multiple profiles for a terminal window. But if you use the terminal a lot, and for various reasons, you might see how multiple profiles can make a difference.</p><p><strong>Creating new profiles</strong></p><div
id="attachment_28350" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/gnome_terminal_profile_editor.png"><img
class="size-medium wp-image-28350 " src="http://www.ghacks.net/wp-content/uploads/2010/07/gnome_terminal_profile_editor-500x334.png" alt="" width="300" height="200" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Let us first take a look at how profiles are created. To create (or edit) a profile click <strong>Edit &gt; Profiles</strong>. This will bring up a new window (see Figure 1) where you can add, edit, or delete profiles at will.</p><p>As you can see, in Figure 1, I have two current profiles &#8211; default and &#8220;no trans&#8221;. My default profile fits in with my current desktop scheme (RGBA, with heavy transparency). There are times when I need to more closely evaluate text (such as when viewing <em>top</em> or combing through a configuration file. For those times I switch to the &#8220;no trans&#8221; profile which is a non-transparent profile I created.</p><p>To create a new profile click the New button. When you do this a small window will open where you give your new profile a name <a
href="http://www.ghacks.net/wp-content/uploads/2010/07/gnome_profile_editor.png"><img
class="alignright size-full wp-image-28351" src="http://www.ghacks.net/wp-content/uploads/2010/07/gnome_profile_editor.png" alt="" width="446" height="334" /></a>and choose which of your current profiles to base the new profile on. Let&#8217;s say, for the sake of example, I want to create a profile for any time I am using the terminal as the root user. This can come in very handy (and keep you from doing something you don&#8217;t want to do).  For this I am going to call the profile &#8220;Root&#8221; and base it on &#8220;no trans&#8221;. Once you&#8217;ve done that the main profile editor window will appear (see Figure 2) .</p><p>In this new window you can change quite a bit for your profile. For a profile to work as the administrative user you might want to do something like create a white background with red text, or a red background with black text. For such an instance I like to alter the Title and command to ensure there is no mistaking I am using the administrative user. To do this click on the Title and Command tab and then change the Initial title to be something like <em>ROOT User: USE CAUTION</em>. You can then select to prepend this title if the terminal command sends it&#8217;s own title (which is often the case).</p><div
id="attachment_28352" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/root_profile.png"><img
class="size-medium wp-image-28352 " src="http://www.ghacks.net/wp-content/uploads/2010/07/root_profile-500x354.png" alt="" width="300" height="212" /></a><p
class="wp-caption-text">Figure 3</p></div><p>The new &#8220;root&#8221; profile will look something like that in Figure 3.</p><p><strong>Switching profiles</strong></p><p>This is simple, and can be done on the fly. All you need to do is click <strong>Terminal &gt; Change Profile </strong>and select the profile you want.</p><p><strong>Final thoughts</strong></p><p>Make use of the gnome-terminal profiles and your life will be much easier. There are a lot of reasons why you would want to use them and tons of modifications you can make to them.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/18/make-gnome-terminal-profiles-work-for-you/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Help, I Use Ubuntu and There&#8217;s No &#8220;su&#8221;!</title><link>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/</link> <comments>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/#comments</comments> <pubDate>Wed, 01 Apr 2009 17:55:10 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[administration]]></category> <category><![CDATA[privileges]]></category> <category><![CDATA[root]]></category> <category><![CDATA[sudo]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/</guid> <description><![CDATA[So you&#8217;ve just installed Ubuntu and you&#8217;re ready to tackle all those great administrative tasks you&#8217;ve heard about with Linux. You&#8217;ve even been briefly tempted to try the old rm -rf / command just to see if it&#8217;s really true that it will wipe away your entire computer as you watch it happen. Only problem [...]]]></description> <content:encoded><![CDATA[<p>So you&#8217;ve just installed Ubuntu and you&#8217;re ready to tackle all those great administrative tasks you&#8217;ve heard about with Linux. You&#8217;ve even been briefly tempted to try the old <em>rm -rf / </em>command just to see if it&#8217;s really true that it will wipe away your entire computer as you watch it happen. Only problem is&#8230;all those glorious commands you&#8217;ve heard of required &#8220;super user&#8221; (or su) access. No matter how you try you can&#8217;t seem to remember adding an administrative password and your standard password doesn&#8217;t gain you access to the root user.</p><p>Relax. Ubuntu was created so that &#8220;su&#8221; access wasn&#8217;t necessary. Instead Ubuntu employes the &#8220;sudo&#8221; utility which adds the standard user to the administrative group. Why did they do this? Simple. Ubuntu&#8217;s goal is to make their distribution the most user-friendly available. To that end the developers felt it necessary to &#8220;remove&#8221; the root user because the average user had little to no experience with such a beast. The average user certainly didn&#8217;t have to have &#8220;root&#8221; privileges to get around in the Windows operating system. Ubuntu figured this was the way to go. There were two ways around this &#8211; make the standard user a root user or just emply sudo and create an administrative group the standard user would belong to. Now the standard user could undertake admin tasks without having to understand the concept of a standard user versus a root user.</p><p><span
id="more-11596"></span>When you install Ubuntu you created a user and that user has a password. To handle most any &#8220;administrative&#8221; task all they have to do is use the &#8220;sudo&#8221; command so they can run commands as a different (in this case the administrative) user.</p><p>So if you want to issue a command that requires administrative access you would issue it by way of the <em>sudo</em> command like so:</p><p>sudo ADMIN_TASK</p><p>Where ADMIN_TASK is the actual administrative task you want to run. When you hit enter you will be asked for your password, at which point you will enter your standard user password.</p><p><strong>But What About &#8220;su&#8221;?</strong></p><p>I have run into instances where I have wanted to have actual root access. Although I don&#8217;t really recommend this (It is actually best to stick with the setup Ubuntu has created), you can create a root password by issuing the command:</p><p><em>sudo passwd root</em></p><p>When you press enter you will be prompted (twice) for a new password. Once you enter the password the second time your root password will be ready to use.</p><p><strong>/etc/sudoers</strong></p><p>The <strong>/etc/sudoers</strong> file is where you configure sudo. This file shouldn&#8217;t really be monkied with as the default should work perfectly for you. There is one particular line you should definitely avoid (of course I have to point it out so you will know which one to avoid.) Take a look at this line:</p><p><em># %sudo ALL=NOPASSWD: ALL</em></p><p>You probably have a good guess as to what that line would do if it were uncommented. Allow the sudo user access to root privileges without having to use a password. This should remain commented out so this option isn&#8217;t available.</p><p><strong>Final Thoughts</strong></p><p>The Ubuntu distribution has created one of the most user-friendly setups in Linux land. Taking advantage of sudo is one of the many ways Ubuntu achieves such a state. Understanding the sudo system will keep new Ubuntu users from pulling out their hair as they attempt to gain root privileges. New users? Nothing to see here&#8230;just go about your business. ;-)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/01/help-i-use-ubuntu-and-theres-no-su/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Fresh news from the root</title><link>http://www.ghacks.net/2007/06/19/fresh-news-from-the-root/</link> <comments>http://www.ghacks.net/2007/06/19/fresh-news-from-the-root/#comments</comments> <pubDate>Tue, 19 Jun 2007 03:27:26 +0000</pubDate> <dc:creator>Tobey</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[netvibes]]></category> <category><![CDATA[news aggregator]]></category> <category><![CDATA[openid]]></category> <category><![CDATA[root]]></category> <category><![CDATA[rootly]]></category> <category><![CDATA[rss aggregator]]></category> <category><![CDATA[rss reader]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/06/19/fresh-news-from-the-root/</guid> <description><![CDATA[I've been using Opera's integrated RSS reader for a long time and it sure is a fine enhancement. But I still feel that it's not so ultimate and it misses some things. Especially it's interface could look a little better and have few more features. For example, in Opera you can't display the news from all sources at once, well-arranged in a nice interface, instead you always have to click the source, read some news and then switch to the next one and so on. This is a little clumsy. However, Opera is mainly a great browser, not an RSS reader.]]></description> <content:encoded><![CDATA[<p>I&#8217;ve been using Opera&#8217;s integrated RSS reader for a long time and it sure is a fine enhancement. But I still feel that it&#8217;s not so ultimate and it misses some things. Especially it&#8217;s interface could look a little better and have few more features. For example, in Opera you can&#8217;t display the news from all sources at once, well-arranged in a nice interface, instead you always have to click the source, read some news and then switch to the next one and so on. This is a little clumsy. However, Opera is mainly a great browser, not an RSS reader.</p><p>Short time ago I found a nice online RSS aggregator called Rootly. Important thing is that you can customize your account very well. You can use their feed presets or even better insert your own feed addresses and create unique tabs. Rootly then collects all the news for you and displays them in a very clean and well styled interface.</p><p><span
id="more-1679"></span><img
src="http://www.ghacks.net/files/screens/2007/06/rootly.jpg" align="left" alt="rootly news aggregator" />You can choose in which tab your news will appear and the order of tabs too. I appreciate that this service mixes all news together and displays them on one page instead of dividing the feeds according to their source. I hope that in the future they&#8217;ll add at least one more option &#8211; the possibility to choose how many news you want to display on a single page.</p><p>And the best thing at the end &#8211; Rootly supports OpenID (read <a
href="http://www.ghacks.net/2007/05/30/avoid-multiple-login-names-with-openid/">previous article</a> for more info on that). Actually, when I found the service few weeks ago, I had some serious problems with logging in using OpenID among other minor troubles but at this time it looks like everything works fine already.</p><p>Rootly is not really an alternative if you are already using <a
href="http://www.netvibes.com/en" target="_blank">Netvibes</a> for instance as your news aggregator. I&#8217;m basically using it at work because Netvibes has been banned there while Rootly has not. The interface of Rootly is not that intuitive and it takes a step longer to perform actions. Adding feeds for instance has to be done on a separate page while you can add them on the fly so to speak in Netvibes.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/06/19/fresh-news-from-the-root/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
