Skip to content

Instantly share code, notes, and snippets.

View iteman's full-sized avatar

Atsuhiro Kubo iteman

View GitHub Profile
@iteman
iteman / kill-high-memory-usage
Created April 26, 2010 05:46
ITEMAN Kill High Memory Usage
#!/usr/bin/env perl
# ITEMAN Kill High Memory Usage - A command to kill processes with high memory usage
# Copyright (c) 2010 ITEMAN, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
@iteman
iteman / redmine-upgrade
Created August 24, 2009 17:36
ITEMAN Redmine Upgrade - A command to upgrade an existing Redmine installation
#!/bin/bash
# ITEMAN Redmine Upgrade - A command to upgrade an existing Redmine installation
# Copyright (c) 2009-2012 ITEMAN, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
@iteman
iteman / mysql-backup
Created August 24, 2009 08:56
ITEMAN MySQL Backup - A command to backup specified MySQL databases
#!/bin/bash
# ITEMAN MySQL Backup - A command to backup specified MySQL databases
# Copyright (c) 2009 ITEMAN, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright