- Follow this Setup
- Make sure Node is in Windows Path
- Add .wslconfig
- Activate Docker WSL to Ubuntu in Docker App Settings
- Git clone from inside WSL, not Windows
- Symlink to directory
- Use yarn start-lite
- Yarn uses a lot of resources in Windows
Hackathons are a great opprotunity to learn new technologies, work with different coworkers, and be a cataylst for products that may have viability. They can give a chance for you to fix your biggest issue with our current products, create great new features, or pave a new path.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Title: PGBlitz (Reference Title File) | |
# Author(s): Admin9705 - Deiteq - Sub7Seven | |
# URL: https://pgblitz.com - http://github.pgblitz.com | |
# GNU: General Public License v3.0 | |
################################################################################ | |
# Upgrade | |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template></template> | |
<script> | |
import { mapActions, mapGetters, mapState } from "vuex"; | |
import formMixin from "@/mixins/form"; | |
import { ifErrorGetMessage } from "@/forms/utils"; | |
import { defaults, messages, validations } from "@/forms/login"; | |
import TemplateCard from "./TemplateCard"; | |
const formName = "login"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Initializations | |
file=$1 | |
# wc command gets word, line, bytes count | |
# < input operator gets info from file so filename is not added | |
lines=$(wc -l < "$file") | |
words=$(wc -w < "$file") | |
characters=$(wc -m < "$file") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Guide that works best | |
https://www.tonymacx86.com/threads/success-5k-high-sierra-ga-h170n-wifi-gtx-960-dell-up2715k.238500/ | |
If it has issues installing, uncheck nvidia disable option | |
waiting on ioproviderclass, apple apfs error - fixed by removing smbios device in config | |
https://www.tonymacx86.com/threads/success-5k-high-sierra-ga-h170n-wifi-gtx-960-dell-up2715k.238500/ | |
-GraphicsEnabler=no -x |
http://blog.z-proj.com/enabling-l2tp-over-ipsec-on-ubuntu-16-04/ http://disq.us/p/1jcput9
sudo apt-get install network-manager-l2tp-gnome