Advanced Search
Search Results
258 total results found
terminal: find file or folder
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
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
"Neu" drücken Mit "ESC" abbrechen Menu aufklappen [STRG]+[DRUCK] drücken Modus in Snipping Tool wählen Klicken
asciidoctor: code highlightning
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
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
Tag: Autostart \\ad\user$\HH\z_infoscreen\Profil.v6\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
force WIN10 to open PDF with Acrobat Reader
First test and look: assoc.pdf should be: .pdf=AcroExch.Document.DC Then bind: ftype AcroExch.Document.DC="C:\Program Files (x86)\Adobe\Reader DC\Reader\AcroRd32.exe" "%1" Currently is an error: Zugriff verweigert Sol...
windows: host to ip
nslookup HOST
windows: ip to host
ping -a IP
find windows proxy
Look for host: ping wpad Download wpad.dat with host included in browser (print in address bar): http://wpad.hh.ads.ndr-net.de/wpad.dat Search for: return "PROXY Source: superuser.com/questions/346372/how-do-i-know-what-proxy-...
repair / recover dead exfat drive
Find drive: diskutil list Take your drive and: sudo fsck_exfat -d disk2s2 Main boot region needs to be updated. Yes/No? Answer "Yes".
cmd.exe: kill all processes by name
If an app was called many times accidentally and you have to kill them all: taskkill /IM "ffmpeg.exe" /F
path to oracle driver
A tool on NDR client to look after driver and server: C:\Windows\System32\odbcad32.exe More tools to find: C:\Oracle
irc: commands
Use Textual 7 now. Used Adium before. #voc /msg ChanServ invite #voc Go to the other rooms with "Shift+Cmd+J" ("gehe zu Chat" in Adium): #voc-35c3-audio #voc-lounge
iOS app: statusbar color
Go to ViewController.swift.Between "Import …" and "class …" add: // Diese Extension ist für den gefärbten Statusbar nötig extension UIApplication { var statusBarView: UIView? { if responds(to: Selector(("statusBar"))) { return ...
HTML: test tools
HTML Markup Validationvalidator.w3.org/#validate_by_uri+with_optionsCSS Validationjigsaw.w3.org/css-validator/#validate_by_uri+with_optionsBroken Links Validatorvalidator.w3.org/checklinkwebkoll dataskyddwebbkoll.dataskydd.net/deInternationalization Checkerval...
favicon generator
A good one: realfavicongenerator.net
Synology: ssh
blog.aaronlenoir.com/2018/05/06/ssh-into-synology-nas-with-ssh-keyEnable Public Key AuthenticationLog in to your NAS using ssh: ssh -p <port> your-nas-user@your-nas-hostname Open the SSH server configuration file for editing: sudo vim /etc/ssh/s...
Synology: ssh locked out
Fehlermeldung: Too many authentication failures, bei einem user, der vorher funktioniert hat. Es kann sein, das zu viele Schlüssel durchgegangen werden. Jeder Schlüssel ein Versuch. Deshalb erstmal Anzahl der Versuche hochsetzen. Dafür mit einer neuen IP-Adres...
ffmpeg: enable NDR client to play
Set audio driver if forgotten: set SDL_AUDIODRIVER=directsound Examples: "H:\_Conrad lokal\Downloads\FFmpeg\bin\ffplay.exe" -f lavfi -i "amovie=Mucke.wav ,ebur128=video=1:meter=9:gauge=s:scale=relative:target=-13:size=640x480 [out0][out1]" ...