⌘→: 0x05
⌘←: 0x01
⌘←Delete: 0x15
⌥→: ^[f
⌥←: ^[b
| [Unit] | |
| Description=Packet Capture Service for BitMeter-OS | |
| Requires=network-online.target | |
| ConditionPathExists=/var/lib/bitmeter/bitmeter.db | |
| After=syslog-ng.target network-online.target | |
| [Service] | |
| ExecStart=/usr/bin/bmcapture | |
| Type=idle | |
| StandardError=syslog |
| /* | |
| * Copyright (c) 2015 Fardjad Davari | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to | |
| * deal in the Software without restriction, including without limitation the | |
| * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |
| * sell copies of the Software, and to permit persons to whom the Software is | |
| * furnished to do so, subject to the following conditions: | |
| * |
| # | |
| # Linux/arm 3.10.21 Kernel Configuration | |
| # | |
| CONFIG_ARM=y | |
| CONFIG_MIGHT_HAVE_PCI=y | |
| CONFIG_SYS_SUPPORTS_APM_EMULATION=y | |
| CONFIG_HAVE_PROC_CPU=y | |
| CONFIG_STACKTRACE_SUPPORT=y | |
| CONFIG_HAVE_LATENCYTOP_SUPPORT=y | |
| CONFIG_LOCKDEP_SUPPORT=y |
| Make the "Arm Versatile" board even more versatile, for QEMU, which can | |
| stick weird processors into things that were never meant to receive them. | |
| Based on: http://unicorn.drogon.net/rpi/linux-arm.patch | |
| --- a/arch/arm/mm/Kconfig | |
| +++ b/arch/arm/mm/Kconfig | |
| @@ -71,7 +71,7 @@ config CPU_ARM9TDMI | |
| # ARM920T | |
| config CPU_ARM920T |
| |
| #!/bin/bash | |
| git_files=$(git ls-files) | |
| for git_file in $git_files; do | |
| encoding=$(file --mime-encoding "$git_file") | |
| type=$(echo "$encoding" | awk -F ': ' '{ print $2 }') | |
| if [ "$type" == "binary" ]; then | |
| echo $git_file | |
| fi |
| const fs = require("fs"); | |
| const EventEmitter = require("events").EventEmitter; | |
| const read = (fileHandle, bufferSize, position, emitter) => { | |
| const buffer = Buffer.alloc(bufferSize); | |
| fs.read( | |
| fileHandle, | |
| buffer, | |
| 0, |
minikube ssh)GatewayPorts option is set to yes in /etc/ssh/sshd_config (and restart the SSH server if necessary)ssh -i
tar xf photon-*.ova