Generate SSH Private and Public Keys in macOS Big Sur

Macos Ssh Keys

…use the cat command and copy the contents: cat id_rsa.pub ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA2CtcmYRmQJX04pZnrTPrU68BZMk9YlbI6CUcFUp RVw29p V7mxW16wd/q9z7n+xytqdp4wsAc/7+24ZVikMhhRetEGr3LSBz5gm9980oTPEy61+pDP2y jafShe5xcszIUnQ rN1ohCuF7Y/a/TG6G6gaJGcLexUiwfTRtCAbpuzfU= user[email protected] On the remote computer if needed, change the permssions on the authorized_keys file…

Read More

Adding in Google Plus Authorship and Publisher Profile to Genesis WordPress Theme

…tag with the rel=”author” or in the case of a Google+ Business page rel=”publisher” attribute set. Like so: <link rel=”author” href=”https://plus.google.com/100574451041083020591“/> or <link rel=”publisher” href=”https://plus.google.com/100574451041083020591“/> You may also have or…

Read More

Add qty inputs next to add to cart button with and without Ajax reload on WooCommerce archives

Ajax Reload Woocommerce Qty Cart

…Override loop template and show quantities next to add to cart buttons * @link https://gist.github.com/mikejolley/2793710 */ function quantity_inputs_for_woocommerce_loop_add_to_cart_link( $html, $product ) { if ( is_user_logged_in() && is_shop() || is_product_category() &&…

Read More