Kindle sepia color code reading
background:#FBF0D9;color:#5F4B32;
GreatNote Blog
Thursday, March 8, 2018
Friday, March 2, 2018
My CSS Applied to Blogger
Below are custom css I applied to hide post footer components
.share-button {
display: none !important;
}
.google-plus-share-container {
display: none !important;
}
.post-timestamp {
display: none !important;
}
.post-footer-line-1 {
display: none !important;
}
.post-footer {
border-top:none;
}
Get Direct Link to Dropbox without Frame
Get a shared link from dropbox and then replace
www.dropbox.com
with
dl.dropboxusercontent.com
www.dropbox.com
with
dl.dropboxusercontent.com
Saturday, September 23, 2017
Apps on MacBook Pro
- CheapImpostor for arranging document into signature or leaflet for printing
- Carbon Copy Cloner for backup
- Office
- Adobe
- Omnigraffle
- Omniplan
- Carbon Copy Cloner for backup
- Office
- Adobe
- Omnigraffle
- Omniplan
Sunday, August 20, 2017
Make keyboard on PC behave like Mac
PC keyboard has Alt key next to Space key while on Mac you have Command key next to it. On Mac you would do Command+Space to change language and Command+C, Command+V for Copy and Paste respectively. The easy and clean way to make PC keyboard having this behaviour is by using the free AutoHotKey tool. With the tool installed, you would create an .ahk file and run it to map the key combinations according to the content in the file. In my case, this is what I put in .ahk file
!c is Alt+C which I will send ^c or Ctrl+C. The # is Windows key
!c::Send, ^c
!v::Send, ^v
!space UP::Send #{Space}
Return
!c is Alt+C which I will send ^c or Ctrl+C. The # is Windows key
Saturday, July 29, 2017
Yulong D100 MkII Headphone Amp and Line Out Use
First, always use noise-filtered clean power supply. When you connect both line out connector (RCA) to your amp while at the same time plug in the headphone connector, I find that the sound through headphones will be distorted if the amp turned off. If you turn on the amp then the sound will be ok. Disconnect the line connector from D100 is of course ok. But if you use both then this is a little bit annoying having to turn on the amp while you just want to listen via headphones or having to disconnect the RCA connector.
Thursday, July 6, 2017
HikVision and AIS Port Forwarding
AIS Fiber ต้องลงทะเบียนที่ thddns.net เพื่อทำ Port Forwarding
1. ลงทะเบียน จะได้เลข External Port มา 10 port
2. Config Port Forwarding บน Router ใช้เลข External Port ที่ได้จาก thddns
3. เหมือนได้เฉพาะ TCP/UDP แต่ RTSP ไม่ได้
4. HikVision ไม่มี http stream ต้องใช้ iVMS client connect ผ่าน Server Port ของกล้อง (Port 8000)
5. Forward External Port ไปที่ Port 8000 แล้ว Set iVMS ไปที่ External Port ที่ทำ Forward ไว้
1. ลงทะเบียน จะได้เลข External Port มา 10 port
2. Config Port Forwarding บน Router ใช้เลข External Port ที่ได้จาก thddns
3. เหมือนได้เฉพาะ TCP/UDP แต่ RTSP ไม่ได้
4. HikVision ไม่มี http stream ต้องใช้ iVMS client connect ผ่าน Server Port ของกล้อง (Port 8000)
5. Forward External Port ไปที่ Port 8000 แล้ว Set iVMS ไปที่ External Port ที่ทำ Forward ไว้
Subscribe to:
Posts (Atom)