here are step wise. 1> make a bootable pendrive with which windows os need to reset. 2> insert into usb port and boot from pendrive 3> click on repair 4> click on Command Prompt 5> select your C: drive 6> use this command cd \Windows\System32\ ren sethc.exe sethc1.exe ren cmd.exe […]
NextCloud Full Setup In Ubuntu 18.4 LTS and ARM
Nextcloud is a suite of client-server software for creating and using file hosting services. step 1:- Install Mysql server. Step 2:- Install MariaDB Step 3:- sudo Mysql NextCloud database Setup Step 4:-Mysql> CREATE DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; Mysql> GRANT ALL ON nextcloud.* TO ‘nextclouduser’@’localhost’ IDENTIFIED BY ‘change-with-strong- […]
verify that destination port number is open or not, using powershell command.
Test-NetConnection command can be used to verify port status . (note:- power shell version 4 or newer version can support this command) Test–NetConnection is a Power Shell cmdlet that checks and then displays diagnostic information about a network connection, whether to another computer on the same network or a web […]