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
| java \ | |
| -Dcom.sun.management.jmxremote \ | |
| -Dcom.sun.management.jmxremote.port=3001 \ | |
| -Dcom.sun.management.jmxremote.authenticate=false \ | |
| -Dcom.sun.management.jmxremote.ssl=false \ | |
| -jar /usr/lib/jvm/jdk1.6.0_31/demo/plugin/jfc/Notepad/Notepad.jar |
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
| add dst-address=94.190.192.6 gateway=01-ISP-MegaLan scope=10 | |
| add dst-address=94.190.192.194 gateway=pppoe-spectrum scope=10 | |
| add distance=1 gateway=94.190.192.6 routing-mark=MEGA check-gateway=ping | |
| add distance=2 gateway=94.190.192.194 routing-mark=MEGA check-gateway=ping | |
| add distance=1 gateway=94.190.192.194 routing-mark=SPNET check-gateway=ping | |
| add distance=2 gateway=94.190.192.6 routing-mark=SPNET check-gateway=ping |
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
| # generated by crm configure show | |
| node h2127515.stratoserver.net \ | |
| attributes standby="off" | |
| node h2127517.stratoserver.net \ | |
| attributes standby="off" | |
| primitive backupninja ocf:heartbeat:symlink \ | |
| params link="/etc/backup.d/20.mysql" target="/etc/backup.d/20.mysql.disabled" | |
| primitive clusterIP ocf:heartbeat:IPaddr2 \ | |
| params ip="85.214.195.158" nic="eth0:1" \ | |
| op monitor interval="30s" \ |
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
| configure show | |
| node $id="93e2cf22-274b-4304-9081-413c56e87844" aes-01 \ | |
| attributes standby="off" | |
| node $id="ab0ce93f-ba55-4ec4-b673-65178f3c77fb" aes-02 \ | |
| attributes standby="off" | |
| primitive ClusterIP ocf:heartbeat:IPaddr2 \ | |
| params ip="94.155.49.6" cidr_netmask="32" \ | |
| op monitor interval="30s" | |
| primitive drbd ocf:linbit:drbd \ | |
| params drbd_resource="r0" \ |
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
| /etc | |
| /home | |
| /opt | |
| /root | |
| /srv | |
| /usr/lib/oracle | |
| /usr/local/etc | |
| /var/atlassian | |
| /var/backups | |
| /var/lib/tomcat6 |
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
| global isRunning | |
| tell application "System Events" | |
| set isRunning to (count of (every process whose bundle identifier is "com.Growl.GrowlHelperApp")) > 0 | |
| end tell | |
| on show_growl_popup(ruleName, senderAddr, subjectText) | |
| # local theSender | |
| set thePriority to 2 # default high |
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 | |
| ### BEGIN INIT INFO | |
| # Provides: zabbix_agentd | |
| # Required-Start: $network $syslog | |
| # Required-Stop: $network $syslog | |
| # Default-Start: 3 5 | |
| # Default-Stop: 0 1 2 6 | |
| # Description: whatever | |
| ### END INIT INFO |
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
| -Xms128m | |
| -Xmx800m | |
| -XX:MaxPermSize=350m | |
| -XX:ReservedCodeCacheSize=64m | |
| -XX:+UseCodeCacheFlushing | |
| -XX:+UseCompressedOops | |
| -Dswing.aatext=true | |
| -Dawt.useSystemAAFontSettings=lcd_hrgb |
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 | |
| ### BEGIN INIT INFO | |
| # Provides: zabbix-agent | |
| # Required-Start: $remote_fs $network | |
| # Required-Stop: $remote_fs | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Start zabbix-agent daemon | |
| ### END INIT INFO |
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
| [ui] | |
| username = Todor Dragnev <todor@bstconsult.com> | |
| #username = Todor Dragnev <todor.dragnev@gmail.com> | |
| #verbose = True | |
| [defaults] | |
| # suppress noisy extdiff header message | |
| cdiff = -q | |
| # добавя cdiff, color and glog команди |