This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| sudo apt-get install libtool intltool |
| class TypesOfVehicles extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| } | |
| render() { | |
| return ( | |
| <div> | |
| <h1>Types of Vehicles:</h1> | |
| <Car /> | |
| <Motorcycle /> |
| ## | |
| # You should look at the following URL's in order to grasp a solid understanding | |
| # of Nginx configuration files in order to fully unleash the power of Nginx. | |
| # https://www.nginx.com/resources/wiki/start/ | |
| # https://www.nginx.com/resources/wiki/start/topics/tutorials/config_pitfalls/ | |
| # https://wiki.debian.org/Nginx/DirectoryStructure | |
| # | |
| # In most cases, administrators will remove this file from sites-enabled/ and | |
| # leave it as reference inside of sites-available where it will continue to be | |
| # updated by the nginx packaging team. |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| [ | |
| { | |
| result: 'success', | |
| URL: 'http://questerica.tk/', | |
| 'NS Records (Nameservers)': [ 'ns1.vultr.com', 'ns2.vultr.com' ], | |
| 'A Record': '45.73.46.230' | |
| } | |
| ] |
| git filter-branch --index-filter 'git rm --cached --ignore-unmatch ./path/to/resource/*.ext' --tag-name-filter cat -- --all |
| #!/bin/sh | |
| unset SESSION_MANAGER | |
| unset DBUS_SESSION_BUS_ADDRESS | |
| OS=`uname -s` | |
| if [ $OS = 'Linux' ]; then | |
| case "$WINDOWMANAGER" in | |
| *gnome*) | |
| if [ -e /etc/SuSE-release ]; then |
| #!/bin/sh | |
| # Start Gnome 3 Desktop | |
| [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup | |
| [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources | |
| vncconfig -iconic & | |
| dbus-launch --exit-with-session gnome-session & |
| x0vncserver -passwordfile ~/.vnc/passwd -display :0 -rfbport 5080 SecurityTypes=VeNCrypt,plain -PlainUsers=sebastiaanRemote |
| pi@IBM5200:~/Documents/projects $ cd now-cli | |
| pi@IBM5200:~/Documents/projects/now-cli $ lls | |
| bash: lls: command not found | |
| pi@IBM5200:~/Documents/projects/now-cli $ npm install --unsafe-perm | |
| pi@IBM5200:~/Documents/projects/now-cli $ npm install -g --unsafe-perm | |
| npm ERR! path /home/pi/.config/versions/node/v12.0.0/lib/node_modules/now/download/dist/now | |
| npm ERR! code ENOENT | |
| npm ERR! errno -2 | |
| npm ERR! syscall chmod |