Monthly Archives: May 2018

Force remove an entry from Ubuntu Online Accounts

I was trying to delete an entry in my online accounts (since I restored Ubuntu 18.04 files over 17.10), and it wasn’t getting deleted. The solution is to edit the following file: ~/.config/goa-1.0/accounts.conf Then simply remove the entry you wish … Continue reading

Posted in Linux | Tagged , , | Leave a comment

Solve /boot getting 100% full issue on Ubuntu Servers

This is an issue affecting many Ubuntu servers. It basically happens when you enable automated security updates, multiple kernel packages get installed automatically, without removing the old ones, which gets /boot 100% full and the package manager is no longer … Continue reading

Posted in Linux | Tagged , , , , , | Leave a comment

How to change default terminal emulator in Ubuntu 18.04

Ctrl+Alt+t is the keyboard shortcut to open a terminal in Ubuntu. By default, it opens an ‘x-terminal-emulator’ terminal. I wanted to change that to use my favorite terminal emulator, which is ‘terminator’ To do that: gsettings set org.gnome.desktop.default-applications.terminal exec ‘terminator’ … Continue reading

Posted in Linux | Tagged , , , , , | Leave a comment