Category: Χωρίς κατηγορία
-
sql server pdo driver in ubuntu 22
-
wifi does not reconnect after waking from sleep mode
Recently we had to deal with a lenovo, equipped with a wifi adapter that could not reconnect, after laptop waking up from sleep mode. A reboot was required to make wireless adapter recover the problem. This frustrating issue occured in a lenovo ideapad 5 with the realtek rtl8852ae after a lenovo and windows update (2022, […]
-
mobius tape construction
(14) Is it true that the Möbius strip is not impossible? – Quora Mobius Strip Video – YouTube
-
mobius tape
https://www.quora.com/What-is-a-mobius-tape
-
laravel permissions
Copied from: php – How to set up file permissions for Laravel? – Stack Overflow sudo chown -R $USER:www-data . Then I give both myself and the webserver permissions: sudo find . -type f -exec chmod 664 {} \; sudo find . -type d -exec chmod 775 {} \; Then give the webserver the rights […]
-
SQLSTATE[28000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Login failed for user ‘myusername’.
Make sure the password in .ENV is quoted. See also: SQLSTATE[28000]: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Login failed for user ‘myusername’. (laracasts.com)
-
zimbra – network service error
Users get ‘Network service error’, and mailbox.log shows ‘Access to IP x.x.x.x suspended, for repeated failed login’ – Zimbra :: Tech Center
-
bluedio T7 language reset
Bluedio T7 is nice until it defaults to a language you don’t get. Manual does not say much about switching languages. Search engines didn’t helped either. What we did is try several combinations and we were lucky by simultaneously pressing [+] [-] [play] and the so called “multi function” button. Press everything at the same […]
-
reveal wifi password on windows 10
If your user profile has administrative privileges, open command prompt and type: netsh wlan show profile name=”nice hotspot” key=clear
-
how to solve freepbx upgrade failed: Class ‘Whoops\Util\TemplateHelper’ not found
Although freepbx upgade processes are typically well designed and tested, there might be specific configurations in some installations that could lead into failures. One of these failures occured into one of our freepbx 12 installations while we were upgrading it into version 13 of freepbx. We’ve initiated the upgrade process from the freepbx web gui […]