Search notes:

~/.config/xfce4/terminal/terminalrc

The terminal can almost never be too big. The following sed substitition changes the default size to 200 characters wide and 50 characters high.
sed -i ~/.config/xfce4/terminal/terminalrc -e 's/\(MiscDefaultGeometry=\).*/\1200x50/'
Change font. Add if it does not exist, modify if it exists because I believe this setting is not included by default:
settingName=FontName
settingValue='Liberation Mono 10'
sed -i ~/.config/xfce4/terminal/terminalrc -e "/^${settingName}=/{h;s/=.*/=${settingValue}/};\${x;/^$/{s//${settingName}=${settingValue}/;H};x}" 
Don't show the «unsafe paste dialog»:
sed -i ~/.config/xfce4/terminal/terminalrc -e 's/\(MiscShowUnsafePasteDialog=\).*/\1FALSE/'

See also

accels.scm

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1759612594, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/home/username/_config/xfce4/terminal/terminalrc(47): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78