Albert Hongseok Guhsgpublic.hashnode.dev·Jun 26, 2024Code server on Docker1. 서론. 에디터로 VSCode를 주로 사용합니다. 고정된 장소에서는 데스크탑이나 랩탑 환경에서 VSCode로 개발 또는 문서 작성을 하지만, 이동 중 아이패드에서는 사용할 수 없어 불편합니다. 아이패드용 VSCode 앱이 없기 때문이죠. 그렇다고 방법이 없는 것은 아닙니다. 웹 브라우저로 접속해 이용할 수 있도록 기능을 제공하니까요. https://vscode.dev 에 접속해 사용 가능하지만 터미널 등의 기능에 제약이 있어서, 개인 서버...환경설정
SoJSblog.sojs.dev·Oct 7, 2023Unleash Your Full Potential: Build your own remote dev serverPrerequisites You need an AWS account, or some other web service provider that you are familiar with. This guide will assume you are using AWS Set Up The Server Head over to aws.amazon.com and find the "EC2" tool. Open up the dashboard. It should l...code-server
Aditya Kumarhashnode.adityakumar.xyz·Jun 15, 2022Install Code Server on ArtixSame as installing code-server on Arch, except you need an OpenRC script. Install using yay yay is a convenient AUR helper. yay -S code-server Install using makepkg git clone https://aur.archlinux.org/code-server.git cd code-server makepkg -si Do...code-server
Aditya Kumarhashnode.adityakumar.xyz·Feb 23, 2021Install code-server on AndroidIf you are here then I assume you already know the purpose of using code-server. So why on phone? Phones these days have become quite powerful. Maybe you have an older laptop lying around. The existence of code-server on Android implies there is at l...code-server