Now list all possible menu entries
grep "submenu\|^\menuentry" /boot/grub2/grub.cfg | cut -d "'" -f2
Now set the desired default menu entry
grub2-set-default "<submenu title>><menu entry title>"
Now list all possible menu entries
grep "submenu\|^\menuentry" /boot/grub2/grub.cfg | cut -d "'" -f2
Now set the desired default menu entry
grub2-set-default "<submenu title>><menu entry title>"
Remote Firmware Update:
racadm -u root -p calvin -r RAC-IP fwupdate -g -u -a TFTPSERVER -d PATH
racadm -u root -p calvin -r bc006-cin1 fwupdate -g -u -a tftp.bhsrv.net -d dell/firmimg-5.01-A00.cmc
Ulimit is set via the service now.
Create the folder for the service name, in this case MariaDB.service.d
mkdir /etc/systemd/system/mariadb.service.d
Then create limits.conf and set the file limits.
/etc/systemd/system/mariadb.service.d/limits.conf
File Contents:
[Service]
LimitNOFILE=24000
Make them work as they should.
Preferences > Keybinding – User
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} },
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }