Skip to content

Instantly share code, notes, and snippets.

View arun-gupta's full-sized avatar

Arun Gupta arun-gupta

View GitHub Profile
arungupt@M3G9F7DHHVmac forge % ./gradlew runServer
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft m
> Task :runServer
2022-08-20 14:14:17,323 main WARN Advanced terminal features are not available in this environment
[14:14:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserveruserdev, --gameDir, ., --fml.forgeVersion, 41.1.0, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[14:14:17] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.4 by Eclipse Adoptium; OS Mac OS X arch aarch64 version 12.5.1
[14:14:17] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[14:14:17] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found n
> Task :runServer
2022-08-20 13:53:54,225 main WARN Advanced terminal features are not available in this environment
[13:53:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeserveruserdev, --gameDir, ., --fml.forgeVersion, 41.1.0, --fml.mcVersion, 1.19, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220607.102129]
[13:53:54] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.4 by Eclipse Adoptium; OS Mac OS X arch aarch64 version 12.5.1
[13:53:54] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [fmlclientdev,forgeclient,minecraft,forgegametestserverdev,fmlserveruserdev,fmlclient,fmldatauserdev,forgeserverdev,forgeserveruserdev,forgeclientdev,forgeclientuserdev,forgeserver,forgedatadev,fmlserver,fmlclientuserdev,fmlserverdev,forgedatauserdev,testharness,forgegametestserveruserdev]
[13:53:54] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found n
arungupt@huuhoatr-MOBL3 forge % ./gradlew genEclipseRuns
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.4.2/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Java: 18.0.2, JVM: 18.0.2+9-61 (Oracle Corporation), Arch: aarch64
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Micro
drwxr-xr-x@ 20 arungupt staff 640 Aug 16 20:29 .
drwx------+ 12 arungupt staff 384 Aug 16 20:07 ..
drwxr-xr-x 6 arungupt staff 192 Aug 16 20:29 .gradle
-rw-r--r--@ 1 arungupt staff 3317 Aug 16 20:29 CREDITS.txt
-rw-r--r--@ 1 arungupt staff 27606 Aug 16 20:29 LICENSE.txt
-rw-r--r--@ 1 arungupt staff 2299 Aug 16 20:29 README.txt
drwxr-xr-x 10 arungupt staff 320 Aug 16 20:29 build
-rw-r--r--@ 1 arungupt staff 7573 Aug 16 20:29 build.gradle
-rw-r--r--@ 1 arungupt staff 28130 Aug 16 20:29 changelog.txt
drwxr-xr-x@ 3 arungupt staff 96 Aug 16 20:29 gradle
@arun-gupta
arun-gupta / 01-steps.md
Last active April 5, 2022 09:07
Kubernetes and Fargate

Create Amazon EKS Cluster

eksctl create cluster --name fargate --region us-east-1 --version 1.14 --fargate
[ℹ]  eksctl version 0.11.1
[ℹ]  using region us-east-1
[ℹ]  setting availability zones to [us-east-1c us-east-1d]
[ℹ]  subnets for us-east-1c - public:192.168.0.0/19 private:192.168.64.0/19
[ℹ]  subnets for us-east-1d - public:192.168.32.0/19 private:192.168.96.0/19
[ℹ]  using Kubernetes version 1.14
@arun-gupta
arun-gupta / readme.md
Last active July 19, 2020 15:20
KubeFlow on AWS Fargate

This document explains how to install Kubeflow on AWS Fargate. Detailed instructions are at https://eksworkshop.com/advanced/420_kubeflow/install/. There is a slight variation on how to find the IAM role:

export AWS_CLUSTER_NAME=kubeflow
eksctl create cluster --name ${AWS_CLUSTER_NAME} --fargate
curl --silent --location "https://github.com/kubeflow/kubeflow/releases/download/v0.7.0/kfctl_v0.7.0_darwin.tar.gz" | tar xz -C
export PATH=`pwd`:$PATH
export CONFIG_URI=https://raw.githubusercontent.com/kubeflow/manifests/v0.7-branch/kfdef/kfctl_aws.0.7.0.yaml
export KF_NAME=${AWS_CLUSTER_NAME}
export BASE_DIR=`pwd`

Bellarmine Community Engagement Calendar

Date Event
September 8 Unity Picnic
November 2 Día de Muertos Festival
November 4 to 8 Diversity Week
November 10 Diwali
December 2 to 6 Diversity Week
December 3 Las Posadas
@arun-gupta
arun-gupta / readme.adoc
Last active March 19, 2019 23:21
Rust Function using Lambda
@arun-gupta
arun-gupta / readme.md
Last active December 6, 2018 19:00
Firecracker 4k
  • Create an i3.metal instance using AL2
  • Install:
sudo yum update -y
sudo yum install -y git python3
git clone https://github.com/firecracker-microvm/firecracker-demo
  • Setup: