Monthly Archives: November 2019
how to install wordpress and mysql
Sat Nov 23 13:52:24 HST 2019
Posted in Uncategorized
Leave a comment
reconstructPar background script
#!/bin/bash #+TITLE: check-reconstructPar #+File: check-reconstructPar.sh #+Date: Sat Nov 9 12:23:24 HST 2019 #+Author: Albert S. Kim, albertsk@hawaii.edu # Required package: bc # . ~/.bashrc . /home/albertsk/OpenFOAM/OpenFOAM-v1906/etc/bashrc . $WM_PROJECT_DIR/bin/tools/CleanFunctions . $WM_PROJECT_DIR/bin/tools/RunFunctions testProcessorNum=0 processor=`ls processor${testProcessorNum} | grep -v [a-zA-Z] | tail -n … Continue reading
Posted in bash, OpenFOAM
Leave a comment
Alternative to ESC in vim editor
If you have an American English keyboard, pressing Ctrl-[ (control plus left square bracket) is equivalent to pressing Esc. This provides an easy way to exit from insert mode. https://vim.fandom.com/wiki/Avoid_the_escape_key
Posted in Uncategorized
Leave a comment