Skip to content

Instantly share code, notes, and snippets.

@nottux
nottux / ahh.cpp
Created March 4, 2019 13:20
visual studio 2010 sucks
#include<stdio.h>
#include<stdlib.h>
//usual stuff
int main(){
int age;
int x;
int y;
scanf("%d", &age);
printf("i freaaking hate microsoft winblows \n");
printf("hop and O");
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD A10-9620P RADEON R5, 10 COMPUTE CORES 4C+6G
CPU Family: 0x15
@nottux
nottux / config.blk
Created September 27, 2018 12:55
war thunder config file
forcedLauncher:i=0
renderer2:t="vulkan"
doShowDriversOutdated:b=yes
language:t="English"
use_release_candidate:b=no
releaseChannel:t=""
clientType:t="32bit"
hdClient:b=no
graphicsQuality:t="custom"
use_gamepad_cursor_control:b=no
@nottux
nottux / url.txt
Created September 8, 2018 12:05
termbin url
http://termbin.com/x75i8
http://termbin.com/btvi3
http://termbin.com/zrms
@nottux
nottux / dmesgout.txt
Created May 6, 2018 16:07
log file for antergos issue
[ 0.000000] microcode: microcode updated early to revision 0x2a, date = 2018-01-18
[ 0.000000] Linux version 4.16.6-1-ARCH (builduser@heftig-20360) (gcc version 7.3.1 20180406 (GCC)) #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a8762702-f0cf-4ab2-b649-ecef175c1651 rw quiet resume=UUID=aee2417f-46e2-4e07-a19e-546a003c8a23 sysrq_always_enabled=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
@nottux
nottux / vbu.sh
Last active February 22, 2019 23:56
Updates vpnbook password to a file
#/bin/sh
VPNBOOK:
echo vpnbook>/home/utku/vpn/vpnbook/password; wget -qO - https://www.vpnbook.com |grep Password: |tr -d " " |sed 2d |cut -b 22- |rev |cut -b 16- |rev>>/home/utku/vpn/vpnbook/password
echo vpnbook>(desired file here without "(" and ")"); wget -qO - https://www.vpnbook.com |grep Password: |tr -d " " |sed 2d |cut -b 22- |rev |cut -b 16- |rev>>(desired file here without "(" and ")")
FREEVPN:
rm (desired file here without "(" and ")");echo freevpnme>(desired file here without "(" and ")");wget -qO - http://freevpn.me/accounts|tr \< A|tr \> C|tr / B|awk '{gsub(/ABliCAliCAbC/,"\n")}1'|awk '{gsub(/Aspan /,"\n")}1'|grep Password:ABbC|head -1|awk '{gsub(/AliCAbC/,"")}1'|awk '{gsub(/Password:ABbC /,"")}1'|awk '{gsub(/Password:ABbC/,"")}1'|tr -d " ">>(desired file here without "(" and ")")
you can copy and paste to your terminal and run