I hereby claim:
- I am hongquan on github.
- I am hongquan (https://keybase.io/hongquan) on keybase.
- I have a public key ASDWDg98bWXaIQm0wvjOoY6PTXyKiOCmj6IEtj7dBfhBTAo
To claim this, I am signing this object:
<template> | |
<div ref='container'></div> | |
</template> | |
<script lang='ts'> | |
import { defineComponent, onMounted, PropType, ref, toRefs, watch } from 'vue' | |
import lottie, { AnimationItem, AnimationConfigWithData } from 'lottie-web' | |
export default defineComponent({ | |
props: { |
I hereby claim:
To claim this, I am signing this object:
Ứng dụng giúp sắp xếp các TNV theo nhóm, mỗi nhóm sẽ làm việc 1 tuần, hoặc số ngày cố định, tùy chương trình.
config interface 'loopback' | |
option ifname 'lo' | |
option proto 'static' | |
option ipaddr '127.0.0.1' | |
option netmask '255.0.0.0' | |
config globals 'globals' | |
option ula_prefix 'fd2c:312f:e853::/48' | |
config interface 'lan' |
local user='%{$fg[magenta]%}%n@%{$fg[magenta]%}%m%{$reset_color%}' | |
#local pwd='%{$fg[blue]%}%~%{$reset_color%}' | |
local rvm='' | |
if which rvm-prompt &> /dev/null; then | |
rvm='%{$fg[green]%}‹$(rvm-prompt i v g)›%{$reset_color%}' | |
else | |
if which rbenv &> /dev/null; then | |
rvm='%{$fg[green]%}‹$(rbenv version | sed -e "s/ (set.*$//")›%{$reset_color%}' | |
fi |
${execi 120 echo "mypassword" | sudo -S hddtemp /dev/sda -n --unit=C 2>/dev/null}°C |
#!/bin/sh | |
if ! $(lsusb | grep E173 > /dev/null); then | |
echo 'Device not plugged' | |
exit | |
fi | |
if $(usb-devices | grep 'Driver=option' > /dev/null); then | |
echo 'Modem mode has been on' | |
exit | |
fi |
Make sure you installed Supybot.
These Upstart scripts assume you configured Supybot as:
/home/supbybot/running/
folder to contain data of all running instances (multiple bot).running
folder is divided to many subfolders, each for a channel each bot joins. For example, you want an instance of Supybot to listen on #fossasia channel, you create /home/supbybot/running/fossasia
folder. Right in this folder, you can running supybot-wizard
command to setup the bot. The name of config file has to be the channel name. For example, fossasia.conf file for #fossasia channel.Upstart scrips are installed in /etc/init/
.
Document to read more: http://supybook.fealdia.org/latest/, http://supybot.fr.cr/doc/use/index.html