Skip to content

Instantly share code, notes, and snippets.

View Arlen-LT's full-sized avatar
:atom:

HAOZHE LI Arlen-LT

:atom:
View GitHub Profile
@Arlen-LT
Arlen-LT / download-vs-code-server.sh
Created December 8, 2023 07:54 — forked from b01/download-vs-code-server.sh
Linux script to download latest VS Code Server, good for Docker (tested in Alpine).
#!/bin/sh
# Copyright 2023 Khalifah K. Shabazz
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the “Software”),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
@Arlen-LT
Arlen-LT / DLNA FAQ.md
Last active June 28, 2023 04:09
DLNA FAQ.md

Q: Why are some DLNA servers not discovered?

We found that the system firewall of Oculus Quest has blocked some ports, which means any application running on Oculus Quest can't send packets to these ports of any server. Unfortunately, if your server happens to bind to these ports, it will not be able to communicate with Oculus Quest.

  • Known blocked ports

    • 9000
  • Known influenced services

    • Twonky (default using port 9000)

Q: Should I use SMB1 or SMB2/3?

Microsoft has been asking the world to stop using the legacy SMBv1 since 2014. US-CERT also issued a security bulletin advising to disable SMBv1 and move to SMB 2.x or preferably SMB 3.x. The following documents explain why SMB1 is deprecated.

Since Windows10 and Samba 4.11.0 on Linux, SMB1 has been disabled by default.

Q: How to disable SMB1?