zsh auf macOS gibt nur ein paar Zeilen zurück
nano .zshrc
alias history='history 1'
na dann schaun wir mal
zsh auf macOS gibt nur ein paar Zeilen zurück
nano .zshrc
alias history='history 1'
There is now finally an official upgrade mechanism for Homebrew Cask (see Issue 3396 for the implementation)! To use it, simply run this command:
brew upgrade --cask
However this will not update casks that do not have versioning information (version :latest
) or applications that have a built-in upgrade mechanism (auto_updates true
). To reinstall these casks (and consequently upgrade them if upgrades are available), run the upgrade command with the --greedy
flag like this:
brew upgrade --cask --greedy
To get outdated:
brew outdated --cask --greedy --verbose
ffmpeg -i /Volumes/Multimedia/Film.mp4 -map 0:0 -map 0:1 -map 0:2 -c:v libx265 -crf 21 -preset veryfast -c:a copy -tag:v hvc1 /Users/messi/Movies/Film_cfr21_vf.mp4
dd if=/Users/messi/Transportstrom.ts of=/Users/messi/Transportstrom.ts skip=100 bs=1M
ersten 100MB weglassen (100 x bs)
Installing MariaDB/MySQL system tables in ‚/var/lib/mysql‘ …
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
Two all-privilege accounts were created.
One is root@localhost, it has no password, but you need to
be system ‚root‘ user to connect. Use, for example, sudo mysql
The second is mysql@localhost, it has no password either, but
you need to be the system ‚mysql‘ user to connect.
After connecting you can set the password, if you would need to be
able to connect as any of these users with a password and without sudo
See the MariaDB Knowledgebase at https://mariadb.com/kb or the
MySQL manual for more instructions.
You can start the MariaDB daemon with:
cd ‚/usr‘ ; /usr/bin/mysqld_safe –datadir=’/var/lib/mysql‘
You can test the MariaDB daemon with mysql-test-run.pl
cd ‚/usr/mysql-test‘ ; perl mysql-test-run.pl
Please report any problems at https://mariadb.org/jira
The latest information about MariaDB is available at https://mariadb.org/.
You can find additional information about the MySQL part at:
https://dev.mysql.com
Consider joining MariaDB’s strong and vibrant community:
https://mariadb.org/get-involved/
#!/bin/bash
identifier="01:208:9bff:fec0:c4f4"
config="/etc/apache2/sites-enabled/005-antosch.conf"
ip6="/root/antoschip6.txt"
antoschip6=$(<"$ip6")
# antoschnow=`ping6 antosch6.dyndns.tv -c 1 | awk 'NR==2 {print substr($4, 0, length($4)-22)}'`
# antoschnow="$antoschnow""$identifier"
antoschnow=`grep -v "^f" /home/antosch/ipv6.txt | sed 's/.\{3\}$//'`
if [ "$antoschip6" != "$antoschnow" ]; then
sed -i s/"$antoschip6"/"$antoschnow"/g "$config"
echo "$antoschnow" > "$ip6"
/etc/init.d/apache2 restart 1> /dev/null
fi
journalctl -f
ffmpeg -i $INPUT -vf "crop=688:552:12:10, yadif=1:-1:0, scale=734:552, hqdn3d, setdar=4/3" -c:v libx264 -crf 16 -r 50 -c:a aac -b:a 192k OUTPUT
ffmpeg -ss 00:00:10 -i $INPUT -frames 1 -vf "select=not(mod(n\,2400)),scale=480:360,tile=4x3" $OUTPUT.png
IFS=$'\n'; for mp3 in $(ls *.png); do ffmpeg -i $mp3 -vf scale=800:-1 -f jpg ${mp3}.jpg; done
cat /sys/kernel/debug/dri/0/amdgpu_pm_info
acpi_enforce_resources=lax
watch -n1 -d 'sensors'