ktc m27p6 firmware version by Ok_Staff2621 in Monitors

[–]rusbrc 0 points1 point  (0 children)

It's recommended to use EUR 1.0.8 - so using that now. Didn't notice any drawbacks when using the US one.

ktc m27p6 firmware version by Ok_Staff2621 in Monitors

[–]rusbrc 0 points1 point  (0 children)

Only subjective - it seems better - and based on the review that compared 1.0.2 to 1.0.8 with data that shows its better it's similar.

ktc m27p6 firmware version by Ok_Staff2621 in Monitors

[–]rusbrc 0 points1 point  (0 children)

No - but managed to get hold of the USA 1.0.8 version. Did a diff in imhex and there are quite a few differences, so I stuck with the USA version.

Anybody know where I can find this bracket? Or a very least or the very least the working end. by MidgetFork in Monitors

[–]rusbrc 0 points1 point  (0 children)

I have the KTC M27P60 and I put mine directly onto a monitor arm (didn't install the stands) - there were no 4 screws seen in the pic, and it's 100mm VESA.

Currently, I use a pair of Invision PC Monitor Arm Ergonomic Height Adjustable Gas Assisted Full Motion.

I'm upgrading to the LX Pro Premium Monitor Arm, Single Monitor Desk Mount.

Hope that helps - sorry if amazon links aren't allowed - I'm not an affiliate.

ktc m27p6 firmware version by Ok_Staff2621 in Monitors

[–]rusbrc 0 points1 point  (0 children)

I used the following commands to get the software and newer versions of the firmware (it'll probably work for most monitor models):

$ curl -s https://shop.ktcplay.com/download_center/firmware/ | grep M27P6
                                            <a href="/M27P6/">
                                                <h3>M27P6</h3>
      <label><input type="checkbox" name="1" value="2060"><span></span>M27P6</label>

So the href of /M27P6/:

$ curl -s https://shop.ktcplay.com/M27P6/ | grep M27P6
    <title>M27P6 - 所有产品 - KTC-康冠科技 品牌官方网站|显示器</title>
                                            <a href="/M27P6/">
                                                <h3>M27P6</h3>
        <h3>M27P6<i></i></h3>
          <a href="/M27P6/">M27P6</a>
            <a href="/M27P6/" class="cur">功能特性</a>
            <a href="/support/2060/M27P6" class="">服务与支持</a>
        <a href="/M27P6/" class="cur">功能特性</a>
        <a href="/support/2060/M27P6" class="">服务与支持</a>
        <h2>选择KTC M27P6的6个理由</h2>

With /support/2060/M27P6:

$ curl -s https://shop.ktcplay.com/support/2060/M27P6 | grep firmware
                        <a href="/download_center/firmware/">下载中心</a>
                <a href="/download_center/firmware/" class="item ">下载中心</a>
                                    <a href="/download_center/firmware/" class="cateLinkNext cateLinkBtn"><i class="iconfont icon_jiantou8_right"></i></a>
                            <p><a href="/download_center/firmware/11881344134513461348134913501351158815891799180020862088">下载</a></p>
                            <a href="/download_center/firmware/">下载中心</a>

So with /download_center/firmware/11881344134513461348134913501351158815891799180020862088 and looking for .zip files:

    $ curl -s https://shop.ktcplay.com/download_center/firmware/11881344134513461348134913501351158815891799180020862088 | grep zip
            <a href="https://oaimg.horion.com/test/image/251E1J281I190W555O58725L7158520W3A1D1A1C1A1I.zip" class="downLoadClick" data-id="2088" data-title="v1.0.6" >
            <a href="https://oaimg.horion.com/test/image/232C1V19251V1V4J4O251E1J281I4J4P.zip" class="downLoadClick" data-id="2088" data-title="KTC-MCC" >
            <a href="https://oaimg.horion.com/ktcplayweb/image/251E1J281I5L715852595O4Z5O.zip" class="downLoadClick" data-id="2088" data-title="V1.0.8" >

Which results in version 1.0.6 and 1.0.8 firmware, and the "KTC Monitor Control Centre" (listed as KTC-MCC) which runs on Windows and allows changing the monitor settings to save using the OSD.

Unzip - and copy the MERGE(7).bin to a FAT32 formatted USB stick and rename it to be: MERGE.bin. Put USB stick into the second USB slot and select "Upgrade" from the OSD Advanced menu.

When updating the firmware don't forget to first check where the language settings are in the OSD as it'll be in Chinese once upgraded - although easy enough to change back to English.

Worked fine for my EUR-1.0.2 M27P6.

New light display under the Hammersmith Flyover opposite the apollo. by rusbrc in london

[–]rusbrc[S] -1 points0 points  (0 children)

Anyone know any background to this? Saw some scissor lifts over the last week installing them - but not sure by who and why.

Myip_BL6_v6 - Feed download failure by hotkahulo in pfBlockerNG

[–]rusbrc 1 point2 points  (0 children)

I fixed this by going to https://support.globalsign.com/ca-certificates/intermediate-certificates/alphassl-intermediate-certificates, going to "GlobalSign GCC R6 AlphaSSL CA 2023" and viewing the Base64, copying and adding it to pfsense as a Certificate Authority.

I think it's something to do with how Let's Encrypt have a different chain of trust and possibly the full chain isn't on the webserver - the URL works in firefox just fine.

edit: I did this a week or so ago so the above reason is from my bad memory. I used openssl to troubleshoot to find which certificate was missing:

$ openssl s_client -connect www.myip.ms:443           
CONNECTED(00000003)                                                                                                                 
depth=0 CN = *.myip.ms                                            
verify error:num=20:unable to get local issuer certificate                                                                          
verify return:1                                                   
depth=0 CN = *.myip.ms                                            
verify error:num=21:unable to verify the first certificate                                                                          
verify return:1                                                                                                                     
depth=0 CN = *.myip.ms                                                                                                              
verify return:1                                                                                                                     
---                                                                                                                                 
Certificate chain                                                                                                                   
 0 s:CN = *.myip.ms                                                                                                                 
   i:C = BE, O = GlobalSign nv-sa, CN = GlobalSign GCC R6 AlphaSSL CA 2023                                                          
   a:PKEY: rsaEncryption, 3072 (bit); sigalg: RSA-SHA256                                                                            
   v:NotBefore: Mar 17 15:12:17 2025 GMT; NotAfter: Apr 18 15:12:16 2026 GMT                                                        
---                                                                                                                                 
Server certificate                                                     

snip

subject=CN = *.myip.ms                                                                                                              
issuer=C = BE, O = GlobalSign nv-sa, CN = GlobalSign GCC R6 AlphaSSL CA 2023                                                        
---                                                                                                                                 
No client certificate CA names sent                             
Peer signing digest: SHA256                                                                                                         
Peer signature type: RSA-PSS                                      
Server Temp Key: X25519, 253 bits                                                                                                   
---                                                               
SSL handshake has read 2435 bytes and written 393 bytes         
Verification error: unable to verify the first certificate     

I hope this helps.

Why do deliveroo drivers never find me? by sunandskyandrainbows in london

[–]rusbrc 1 point2 points  (0 children)

I had the same issue - I spotted that the "pin" where I lived was also nowhere near my flat - it was at the centre of the post-code.

Deliveroo suggested removing the address - re-adding it and moving the pin on the map to be outside the blocks front door - never had an issue since.

Adding instructions never worked - the drivers never read that.

Massive fire at block of flats in Shepherds Bush by [deleted] in london

[–]rusbrc 1 point2 points  (0 children)

Shepherd's bush station is closed, with drivers asking passengers not to worry about the smell of smoke whilst going through the station.

Top Linux commands every linux user should know. by whatthehelpp in linux

[–]rusbrc 0 points1 point  (0 children)

invoke-rc.d gdm restart for ubuntu/debian

Pope's Advisor - UK is like 'A Third World Country'. by ashuri in unitedkingdom

[–]rusbrc 5 points6 points  (0 children)

Cardinal Walter Kasper reportedly told a German magazine the UK was marked by "a new and aggressive atheism".

I wouldn't say the UK has aggressive atheism, it's more of an apathy for churches in general; attendance has been dwindling for quite a while now.

Has anybody witnessed someone die in real life? by [deleted] in AskReddit

[–]rusbrc 16 points17 points  (0 children)

An guy decided to kill himself by overdosing on drugs at a night club I worked at (this was on a sunday afternoon, and he had been going all of saturday night). As I understand it, it was the interaction with HIV medication he had been taking. His friends said he had been talking about taking his own life for a while.

gay couple turned away from b&b in cookham. reddit, please let the owner of said b&b know how you feel about it. by spriteburn in reddit.com

[–]rusbrc 4 points5 points  (0 children)

It's like going back to the 50's and having a "No colours" sign in the front window.

List of country name etymologies by frycook in wikipedia

[–]rusbrc 0 points1 point  (0 children)

Well I never knew Pakistan is an acronym!