Skip to content

Instantly share code, notes, and snippets.

View hirano00o's full-sized avatar
:octocat:

Yudai Hiranuma hirano00o

:octocat:
View GitHub Profile
@hirano00o
hirano00o / .hyper.js
Last active October 19, 2019 04:07
.hyper.js
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
@hirano00o
hirano00o / .cvimrc
Created September 23, 2018 01:58
cvim
set noautofocus
let locale="jp"
set numerichints
set typelinkhints
let searchlimit = 15
let scrollstep = 70
let fullpagescrollpercent = 100
let barposition = "bottom"
let mapleader = ","
cd C:\TVTest
regsvr32 TVTestVideoDecoder.ax
[ssh_connection]
ssh_args = -F /Users/camit/.ssh/config
users:
- { name: 'taro', uid: 1000 }
- { name: 'jiro', uid: 1001 }
- { name: 'saburo', uid: 1002 }
- { name: 'shiro', uid: 1003 }
- { name: 'goro', uid: 1004 }
- hosts: hostA
become: yes
vars_files:
- userlist.yml
tasks:
- name: create user
user:
name: '{{ item.name }}'
uid: '{{ item.uid }}'
group: 'user'
define( 'EPGREC_ERROR', 2 );
define( 'EPGREC_DEBUG', 3 );
+include_once( INSTALL_PATH . '/notify.php' );
function autoid_button( $autoid ){
@@ -15,6 +16,10 @@ function autoid_button( $autoid ){
function reclog( $message , $level = E_INFO ) {
#!/bin/bash
export LANG=C
export ORACLE_HOME="/opt/oracle/otd12.2.1.1"
export DOMAIN_HOME="/opt/oracle/otd12.2.1.1/user_projects/domains/camit"
export WLS_USER="weblogic"
export WLS_PW="weblogic1"
nohup $DOMAIN_HOME/bin/startNodeManager.sh &
sleep 60
selectTemplate('Oracle Traffic Director - Restricted JRF', '12.2.1.1')
loadTemplates()
cd('/Security/base_domain/Users/weblogic')
set('Password','weblogic1')
cd('/Servers/AdminServer')
set('ListenAddress', 'All Local Addresses')
set('ListenPort', 7001)
cd ('/')
set('Name', 'camit')
setOption('DomainName','camit')
[ENGINE]
Response File Version=1.0.0.0.0
[GENERIC]
DECLINE_AUTO_UPDATES=true
MOS_USERNAME=
MOS_PASSWORD=