Password Manager
Windows: KeePass
MacOS: KeePass based MacPass
https://github.com/MacPass/MacPass/releases/tag/0.7.3
FTP Client
Windows: Total Commander
macOS: ForkLift
Search
Windows: Launchy + Everything
macOS: Alfred
Container Encryption
Windows: VeraCrypt
macOS: VeraCrypt
Games Faster Than Light
Windows: Faster Than Light direct download
macOS: via Steam
SSH to Raspberrypi
Windows: putty
macOS: terminal native e.g. ssh raspberrypi -l pi (if you want to login with pi as username)
Hoerbert App
Windows: native Hoerbert App
macOS: native Hoerbert App for macOS
VNC to Raspberry Pi
Windows: VNC Client
macOS: native via Screen Sharing.app / Bildschirmfreigabe.app ! add .local to your hostname e.g. raspberrypi.local:5901FTP Client
Windows: Total Commander
macOS: ForkLift
Search
Windows: Launchy + Everything
macOS: Alfred
Container Encryption
Windows: VeraCrypt
macOS: VeraCrypt
Games Faster Than Light
Windows: Faster Than Light direct download
macOS: via Steam
SSH to Raspberrypi
Windows: putty
macOS: terminal native e.g. ssh raspberrypi -l pi (if you want to login with pi as username)
Hoerbert App
Windows: native Hoerbert App
macOS: native Hoerbert App for macOS
VNC to Raspberry Pi
Windows: VNC Client
macOS: native via Screen Sharing.app / Bildschirmfreigabe.app ! add .local to your hostname e.g. raspberrypi.local:5901
Backup robocopy on Windows rsync on MAC
Windows robocopy based backup
create backup.cmd file with following content
Robocopy „C:\Pictures“ „N:\Backup\Pictures“ /FFT /MIR /COPY:DT /DCOPY:T /R:1 /W:1
Robocopy „C:\Musik“ „N:\Backup\Musik“ /FFT /MIR /COPY:DT /DCOPY:T /R:1 /W:1
source: own script developed in last years
Mac OS rsync based backup
rsync -rt --delete --progress ~/Documents/Picture /Volumes/NAS/backup/
used options in rsync
–delete most critical option, ensures deletion of files on destination, if destination have more files compared to source directory
–progress shows progress in the bash, quite informative if you want to see what’s going on during the backup
-r transverse all subdirectories contained within the source directory and copy the subdirectories and their content to the destination directory
-t preserve timestamps of source files
more information in source:Â https://blog.macsales.com/45185-mac-101-learn-the-power-of-rsync-for-backup-remote-archive-systems
How to create and run script on MAC without 3rd party apps
- start bash
- open the editor vi and learn to navigate with :i ESC :w :q :wq :q!
- enter the code
#! /bin/bash rsync -rt --delete --progress ~/Documents/Picture /Volumes/NAS/backup/
- Â run the script in bash
hostname:Documents user$ sh backuptest.sh
- or via double click but therefore you need (source)
chmod a+x backuptest.sh + associate the sh with Terminal.app
- or make it executable from Spotlight by
- rename from *.sh to *.command
-
set rights with chmod +x *.command
New York Places and Food
Places
Chelsea Market
75 9th Ave, New York, NY 10011, USA
https://goo.gl/maps/cSnXrbqd6rP2
The High Line
New York, NY 10011, USA
https://goo.gl/maps/M98rMJK5rcJ2
The Museum of Modern Art
11 W 53rd St, New York, NY 10019, USA
https://goo.gl/maps/zG8Q6VC9vdA2
Tenement Museum UNBEDINGT MACHEN
103 Orchard St, New York, NY 10002, USA
https://goo.gl/maps/6Zh2kXffMbD2
Battery Park New York, NY 10004, USA
https://goo.gl/maps/FM7vTL4sGeQ2
Grand Central Terminal
89 E 42nd St, New York, NY 10017, USA
https://goo.gl/maps/TYACkXQ7Z3p
World Trade Center
10007, 70 Vesey St, New York, NY 10006, USA
https://goo.gl/maps/G84vkJV5fqv
Chinatown
New York, NY, USA
https://goo.gl/maps/iRizkc94gB42
Solomon R. Guggenheim Museum
1071 5th Ave, New York, NY 10128, USA
https://goo.gl/maps/MXyw7Vx9yxD2
Brighton Beach – to see some waste and another side for NY, maybe cleaned up since 10 years
Brooklyn, NY, USA
https://goo.gl/maps/F8FijwAibqH2
Shopping
Century 21 Outlet
21 Dey St, New York, NY 10007, USA
https://goo.gl/maps/jNTrnCn2pUo
Ralph Lauren Women’s – just nice store, even you want to bye something or maybe?
888 Madison Ave, New York, NY 10021, USA
https://goo.gl/maps/UB5trE7vYBK2
Food
burger joint
119 W 56th St, New York, NY 10019, USA
https://goo.gl/maps/bxpQm4YbX9m
Peter Luger Steak House
178 Broadway, Brooklyn, NY 11211, USA
https://goo.gl/maps/oiuPQz2mji22
Brooklyn Brewery
79 N 11th St, Brooklyn, NY 11249, USA
https://goo.gl/maps/UJKakbMuF1k
Go! Go! Curry
273 W 38th St, New York, NY 10018, USA
https://goo.gl/maps/U3G44NHMvUJ2
Empire Diner – note: classic, typical, common
210 10th Ave, New York, NY 10011, USA
https://goo.gl/maps/CNT8bmybyyp
Blue Bottle Coffee
450 W 15th St, New York, NY 10014, USA
https://goo.gl/maps/Ms2X9JLs6r32
Max Brenner Chocolate Bar
841 Broadway, New York, NY 10003, USA
https://goo.gl/maps/4M1PYMnC6NM2
Caffe Reggio
119 Macdougal St, New York, NY 10012, USA
https://goo.gl/maps/D4mQEmGgHdE2
Mighty Quinn’s Barbeque
103 2nd Ave, New York, NY 10003, USA
https://goo.gl/maps/kmoeAtvprQs
Prosperity Dumpling
46 Eldridge St, New York, NY 10002, USA
https://goo.gl/maps/bC58SLcnxtp
Ninth Street Espresso
700 E 9th St, New York, NY 10009, USA
Salzburg Pizzamehl Tipo 00
Tipo 00 erhältlich bei der Salzachmuehle
Stifts- u SalzachmĂĽhle
AiglhofstraĂźe 28, 5020 Salzburg
0662 4341870
https://goo.gl/maps/zA2RTqAKYuq
Masterthesis – Vorgehensmodell zur Zusammenfuehrung von IT Architekturen
Anbei meine Thesis zur freien VerfĂĽgung.
Titel: Vorgehensmodell zur ZusammenfĂĽhrung von IT-Architekturen
Feedback als Kommentar ist herzlich willkommen!
Download:Â https://www.boxler-online.de/wp-content/uploads/2016/07/Masterthesis_Eugen_Boxler.pdf