Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

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

Jaswinder Singh jaswinder97

🏠
Working from home
View GitHub Profile
@jaswinder97
jaswinder97 / Gemfury-import-script-README.md
Last active February 9, 2019 17:26
Ruby bash script to download and upload gem from one Gemfury account to another

Pre-requisites:

  • Make sure we have gemfury accounts username and api access tokens
  • Install these gems gem install gemfury gem install httparty

To use this script:

@jaswinder97
jaswinder97 / jobs_aggregators_list.txt
Created March 1, 2018 13:51
Job boards aggregators
Job boards aggregators
Ditchtheoffice.co (https://ditchtheoffice.co/) - All jobs from the most popular remote job boards in one place. Over 1000+ availabilities right now!
Alfred - Remote jobs aggregator.
Google Jobs – Aggregates from multiple boards and employer sites with sensitivity to location, job type, and more. Find out how to use it here.
GoRemote.io
Remote OK - Scrapes many job board feeds for remote positions.
Remote Python - Job board and aggregator specifically for remote Python jobs.
Remotely Awesome Jobs - Crawls multiple job boards for remote job postings.
whoishiring.io
@jaswinder97
jaswinder97 / Dockerfile
Created March 5, 2017 06:31
Docker File for kloxo-mr panel on CentOS
FROM centos:centos6
MAINTAINER Name <jaswindersinghsn97@gmail.com>
RUN yum -y install wget
RUN yum install yum-priorities vim-minimal subversion curl zip unzip -y
RUN cd /tmp && \
wget https://github.com/mustafaramadhan/kloxo/raw/rpms/release/neutral/noarch/mratwork-release-0.0.1-1.noarch.rpm --no-check-certificate && \
rpm -ivh mratwork-release-0.0.1-1.noarch.rpm