by admin | Sep 3, 2016 | Administration, Linux
[:en]It happens that VHD files get quite large, even it they are dynamically sized, for various reasons (growing logfiles, user mistakes or other scenarios where large files are deleted afterwards). The dynamic VHD grows automatically, but does never shrink by itself....
by admin | Jul 21, 2016 | Entertainment, Linux
[:en]Scenario After updating all packages via Retropie Setup, no more bluetooth is found. Solution There seems to be a problem with the current bluetooth package, so you have to download this single package. Steps to solve the issue: wget...
by admin | Jun 29, 2016 | Administration, Linux
[:en]In many small or medium companies or company departments, employees often prefer to order food together from certain suppliers. This might not be a problem in urban environments where the supplier supports things like these itself, but it is not always easy in...
by admin | Jun 29, 2016 | Administration, Linux
[:en]Scenario Fresh installation of Debian Jessie 8.5, or in my case from a Turnkeylinux Foodsoft ISO, as a guest system on MS Hyper-V host. It might run fine for some hours, but it keeps getting slower. “top” command shows ksoftirqd/X (0, 1, …)...
by admin | Apr 20, 2016 | Administration, Linux, Software
[:en](NOTE: Starting with the end of 2016, Xeams is not free any more. See notes below.) Scenario You use e.g. Exchange Server 2010 or 2013, maybe using the integrated anti-spam features or a server addon like Kaspersky for Exchange, or Avast for Exchange....
by admin | Jan 19, 2016 | Administration, Linux, MySQL
Log in to MySQL via console: mysql -u root -p Run: SET global log_output = ‘table’; SET global general_log = 1; View table mysql.general_log e.g. with phpMyAdmin or command: select * from mysql.general_log Do not forget to disable logging again: SET global...