CRONJOB TO MOVE CAPUTRED FILES IN A FOLDER with name as current date in batch (.bat) file

First check whether cron packet  is installed on not :

apt-get update && apt-get upgrade

dpkg -l cron

If not installed, then install it using following command

sudo apt-get install cron

Ensure that the cron service is running with the following command:
systemctl status cron

Continue reading CRONJOB TO MOVE CAPUTRED FILES IN A FOLDER with name as current date in batch (.bat) file

CONNECT CANON LBP6030W Print with pc/mobile using wifi printer

I am using CANON LBP 6030W printer with JIOFI3

Connect Printer with PC :

    • Download drivers of printer. For CANON 6030 download  from https://in.canon/support/imageCLASS%20LBP6030__%20LBP6030B__%20LBP6030w/model
    • Install drivers in PC.
    • Press & hold WiFi button until Blue LED start blinking.
    •  Press & hold WPS button on your JIOFI router until router & printer connected. When connected LED become steady.
    • Press & hold Paper button for 3 seconds. It will print out the network settings.

 

Continue reading CONNECT CANON LBP6030W Print with pc/mobile using wifi printer

enable concurrent remote desktop sessions for windows 8 & 8.1

To enable concurrent remote desktop session, Go to

  • Open Control Panel & Open Administrative Tools
  • Go to Services
  • Choose Remote Desktop Session then Right Click & Stop the Services.

  • Goto c:\windows\system32  & copy termsrv.dll and paste it in the same folder. It automatically paste the copy of termsrv.dll.
  • Right click termsrsv.dll -> security -> system ->advance-> change-> administrators. Now administrator user get full access to change/modify termsrv.dll file in system32 folder.

Continue reading enable concurrent remote desktop sessions for windows 8 & 8.1

HOW TO UPGRADE PHP VERSION IN WAMP SERVER

One of the great things about WAMP is that it allows us to switch between different versions of PHP.  In  WAMP 2.5 version of  PHP is 5.5.12. WordPress has officially ended support for PHP 5.2 – 5.5 and bumped its minimum required PHP version to 5.6.

With WAMP we can upgrade PHP version from 5.5.12 to 7.1. 9 Following are the steps to configure the latest PHP 7 on your local system. Continue reading HOW TO UPGRADE PHP VERSION IN WAMP SERVER

Just another WordPress site