Skip to content

Instantly share code, notes, and snippets.

@drahamim
drahamim / questions.txt
Created October 13, 2021 20:24
Job Questions for recruiters
Hi {{ Recruiter_first_name }},
Thanks for reaching out. Before we jump on a call, can you answer a few questions for me.
1. What is the current on-call like for the team?
2. How much on-call is expected for this role?
3. Expected Base comp range?
4. What are the expected {{ your_tz }} work hours?
5. How big is the team?
Please also send over a FULL job description.
Thanks in advance,
{{ Your First name here }}
@tessro
tessro / redis-server
Created December 16, 2009 14:20
A CentOS initscript for Redis
#!/bin/sh
#
# redis - this script starts and stops the redis-server daemon
#
# chkconfig: - 85 15
# description: Redis is a persistent key-value database
# processname: redis-server
# config: /etc/redis/redis.conf
# config: /etc/sysconfig/redis
# pidfile: /var/run/redis.pid