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

zsh: current .zshrc

Coding

~/.dotfiles/.zshrc printf "." # show start of shell #### is only loaded if shell is interactive e.g. terminal window # https://github.com/ohmyzsh/ohmyzsh # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" # LOCAL config file zsh_loca...

Update Xcode: Es ist nicht genügend Speicherplatz für die Installation des Produkts verfügbar

Coding

Finder zeigt auch den löschbaren Speicherplatz mit an. Darin befinden sich aber auch die lokalen TimeMachine-Backups, die eigentlich gelöscht werden könnten.Echter Speicherplatz lässt sich anzeigen mit: df -h Im Festplattendienstprogramm steht z.B 29...

$PATH added not working

Coding

$PATH in .zshrc or .bashrc had to be long format. NOT working: export PATH="~/.scripts:$PATH" # self made small scripts working: export PATH="/Users/cox/.scripts:$PATH" # self made small scripts

path to self made scripts on simpel-mbax

Coding

I made a place for self made scripts: ~/.dotfiles/.scripts A soft link is made here: /Users/cox/.scripts cd /Users/cox/.scripts

vim: current .vimrc

Coding

" Indention set autoindent set expandtab set smarttab set tabstop=4 " Search set hlsearch set ignorecase set smartcase " Text Rendering set encoding=utf-8 syntax enable " User Interface set laststatus=2 set ruler set title set background=...

Mute BigBlueButton

Coding

MUTE BBB Windows:<ALT>+<SHIFT>+<M> Mac:<CTRL>+<ALT+-<SHIFT>+<M>

ffmpeg Befehlszeilen

Coding

Stream mit Video ./ffmpeg -i http://st02.dlf.de/dlf/02/128/mp3/stream.mp3 -filter_complex "[0:a] ebur128=video=1:meter=9:scale=relative:gauge=s:target=-23:factor=4:size=640x400 [iv][a],[iv] fps=25 [v]" -map '[v]' -map '[a]' -c:v rawvideo -c:a pcm_s16le -p...

Monitoring voc

Coding

https://monitoring.c3voc.de/grafana/d/KM7EBXCWk/voc-dashboard-prometheus

open: some tricks

Coding

Öffnen des aktiven Ordners open . Öffnen eines angegeben Ordners open ~/Desktop Öffnen des aktiven Ordners und markieren der DATEI open -R DATEI Befehl pipen und in Editor ausgeben (TextEdit, '-e' is implied) ls -al ~ | open ...

bindkey: tasten

Coding

keys for binding:COMBINATIONS USING JUST THE 'GREY' KEYS:key[F1] = '^[[[A'key[F2] = '^[[[B'key[F3] = '^[[[C'key[F4] = '^[[[D'key[F5] = '^[[[E'key[F6] = '^[[17~'key[F7] = '^[[18~'key[F8] = '^[[19~'key[F9] = '^[[20~'key[F10] = '^[[21~'key[F11] = '^[[23~'key[F12]...

zsh: history expansion

Coding

http://zsh.sourceforge.net/Doc/Release/Expansion.html

Terminal: Operation not permitted

Coding

Possibly there are older system files that should but could not be deleted. Error message "Operation not permitted".Follow these steps: restart and open recovery mode with <cmd>+<r> login with one account offered open terminal under disk utiliti...

Open local infoscreen on mbax

Coding

Local Infoscreen url is http://is.localhost/.

Make user a sudoer

Coding

If you want to make a normal user to a sudoer first login as an admin.Open sudoers file with visudo sudo visudo Then fill in the user username ALL=(ALL) ALL # Change the user name Save and exit and done. You will probably see that this sudoers...

Backup webserver to nas

Coding

I want to backup simpel.cc to my NAS. So far I found this code: rsync -a -r --delete --exclude 'audio' --exclude 'temp' --exclude 'video' --exclude 'z_*' \ -e "ssh -i ~/.ssh/id_nas_wwwsimpel_rsa" c.zelck@simpel.cc:/var/www/c.zelck/simpel.cc/ \ /volume1/we...

Shell: show specific line (number)

Coding

In terminal or shellShow line #1: cat FILE | awk NR==1 Show lines greater #11: cat FILE | awk NR>11 Show lines between #8 and #11 cat FILE | awk 'NR>=8 && NR<=11'

Forum: Install extension

Coding

Download and unzip. E.g. https://www.phpbb.com/customise/db/extensions-36/3.3Goto download folder and server copy to user root (due to privileges): scp -rp -i ~/.ssh/id_rsa_mba-nas EXT-FOLDER/ admin@NAS:~/ Then sudo move it to the 'ext' folder: ...

Terminalserver NDR: full working cmd

Coding

To enhance cmd.exe on citrix terminalserver do this:Mount drive k to have git and ffmpeg available. Go to _Cox and: Mount_K.exe Go to h: root: cd / Call all path variables etc.: cmdconfig.bat Call all aliases: alias.cmd