I hereby claim:
- I am researcx on github.
- I am devkrealaccount (https://keybase.io/devkrealaccount) on keybase.
- I have a public key ASDM2-lh6hxApRGs3O39Q5Iph-2y57UHZlCGEMkxThkFmwo
To claim this, I am signing this object:
vm.vfs_cache_pressure = 500 | |
vm.swappiness = 90 | |
vm.dirty_background_ratio = 1 | |
vm.dirty_ratio = 50 | |
vm.dirty_background_bytes = 4194304 | |
vm.dirty_bytes = 4194304 | |
net.core.netdev_max_backlog = 16384 | |
net.core.somaxconn = 8192 | |
net.core.rmem_default = 1048576 | |
net.core.rmem_max = 16777216 |
vm.swappiness = 1 | |
vm.dirty_background_ratio = 3 | |
vm.dirty_ratio = 40 | |
vm.dirty_background_bytes = 4194304 | |
vm.dirty_bytes = 4194304 | |
vm.vfs_cache_pressure = 50 | |
net.core.netdev_max_backlog = 16384 | |
net.core.somaxconn = 8192 | |
net.core.rmem_default = 1048576 | |
net.core.rmem_max = 16777216 |
#!/bin/bash | |
# Commands to renew certificates for angristan's openvpn-install | |
# https://github.com/angristan/openvpn-install | |
# CREDIT: https://github.com/angristan/openvpn-install/issues/1002#issuecomment-1229525488 | |
# https://github.com/kg6uyz | |
NAME=$(cat /etc/openvpn/easy-rsa/SERVER_NAME_GENERATED) |
#!/sbin/openrc-run | |
depend() { | |
need net | |
} | |
srv="/path/to/pydirlist/" | |
command="/bin/sh /path/to/pydirlist/run.sh" | |
command_args="" | |
command_user="myuser:mygroup" |
[Unit] | |
Description=pydirlist | |
After=network.target | |
[Service] | |
User=myuser | |
WorkingDirectory=/path/to/pydirlist | |
ExecStart=bash /path/to/pydirlist/run.sh | |
Restart=always |
function fish_greeting | |
echo "" | |
neofetch | |
end | |
set LC_ALL en_GB.UTF-8 | |
set LANG en_GB.UTF-8 | |
set LANGUAGE en_GB.UTF-8 | |
alias psg="ps aux | grep" |
#!/usr/bin/python3 | |
import discord | |
token = ("") | |
class ExportFriends(discord.Client): | |
async def on_connect(self): | |
friendslist = client.user.friends | |
for user in friendslist: | |
try: | |
print(user.name+"#"+user.discriminator + " ("+str(user.id)+")") |
#!/bin/bash | |
LOCATION="Hampshire" | |
CONDITION=`curl -s wttr.in/$LOCATION?format=%C` | |
SUNSET=`curl -s wttr.in/$LOCATION?format=%s` | |
SUNRISE=`curl -s wttr.in/$LOCATION?format=%S` | |
TIME=`date "+%H:%M:%S"` | |
sunset_time=$(date -d $SUNSET +%s) |
#!/usr/bin/python | |
from twisted.words.protocols import irc | |
from twisted.internet import reactor, protocol | |
from re import search, IGNORECASE | |
from random import randint | |
import time | |
import os, signal | |
serv_ip = "10.3.0.50" | |
serv_port = 6667 |
I hereby claim:
To claim this, I am signing this object: