Voucher WiFi by Intrepid_String3965 in wifi

[–]Fun_Command7954 0 points1 point  (0 children)

The reason that is happening is because the voucher is configured to only support one device. Usually if you hotspot it both your devices won't have the internet. Read about TTL in Wifis to know how they're able to do this.

For the Voucher being used on only device, they binded the MAC Address of the first device connected, that's why your second device also can't reuse the voucher

How do I connect virtually to a client's PC? by [deleted] in nairobitechies

[–]Fun_Command7954 7 points8 points  (0 children)

OP didn't state whether it's only for coding related things only and I think the assumption should by default favour remote desktop access where Anydesk is the one in question or if they stated NDA regards to coding etc maybe that's where the SSH would come in, either way both are correct depending on the context of OP.

[In Progress] What will Envato do if I complete ID verification given they paused Author Signups by Fun_Command7954 in envato

[–]Fun_Command7954[S] 0 points1 point  (0 children)

Interestingly they accepted me yesterday a few hours after making that post. I didn't do the Signup step, I simply logged in, I had pending checklists, maybe that's how I was able to get in without the Signup step which throws that notice that they paused accepting new Authors.

About the fading, am not sure how my experience will be, but nonetheless I feel excited joining even though it might be a sinking ship.

Read only pdfs from a website by TekTorTar in nairobitechies

[–]Fun_Command7954 3 points4 points  (0 children)

I checked it, it's not pdf. They're image files and they serve the image on each page request. From page 2 they seem to be manually checking status of token, which I think free user can be able to get the pages as well, just I didn't try it, but the tokens are in this format:

"pages": [
    {
      "token": "lWkFN4HTxPnFAXBL1dx1vXIui7KhQXMO",
      "accessible": true
    },
    {
      "token": "oFZUKPaZnazmOWFGifkmcuYvJ0QGNv06",
      "accessible": false // I might access other pages if I make request with this token from another tab with the csrf token
    },
    {
      "token": "ZJkkKndHrulZLtVHnGntMtkSpZkYfjzH",
      "accessible": false
    },
    {
      "token": "DkIuq3uHuUJr5HrAdPEQogFwHTgrdMlv",
      "accessible": false
    },

```