- Bootstrap 4 Cheatsheet
- Blacktie – Free Bootstrap Themes
- Prepbootstrap – Theme Repo
- Bootswatch – FOSS Themes
- Bootstrapzero – FOSS Bootstrap Themes
- Start Bootstrap – Free Bootstrap Themes and Templates
- Buy Bootstrap Themes & Templates – Start Bootstrap
- PixelAdmin – Premium Admin Theme – Live Preview – WrapBootstrap
- Flex Admin – Responsive Admin Template – Live Preview – WrapBootstrap
- Flot: Attractive JavaScript plotting for jQuery
- Flot Examples
- BootstrapBay – Bootstrap Themes & Templates
- Bootstrap vs. Foundation: Which Framework is Better? – BootstrapBay
- What’s the Deal With Em and Rem? | Design Shack
- 20+ Best Personal Portfolio WordPress Themes 2015 – Colorlib
- 20+ Best Bootstrap 3 WordPress Themes 2015 – colorlib
- 20 High Quality Twitter Bootstrap Templates
- 40 Premium Bootstrap Themes & Templates | Resources
- 25+ Awesome Free Bootstrap WordPress Themes
- 18 Free WordPress Themes Built With Bootstrap
- Fullby
CLI Snippets / Kommandozeilen Schnipsel
Phillip Richdales immensely practical collection of CLI snippets (and learn a little German along the way 😉 )
Phillip Richdales unglaublich praktische Sammlung an Kommandozeilenschnippseln
Tar Gz a directory
tar czf my-backup.tar.gz my-backup
rsync ‘update’ operation (Quelle zu Ziel kopieren ohne zu überschreiben) /
rsync ‘update’ operation (copy from source to target without overwriting files in the target)
rsync -tr /my/source/directory/* /mein/ziel/verzeichnis
Dateien im aktuellen Verzeichnisbaum nach String durchsuchen /
search for a keyword in a directory-tree
grep -rn 'SEARCHWORD' *
Website Relaunch August 2015
richdale.de wird im August 2015 neu aufgesetzt – ich bin gerade dabei alles einzurichten.
richdale.de is being relaunched in August 2015 – I’m currently setting up everything.
Phillip Richdale