Skip to content

Instantly share code, notes, and snippets.

View Ade-Yohanes's full-sized avatar

Ade Ade-Yohanes

View GitHub Profile
@Ade-Yohanes
Ade-Yohanes / squid_proxy_tutorial.md
Created May 2, 2025 15:03 — forked from jackblk/squid_proxy_tutorial.md
Tutorial on how to setup a squid proxy with authentication.

Note

This tutorial is for Ubuntu & Squid3. Use AWS, Google cloud, Digital Ocean or any services with Ubuntu to follow this tutorial.

Install squid & update

sudo apt-get update
sudo apt-get install squid3
sudo apt-get install apache2-utils
@Ade-Yohanes
Ade-Yohanes / LoginForm.js
Created April 27, 2020 16:04 — forked from EduardoSaverin/LoginForm.js
Material UI React Login Form
import React from 'react';
import { Paper, withStyles, Grid, TextField, Button, FormControlLabel, Checkbox } from '@material-ui/core';
import { Face, Fingerprint } from '@material-ui/icons'
const styles = theme => ({
margin: {
margin: theme.spacing.unit * 2,
},
padding: {
padding: theme.spacing.unit
}
@Ade-Yohanes
Ade-Yohanes / webdev_online_resources.md
Created April 19, 2020 15:36 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)