Skip to content

Instantly share code, notes, and snippets.

@orctom
orctom / git-suse
Created November 4, 2014 10:15
Install GIT Client on SuSE
Install GIT Client on SuSE 11.2
Add repositories:
For Git,
# zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP2/devel:tools:scm.repo
For perl
# zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11/devel:languages:perl.repo
if cannot find the repository, try below one.
@orctom
orctom / chromium.txt
Created October 22, 2014 09:40
chromium address
https://storage.googleapis.com/chromium-browser-continuous/index.html?prefix=Win_x64/
@orctom
orctom / forever_app
Created October 10, 2014 05:49
Node.js forever service /etc/init.d/app_name
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: Teamate
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
@orctom
orctom / websphere-objects
Created June 9, 2014 06:15
websphere wsadmin built-in objects
AdminApp
AdminApplication
AdminAuthorizations
AdminBLA
AdminClusterManagement
AdminConfig
AdminControl
AdminJ2C
AdminJDBC
AdminJMS