Skip to content

Instantly share code, notes, and snippets.

View rjial's full-sized avatar
💩
lagi beraq

Rizal Abdul Basith rjial

💩
lagi beraq
View GitHub Profile
@rjial
rjial / .config
Last active November 30, 2020 07:23
My Linux kernel config (Acer Aspire v5-471pg/e5-471g) using zen-kernel (touchpad still error)
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.9.11-zen2 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=100200
CONFIG_LD_VERSION=235010000
CONFIG_CLANG_VERSION=0
CONFIG_CC_CAN_LINK=y
@rjial
rjial / bruh.md
Last active January 3, 2021 21:49
TV internet gratis (Dens.tv) dengan dens.sh

TV internet gratis (Dens.tv) dengan dens.sh


Dependencies

  • sh
  • curl
  • jq
  • mpv
@rjial
rjial / build.md
Created December 21, 2019 15:51
Compile Vim (Python3 + Python + Perl + Ruby + Iconv + Lua support) On Cygwin

Compile Vim (Python3 + Python + Perl + Ruby + Iconv + Lua support) On Cygwin

Install Dependencies

apt-cyg install make automake gcc-core gcc-g++ ruby-devel lua-devel tcl-devel libncurses-devel libiconv-devel cscope python2 python2-devel python2-pip python36 python36-devel python36-pip python36-clang perl ruby

Configure

CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure --with-features=huge \