ssh or sftp without password

September 7th, 2018

ปกติการจะเข้าไปจัดการอะไรก็ตามใน shell unix ต้อง key user และ password

แต่ในบางครั้ง ต้องมีการเขียน shell script เพื่อเอา file ไปวางใวบน server ถ้าจะต้องใส่ passsword คงไม่สะดวก

มันมีวิธีทำให้ไม่ต้องใส่ password โดยการขอสิทธิ์บน server นั่นๆ โดยการเข้าเอา key ที่เรา gen key (public key private key pair) บนเครื่องเราก่อน แล้วเอาไปใส่ที่ server

วิธีทำ
1. Gen key ที่เครื่องเราก่อน

$ ssh-keygen -t rsa

2. ได้ key มาแล้ว จะอยู่ที่ user ของเรา เข้าไปเอาในไฟลฺ์ id_rsa.pub และ copy ไปใส่ที่ server
Windows

C:\Users\xxx\.ssh

Linux

/home/xxx/.ssh

3. เอาไปใส่ที่เครื่อง server ที่ต้องการขอเข้าใช้ โดยไม่ต้องใช้ password

$ cd /home/xxx/.ssh
$ vi authorized_keys

Bot line BotTranLang for translator Eng to Thai and Thai to Eng

July 29th, 2018

Line ที่จะช่วยคุณแปลไทยไปอังกฤษ หรือจะแปลอังกฤษไปไทย ง่ายๆ โดยที่คุณไม่ต้องลงโปรแกรม แค่เพียง add line id เป็นเพื่อน หรือ add เข้ากลุ่ม Line

1
Line name : BotTranLang

Add friend

Command help

1
พิมพ์ bot help หรือ bot command
1
2
3
4
5
Bot command
===================
en2th : Convert english to thai
th2en : Convert thai to english
bot help or bot command : Display list command

ตัวอย่าง

phpMyAdmin Error – The configuration file now needs a secret passphrase (blowfish_secret)

July 27th, 2018

Can fix

1
2
3
.
$cfg['blowfish_secret'] = ; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
.

to

1
2
3
.
$cfg['blowfish_secret'] = '$2a$07$mtsebhJs1pOwePAtO7TzX..vnBZYkBUamsG5QXfbO992aGpKQVj2u'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
.

* Can generate at http://www.passwordtool.hu/blowfish-password-hash-generator