-
Install using the full disk encryption: https://help.ubuntu.com/community/Full_Disk_Encryption_Howto_2019
-
Configure hibernation:
# vi /etc/initramfs-tools/conf.d/resume RESUME=/dev/mapper/<swap-partition> # vi /etc/default/grub # add `resume=/dev/mapper/<swap-partition>` to the `GRUB_CMDLINE_LINUX_DEFAULT` # update-initramfs -u -k all # update-grub
-
systemctl edit systemd-hibernate.service
[Service] ExecStart= ExecStartPre=-/bin/run-parts -v -a pre /lib/systemd/system-sleep ExecStart=/usr/sbin/pm-hibernate ExecStartPost=-/bin/run-parts -v --reverse -a post /lib/systemd/system-sleep
systemctl daemon-reload
-
vi /etc/acpi/events/power
event=button/power action=/bin/systemctl hibernate
service acpid restart
-
Ungroup
alt-tab
in gnome-shell:dconf-editor
org/gnome/desktop/wm/keybindings
switch-applications
->switch-windows
-
guake
fromapt
+ (libutempter0
) -
Fira code (from the apt)
-
Ubuntu make
add-apt-repository ppa:lyzardking/ubuntu-make
thenubuntu-make
package -
VScode from
umake
-
go
fromumake
-
zsh
fromapt
+ https://github.com/denysdovhan/spaceship-prompt
Last active
March 6, 2020 22:50
-
-
Save zerkms/3f03bf1e03ce26d08e81fa83651584fb to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment