This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
describe 'apache-22', :os => :solaris do | |
it { should be_installed } | |
end | |
describe 'apache22', :os => :solaris do | |
it { should be_enabled } | |
it { should be_running } | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# munin plugin for Solaris kernel memory usage | |
# | |
#%# family=auto | |
#%# capabilities=autoconf | |
GREP=/bin/grep | |
EGREP=/bin/egrep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# -*- coding: utf-8 -*- | |
$KCODE = "UTF8" | |
require 'rubygems' | |
require "mechanize" | |
require "rexml/document" | |
require "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Query Cutter | |
// @namespace http://www.ftnk.jp/userscripts | |
// @description Cut '?ref=rss', and so on | |
// @include http://* | |
// ==/UserScript== | |
(function (){ | |
var newUrl = location.href; | |
// delete rss for Cnet Japan, barks, etc |
NewerOlder