Skip to content

Instantly share code, notes, and snippets.

View 0x006E's full-sized avatar
😁
Idle

Nithin S Varrier 0x006E

😁
Idle
View GitHub Profile
{
"algo": "cryptonight",
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": 5,
"donate-level": 0,
"log-file": null,
"max-cpu-usage": 100,
@0x006E
0x006E / build-gcc.sh
Created May 31, 2018 13:03 — forked from jeetsukumaran/build-gcc.sh
Build and Install GCC Suite from Scratch
#! /bin/bash
GCC_VERSION="5.2.0"
WORKDIR="$HOME/src/"
INSTALLDIR="/platform"
## NOTE: XCode must be installed (through App Store) and the following run to install command-line tools.
## THIS IS IMPORTANT! Among other things, it creates '/usr/include' and installs the system header files.
# xcode-select --install

Keybase proof

I hereby claim:

  • I am 0x006e on github.
  • I am ntsv (https://keybase.io/ntsv) on keybase.
  • I have a public key whose fingerprint is A09F 5141 C02C 4C5D 8F2E 8BEC A913 5CA4 F1D3 4975

To claim this, I am signing this object:

#!/usr/bin/env bash
dnf install epel-release dnf-utils -y
dnf install http://rpms.remirepo.net/enterprise/remi-release-9.rpm -y
dnf module reset php -y
dnf module install php:remi-8.2 -y
dnf install wget git gcc-c++ make php php-{fpm,bcmath,ctype,fileinfo,json,mbstring,pdo,tokenizer,xml,curl,zip,gmp,gd,mysqli} mariadb-server -y
dnf install vim policycoreutils-python-utils nodejs nginx libXcomposite libXcursor libXdamage libXext libXi libXtst libmng libXScrnSaver libXrandr libXv alsa-lib cairo pango atk at-spi2-atk gtk3 -y
systemctl enable --now mariadb
< /dev/tty mysql_secure_installation
curl -sL https://rpm.nodesource.com/setup_18.x | bash