Skip to content

Instantly share code, notes, and snippets.

View skashmeri's full-sized avatar
🪐
Working from home

Shamil Kashmeri skashmeri

🪐
Working from home
View GitHub Profile
@skashmeri
skashmeri / Jenkinsfile
Created January 28, 2020 11:02 — forked from merikan/Jenkinsfile
Some Jenkinsfile examples
Some Jenkinsfile examples

Keybase proof

I hereby claim:

  • I am skashmeri on github.
  • I am shamwow416 (https://keybase.io/shamwow416) on keybase.
  • I have a public key ASCCS4J_m8czkPLSGYTy-tlsXE-HRabG5ZNmJzy_UwUgiwo

To claim this, I am signing this object:

@skashmeri
skashmeri / Install Ruby and RubyGems
Created December 11, 2015 18:10 — forked from chiraggude/Install Ruby and RubyGems
Install Ruby 2.1.1 and RubyGems 1.8.25 on CentOS 6.5
# Install Ruby
wget http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz
tar xvzf ruby-2.1.1.tar.gz
cd ruby-2.1.1
./configure --prefix=/usr
make
make install
# remove "ruby-2.1.1" folder in /root