├── .DS_Store ├── 01BasicCommands.txt ├── 02Apache.txt ├── 03PHP.txt ├── 04Node.txt ├── 05Debugging.txt ├── 06RestAPI.txt ├── 07MariaDB.txt ├── 08NeDB.txt ├── 09PostgreSQL.txt ├── 10SQLite.txt ├── 11Angular.txt ├── 12React.txt ├── 13RemoteAccess.txt ├── README.md ├── resources ├── .DS_Store ├── data │ ├── moviedb.sql │ └── moviedb.sqlite3 └── firebug │ ├── .DS_Store │ ├── firebug-lite.css │ ├── firebug-lite.js │ ├── firebug.gif │ └── firebug_logo.png └── www ├── .DS_Store ├── firebug ├── .DS_Store ├── firebug-lite.css ├── firebug-lite.js ├── firebug.gif └── firebug_logo.png └── index.html /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/.DS_Store -------------------------------------------------------------------------------- /01BasicCommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/01BasicCommands.txt -------------------------------------------------------------------------------- /02Apache.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/02Apache.txt -------------------------------------------------------------------------------- /03PHP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/03PHP.txt -------------------------------------------------------------------------------- /04Node.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/04Node.txt -------------------------------------------------------------------------------- /05Debugging.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/05Debugging.txt -------------------------------------------------------------------------------- /06RestAPI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/06RestAPI.txt -------------------------------------------------------------------------------- /07MariaDB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/07MariaDB.txt -------------------------------------------------------------------------------- /08NeDB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/08NeDB.txt -------------------------------------------------------------------------------- /09PostgreSQL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/09PostgreSQL.txt -------------------------------------------------------------------------------- /10SQLite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/10SQLite.txt -------------------------------------------------------------------------------- /11Angular.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/11Angular.txt -------------------------------------------------------------------------------- /12React.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/12React.txt -------------------------------------------------------------------------------- /13RemoteAccess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/13RemoteAccess.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/README.md -------------------------------------------------------------------------------- /resources/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/.DS_Store -------------------------------------------------------------------------------- /resources/data/moviedb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/data/moviedb.sql -------------------------------------------------------------------------------- /resources/data/moviedb.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/data/moviedb.sqlite3 -------------------------------------------------------------------------------- /resources/firebug/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/firebug/.DS_Store -------------------------------------------------------------------------------- /resources/firebug/firebug-lite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/firebug/firebug-lite.css -------------------------------------------------------------------------------- /resources/firebug/firebug-lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/firebug/firebug-lite.js -------------------------------------------------------------------------------- /resources/firebug/firebug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/firebug/firebug.gif -------------------------------------------------------------------------------- /resources/firebug/firebug_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/resources/firebug/firebug_logo.png -------------------------------------------------------------------------------- /www/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/.DS_Store -------------------------------------------------------------------------------- /www/firebug/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/firebug/.DS_Store -------------------------------------------------------------------------------- /www/firebug/firebug-lite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/firebug/firebug-lite.css -------------------------------------------------------------------------------- /www/firebug/firebug-lite.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/firebug/firebug-lite.js -------------------------------------------------------------------------------- /www/firebug/firebug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/firebug/firebug.gif -------------------------------------------------------------------------------- /www/firebug/firebug_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/firebug/firebug_logo.png -------------------------------------------------------------------------------- /www/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raynoppe/termux-learn/HEAD/www/index.html --------------------------------------------------------------------------------