Skip to content

Instantly share code, notes, and snippets.

View kveber's full-sized avatar

Klaus Veber kveber

View GitHub Profile
@kveber
kveber / FTP-UploadDirectory.ps1
Last active January 7, 2019 05:07 — forked from dkittell/FTP-UploadDirectory.ps1
PowerShell – FTP Upload Directory With Sub-Directories
clear
# FTP Server Variables
$FTPHost = 'ftp://192.168.1.1/html/'
$FTPUser = 'user'
$FTPPass = 'password'
#Directory where to find pictures to upload
$UploadFolder = "C:\Temp\"
@kveber
kveber / brazil-geographic-coverage.geojson
Created May 14, 2019 18:12 — forked from rogerluan/brazil-geographic-coverage.geojson
Cobertura geográfica do Brasil em formato GeoJSON, nos moldes da Apple, para submissão no iTunes Connect.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kveber
kveber / .bash_profile
Last active July 12, 2019 13:45 — forked from lopespm/.bash_profile
mac terminal bash improvements
# ---------------------------------------------------------------------------
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
# 6. Networking
# 7. System Operations & Information
@kveber
kveber / Ionic Android Development on WSL.md
Last active March 27, 2020 17:07 — forked from fedme/Ionic Android Development on WSL.md
Ionic Android Development on WSL (Windows Subsystem for Linux)

Ionic Android Development on WSL

Installing the required software

Execute the following commands to install Node, npm, git, Java, Ionic, Cordova and Angular CLI:

cd ~
sudo apt update
sudo apt upgrade