Linux:
timedatectl set-local-rtc 1 --adjust-system-clockWindows:
- Navigate to the following key in the left pane of the registry editor:
| I run Worpress (current) on OopenBSD with httpd, MySQL, and php74_fpm. Often after any sysadmin work, point release upgrades, | |
| or reboots (soft, hard) Wordpress becomes unresponsive. Front page may display but any admin function ceases to work. | |
| doas mysqladmin shutdown | |
| doas rcctl restart php74_fpm | |
| doas mysqld_safe & | |
| doas restart httpd |
Linux:
timedatectl set-local-rtc 1 --adjust-system-clockWindows:
| export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.0/packages/i386 | |
| $ sudo pkg_add -v zsh-4.3.12 git-1.7.6p0 | |
| $ chsh -s /usr/local/bin/zsh | |
| $ git clone git://github.com/robbyrussell/oh-my-zsh.git | |
| $ mv oh-my-zsh .oh-my-zsh | |
| $ cp .oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc |
| As of 2/16/2021 the AUR windowmaker package results in the following: when first attempting to CONFIGURE WINDOWMAKER | |
| from the menu, the path to WPrefs is incorrect. | |
| From a terminal call WPrefs manually to fix its menu location problem. Correct path is: | |
| /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs | |
| Now navigate to the menu editing sction and correct "CONFIGURE WINDOWMAKER" to point to the correct location. | |
| Restart WindowMaker. |
| If you're using a GTK3 build (uses vte3), you can put this in ~/.config/gtk-3.0/gtk.css: | |
| VteTerminal, vte-terminal { | |
| padding: 16px; | |
| } |