Minecraft: DNS Record to Port with FQDN

How to DNS www.domain.bla to IP:Port for Minecraft If you want to have a FQDN ( Fully-Qualified Domain Name www.yourdomain.topleveldomain ) to connect to your minecraft server without a Port! In this Example the Domain is: spontanvaro.de And The Port: 25444 Add the DNS Record _minecraft._tcp IN SRV 0 5 25444 spontanvaro.de. Β  Check your […]

In Love since 21 Years – 7665 Tage – 183960 Stunden – …

Hey Babe Repeat Loop – Gefangen in der MΓΆbiusschleife mit temporalen Verzerrungen und unerwarteten Anomalien https://benbar.de/storage/2020/09/My-Post1.movhttps://benbar.de/storage/2020/09/My-Post.mov Are you With Me? πŸ§‘πŸ»β€πŸ¦±πŸ§‘β€πŸ¦±πŸ§‘πŸ»β€πŸ¦±πŸ‘©πŸΌβ€πŸ¦°πŸ‘¨πŸΌβ€πŸ« 🐺 🐈 πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘

git diff – shortstat

How to see how much you had done sometimes you want to see how many files you had changed shortstat git diff –shortstat master 3465 files changed, 80988 insertions(+), 1466343 deletions(-) 0 Files Changed 0 insertions(+) 0 deletions(-) Awesome All Tests are OK BenBar Programmer

OSX Macbook iMac Shutdown Randomly

My iMac & Macbook Pro sometimes shutdown randomly I tried to reset the PRAM ( holt Alt CMD P R after power on your device) but this did not solve the Problem.Β  After That I tried to reset the SMC. This resolve the Problem on my iMac ( google for SMC Reset it is differnt […]

git checkout local project

git checkout local project Β  Β  Β  git clone path/to/source/folder path/to/destination/folder easy Darth Papa Sith

Mac Update PHP to 7.3.3 and XDebug

Mac Update PHP to 7.3.3 and XDebug Open Terminal curl -s https://php-osx.liip.ch/install.sh | bash -s force 7.3.3 sudo su cd /usr/local/php5-7.3.3…/bin ( use tab tab for right directory ) Β  ./pecl channel-update pecl.php.net./pecl install xdebugadd xdebug.so to yourΒ  php.iniΒ  in the lib directory Β Β  thats it Darth Papa Sith

Update your Software – Always!

Be Up TO Date If you use open source Software like WordPress, Joomla – always install updates ! http://benbar.de/storage/2019/06/pastpresentfuture.mp4 Always you must update your Open Source Software!!! Darth Papa Sith

My Wife my Success

What is the reason of success? If your partner can help you! Darth Papa Sith

Git Repository -> ICloud

Git Repository -> ICloud Is it possible to set up a git repository in the Icloud? Yes it is! That is very helpful, if you are working on different OS X Devices! 1) we need a simbolic link $ cd ~$ ln -s Library/Mobile Documents/com~apple~CloudDocs/ ICloud$ cd ICloud 2) create a git repository $ mkdir […]

GIT Delete All merched Branches

Git Repository -> ICloud Git / Local Delete all Branches that are merched git branch –merged | egrep -v “(^*|master|dev)” | xargs git branch -d Darth Papa Sith

Open chat
πŸ’¬ Need help?
Hello πŸ‘‹
Can we help you?