Execute the following commands to install Node, npm, git, Java, Ionic, Cordova and Angular CLI:
cd ~
sudo apt update
sudo apt upgrade
<?php | |
use Illuminate\Support\Facades\Schema; | |
use Illuminate\Database\Schema\Blueprint; | |
use Illuminate\Database\Migrations\Migration; | |
class CreateCsvDataTable extends Migration | |
{ | |
/** | |
* Run the migrations. |
# WEB | |
WEB is a recursive acronym. WEB stands for WEB Editor Bookmarklet. | |
WEB is a minimalistic HTML, CSS, and JavaScript CodePen-like web editor that fits inside a bookmarklet. | |
# Usage | |
Every time you edit the HTML, CSS, and JavaScript in the top three boxes, the result gets evaluated. | |
# Sharing | |
Click the share button in the bottom right to copy the contents of your WEB onto the clipboard for sharing. |
tail -f -n 450 storage/logs/laravel*.log \ | |
| grep -i -E \ | |
"^\[\d{4}\-\d{2}\-\d{2} \d{2}:\d{2}:\d{2}\]|Next [\w\W]+?\:" \ | |
--color |
; Wordfence WAF | |
auto_prepend_file = '/srv/www/example.com/current/config/wordfence-waf.php' | |
; END Wordfence WAF |
This guide explains how to setup your openwrt router to interact with Telenet WiFree as a WISP router.
In this case we will connect to WiFree, create a secondary Wifi signal and also have access to the internet on the Lan interface.
With this setup you can have multiple devices connected to the Telenet WiFree Hotspot.
!Important check the Troubleshooting section at the bottom of this page if LAN does not work.
I only use this at a secondary home. I am not in any way affiliated with Telenet.
public static function boot() {
parent::boot();
// Trim all string attributes before they are saved
static::saving(function($model){
$attributes = collect($model->getAttributes())->map(function ($attribute) {
if (is_string($attribute)) {
return trim($attribute);
}
// On PhpStorm, when ussing with laravel mix, for Alias path resolving in components you have to: | |
// - create a webpack.config.js file separately like: | |
const path = require('path') | |
const webpack = require('webpack') | |
module.exports = { | |
... | |
resolve: { | |
extensions: ['.js', '.json', '.vue'], |
; Wordfence WAF | |
auto_prepend_file = ‘/srv/www/example.com/current/config/wordfence-waf.php’ | |
; END Wordfence WAF |
What would you need:
Hardware requirements