{"id":20563,"date":"2014-10-24T20:59:24","date_gmt":"2014-10-25T01:59:24","guid":{"rendered":"http:\/\/scienceblogs.com\/gregladen\/?p=20563"},"modified":"2014-10-24T20:59:24","modified_gmt":"2014-10-25T01:59:24","slug":"10-things-to-do-after-installing-ubuntu-14-10-utopic-unicorn","status":"publish","type":"post","link":"https:\/\/gregladen.com\/blog\/2014\/10\/24\/10-things-to-do-after-installing-ubuntu-14-10-utopic-unicorn\/","title":{"rendered":"10+ Things To Do After Installing Ubuntu 14.10 Utopic Unicorn"},"content":{"rendered":"<p><strong>NEW<\/strong>: <a href=\"http:\/\/scienceblogs.com\/gregladen\/2015\/03\/04\/ubuntu-linux-15-04-vivid-vervet-beta-mate-flavor\/\">Very first look at Ubuntu Linux 15.04 Vivid Vervet Beta Mate Flavor<\/a><\/p>\n<p>See: <a href=\"http:\/\/www.amazon.com\/gp\/product\/0672338378\/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0672338378&#038;linkCode=as2&#038;tag=grlasbl0a-20&#038;linkId=BAZMIA7Y6DRZING3\">Ubuntu Unleashed<\/a><\/p>\n<h2>Here is a list of things to do after you have installed Ubuntu 14.10 Utopic Unicorn.<\/h2>\n<p><a href=\"http:\/\/scienceblogs.com\/gregladen\/2014\/10\/04\/the-ubuntu-14-10-upgrade-what-to-do\/\">There is some discussion of whether or not you should upgraded to 14.10 here<\/a>, but the short version is, for most people an upgrade from 14.04 is not necessary but not a bad idea, and an upgrade from any earlier version is a very good idea.  Mostly, though, you should just upgrade.<\/p>\n<p>One could ask the question, should you be installing Ubuntu with Unity. You have to like Unity.  I personally like to have a wider range of desktop options than Ubuntu with Unity allows, but for a notebook or laptop where you are going to be using one application at a time, usually use GUI apps, and like to have your computer integrated fairly seamlessly to social networking services, etc., it is a good option.<\/p>\n<p>But, as is always the case with any operating system, you can either use it out of the box or change a few things. Because of OpenSource related licensing things a few things need to be done by you that would normally be done by the provider of the OS (but this is a free OS so you don\u2019t get that) but most of these changes are just to make the OS more like you like it.  So pick and choose.<\/p>\n<h3>First, before you do anything&#8230;<\/h3>\n<p>Run these commands to bring your system up to date, even if you just installed Ubuntu 14.10.<\/p>\n<p><code><br \/>\nsudo apt-get update<br \/>\nsudo apt-get dist-upgrade<\/p>\n<p><\/code><\/p>\n<p>Reminder: When you start a command with \u201csudo\u201d you will be asked to enter your password.  If you use \u201csudo\u201d again soon after, the system figures a bad guy did not konk you on the head to take over your computer, and it is probably you issuing the command so it does not ask for your password again.  After a while, the system figures you probably did get konked on the head and will attempt to verify your identity by asking for your password.<\/p>\n<p>Also, for the various commands being suggested here (and I should say you are totally on your own and I take no responsibility if you muck up your system, good luck and have a nice day) you may have to enter a \u201cy\u201d (for yes) or do some other things, so keep an eye on your computer.<\/p>\n<h3>Install Better or More Appropriate Graphics Card Drivers<\/h3>\n<p>Using Software &amp; Updates ~ \u201cAdditional Drivers\u201d tab ~  Do what it says there<\/p>\n<h3>Install Ubuntu Restricted Extras<\/h3>\n<p>This includes some fonts, java, the flash plugin, DVD playback ability, and so on. You need some of this stuff.  Use this command:<\/p>\n<p><code><br \/>\nsudo apt-get install ubuntu-restricted-extras<br \/>\n<\/code><\/p>\n<h3>Install additional extras for multimedia<\/h3>\n<p>To install DVD playback ability:<br \/>\n<code><br \/>\nsudo \/usr\/share\/doc\/libdvdread4\/install-css.sh<br \/>\n<\/code><\/p>\n<p>Some, many, users will want additional codecs:<br \/>\n<code><br \/>\nsudo apt-get install gstreamer0.10-plugins-ugly gxine libdvdread4 totem-mozilla icedax tagtool easytag id3tool lame nautilus-script-audio-convert libmad0 mpg321 libavcodec-extra<br \/>\n<\/code><\/p>\n<h3>Adjust the degree to which the Ubuntu Unity Dashboard annoys you and violates your privacy<\/h3>\n<h4>Method 1<\/h4>\n<p>System Settings ~ Privacy and Security ~ Turn stuff off, especially the online items.<\/p>\n<p>Unity now has the settings people usually turn off unset by default, so you may not need this.<\/p>\n<h4>Method 2<\/h4>\n<p>If you do need to turn off all the settings check out <em>Fix Ubuntu<\/em> has <a href=\"https:\/\/fixubuntu.com\/\">a nice script<\/a> that will maximally crack down on Unity.  You can get the script and run it right away, if you are trusting (it looks trustworthy to me) with this nifty one liner:<\/p>\n<p><code><br \/>\nwget -q -O - https:\/\/fixubuntu.com\/fixubuntu.sh | bash<br \/>\n<\/code><\/p>\n<p>While you are addressing privacy, you may or may not want to disable system crash reports.  Sending system crash reports to Ubuntu is probably the polite thing to do, but you may not want to.  You will need to edit a file to do this.<\/p>\n<p>Open the file with sudo because it is a file you can only modify and save as a quasi-super-user:<\/p>\n<p><code><br \/>\nsudo gedit \/etc\/default\/apport<br \/>\n<\/code><\/p>\n<p>Then find the line that says<br \/>\n<code><br \/>\nenabled=1<br \/>\n<\/code><\/p>\n<p><code><br \/>\nand change it to<br \/>\n<\/code><\/p>\n<p><code><br \/>\nenabled=0<br \/>\n<\/code><\/p>\n<p>Save the file, close the text editor, and now at the terminal enter:<\/p>\n<p><code><br \/>\nsudo service apport stop<br \/>\n<\/code><\/p>\n<h3>Put your name back on the top menu bar panel<\/h3>\n<p>You might like the name of the user showing, especially if more than one entity uses your machine.<\/p>\n<p>Name on:<br \/>\n<code><br \/>\ngsettings set com.canonical.indicator.session show-real-name-on-panel true<br \/>\n<\/code><\/p>\n<p>Name off:<br \/>\n<code><br \/>\ngsettings set com.canonical.indicator.session show-real-name-on-panel false<br \/>\n<\/code><\/p>\n<h3>Put the damn menus where they are supposed to be<\/h3>\n<p>Ubuntu Macified their Unity experience a while back by moving the menus that go with applications to the menu bar on the top of the screen. This breaks the Linux Philosophy by requiring a menu bar in a particular place.  Then, they made it even more useless by making the menus disappear until you run at them with the mouse.  With 14.04 and now 14.10 you can undo this travesty.<\/p>\n<p>System Settings ~ Appearance ~ Behavior ~ Show the menus for a window ~ In the window\u2019s title bar<\/p>\n<h3>Resize menu bars and panels<\/h3>\n<p>Linux users apparently would not stand for having panels and menu bars unscalable. Another feature taken away by Ubuntu Unity, but now with 14.10, you can make this adjustment.<\/p>\n<p>System Settings ~ Displays ~ Scale for menu and title bars ~ Use the slider thingies<\/p>\n<h3>Install TweakTools or Unity Tweak Tools<\/h3>\n<p>This will allow you to tweek things.  TweakTools is a Gnome tool, Unity Tweak Tools is specificall for the Unity Desktop (that yo just installed).  They are not the same, you may want both.  They merely give you access to things that are already there that you can tweak.<\/p>\n<p><code><br \/>\nsudo apt-get install unity-tweak-tool gnome-tweak-tool<br \/>\n<\/code><\/p>\n<h3>Turn off the most annoying scrollbars ever invented<\/h3>\n<p>Some say you let designers design your operating system, and users will later catch up.  I say to them, Baaaaa.<\/p>\n<p>The odd weird looking essentially useless scrollbars that plague Ubuntu Unity can be gotten ride of by typing this command:<\/p>\n<p><code><br \/>\ngsettings set com.canonical.desktop.interface scrollbar-mode normal<br \/>\n<\/code><\/p>\n<p>If you realize you like these new fangled scrollbars later, you can put them back like this:<\/p>\n<p><code><br \/>\ngsettings reset com.canonical.desktop.interface scrollbar-mode<br \/>\n<\/code><\/p>\n<h3>Turn Nautilus Recursive vs Typeahead Search Off and ON<\/h3>\n<p>After you play around with the newest version of the file manager Nautilus, you may find that you prefer one or the other behaviors in the search bar.  I\u2019ve not decided.  Switch recursive search on:<\/p>\n<p><code><br \/>\nTerminal Command:<br \/>\ngsettings set org.gnome.nautilus.preferences enable-interactive-search false<br \/>\n<\/code><\/p>\n<p>Switch to typeahead search:<\/p>\n<p><code><br \/>\ngsettings set org.gnome.nautilus.preferences enable-interactive-search true<br \/>\n<\/code><\/p>\n<h3>Set up your online accounts (facebook, twitter, etc)<\/h3>\n<p>Seetings ~ Online Accounts ~ Then do obvious stuff there<\/p>\n<h3>Laptop users: Power Management<\/h3>\n<p>There are things one did with 14.04 to enable power management and related features, or to improve them.  I am not certain what the best course of action is for 14.10, so I\u2019m not going to suggest anything here. I\u2019ll update this section at a later time. (Feel free to make suggestions below.)<\/p>\n<p>Meanwhile, <a href=\"http:\/\/www.noobslab.com\/2013\/07\/how-to-improve-laptop-power-management.html\">you may have a look at this<\/a>, which covers 14.04 and other distributions.<\/p>\n<h3>Install a bunch of stuff<\/h3>\n<p>Ubuntu is a bit light on file archiving software.  You may want to install more:<\/p>\n<p><code><br \/>\nsudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller<br \/>\n<\/code><\/p>\n<p>Adobe Flash Plugin<\/p>\n<p><code><br \/>\nsudo apt-get install flashplugin-installer<br \/>\n<\/code><\/p>\n<p>Install the latest version of Google Chrome.  I don\u2019t think it will be found in the software center, <a href=\"http:\/\/028499.com\/how-to-install-google-chrome-on-ubuntu-14-10-or-linux-mint-18-or-ubuntu-14-10-mate-edition\/\">so check here<\/a>, or <a href=\"https:\/\/www.google.com\/intl\/en\/chrome\/browser\/#brand=CHMB&amp;utm_campaign=en&amp;utm_source=en-ha-na-us-sk&amp;utm_medium=ha\">go here and press the right buttons<\/a>. Then you can <strong>Watch Netflix on Linux!<\/strong><\/p>\n<p><a href=\"https:\/\/www.dropbox.com\/install?os=lnx\">Install Dropbox<\/a><\/p>\n<p>and\/or<\/p>\n<p><a href=\"https:\/\/copy.com?r=LMDyx2\">Install Copy<\/a>, which is similar to Dropbox. Slower, but you get more storage for free.  I\u2019ve been using it for a while and I like it.  (I actually use both.)<\/p>\n<h3>Cleanup<\/h3>\n<p>Some people like to clean up after themselves. I tend not to, but I know I should.  These commands will get rid of some of the chaff you may have created while messing around with your system.<\/p>\n<p><code><br \/>\necho \"Cleaning Up\" &amp;&amp;<br \/>\nsudo apt-get -f install &amp;&amp;<br \/>\nsudo apt-get autoremove &amp;&amp;<br \/>\nsudo apt-get -y autoclean &amp;&amp;<br \/>\nsudo apt-get -y clean<br \/>\n<\/code><\/p>\n<h4>So, you totally screwed up your installation, what do you do now?<\/h4>\n<p>Not everything you broke above can be undone easily, but you can reset some of it.  Use the following commands.  Then see what happens. Good luck.  Did I mention that you are totally on your own here and I take no responsibility for anything that goes wrong?<\/p>\n<p><code><br \/>\nsudo apt-get install dconf-tools<br \/>\ndconf reset -f \/org\/compiz\/<br \/>\nsetsid unity<br \/>\nunity --reset-icons<br \/>\n<\/code><\/p>\n<hr \/>\n<h3 id=\"otherpostsofinterest:\">Other posts of interest:<\/h3>\n<ul>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2011\/09\/29\/how-to-get-rid-of-spiders-in-y\/\">How to get rid of spiders in your house<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2011\/02\/20\/why-is-my-poop-green\/\">Why is your poop green?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2011\/11\/28\/how-many-cells-are-there-in-th\/\">How many cells are there in the human body?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2013\/08\/16\/harry-potter-goblet-of-fire-plot-hole-filled\/\">Is there really a plot hole in Harry Potter <em>Goblet of Fire?<\/em><\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2011\/03\/01\/how-long-is-a-generation\/\">How long is a human generation?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2010\/09\/01\/is-blood-ever-blue-science-tea-2\/\">Is blog ever really blue?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2011\/11\/29\/how-to-not-get-caught-plagiari\/\">How to not get caught plagiarizing<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2008\/02\/29\/the-origin-of-the-chicken\/\">The origin of the domestic chicken<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2009\/08\/25\/the-three-necessary-and-suffic-2\/\">What are the three necessary and sufficient conditions of Natural Selection?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2013\/05\/22\/how-can-i-get-rid-of-foot-fungus\/\">How do I get rid of foot fungus?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2013\/05\/14\/should-you-drink-tap-water-or-bottled-water\/\">Which is better, Tap Water or Bottled Water?<\/a><\/li>\n<li><a href=\"http:\/\/scienceblogs.com\/gregladen\/2013\/07\/16\/has-global-warming-stopped-2\/\">Has Global Warming stopped?<\/a><\/li>\n<\/ul>\n<p>Also of interest: <a href=\"https:\/\/gregladen.com\/blog\/sungudogo\/\"><strong>In Search of Sungudogo:<\/strong> A novel of adventure and mystery<\/a>, set in the Congo.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>NEW: Very first look at Ubuntu Linux 15.04 Vivid Vervet Beta Mate Flavor See: Ubuntu Unleashed Here is a list of things to do after you have installed Ubuntu 14.10 Utopic Unicorn. There is some discussion of whether or not you should upgraded to 14.10 here, but the short version is, for most people an &hellip; <a href=\"https:\/\/gregladen.com\/blog\/2014\/10\/24\/10-things-to-do-after-installing-ubuntu-14-10-utopic-unicorn\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">10+ Things To Do After Installing Ubuntu 14.10 Utopic Unicorn<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":20564,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[1930,67,57,3479,3510],"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p5fhV1-5lF","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/posts\/20563"}],"collection":[{"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/comments?post=20563"}],"version-history":[{"count":0,"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/posts\/20563\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gregladen.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/media?parent=20563"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/categories?post=20563"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gregladen.com\/blog\/wp-json\/wp\/v2\/tags?post=20563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}