Skip to content

Instantly share code, notes, and snippets.

View Harsh-2002's full-sized avatar
:bowtie:
Learning

Anurag Vishwakarma Harsh-2002

:bowtie:
Learning
View GitHub Profile
@melanyss
melanyss / like&dislike.html
Created May 19, 2020 12:52 — forked from Techgokul/like&dislike.html
Create a Like and Dislike Button using html,css and js
<html>
<head>
<title>Like and Dislike</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<style>
.fa{
font-size: 300px;
color: white;
@triangletodd
triangletodd / README.md
Last active October 27, 2024 04:52
k3s in LXC on Proxmox

On the host

Ensure these modules are loaded

cat /proc/sys/net/bridge/bridge-nf-call-iptables

Disable swap

sysctl vm.swappiness=0
swapoff -a