Skip to content

Instantly share code, notes, and snippets.

View nonodev96's full-sized avatar
🐵
Working

Antonio Mudarra Machuca nonodev96

🐵
Working
View GitHub Profile
#!/bin/bash
#Author: nonodev96
sudo apt update && sudo apt full-upgrade
sudo apt install ubuntu-restricted-extras
# Compresor de video
sudo apt install handbrake
# https://www.npmjs.com/package/highcharts
# https://www.highcharts.com/docs/chart-and-series-types/organization-chart
npm install --save highcharts
@nonodev96
nonodev96 / Makecert_V3.md
Last active May 18, 2020 23:49
makecert v3 for lampp && xampp

Makecert V3

XAMPP

  • SSL secure localhost and VirtualHost in chrome 58+
  • moves "v3.ext" and "makecert_v3.bat" to "xampp / apache /"
  • in "a challenge password" null and repeat

LAMPP

#!/bin/bash
#Author: qiaoxueshi? NonoDev96
cd "/Users/nonodev96/WebstormProjects/muse"
gource \
-s .06 \
-1280x720 \
--auto-skip-seconds .1 \
--multi-sampling \
"use strict";
function _toConsumableArray(arr) {
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
}
function _nonIterableSpread() {
throw new TypeError("Invalid attempt to spread non-iterable instance");
}