Skip to content

Instantly share code, notes, and snippets.

View yohanesgultom's full-sized avatar
🏠
Working from home

Yohanes Gultom yohanesgultom

🏠
Working from home
View GitHub Profile
@yohanesgultom
yohanesgultom / ! Python Machine Learning
Last active February 1, 2023 18:12
Python machine learning scripts
Python machine learning scripts
@yohanesgultom
yohanesgultom / ! Javascripts
Last active January 23, 2021 23:34
Random javascripts (scripts?)
Random javascripts (scripts?)
@yohanesgultom
yohanesgultom / ! Python Scripts
Last active August 11, 2023 16:30
Random python scripts
Random collection of python scripts
@yohanesgultom
yohanesgultom / ! PHP Scripts
Last active May 30, 2021 10:38
Random PHP scripts
Random PHP scripts
@yohanesgultom
yohanesgultom / init.coffee
Last active May 20, 2021 04:00
Atom.io init script collections
# Add this blocks of code below to atom.io init.coffe (init scripts) to implement the feature
# Custom file extension mapping
# description: let atom.io automatically apply certain syntax highlighting (eg. C) to new certain extension (eg. *.cl)
# start
{extname} = require 'path'
fileTypes =
'.cl': 'text.source.c'
@yohanesgultom
yohanesgultom / rocks.md
Last active April 9, 2018 07:49
Rocks cluster Sidewinder (6.2) installation stuff (virtualbox with Ubuntu 15 as host)

Rocks cluster Sidewinder (6.2) Virtualbox

Installation in Nutshell

  1. Download jumbo DVD iso from rocks website
  2. Setup VM in virtualbox:
    1. Frontend node: Linux/Redhat x64 with min 1GB RAM, 30GB HDD, 1 optical drive (with rocks dvd iso mounted), 1 Internal Network interface (any name), 1 NAT, boot from optical drive
    2. Compute node(s): Linux/Redhat x64 min 1GB RAM, 30GB HDD, 1 Internal Network interface (same name as frontend-node), boot from network
  3. Start frontend-node VM, type build when prompted
  4. Select CD/DVD based rolls, at least os, kernel, base. Some recommended rolls are web server + ganglia (monitoring) and hpc (OpenMPI and MPICH)
@yohanesgultom
yohanesgultom / ! Ubuntu commands and scripts
Last active February 22, 2024 00:31
Ubuntu common scripts
Random Ubuntu commands and scripts
@yohanesgultom
yohanesgultom / ! Shell scripts
Last active May 15, 2021 04:50
Random shell scripts
Random shell scripts
@yohanesgultom
yohanesgultom / ! SQL scripts
Last active October 7, 2023 02:38
SQL scripts
SQL scripts