Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

260 total results found

terminal / cmd.exe: open current directory

Coding

Windows cmd.exe: start . Terminal: open .

git init on server

Coding

git init --bare --shared REPO.git

copy local repo to NAS as backup

Coding

scp -r /Users/cox/Documents/GitHub/REPO/ nas:/volume1/web/ Copies .git folder too.If .git should not be copied use: scp /Users/cox/Documents/GitHub/REPO/*.* nas:/volume1/web/REPO/

git: show all remotes

Coding

git remote -v shows: origin https://github.com/SimpelMe/Braille.git (fetch) origin ssh://nas/volume1/git/braille.git (push) origin https://github.com/SimpelMe/Braille.git (push) or more verbose: git remote show origin shows: ...

git error nas: unable to create temporary object directory

Coding

Problem can occur if git init is made as root. Then git folder will have wrong group: error: Entpacken auf der Gegenseite fehlgeschlagen: unable to create temporary object directory error: Fehler beim Versenden einiger Referenzen nach 'ssh://nas/volume1/...

successful git branching model

Coding

Blog:nvie.com/posts/a-successful-git-branching-modelModel as PDF:nvie.com/files/Git-branching-model.pdf

git: pushing to multiple repos

Coding

You can push to more then one instance but fetch/pull only from one. Main repo will be set: git remote add origin https://github.com/SimpelMe/REPO.git Set both or more push urls: git remote set-url --add --push origin https://github.com/SimpelMe/REPO....

Atom package pathes

Coding

OSX: /Users/cox/.atom/packages Windows 10: C:\Users\zelckc\.atom\packages

Synology SSL Zertifikat Ablage Pfad

Coding

Zuerst mal als root einloggen, damit man das Verzeichnis lesen darf: sudo -i Passwort des nas admin eingeben.Danach anzeigen lassen, in welchem Ordner das Standardzertifikat liegt: cat /usr/syno/etc/certificate/_archive/DEFAULT Aktuelles Er...

Fritzbox URL

Coding

https://patapaya.dyndns.org

NAS file server / disk drive local / external urls

Coding

Disk station including file station app: https://192.168.180.30:5001 https://simpel.dyndns.org:5001 Files station directly/only: https://192.168.180.30:7001 https://simpel.dyndns.org:7001Drive with shares: https://192.168.180.30:10003 https://simpel.dyn...

terminal: scan ports

Coding

Examples NAS internal nmap 192.168.180.30 NAS external: nmap simpel.dyndns.org With specific port: nmap -p 80 192.168.180.30

terminal: find file or folder

Coding

No matter if file or folder.Searches in current directory including all sub folders: find . -name "*SUCHE*" Searches $HOME incl. sub folders: find ~/ -name "*SUCHE*" Searches whole computer: find / -name "*SUCHE*"

set path and user variables in windows for NDR client

Coding

set path is temporarely only. To set forever: setx path "%path%;H:\_Conrad lokal\Downloads\AutoIt3\_COX\" Restart cmd.exe. If not working run: rundll32 sysdm.cpl,EditEnvironmentVariables This opens gui for "Umgebungsvariablen". There you c...

Snipping Tool: ausgeklappte Menüs shotten

Coding

"Neu" drücken Mit "ESC" abbrechen Menu aufklappen [STRG]+[DRUCK] drücken Modus in Snipping Tool wählen Klicken

asciidoctor: code highlightning

Coding

Path: /Library/Ruby/Gems/2.3.0/gems/pygments.rb-1.2.1/vendor/pygments-main/pygments/styles/autoitsimpel.py Open in terminal: open /Library/Ruby/Gems/2.3.0/gems/pygments.rb-1.2.1/vendor/pygments-main/pygments/styles Add style in: __init...

Mediathek: download/convert as mp4

Coding

Im Browser in die Entwicklerkonsole gehen. Dort den Reiter Network öffnen. Filtern nach: m3u8 Das richtige Video (HD) starten und nach der zweiten *.m3u8 suchen. Die master.m3u8 ist es nämlich nicht, die enthält alles als Playlist.Rechtsklick auf die...

remote path to startup: NDR client win 10

Coding

Tag: Autostart \\ad\user$\HH\z_infoscreen\Profil.v6\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup