if you have mikrotik on your place and your ISP not allowing static ip public, you still connect the no-ip ddns using this script below why we do need this script? if your ISP not allowing using static ip public, your internet ip public will change everytime the ISP services restart #Script created and modified […]

Read More

I have an android project using map after I migrate to other pc, the map is not showing how to solve it? when you move your project to other pc, your keystore is changing, so, if you want to activate it follow this instruction get the key tools keytool -list -v -keystore “%USERPROFILE%\.android\debug.keystore” -alias androiddebugkey […]

Read More

thanks to fguaman for share the source in github, you can copy the source here but for backup purposes, i will copy paste it here c# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; /** * * @author fguaman */ public abstract class AES { public static String doEncryptAES(String plainText, String key) { […]

Read More

i have windows 10 home SL edition, while I tried to connect to windows 2016 RDP, i got error like this if you have windows 10 home SL edition, you cannot apply patch for this caseyou have to edit your windows 10 client registry this is how to do it run cmd in administrator mode, […]

Read More

belajar golang di linux

  • Sep 07, 2020

(bahasa indonesia) point point penting dalam belajar golang instalasi golang siapkan enviroment sistemnya, saya menggunakan ubuntu LTS 18.04 download file berikut ini: wget https://golang.org/dl/go1.15.1.linux-amd64.tar.gz extract file tersebut : sudo tar -C /usr/local -xzf go1.15.1.linux-amd64.tar.gz edit /etc/profile : sudo nano /etc/profile tambahkan source ini ke baris paling akhir : export PATH=$PATH:/usr/local/go/bin untuk mengetes apakah sudah berhasil […]

Read More

passwordless ssh, this is how I set up for linux to freebsd   a@A:~> ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/home/a/.ssh/id_rsa): Created directory ‘/home/a/.ssh’. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/a/.ssh/id_rsa. Your public key has […]

Read More

this is how I put address bar on listpage, I just creating a new menu form and intend it to show it on address bar, but something happens it happens because you need to set IsDisplayedInContentArea for Yes now, close and open AX, 

Read More

how to make batch job

  • Jul 09, 2020

this is how to make batch job on ax 2012 this image below is self explanatory create a class Class Name : HpCsBtUpdate.processRecords See the pict above [SysEntryPointAttribute(false)] Info(“xxx”) will be as Log Batch create a menu action Object Type : Class Object : SysOperation Parameters : HpCsBtUpdate.processRecords Execute the menu action

Read More

how to make details form

  • Jul 08, 2020

just like Journal Transfer forms, you click lines and show lines onlythis is how to make it “override init method on lines form, and do like source below for example” public void init() { HpTbStBarcJour _jour; super(); _jour = element.args().record(); HpTbStBarcUpload_ds.query().dataSourceTable(tableNum(HpTbStBarcUpload)) .addRange(fieldNum(HpTbStBarcUpload, HpTpStBarcodeId)) .value(_jour.HpTpStBarcodeId); }    

Read More
my speaker always muted – x201 linux

in this age, believe or not, I’m still using x201 thinkpad laptop, but I modified for little things, I expanded the RAM until 6GB, I change the drive from 250GB RPM to SSD 120GB and I remove windows operating system and change it to LXLE Linux ##### ronny@thinkpad ####### ————– ##O#O## OS: LXLE Linux 18.04.3 […]

Read More

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /var/www/project/axhelper.erakarta.com/wp-content/themes/focus-magazine/functions.php on line 133