Difference between revisions of "Debian"

From Organic Design wiki
(move specifics into install a new desktop)
m (Keyboard shortcuts)
 
(47 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Debian-logo.svg|100px|right]][http://www.debian.org/intro/about Debian] is a free operating system using the [http://www.kernel.org Linux kernel], but most of the basic OS tools come from the [http://www.gnu.org GNU project]; hence the name GNU/Linux. At Organic Design we install Debian on our [[server]]s using the [[install a new server]] [[procedure]], and have been using it for over ten years.
+
[[File:Debian-logo.svg|100px|right]][http://www.debian.org/intro/about Debian] is a free operating system using the [http://www.kernel.org Linux kernel], but most of the basic OS tools come from the [http://www.gnu.org GNU project]; hence the name GNU/Linux. At Organic Design we install Debian on our [[server]]s using the [[install a new server]] [[procedure]], and have been using it since around 2005.
  
As of June 2013 we decided to change from [[Ubuntu]] to Debian for our workstations as well since Ubuntu is increasingly becoming the "microsoft of the free software world" with pay software and services at every corner and [http://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do compulsory spyware] riddled throughout system.
+
In June 2013 we decided to change from [[Ubuntu]] to Debian for our workstations as well since Ubuntu is increasingly becoming the "microsoft of the free software world" with pay software and services at every corner and [http://www.fsf.org/blogs/rms/ubuntu-spyware-what-to-do compulsory spyware] riddled throughout system, see [[Debian legacy issues]] for notes about various issues and solutions encountered back then. But then in early 2014 we changed to [[Linux Mint]] for our workstation machines, mainly due to the fact that they're very up to date with their choice of Linux kernel version which allowed me to use my touch-screen on my [[Samsung ATIV Smart PC Pro (XE700T1C)]] and fixed a long-standing bug on Beth's [[Lenovo Ideapad S10-3]] which prevented it from resuming from standby. As of mid 2019 we've moved back to Debian again because Mint's Cinnamon desktop is stuck on an insecure path through its dependence on Xorg whereas most desktop managers are now moving to the more secure and slim [[w:Wayland (display server protocol)|Wayland]] display server. With the recent release of Debian 10, I decided to move back and give it a try!
  
As of early 2024 we've changed to [[Linux Mint]] for our workstation machines, mainly due to the fact that they're very up to date with their choice of Linux kernel version which allowed me to use my touch-screen on my [[Samsung ATIV Smart PC Pro (XE700T1C)]] and fixed a long-standing bug on Beth's [[Lenovo Ideapad S10-3]] which prevented it from resuming from standby.
+
== Gnome3 extensions and addons ==
 +
[[File:Gnome3 on Debian10.jpg|right|600px]]I don't really like Gnome much, I prefer Cinnamon, but the problem is that Cinnamon is not very secure since it's stuck on the old xorg desktop manager. Here are some things that can be done after installing a Gnome3 based system to make it a bit more familiar.
 +
* install the gnome icon color packages via apt
 +
* install the following Gnome extensions:
 +
** [https://extensions.gnome.org/extension/1160/dash-to-panel/ Dash to Panel] ''- makes a proper panel with favourite and loaded apps''
 +
** [https://extensions.gnome.org/extension/608/gnomenu/ Gno Menu] ''- adds a good menu to the panel''
 +
** [https://extensions.gnome.org/extension/615/appindicator-support/ KStatusNotifierItem/AppIndicator Support] ''- adds the familar background app status icons to the panel''
 +
** [https://extensions.gnome.org/extension/800/remove-dropdown-arrows/ Remove Dropdown Arrows] ''- removes ugly dropdown menu arrows from the panel''
 +
** [https://extensions.gnome.org/extension/355/status-area-horizontal-spacing/ Status Horizonal Spacing] ''- removes excessive spacing between icons in the panel''
 +
** [https://extensions.gnome.org/extension/1112/screenshot-tool/ Screenshot Tool] ''- adds screenshot tool to panel''
 +
*[https://extensions.gnome.org/extension/28/gtile/ gTile] ''- a good window tiling extension''
 +
* use the Tweaks utility to change icon colours, add an applications menu and window buttons and configure extensions, remove extensions [https://extensions.gnome.org/local/ here].
  
== Installation ==
+
=== Keyboard shortcuts ===
[[File:Bad Windows and Ubuntu.svg|200px|right]]Installation is covered [http://www.debian.org/releases/stable/i386/apas02.html.en here] and for our typical situation involves downloading the first of the [http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-dvd/ amd64 DVD iso images] and copying it onto a memory stick using the following commands from a root shell where X is the number of the device that the USB stick is on which can be obtained from ''dmesg'' or ''df'' etc. Note that the numbers on the end of devices such as ''/dev/sda'''1''''' refer to the partitions within the device, but the boot record is outside of any specific partition, so the number must be excluded in the command to refer to the device as a whole.
+
I like to add some keyboard shortcuts for simple window management. The [https://extensions.gnome.org/extension/28/gtile/ gTile] extension is required and must be set to simple 2x2 grid. This will allow the super with left or right keys to move the currently focused window to occupy the left or right half of the screen, and then using super with up or down will move it to the top of bottom half vertically.
{| width=400
+
*View split on left: Super+Left
|{{code|<bash>
+
*View split on right: Super+Right
umount /dev/sdX
+
*Global move window up (in gTile prefs): Super+Up
cp debian.iso /dev/sdX
+
*Global move window down (in gTile prefs): Super+Down
sync
+
*Move window one monitor to the left: Shift+Super+Left
</bash>}}
+
*Move window one monitor to the right: Shift+Super+Right
|}
 
  
== Distribution upgrades ==
+
== Packages ==
To upgrade Debian, first ensure that there are no conflicting or held back packages. If there are, these issues are best sorted out first.
+
<source lang="bash">
{{code|<bash>dpkg --audit
+
apt install python3-pip gnupg2 git openvpn network-manager-openvpn network-manager-openvpn-gnome flatpak gnome-software-plugin-flatpak
dpkg --get-selections | grep hold</bash>}}
+
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Then run ''aptitude'' and press "g" and only carry on when you have the message "No packages are scheduled to be installed, removed or upgraded".
+
pip install youtube-dl
 +
</source>
  
Next change all your sources over in ''/etc/apt/sources.list'' from the old distro name such as ''squeeze'' to the new one such as ''wheezy''. And then do the upgrade in two steps, first upgrade the packages and then do the ''dist-upgrade'' as follows:
+
== Issues & gotchas I've had before ==
{{code|<bash>apt-get update
+
* root's default paths are missing, so either add e.g. <tt>export PATH=$PATH:/usr/sbin</tt> to root's '''.bashrc''', or <tt>/usr/sbin/usermod -a -G sudo user</tt> and use ''sudo'' instead of ''su''
apt-get upgrade
+
* I need to restart and enter my drive-unlock password twice for every damn update! Don't know if this is Debian or Gnome3, but it's discussed [https://gitlab.gnome.org/GNOME/gnome-software/issues/181 here] and [https://ask.fedoraproject.org/t/gnome-software-center-wants-me-to-restart-to-install-updates/1283/10 here]. GNOME software comes with Software & Updates. Software & Updates can be removed and replaced with GNOME Package Updater.
apt-get dist-upgrade</bash>}}
+
* Gnome3 has changed the touchpad default behaviour, now to do a right-click you tap with two fingers, you can revert to the old area-based behaviour using Tweaks
 
+
* My internal Atheros bluetooth device suddenly disappeared, it came back after I enable non-free contribs in the software manager and then installed ''firmware-atheros''
It's best to use the package maintainer's version of any updated configuration files it mentions. You can have a second shell window open so you can check the changed parts of the configuration that have changed and back them up or copy them across to the freshly created version.
+
* [https://askubuntu.com/questions/1131885/help-w-possible-missing-firmware-lib-firmware-i915-kbl-guc-ver9-14-bin-for-mo/1132350#1132350 Possible missing firmware /lib/firmware/i915]
  
 
== See also ==
 
== See also ==
 +
*[[Debian legacy issues]]
 
*[[Install a new desktop]] ''- our procedure for what to install and configure on a local workstation after the bare OS is installed''
 
*[[Install a new desktop]] ''- our procedure for what to install and configure on a local workstation after the bare OS is installed''
*[[GNOME]]
 
*[[Brazilian keyboard settings]]
 
 
*[https://wiki.debian.org/Gnome Gnome page on Debian wiki]
 
*[https://wiki.debian.org/Gnome Gnome page on Debian wiki]
 
*[http://www.linux-watch.com/news/NS3128387759.html Etch release delayed by financial arguments]
 
*[http://www.linux-watch.com/news/NS3128387759.html Etch release delayed by financial arguments]
 
*[https://tails.boum.org/about/index.en.html Tails] ''- Debian with onion, takeaway style!''
 
*[https://tails.boum.org/about/index.en.html Tails] ''- Debian with onion, takeaway style!''
 
*[http://www.tuxera.com/community/ntfs-3g-faq/#unprivileged Permissions problems mounting NTFS devices]
 
*[http://www.tuxera.com/community/ntfs-3g-faq/#unprivileged Permissions problems mounting NTFS devices]
 +
*[https://www.zdnet.com/article/debian-10-buster-linux-arrives/ ZDnet on Debian Buster]
 +
*[https://www.reddit.com/r/gnome/comments/9gmy1z/since_top_icons_plus_isnt_maintained_anymore_and/ Top 20 Gnome extensions]
 
[[Category:Linux]][[Category:Debian]][[Category:Libre software]]
 
[[Category:Linux]][[Category:Debian]][[Category:Libre software]]

Latest revision as of 22:27, 8 September 2022

Debian-logo.svg

Debian is a free operating system using the Linux kernel, but most of the basic OS tools come from the GNU project; hence the name GNU/Linux. At Organic Design we install Debian on our servers using the install a new server procedure, and have been using it since around 2005.

In June 2013 we decided to change from Ubuntu to Debian for our workstations as well since Ubuntu is increasingly becoming the "microsoft of the free software world" with pay software and services at every corner and compulsory spyware riddled throughout system, see Debian legacy issues for notes about various issues and solutions encountered back then. But then in early 2014 we changed to Linux Mint for our workstation machines, mainly due to the fact that they're very up to date with their choice of Linux kernel version which allowed me to use my touch-screen on my Samsung ATIV Smart PC Pro (XE700T1C) and fixed a long-standing bug on Beth's Lenovo Ideapad S10-3 which prevented it from resuming from standby. As of mid 2019 we've moved back to Debian again because Mint's Cinnamon desktop is stuck on an insecure path through its dependence on Xorg whereas most desktop managers are now moving to the more secure and slim Wayland display server. With the recent release of Debian 10, I decided to move back and give it a try!

Gnome3 extensions and addons

Gnome3 on Debian10.jpg

I don't really like Gnome much, I prefer Cinnamon, but the problem is that Cinnamon is not very secure since it's stuck on the old xorg desktop manager. Here are some things that can be done after installing a Gnome3 based system to make it a bit more familiar.

  • install the gnome icon color packages via apt
  • install the following Gnome extensions:
  • gTile - a good window tiling extension
  • use the Tweaks utility to change icon colours, add an applications menu and window buttons and configure extensions, remove extensions here.

Keyboard shortcuts

I like to add some keyboard shortcuts for simple window management. The gTile extension is required and must be set to simple 2x2 grid. This will allow the super with left or right keys to move the currently focused window to occupy the left or right half of the screen, and then using super with up or down will move it to the top of bottom half vertically.

  • View split on left: Super+Left
  • View split on right: Super+Right
  • Global move window up (in gTile prefs): Super+Up
  • Global move window down (in gTile prefs): Super+Down
  • Move window one monitor to the left: Shift+Super+Left
  • Move window one monitor to the right: Shift+Super+Right

Packages

apt install python3-pip gnupg2 git openvpn network-manager-openvpn network-manager-openvpn-gnome flatpak gnome-software-plugin-flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
pip install youtube-dl

Issues & gotchas I've had before

  • root's default paths are missing, so either add e.g. export PATH=$PATH:/usr/sbin to root's .bashrc, or /usr/sbin/usermod -a -G sudo user and use sudo instead of su
  • I need to restart and enter my drive-unlock password twice for every damn update! Don't know if this is Debian or Gnome3, but it's discussed here and here. GNOME software comes with Software & Updates. Software & Updates can be removed and replaced with GNOME Package Updater.
  • Gnome3 has changed the touchpad default behaviour, now to do a right-click you tap with two fingers, you can revert to the old area-based behaviour using Tweaks
  • My internal Atheros bluetooth device suddenly disappeared, it came back after I enable non-free contribs in the software manager and then installed firmware-atheros
  • Possible missing firmware /lib/firmware/i915

See also