Digital Craftsman
  • Search
Sign in Subscribe

linux

A collection of 3 posts
To many open files in PHPUnit
phpunit

To many open files in PHPUnit

Running bigger projects with more moving components leads to more files being used at one time by the system. This is in issue for example when running PHPUnit. An error message you might get is: failed to open dir: Too many open files The amount of files you can have
12 Aug 2019 1 min read
console

Git bash auto completion on linux

Wouldn't it be nice to have autocomplete for git on your console when working with linux? And of course there is. Insert the following into your ~/.bashrc or ~/.profile: source /etc/bash_completion.d/git if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi For more informationen
04 Sep 2014
console

Restarting network interfaces on your console

Have you ever worked on a virtual machine which was running Linux? Ever switched between different network types on your laptop (WLAN to Ethernet)? I am. And a lot of times the virtual machine just coulnd't figure out how to switch with it. So I landed in a
26 Aug 2014
Page 1 of 1
Digital Craftsman © 2025
  • Datenschutz
  • Impressum
Powered by Ghost