Skip to content

Instantly share code, notes, and snippets.

View aveao's full-sized avatar
🤔
delete this feature

ave aveao

🤔
delete this feature
View GitHub Profile
@aveao
aveao / -
Created January 13, 2018 12:09
Retrieving speedtest.net configuration...
Testing from Turk Telekom (95.12.152.121)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Vodafone Asia (Istanbul) [1.42 km]: 42.839 ms
Testing download speed................................................................................
Download: 1.56 Mbit/s
Testing upload speed......................................................................................................
Upload: 0.49 Mbit/s
@aveao
aveao / -
Created January 14, 2018 16:57
Spectre and Meltdown mitigation detection tool v0.30
Checking for vulnerabilities against running kernel Linux 4.14.13-1-ARCH #1 SMP PREEMPT Wed Jan 10 11:14:50 UTC 2018 x86_64
CPU is Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz
CVE-2017-5753 [bounds check bypass] aka 'Spectre Variant 1'
* Checking count of LFENCE opcodes in kernel:  NO 
> STATUS:  VULNERABLE  (only 21 opcodes found, should be >= 70, heuristic to be improved when official patches become available)
CVE-2017-5715 [branch target injection] aka 'Spectre Variant 2'

AveBot Commands:

How to read the variables

  • A <> after a command will state a required variable
  • A [] after a command will state an optional variable

Basic Bot Commands:

ab!help: Shows help and links to this. [added]
ab!servercount: Returns the amount of servers AveBot is in. [added, improved]
ab!whoami: Returns your information. [removed]

AveBot Commands:

How to read the variables

  • A <> after a command will state a required variable
  • A [] after a command will state an optional variable

Basic Bot Commands:

ab!help: Shows help and links to this. [added]
ab!servercount: Returns the amount of servers AveBot is in. [added, improved]
ab!whoami: Returns your information. [removed]

AveBot Commands:

How to read the variables

  • A <> after a command will state a required variable
  • A [] after a command will state an optional variable

Basic Bot Commands:

ab!help: Shows help and links to this. [ported]
ab!servercount: Returns the amount of servers AveBot is in. [ported, improved]
ab!whoami: Returns your information. [removed]

AveBot Commands:

How to read the variables

  • A <> after a command will state a required variable
  • A [] after a command will state an optional variable

Basic Bot Commands:

ab!help: Shows help and links to this. [ported, improved]
ab!servercount: Returns the amount of servers AveBot is in. [ported, improved]
ab!whoami: Returns your information. [removed]

Retrieving speedtest.net configuration...
Testing from TurkNet Iletisim Hizmetleri A.S (31.223.16.57)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Turksat Uydu Haberlesme Kablo TV ve Isletme A.S. (Ankara) [5.35 km]: 8.242 ms
Testing download speed................................................................................
Download: 22.43 Mbit/s
Testing upload speed......................................................................................................
Upload: 1.98 Mbit/s
@aveao
aveao / thomleg.py
Created September 16, 2018 14:55
hi , Can it be possible to atmosphere makefile have 1 by modules because it's annoying when we want fusee-secondary to build everything
import random
# Thomleg phrase simulator by SimonMkWii, ported to Python by AveSatanas
# Original:
# https://github.com/simonmkwii/Ozone/blob/ddf7ec267b9d7de2adb8f397e820fa7e13b6eacb/ThomTools.cs
def generate_phrase():
first = ["can ",
"can to ",
@aveao
aveao / zsher.sh
Last active November 19, 2019 01:07
ZSH, Oh My Zsh and theme install script. xkcd 1654 compliant.
echo "Welcome to ZSH Setup script of Avery of ave.zone. This script is XKCD 1654 compliant."
cd ~
(which sudo &>/dev/null && echo "sudo found") || (echo "sudo not found, exiting" && exit 1) #Checks if sudo is installed
(which pkg &>/dev/null && sudo pkg install -y zsh git wget) || echo "pkg not found, moving on" # Checks for FreeBSD-like OSes
(which pacman &>/dev/null && sudo pacman -Sy zsh git wget --noconfirm --needed) || echo "pacman not found, moving on" # Checks for Arch-like OSes
(which apt-get &>/dev/null && (sudo apt-get update;sudo apt-get install zsh git wget -y)) || echo "apt-get not found, moving on" # Checks for Ubuntu-like or Debian-like OSes
(which yum &>/dev/null && (sudo yum upgrade;sudo yum install zsh git wget --assumeyes)) || echo "yum not found, moving on" # Checks for RedHat-like OSes
(which zyyper &>/dev/null && (sudo zyyper upgrade;sudo zyyper install zsh git wget -y)) || echo "zyyper not found, moving on" # Checks for SUSE-like OSes
@aveao
aveao / SEChatModifications.user.js
Last active March 8, 2020 04:11
SEChatModificationsFORK.user.js
// ==UserScript==
// @name SE Chat Modifications FORK
// @description A collection of modifications for SE chat rooms
// @match *://chat.meta.stackexchange.com/rooms/*
// @match *://chat.stackoverflow.com/rooms/*
// @match *://chat.stackexchange.com/rooms/*
// @grant none
// @author @rchern (fork by @ardaozkal)
// ==/UserScript==