Home New Trending Search
About Privacy Terms
#
#RemoteSSH
Posts tagged #RemoteSSH on Bluesky
Preview
Visual Studio Code : développer à distance avec Remote SSH Apprenez à installer et à utiliser l'extension "Remote - SSH" de Visual Studio Code (VS Code) pour développer à distance sur Windows, Linux ou macOS.

💻 𝗩𝗦 𝗖𝗼𝗱𝗲 + 𝗦𝗦𝗛

Bonne nouvelle : Visual Studio Code permet d’ouvrir une 𝘀𝗲𝘀𝘀𝗶𝗼𝗻 𝗱𝗶𝘀𝘁𝗮𝗻𝘁𝗲 𝘀𝗲́𝗰𝘂𝗿𝗶𝘀𝗲́𝗲 𝗴𝗿𝗮̂𝗰𝗲 𝗮̀ 𝗹’𝗲𝘅𝘁𝗲𝗻𝘀𝗶𝗼𝗻 𝗥𝗲𝗺𝗼𝘁𝗲 - SSH ⚙️

👉 www.it-connect.fr/visual-studi...

📺 Et la démo vidéo : youtu.be/nMrm9Sor35c

#DevOps #VSCode #RemoteSSH #SysAdmin #SSH #Linux #Windows #MacOS #Programmation

0 1 0 0
Preview
Connect to Unsupported Older Linux servers with VS Code Remote-SSH using Custom glibc & libstdc++ VS Code Remote-SSH is a game-changer for remote development. However, if you’ve tried a recent version of VS Code (1.99.x or later) to connect to an older Linux distro, you may encounter this error: `[LinuxPrereqs]: The remote host may not meet VS Code Server's prerequisites for glibc and libstdc++ (The remote host does not meet the prerequisites for running VS Code Server)` This error indicates that the system requires: * `glibc >= 2.28` * `libstdc++ >= 3.4.25` This issue is common with older CentOS, Debian, or Ubuntu LTS systems. Fortunately, a workaround using `brew`, `glibc`, and `patchelf` can enable Remote-SSH on unsupported Linux targets. This guide will walk you through the steps. ## Solutions 1. Install `glibc` and `patchelf` using `brew` (Homebrew), or build from source, or use a prebuilt binary (if available). This guide uses `brew`. Also you can see this. 2. Use environment variables to point VS Code to the custom `glibc` and `patchelf`. ## Install glibc and patchelf By default, `glibc` gets installed by `brew`. Run the following commands: brew --prefix glibc # Output: /home/username/.homebrew/opt/glibc (example output) Install `patchelf`: brew install patchelf which patchelf # Output: /home/username/.homebrew/bin/patchelf ## Set Remote Environment Set the following environment variables: export VSCODE_SERVER_CUSTOM_GLIBC_LINKER=/home/username/.homebrew/opt/glibc/lib/ld-linux-x86-64.so.2 export VSCODE_SERVER_CUSTOM_GLIBC_PATH=/home/username/.homebrew/opt/glibc/lib export VSCODE_SERVER_PATCHELF_PATH=/home/username/.homebrew/bin/patchelf If you use the `bash` shell, add the above lines to the remote `~/.bash_profile`. For the `zsh` shell, add them to `~/.zprofile`. **You can now proceed to connect with VS Code Remote-SSH, and it should work as expected. Let me know if you encounter any issues!**
0 0 0 0
Preview
GitHub - posit-dev/positron: Positron, a next-generation data science IDE Positron, a next-generation data science IDE. Contribute to posit-dev/positron development by creating an account on GitHub.

I switched to #Positron github.com/posit-dev/po... for most of my #rstats and #rpackage development activity. I have not touched #RStudio for many weeks. codeium.com as AI autocomplete for now, as GitHub Copilot is not working yet in #Positron. Occasional fallback to #VScode for #RemoteSSH work.

2 0 0 1
Post image

Installed Windows Server Preview Build 26063 🚀
techcommunity.microsoft.com/t5/windows-s...
New Default Desktop
#WindowsServerInsider #Winserv #WindowsServer #Hyperv #MVPBuzz #HybridIT #RemoteSSH

3 0 0 0