Skip to content

Instantly share code, notes, and snippets.

@yotamoron
yotamoron / עותקנצחי
Created July 4, 2014 22:57
שרשה לה פם
<!DOCTYPE html>
<!-- saved from url=(0446)http://webcache.googleusercontent.com/search?q=cache:q8OPc5urjyYJ:horimisrael.wordpress.com/2014/07/04/%25D7%2594%25D7%25A4%25D7%25A8%25D7%25A9%25D7%2594-%25D7%2594%25D7%259E%25D7%2598%25D7%259C%25D7%2598%25D7%259C%25D7%25AA-%25D7%2590%25D7%25AA-%25D7%2594%25D7%259E%25D7%25A9%25D7%2598%25D7%25A8%25D7%2594-%25D7%2590%25D7%25A4%25D7%25A8%25D7%2599%25D7%2599%25D7%259D-%25D7%2591%25D7%25A8%25D7%259B%25D7%2594-%25D7%25A8/+&cd=1&hl=en&ct=clnk&gl=il -->
<html dir="rtl" lang="he"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--<base href="http://horimisrael.wordpress.com/2014/07/04/%D7%94%D7%A4%D7%A8%D7%A9%D7%94-%D7%94%D7%9E%D7%98%D7%9C%D7%98%D7%9C%D7%AA-%D7%90%D7%AA-%D7%94%D7%9E%D7%A9%D7%98%D7%A8%D7%94-%D7%90%D7%A4%D7%A8%D7%99%D7%99%D7%9D-%D7%91%D7%A8%D7%9B%D7%94-%D7%A8/">--><base href="."><script type="text/javascript" async="" src="./ שרשה לה-פאם הפרשה המטלטלת את המשטרה אפריים ברכה, רונאל פישר ואושרה אסף מכרו מידע והבטיחו לסגור תיקי מח ש לשו
@yotamoron
yotamoron / refocus
Last active December 26, 2015 01:49
A tiny script to refocus on a terminal once a command has finished running. You will need xdotool installed.
#!/bin/bash
WINDOW_NAME=`xdotool getwindowname $WINDOWID`
shopt -s expand_aliases
source ~/.aliases
eval $@
@yotamoron
yotamoron / status-json.c.patch
Created May 22, 2013 08:17
Rendering the custom objects in Nagios's status-json.c CGI-BIN executable.
912a913
> customvariablesmember *custom_variables = NULL;
994a996,998
> for (custom_variables = temp_host->custom_variables; custom_variables; custom_variables = custom_variables->next) {
> printf("\t\t\t\t \"%s\":\"%s\", \n", custom_variables->variable_name, custom_variables->variable_value);
> }
1082c1086,1088
<
---
> for (custom_variables = temp_service->custom_variables; custom_variables; custom_variables = custom_variables->next) {