System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
System: Debian/Ubuntu/Fedora. Might work for others as well.
As mentioned here, to update a go version you will first need to uninstall the original version.
To uninstall, delete the /usr/local/go directory by:
| - a 形容词 | |
| - ad 副形词 | |
| - ag 形容词性语素 | |
| - an 名形词 | |
| - b 区别词 | |
| - c 连词 | |
| - d 副词 | |
| - df | |
| - dg 副语素 | |
| - e 叹词 |
apt-get install python-pip
pip install shadowsocks
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start| ; (C) [copyleft] 2018 Peter Helcmanovsky | |
| ; License: CC0 https://creativecommons.org/share-your-work/public-domain/cc0 | |
| ; | |
| ; x86_64 linux asm example of fixed-point arithmetic | |
| ; (see https://en.wikipedia.org/wiki/Fixed-point_arithmetic) | |
| ; | |
| ; to build I'm using nasm and ld: | |
| ; nasm -f elf64 %f -l %n.lst -w+all; ld -b elf64-x86-64 -o %n %n.o | |
| ; (where %f is source file name and %n is just the main part w/o extension) | |
| ; |
| #!/bin/bash | |
| # Before running this script, make sure you have sysbench installed: | |
| # sudo apt-get install sysbench | |
| # | |
| # This script helps you check if your Raspberry pi is correctly powered. | |
| # You can read more about Raspberry pi powering issues here: https://ownyourbits.com/2019/02/02/whats-wrong-with-the-raspberry-pi/ | |
| # If you're pi is correctly powered (stable power supply and quality cable), after running the script, you should get something like: |
I hope the tutorial has been useful to you. If it was kindly leave a like and a comment, and consider subscribing and turning on subscription notifications. I intend to make more videos like this on the topics mentioned before as well as on other spacemacs topic like magit (git plugin), large scale refactoring, and a number of other things. Thank you so much for watching.
Note: a great reference can be had here http://spacemacs.org/layers/+emacs/org/README.html
Show that each outline has it’s associated “text” under it
Update 25 April 2020:
Many thanks to @KZL1992 @tomslominski @ptrofi @n-thumann for recent comments on their experiences with 20.04 and Parallels 13/14/15, especially the subsitution of the latest prl-tools-lin.iso for older Parallels to get it going.
First off, credit goes to github.com/rudolfratusinski for leading the way here.
https://gist.github.com/rudolfratusinski/a4d9e3caff11a4d9d81d2e84abc9afbf
| #!/bin/bash | |
| # | |
| # This file echoes four gradients with 24-bit color codes | |
| # to the terminal to demonstrate their functionality. | |
| # The foreground escape sequence is ^[38;2;<r>;<g>;<b>m | |
| # The background escape sequence is ^[48;2;<r>;<g>;<b>m | |
| # <r> <g> <b> range from 0 to 255 inclusive. | |
| # The escape sequence ^[0m returns output to default | |
| SEPARATOR=':' |
| ;;; ob-php.el --- org-babel functions for php evaluation | |
| ;; Copyright (C) Tristan Huang | |
| ;; Author: Tristan Huang | |
| ;; Keywords: literate programming, reproducible research | |
| ;; Homepage: https://orgmode.org | |
| ;; Version: 0.01 | |
| ;;; License: |