参考1: How do I free up more space in /boot? 参考2: What is the safest way to clean up /boot partition?
# as root
# 先看看当前用的内核版本
uname -r
# STEP 1
# 手动删掉目录里一些旧的数据 initrd.img- 开头的,释放点空间,别删当前版本号的参考1: How do I free up more space in /boot? 参考2: What is the safest way to clean up /boot partition?
# as root
# 先看看当前用的内核版本
uname -r
# STEP 1
# 手动删掉目录里一些旧的数据 initrd.img- 开头的,释放点空间,别删当前版本号的Minimal example making webpack and wasm/Emscripten work together.
Build instructions:
npm installnpm starthttp://localhost:8080| apt-get update && apt-get install build-essential automake autoconf libtool git clang -y && export CC=clang | |
| ver=2.16.3 | |
| wget --no-check-certificate https://tls.mbed.org/download/mbedtls-$ver-gpl.tgz | |
| tar zxf mbedtls-$ver-gpl.tgz | |
| cd mbedtls-$ver | |
| sed -i "s/DESTDIR=\/usr\/local/DESTDIR=\/projects\/dists\/mbedtls/g" Makefile | |
| LDFLAGS=-static WINDOWS_BUILD=1 make -j`nproc` install | |
| cd .. |
| package world.fullcircle.nodeonandroid; | |
| import android.app.Service; | |
| import android.content.Intent; | |
| import android.content.res.AssetManager; | |
| import android.os.IBinder; | |
| import android.util.Log; | |
| import com.eclipsesource.v8.NodeJS; | |
| import com.eclipsesource.v8.V8; |
| #include<cstdio> | |
| #include<cstring> | |
| #ifdef _WIN32 | |
| #include <winsock2.h> | |
| #include <ws2tcpip.h> | |
| #else | |
| #include<unistd.h> |
| #!/bin/sh | |
| # cross & static compile shadowsocks-libev | |
| PCRE_VER=8.41 | |
| PCRE_FILE="http://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$PCRE_VER.tar.gz" | |
| MBEDTLS_VER=2.6.0 | |
| MBEDTLS_FILE="https://tls.mbed.org/download/mbedtls-$MBEDTLS_VER-gpl.tgz" |
| const fork = require('child_process').fork; | |
| const program = path.resolve('other.js'); | |
| const child = fork(program); |
| cmake_minimum_required(VERSION 3.4) | |
| project(MyProject) | |
| if(NOT MY_PROJECT_PROTOBUF_VERSION) | |
| set(MY_PROJECT_PROTOBUF_VERSION 2.6.1) | |
| endif() | |
| option(MY_PROJECT_SHARED_LIBS "Build proto modules as shared libraries" OFF) | |
| message(STATUS "Google Protocol Buffers version: ${MY_PROJECT_PROTOBUF_VERSION}") |
| protocol ospf dn42 | |
| { | |
| table vm; | |
| instance id 1; | |
| export all; | |
| import all; | |
| area 0 | |
| { | |
| interface "dn42" | |
| { |