New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 18:34, 30 May 2022LINUX - Get root access on machine (hist | edit) ‎[451 bytes]Guillard (talk | contribs) (Created page with "1 Get root access on unix machine with standard account : <syntaxhighlight lang="linux"> sudo chown ACCOUNT:ACCOUNT /etc/passwd vi /etc/passwd </syntaxhighlight> 2 Add following line at the end of the file: <syntaxhighlight lang="linux"> SIMBA:x:0:0:root:/root:/bin/bash </syntaxhighlight> 3 Save, try it out and set back rights as before <syntaxhighlight lang="linux"> sudo su - SIMBA sudo chown root:root /etc/passwd </syntaxhighlight>")
  • 16:26, 30 May 2022LOAN IQ Functional - List of APIs to do CIRCLES (hist | edit) ‎[1,267 bytes]Guillard (talk | contribs) (Created page with "Go to Loan Iq installation folder and execute : <syntaxhighlight lang="linux"> 1) <!DOCTYPE AlterCustomerAddress SYSTEM 'AlterCustomrerAddress.dtd'> 2) <!DOCTYPE InsertCustomerContact SYSTEM 'InsertCustomerContact.dtd'> 3) <!DOCTYPE CppApiFunctionCallSequence SYSTEM 'CppApiFunctionCallSequence.dtd'> <CppApiFunctionCallSequence version="1.0" commit="Y"> <CppApiFunctionCall version="1.0" library="custapi" entryPoint"InsertCustomerContactLocation"> 4) <!DOCTYPE Cpp...")
  • 15:40, 30 May 2022LOAN IQ Technical - ls2util (hist | edit) ‎[696 bytes]Guillard (talk | contribs) (Created page with "Go to Loan IQ server folder, backup and update existing file C:/server-liq01/newcodes.dat <br> - Add following lines at the end of the file : <syntaxhighlight lang="linux"> BET, ,60000,60000,STA,OTR,-,UPPMT,TRE,-,-,-,-,-,-,-,-,N,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,N,- </syntaxhighlight> <br> - Check if below line is correct, same number of fields, format, 60000 (should be a new unique number which do not exist) From server with cmd terminal execute follo...")
  • 15:13, 30 May 2022ELECTRONICS NFC - Duplicate building VIGIK (hist | edit) ‎[1,249 bytes]Guillard (talk | contribs) (Created page with "- Buy NFC badge 13.56mhz UID changeable S50 on Aliexpress <b> How it works ? </b> - As we all know normal Mifare 1k s50 card's manufacturer blok (UID/block 0) is read only. - This special mifare card "UID changeable" has a rewritable UID.")
  • 15:28, 25 May 2022LOAN IQ Technical - API XML character issues (hist | edit) ‎[433 bytes]Guillard (talk | contribs) (Created page with "<b>Label with character "&"</b> <br>With the XML client, mode "http connection", the only way to get working the grouped call is to use button "Send". <br>If you use the second method, selecting the xml, right click, execute, it doesn't work many reasons... f")
  • 15:19, 25 May 2022LOAN IQ Technical - Grouped call LIQ APIs (hist | edit) ‎[584 bytes]Guillard (talk | contribs) (Created page with "Go to your Loan Iq Xml Client on path C:/ENV-Liq01/serverLiq/App/XmlClient/ : <br>- XML grouped call : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE GroupedCall SYSTEM "GroupedCall.dtd"> <GroupedCall version="1.0"> <UpdateAdditionalFields version="1.0" ownerId="dsfdsd" ownerType="DEA"> <AdditionalField version="1.0" fieldType="yourLabell" fieldValue="value1" deleteIndicator="N"/></UdpdateAddtionalFields> <UpdateAdditionalFields versi...")
  • 13:23, 25 May 2022LOAN IQ Technical - Get all legacy CPP LIQ APIs (hist | edit) ‎[800 bytes]Guillard (talk | contribs) (Created page with "Go to your Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open file named C:/ENV-Liq01/serverLiq/<b>liqcppapidefinitions.xml</b> and you will find list of functions and arguments : - Example how to call them : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE CppApiFunctionCallSequence SYSTEM "CppApiFunctionCallSequence.dtd"> <CppApiFunctionCallSequence version="1.0" commit="Y"> <CppApiFunctionCall version="1.0" library="custapi"...")
  • 13:02, 25 May 2022LOAN IQ Technical - SDK Triggers add missing combination (into GUI client) (hist | edit) ‎[757 bytes]Guillard (talk | contribs) (Created page with "Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open files named C:/ENV-Liq01/clientLiq/<b>sdktriggerswhitelist.dat</b> and C:/ENV-Liq01/serverLiq/<b>sdktriggerswhitelist.dat</b> and add at the end of the file, the following relevant lines (as example) : <syntaxhighlight lang="linux"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combinations, check existing li...")
  • 12:50, 25 May 2022LOAN IQ Technical - SDK Triggers add missing combination into Client LIQ Menu (hist | edit) ‎[757 bytes]Guillard (talk | contribs) (Created page with "Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open files named C:/ENV-Liq01/clientLiq/<b>sdktriggerswhitelist.dat</b> and C:/ENV-Liq01/serverLiq/<b>sdktriggerswhitelist.dat</b> and add at the end add the relevant lines like these ones : <syntaxhighlight lang="linux"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combination, check existing lines and use help...")
  • 17:21, 23 May 2022LOAN IQ Technical - API XML call to retrieve Xquery function data (hist | edit) ‎[567 bytes]Guillard (talk | contribs) (Created page with "Go to your <u>Loan Iq Xml Client</u> and execute : <syntaxhighlight lang="linux"> <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE RunXQuery SYSTEM "RunXQuery.dtd"> <RunXQuery query="{GetYourFunctionHere('ABDEFG')}" version="1.0"/> </syntaxhighlight> Then, Go into your <u> LoanIQ Client with Scripting Editing Tool </u> and create file GetYourFunctionHere.xq : <syntaxhighlight lang="linux"> declare function GetYourFunctionHere($yourId){ <info> <data1> {/ReplaceByR...")
  • 10:21, 15 April 2022LINUX - Find and kill process locking port on Mac (hist | edit) ‎[260 bytes]Guillard (talk | contribs) (Created page with "Find: <syntaxhighlight lang="linux"> sudo lsof -i :3000 </syntaxhighlight> Kill: <syntaxhighlight lang="linux"> kill -9 <PID> </syntaxhighlight> Source: https://stackoverflow.com/questions/3855127/find-and-kill-process-locking-port-3000-on-mac")