Results 1 to 10 of 69

Thread: RG888 w ar5 demo 00001

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:53 AM. Reason: qwertyuiop

  2. #2
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiopClick image for larger version. 

Name:	sdd2-rg.jpg 
Views:	330 
Size:	68.6 KB 
ID:	98173qqqClick image for larger version. 

Name:	sdd4-rg.jpg 
Views:	335 
Size:	115.2 KB 
ID:	98181Click image for larger version. 

Name:	Untitled3.jpg 
Views:	381 
Size:	89.5 KB 
ID:	98219
    Last edited by roma Golich; 02-15-2024 at 05:03 AM. Reason: qwertyuiop

  3. #3
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	muha rg3.jpg 
Views:	353 
Size:	79.3 KB 
ID:	98278  
    Last edited by roma Golich; 02-15-2024 at 04:54 AM. Reason: qwertyuiop

  4. #4
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 05:05 AM. Reason: qwertyuiop

  5. #5
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:31 AM. Reason: qwertyuiop

  6. #6
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    How to download MSFT_VsCode extensions offline.

    On Windows_:

    1. From commandline:

    code --list-extensions --show-versions | clip

    this should put the strings like the following in to the clipboard:

    [email protected]
    ...
    2. Double click any empty region after the tabs to create new file in vscode.
    3. put into it the MotW (Mark of the Web for IE. To stop the security popup "Locale Machine Zone")
    !-- saved from url=(0014)about:internet --
    html
    head
    title ссылки на расширения marketplace vscode /title
    /head
    body
    ul

    /ul
    /body
    /html


    3. Paste the clipboard after the "ul" tag.

    !-- saved from url=(0014)about:internet --
    html
    head
    title ссылки на расширения marketplace vscode /title
    /head
    body
    ul
    [email protected]
    /ul
    /body
    /html

    4. Process the IDs with the vscode regex (find&replace)
    regex:

    ^([^.]+)\.([^@]+)@([\.\d]+)$


    repl:

    li
    a
    href="https://marketplace.visualstudio.com/_apis/public/gallery/publishers/$1/vsextensions/$2/$3/vspackage"
    $0 ("https://marketplace.visualstudio.com/_apis/public/gallery/publishers/$1/vsextensions/$2/$3/vspackage" )
    /a
    /li

    5. You get the next html:
    !-- saved from url=(0014)about:internet --
    html
    head
    title>ссылки на расширения marketplace vscode /title
    /head
    body
    ul

    li
    a
    href="https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/anaconda-extension-pack/1.0.1/vspackage"
    [email protected] ("https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/anaconda-extension-pack/1.0.1/vspackage" )
    /a
    /li

    /ul
    /body
    /html

    6. Click the links (slowly! — there should be stopper for anonimous access.)

    -----

    How to pass the npm security check and not turn off a Dr.Web antivirus (Windows_)

    1. Export using the certmgr.msc (4example) the dr.web's certificate in PEM-formatted file (the "Base-64 encoded X.509 (.CER)")
    YourHD:\drweb-cert_for_node.cer
    2. add the env. variable (using the applet "System" from the "Control Panel")
    NODE_EXTRA_CA_CERTS
    with the value:
    YourHD:\drweb-cert_for_node.cer
    3. Если вам не нравится подцеплять файлы из текущей директории на Винде7 есть замечательная переменная среды
    NoDefaultCurrentDirectoryInExePath
    я ей присвоил Хрень
    и теперь подцепить можно только через .\Хрень.xyz

    This was my backup for two notes.
    Last edited by roma Golich; 02-15-2024 at 04:31 AM. Reason: qwertyuiop

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •