Given: SnapshotPoint snapshotPoint
Get: ITextSnapshot which the snapshotPoint refers to
ITextSnapshot snapshot = snapshotPoint.Value.Snapshot;Given: SnapshotPoint snapshotPoint
Given: SnapshotPoint snapshotPoint
Get: ITextSnapshot which the snapshotPoint refers to
ITextSnapshot snapshot = snapshotPoint.Value.Snapshot;Given: SnapshotPoint snapshotPoint
| # Copy line by line and paste to an interactive shell | |
| # Update system | |
| sudo apt-get update && sudo apt-get dist-upgrade | |
| # Install Java | |
| sudo add-apt-repository ppa:openjdk-r/ppa | |
| sudo apt-get update | |
| sudo apt-get install openjdk-7-jdk |
I still use docker.io which is now considered an old version, so you probably want to use the recommended Docker CE (Community Edition) instead. More info here:https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository
At this point, most docker commands including docker ps require sudo permission, and this should be avoided. Next section addresses this.
Run these commands. Some are straight from Docker's docs: https://docs.docker.com/install/linux/linux-postinstall/
| ## WinMerge is a free folder/file comparison tool for Windows https://winmerge.org/ | |
| ## This is a directory/file filter for WinMerge to only compare certain files | |
| name: common-source-code | |
| desc: lets through common files for ASP.NET / JS projects | |
| ## This is an exclusive filter (it lets through only matching files) | |
| def: exclude | |
| ## Filters for including filenames begin with f: |