$ sudo apt-get install unattended-upgrades $ sudo nano /etc/apt/apt.conf.d/10periodic| const axios = { | |
| get(url, { headers = {} }) { | |
| return new Promise((resolve, reject) => { | |
| const xhr = window.XMLHttpRequest | |
| ? new XMLHttpRequest() | |
| : new ActiveXObject("Microsoft.XMLHTTP"); | |
| xhr.open("get", url); | |
| xhr.withCredentials = true; | |
| // Object.entries(headers).forEach(([key,value]) => xhr.setRequestHeader(key, value)); |
| # 1.install gource using HomeBrew | |
| $ brew install gource | |
| # 2.install avconv | |
| git clone git://git.libav.org/libav.git | |
| cd libav | |
| # it will take 3-5 minutes to complie, be patient. | |
| ./configure --disable-yasm | |
| make && make install |
As configured in my dotfiles.
start new:
tmux
start new with session name:
| # !/bin/bash | |
| # Copyright (c) 2011 Float Mobile Learning | |
| # http://www.floatlearning.com/ | |
| # | |
| # 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 |
| // | |
| // UIDeviceHardware.h | |
| // | |
| // Used to determine EXACT version of device software is running on. | |
| #import <Foundation/Foundation.h> | |
| @interface UIDeviceHardware : NSObject | |
| - (NSString *) platform; |