cat << EOF > ~/.local/share/mime/packages/application-x-epos.xml
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-epos">
<comment>EPS file</comment>
<icon name="application-x-epos"/>
<glob-deleteall/>
<glob pattern="*.eps"/>
</mime-type>
</mime-info>
EOF
update-mime-database ~/.local/share/mime
// Laravel 8
Connection connect(array $params)
// Laravel 9
Connection connect(array $params, string|null $username = null, string|null $password = null, array $driverOptions = [])
// Laravel 10
Connection connect(array $params, string|null $username = null, string|null $password = null, array $driverOptions = [])
adamos@Asfodel:~$ cat /etc/default/keyboard
# Check /usr/share/doc/keyboard-configuration/README.Debian for
# documentation on what to do after having modified this file.
# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL="pc105"
XKBLAYOUT="us,ru"
XKBVARIANT=","
XKBOPTIONS="grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap. Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/defkeymap.kmap.gz
BACKSPACE="guess"