Code Server allow you to run Microsoft Visual Studio Code in the browser. Code Server runs … How to Install Visual Studio Code ServerRead more
Programming
Java
war file for testing Tomcat/Jetty wget http://sourceforge.net/projects/plantuml/files/plantuml.war/download mv download ROOT.war Put it in webapps folder.
Vue.js
Vue.js is a popular javascript framework. To install Vue, you need Node.js installed. sudo su curl … Vue.jsRead more
Redirect a site to www using PHP
To redirect a site to URL with www using PHP, you can use the following PHP … Redirect a site to www using PHPRead more
First C Program
To create your first C Program, open any text editor, copy and paste the following code … First C ProgramRead more
How to find java version
To find the java version, run the command java –version Example boby@sok-01:~$ java –version openjdk 14.0.2 … How to find java versionRead more
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 … NextCloud APCu not available for local cacheRead more
How to create .NET console program
Once you have dotnet SDK installed, you can create your first program. To create a console … How to create .NET console programRead more
How to change URL of a Drupal site
To change the URL of a Drupal website, edit the file sites/default/settings.php Find the line $base_url … How to change URL of a Drupal siteRead more