So I read about Firefox shortcuts and I figured to open the current tab in a new window:
- Ctrl+L
- Shift+Enter
So I read about Firefox shortcuts and I figured to open the current tab in a new window:
So there’s a thread over at ProgClub about me and my new Pi. I definitely gotta get me some more of these!
So I asked about Z607 speaker mounting options over on the Logitech forums. Haven’t heard back yet, hope that I do.
Today I read Remove Boot Text On The Raspberry Pi For Noobs:
vim /boot/cmdline.txt
You will see a single line with all the boot options. Scroll along and change the following making sure not to add any linebreaks:
vim /boot/config.txt
Today I learned about the “Lobotomized Owl” CSS selector over on Axiomatic CSS and Lobotomized Owls.
Today I read Things I Wish I’d Known About CSS. Good read about how some fundamental CSS things work.
Today I read How to Write Technical Posts (so people will read them). Good read!
So today I read How To Switch Between TTYs Without Using Function Keys In Linux and learned about the `chvt` command which can change the virtual terminal on the host’s physical console. This is gonna come in handy!
Today I was reading How to Install The Latest AMD Radeon Drivers on Ubuntu 18.04 Bionic Beaver Linux wherein I read that “[enabling] DRI3 will increase graphical performance with the AMDGPU drivers”. You can read about DRI3 but the bottom line was to add the following to your /etc/X11/xorg.conf file:
Section "Device" Identifier "AMDGPU" Driver "amdgpu" Option "AccelMethod" "glamor" Option "DRI" "3" EndSection
Today I read Ten modern layouts in one line of CSS about advanced contemporary CSS features.