AltSearch
beta

Page Details:

A Git Primer | danielmiessler.com

http://danielmiessler.com/study/git/

First and foremost, it's important to understand that git has something called an index that sits between your working directory and your commits. It's basically a staging area, so when you git add you copy a snapshot of your working directory to the index, and when you git commit you copy that same thing from the index to create a new commit.
Tags: git, tutorial, programming, howto, reference, linux, software, tips, github, opensource Saved by: admin

25 Questions to Ask During an Information Security Interview | danielmiessler.com
What follows is a list of questions for use in vetting candidates for positions in Information Security. Many of the questions are designed to get the candidate to think, and to articulate that thought process in a scenario where preparation was not possible. Observing these types of responses is often as important as the actual answers.
http://danielmiessler.com/blog/25-questions-to-ask-during-an-information-security-interview
Tags: security, interview, jobs, questions, career, infosec, information, job, sysadmin, hiring Saved by: admin