ls -lh | awk ‘ { print $5 “,” $9; } ‘
Category: misc
block self.events.data.microsoft.com on windows
want to block outgoing connections to self.events.data.microsoft.com on windows? in C:\Windows\System32\drivers\etc\hosts add the line 0.0.0.0 self.events.data.microsoft.com as 127.0.0.1 will not work. use at your own risk etc. it may impact MS software that you have installed though i haven’t encountered any issues. it’s the […]
add taskd to your path on linux
if you have compiled taskd via git or an archive there may be an issue with ‘-bash: /usr/bin/taskd: No such file or directory’ or similar. i fixed this by issuing an export PATH=/usr/local/bin/taskd:$PATH
add PHP 8.0 to a Debian 10 server & some required modules
add PHP 8.0 to a Debian install with a selection of the most used modules as the title suggests add PHP 8.0 to a Debian install with a selection of the most used modules. add sury.org to your apt sources then as root enter […]
add PHP 8.0 option to ISPConfig 3
head of to the System tab (cog icon) and click ‘Additional PHP Versions’ from the menu on the left. hit the ‘Add new PHP button’ then select the server you’ll be adding this new version to from the drop-down. leave ‘Client’ blank and enter […]
add a WSL profile to Files file manager on windows 10
Files is a rather slick file manager for windows. its name doesn’t make it jump out at you in search results however. if you would like to use WSL directly from it go into settings then preferences and click the pencil icon next to the selector. this […]