Skip to content

Instantly share code, notes, and snippets.

View disono's full-sized avatar
🎯
Focusing

Victor D. Cro'ck-ętt disono

🎯
Focusing
  • Patrician Village, 806 Laurel Lee Kansas City, Lenexa, KS 66227, USA
View GitHub Profile
@disono
disono / Ubuntu Server 20.04 Setup.md
Last active March 5, 2023 18:04
Setup Ubuntu Server for 20.04

SSH

$ sudo apt install openssh-server
$ sudo systemctl status ssh
# firewall
$ sudo ufw allow ssh

Swap file

@disono
disono / Clappr Media Player List.md
Last active January 22, 2018 17:52
Clappr Media Player List

Playlist sample

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>clappr</title>
    <script src="http://cdn.clappr.io/latest/clappr.min.js"></script>
</head>
@disono
disono / Debian Server & Desktop Setup.md
Last active August 20, 2018 21:27
Debian Server/Desktop Setup

Start XAMPP on reboot

1. Open Terminals and then create script file that run on startup
sudo nano /etc/init.d/lampp

2. and paste this code and save
#!/bin/bash
/opt/lampp/lampp start

3. now give execution permission to lampp

Coordinates

<?php
/**
 * Author: Archie, Disono (disono.apd@gmail.com)
 */

namespace App\Models;

class Route