aes encryption and decryption in Java and C#
- Dec 18, 2020
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 Morewindows 10 error rdp credssp
- Nov 24, 2020
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 Morebelajar 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 Morepasswordless ssh (works on freebsd and linux)
- Jul 24, 2020
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[ax 2012] address bar on listpage
- Jul 14, 2020
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 Morehow 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 Morehow 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 Moremy speaker always muted – x201 linux
- Jul 01, 2020
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 MoreJails on freenas
- Jun 24, 2020
this is my log when I’m using freebsd as web server and mysql server using nginx and php-fpm # iocage console rsyncjail # pkg update && pkg upgrade # echo ‘sshd_enable=”YES”‘ >> /etc/rc.conf # service sshd start # pw useradd -n vivek -G wheel -s /bin/tcsh -m -d /home/vivek # passwd vivek pkg install […]
Read Morehow to consume partial picking on production order and recreating the reminding partial picking journal go to view > picking list validate remove all the log posted
Read More