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
| [Contrib] | |
| name=CentOS | |
| baseurl=http://kambing.ui.ac.id/centos/$releasever/contrib/$basearch/ | |
| enabled=1 | |
| gpgcheck=1 | |
| gpgkey=http://kambing.ui.ac.id/centos/RPM-GPG-KEY-CentOS-6 | |
| [CentOSPlus] | |
| name=CentOS | |
| baseurl=http://kambing.ui.ac.id/centos/$releasever/centosplus/$basearch/ |
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/bash | |
| # Nmon data collector | |
| # https://gist.github.com/cakyus/19f3c44c3fe027b06f58162974e9bd30 | |
| # | |
| # Notes | |
| # 1. Log directory must exist and user has write permission | |
| # 2. Crontab example: 0 0 * * * /bin/bash /root/bin/nmon.bash | |
| # | |
| # This script did not: | |
| # 1. Process nmon log |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Text Tool</title> | |
| <style> | |
| article { | |
| position: relative; | |
| } | |
| nav { | |
| position: absolute; |
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 | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License version 2 | |
| # as published by the Free Software Foundation. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| # GNU General Public License for more details. |
OlderNewer