Edit desktop file: /usr/share/applications/wps-office-et.desktop
Exec=sh -c 'GTK_DATA_PREFIX=/usr/share/themes/Yaru/gtk-3.0/gtk.css et "%f"'
Edit desktop file: /usr/share/applications/wps-office-et.desktop
Exec=sh -c 'GTK_DATA_PREFIX=/usr/share/themes/Yaru/gtk-3.0/gtk.css et "%f"'
| server { | |
| listen 80; | |
| listen [::]:80; | |
| server_name ~^(.*)\.11-111-222-223\.sslip\.io; | |
| auth_basic "Web - Auth"; | |
| auth_basic_user_file /etc/pwd/.htpasswd; | |
| root /var/www/$1; |
| # Unbound configuration file on windows. | |
| # See example.conf for more settings and syntax | |
| server: | |
| # verbosity level 0-4 of logging | |
| verbosity: 0 | |
| # On windows you may want to make all the paths relative to the | |
| # directory that has the executable in it (unbound.exe). Use this. | |
| #directory: "%EXECUTABLE%" |
This gist provides the learning-python3.ipynb notebook file, which can be viewed and edited in a Jupyter Notebook server to learn Python 3.
Once you load the notebook file to your local jupyter server, you can edit any
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: whoareyou-deployment | |
| namespace: default | |
| spec: | |
| replicas: 2 | |
| selector: | |
| matchLabels: | |
| app: whoareyou |
| version: "3" | |
| services: | |
| aline-fe: | |
| image: pierrezemb/gostatic | |
| restart: unless-stopped | |
| command: -enable-basic-auth -set-basic-auth username:password | |
| volumes: | |
| - ./dist:/srv/http | |
| ports: |
/etc/default/grub add acpi_enforce_resources=lax to CMDLINEGRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"
GRUB_CMDLINE_LINUX=""
ssh-keygen -t rsa -b 4096 -C "[email protected]"
# give the name dev_rancher_local for the key
echo "ssh_authorized_keys:" > cloud-config.yml
echo " - $(cat dev_rancher_local.pub)" >> cloud-config.yml
| Verifying my Blockstack ID is secured with the address 1BfK4NPLD9mVBVneUxjBasbdu7Kk8fUpbU https://explorer.blockstack.org/address/1BfK4NPLD9mVBVneUxjBasbdu7Kk8fUpbU |