Difference between revisions of "Ubuntu"

From Organic Design wiki
m
(link to Linux Mint and why debian is better for serers)
Line 1: Line 1:
 
{{legacy}}
 
{{legacy}}
 
<br />
 
<br />
[[File:Bad Ubuntu.svg|100px|right]]Ubuntu was an excellent user-friendly operating system based on [[Debian]] GNU/Linux, but has recently started becoming very corporate and playing some dirty corporate tricks like [http://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do installing spyware] and preventing users from having control over what's installed and what's not. We've been using Debian on our servers, but Ubuntu on our desktops for the last five years or so, but we'll now begin migrating over to pure Debian for our desktops as well.
+
[[File:Bad Ubuntu.svg|100px|right]]Ubuntu was an excellent user-friendly operating system based on [[Debian]] GNU/Linux, but has recently started becoming very corporate and playing some dirty corporate tricks like [http://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do installing spyware] and preventing users from having control over what's installed and what's not. We've been using Debian on our servers, but were using Ubuntu on our desktops, but have changed over to [[Linux Mint]] now. For servers Debian is definitely preferable unless you're running software that has been compiled for a specific Ubuntu release, because [https://utcc.utoronto.ca/~cks/space/blog/linux/DebianVsUbuntuForUs Debian is far better maintained] even though the release cycle is not regular.
 
<div style="clear:both"></div>
 
<div style="clear:both"></div>
 
== Gnome 3 ==
 
The first thing I do after a basic update and upgrade is not install [[GNOME|Gnome 3]] as I can't stand the Unity desktop.
 
<source lang="bash">
 
sudo add-apt-repository ppa:gnome3-team/gnome3
 
sudo apt-get update
 
sudo apt-get install gnome-shell
 
</source>
 
 
== Adobe Acrobat Reader ==
 
The default [http://projects.gnome.org/evince/ evince document viewer] that comes with Ubuntu is very good, but it doesn't handle some of the more sophisticated aspects of PDF document handling such as editable forms. To do these things currently still requires the Adobe package which can be installed from the [http://www.medibuntu.org/ Medibuntu] repository.
 
<source lang="bash">
 
echo deb http://packages.medibuntu.org/ jaunty free non-free >> /etc/apt/sources.list
 
apt-get update
 
apt-get install acroread
 
</source>
 
  
 
== See also ==
 
== See also ==

Revision as of 19:06, 5 November 2018

Legacy.svg Legacy: This article describes a concept that has been superseded in the course of ongoing development on the Organic Design wiki. Please do not develop this any further or base work on this concept, this is only useful for a historic record of work done. You may find a link to the currently used concept or function in this article, if not you can contact the author to find out what has taken the place of this legacy item.


Bad Ubuntu.svg

Ubuntu was an excellent user-friendly operating system based on Debian GNU/Linux, but has recently started becoming very corporate and playing some dirty corporate tricks like installing spyware and preventing users from having control over what's installed and what's not. We've been using Debian on our servers, but were using Ubuntu on our desktops, but have changed over to Linux Mint now. For servers Debian is definitely preferable unless you're running software that has been compiled for a specific Ubuntu release, because Debian is far better maintained even though the release cycle is not regular.

See also