Skip to content

Instantly share code, notes, and snippets.

Setting up http server on android with termux

Setting SSH server

To be able to make all procedures without pain you should have physical keyboard or just install ssh server and connect to your device shell from computer.

Folow this guide to setup ssh server.

Installing needed stuff

@pesukaru1
pesukaru1 / webstoemp-gulpfile.js
Created March 6, 2019 11:04 — forked from jeromecoupe/webstoemp-gulpfile.js
Gulp 4 sample gulpfile.js. For a full explanation, have a look at https://www.webstoemp.com/blog/switching-to-gulp4/
"use strict";
// Load plugins
const autoprefixer = require("autoprefixer");
const browsersync = require("browser-sync").create();
const cp = require("child_process");
const cssnano = require("cssnano");
const del = require("del");
const eslint = require("gulp-eslint");
const gulp = require("gulp");
@pesukaru1
pesukaru1 / gulpfile.js
Created March 2, 2019 22:38
my gulpfile
const gulp = require('gulp');
const pug = require('gulp-pug');
const sass = require('gulp-sass');
const browsersync = require('browser-sync').create();
// Build HTML
function html() {
@pesukaru1
pesukaru1 / pug.md
Created March 2, 2019 22:28 — forked from neretin-trike/pug.md
Туториал по HTML препроцессору Pug (Jade)