Friday, December 22, 2023

Laravel

Multi Select

 https://github.com/SuadeLabs/vue3-multiselect

 

Todo List admin-lte template add

https://www.youtube.com/watch?v=ligOIMNQVxg 


Multi Purpose

https://github.com/clovon/Multipurpose-Laravel9-and-Vue3-Application

https://www.youtube.com/watch?v=8tejtb1c5AM&list=PLGg3vnFos8GN3MAvxbI-QXKSkBKi2yIFO&index=6

Sunday, November 26, 2023

Docker Installation

 Follow the steps from Docker installation guide.


docker ps

if you have permission issue,

sudo usermod -aG docker 'username'

sudo systemctl enable docker (to get startup when system reboot)

OpenVPN mikrotik


 Pls find 

Monday, November 13, 2023

Validation with 2 column

 

$validatedData = $request->validate([
'item_id' => 'required|unique:req_records,item_id,' . $request->item_id . ',id,req_id,' . $req_id,

],
[
'item_id.unique' => 'You already requested this item with same req_id',
]);

Saturday, October 14, 2023

Hikvision NVR download location

 C:\Users\username\AppData\Local\Microsoft\Windows\INetCache\Virtualized\C\Users\username\Web\DownloadFiles

Friday, September 29, 2023

RES 3700 - Error : Check Detail Read Failed

 The error "Check Detail Read Failed" while trying to open a check/table on the micros RES 3700 point of sale system. This error is present is all versions of RES but occurs much less frequently since RES 4.0


This error is an indication that the check has become unreadable in the database. It can occur if the check is being accessed during a power failure or some other interruption to the operation of the micros system.


These checks are unrecoverable and can only be closed in the database.

To proceed you will need to know the check number which is currently causing the error.


Step 1) On the Micros POS server open DBISQL. To do this press Start -> Run -> Type "dbisql" without the quotes.


Step 2) Enter the username and password:

Username: custom

Password: custom

or

Username: installer

Password: installer



Step 3) Type the following command and replace XXXX with your check number and execute:

Select chk_seq, chk_num, chk_open from micros.chk_dtl where chk_num = XXXX;


chk_seq = Check Sequence number is a unique number

chk_num = Four digit check number used to identify a transaction.

chk_open = True or False. True means the check is open, False means its closed.


Step 4)  Make a note of the number in the chk_seq column and type in the following command and replace XXXXXX with the chk_seq number and execute:

call micros.sp_forcechkclose(XXXXXX);


The check should now be closed.

Friday, April 7, 2023

convert windows server 2012 r2 evaluation to full

 How to convert Windows Server 2012 R2 Standard Evaluation into Full version 1) Open cdm as Administrator 2) Digit: DISM /online /Get-TargetEditions 3) Press Enter 4) Digit: DISM /online /Set-Edition:ServerStandard /ProductKey:DBGBW-NPF86-BJVTX-K3WKJ-MTB6V /AcceptEula 5) Press Enter and wait 6) Reboot the system Now you have converted the evaluation version into full ones. —————————————— How to convert Windows Server 2012 R2 Datacenter Evaluation into Full version 1) Open cdm as Administrator 2) Digit: DISM /online /Get-TargetEditions 3) Press Enter 4) Digit: DISM /online /Set-Edition:ServerStandard /ProductKey:Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW /AcceptEula 5) Press Enter and wait 6) Reboot the system Now you have converted the evaluation version into full ones.

Monday, April 3, 2023

DC migration

 Step -1 Install new server and join to existing DC. 

Step -2 Add roles (Active Directory and DNS Server)

Step- 3 Promote the new server to a domain controller

Step -4 Operation Master (Active Directory Users and Computer)

Change 3 menu

 Step -5 Operation Master (Active Directory Domain and Trust)

Change 1 menu

Check in power shell - netdom query fsmo

Step - 6 regsvr32 schmmgmt.dll

Step-7 Windows+R and mmc Enter

Add "Active Directory Schema"

Step-8 Right Click -> Change Active Directory Domain Controller


Step-9 Right Click ->Operation Master -> Change


Step- 10 Active Directory Sites and Service -> Default Site Name ->NTDS Setting ->properties

uncheck - GC