Monday, November 20, 2017

how to install signal-desktop in a sandbox on subgraph os

1. paxrat configurations, quoted from hThoreau:

I've had to add a pax profile for wire-desktop, like so: 

user@subgraph:~$ cat /etc/paxrat/conf.d/wire-desktop.conf

{ "/opt/wire-desktop/wire-desktop": {
  "flags": "m"
  }
}

After that, have it loaded by paxrat using sudo paxrat -x and then run it. If this does not work for you, try calling it while running sudo journalctl -f on another terminal window, and then launching it. Then, publish here the output of it so that we can assess what it blocking your application.

https://github.com/subgraph/subgraph-os-issues/issues/264#issuecomment-345532376

2. oz configurations

Friday, October 20, 2017

lshort-thaitrans

https://github.com/shebang-tech/lshort-thaitrans

"""
This is a Thai translation of the book, "The Not So Short Introduction to LaTeX2e", version "5.06, June 20, 2016" by Tobias Oetiker.
นี่คือ หนังสือ The Not So Short Introduction to LaTeX2e version 5.06 ที่ถูกเขียนเสร็จเมื่อ วันที่ 20 มิถุนายน ค.ศ. 2016 โดย คุณ Tobias Oetiker ฉบับภาษาไทย ที่ถูกแปลโดย shebang.tech
"""

งานแปลได้เริ่มขึ้นแล้ววันนี้ ยินดีรับอาสาสมัครมาร่วมด้วยช่วยแปลนะครับ

Sunday, October 15, 2017

grml and a newbie verse in Thai

ฉันลง grml ลินุกซ์ นานมา หลายปี
ฉันใช้งานมันมา ทั่วโลก
วันนึงนึกอิจฉา คนอื่น จึงโง่
พิมพ์สั่ง apt-get dist-upgrade ซะ... เครื่องเละ ทันที

Monday, May 22, 2017

how to hard restart amazon kindle oasis

"""
I request you please do hard restart of 40 seconds.

1. Connect the device to a power adapter, if available.
2. Press and hold the Power button for 40 seconds. If the device
restarts before 40 seconds has passed, release the Power button.
3. Press the Power button again to restart your Kindle.

Please let me know once you have done.
"""

Saturday, May 20, 2017

how to rename crypted device in crypttab

according to n.r.,

"""
Replace OLD_NAME with NEW_NAME in /etc/crypttab, and then:

# dmsetup rename OLD_NAME NEW_NAME
# update-initramfs -c -t -k all
# update-grub
# reboot
"""

references:

- https://unix.stackexchange.com/questions/81011/how-to-change-the-name-an-encrypted-full-system-partition-is-mapped-to