NextCloud APCu not available for local cache
When trying to upgrade nextcloud, I get the following error www-data@mail:/www/nextcloud$ php7.3 occ upgrade An unhandled exception has been thrown: OC\HintException: [0]:…
When trying to upgrade nextcloud, I get the following error www-data@mail:/www/nextcloud$ php7.3 occ upgrade An unhandled exception has been thrown: OC\HintException: [0]:…
To clear the Laravel cache, run the command You can also delete compiled files from Back to Laravel
To find the java version, run the command java –version Example boby@sok-01:~$ java –version openjdk 14.0.2 2020-07-14 OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-120.04)…
OpenSSL command can be used to verify if an SSL certificate matches a private key file. You need to find the checksum…
To create your first C Program, open any text editor, copy and paste the following code #include int main() { printf (“Tis…
On a web application, session not working. I verified PHP session is working with script https://gist.github.com/serverok/8c504205ae0357e0c6488eab880a77bf When refreshing the script, the number…
To redirect a site to URL with www using PHP, you can use the following PHP code Add this code in your…
Vue.js is a popular javascript framework. To install Vue, you need Node.js installed. sudo su curl -sL https://deb.nodesource.com/setup_15.x | bash – apt-get…
Laravel is a popular PHP framework. In this post, I will show how to check laravel version. To find the Laravel Framework…