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
| import time | |
| import random | |
| import sys | |
| import os.path | |
| def main(): | |
| if len(sys.argv) < 2: | |
| print("File required.") | |
| else: |
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
| [Unit] | |
| Description=ActiveMQ Message Broker | |
| After=syslog.target network.target | |
| [Service] | |
| Type=forking | |
| PIDFile="/opt/activemq/data/activemq.pid" | |
| ExecStart="/opt/activemq/bin/start" | |
| ExecStop="/opt/activemq/bin/stop" | |
| ExecReload="/opt/activemq/bin/restart" |
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
| # Install terminus font | |
| yaourt terminus-font | |
| # Set your default font | |
| # NOTE: You can setup the font size and codepage mappings using the font | |
| # definition as shown below. | |
| # | |
| # ter-<X><SIZE><STYLE> | |
| # where <X> is a character identifying the code page as listed bellow |