Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

vnc-service

يحتوي vnc-service على 5 من skills المجمعة من 3D-Stories، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
5
Stars
0
محدث
2026-03-21
Forks
0
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

vnc-service
مديرو الشبكات وأنظمة الحاسوب

Persistent virtual display + VNC for headless servers. Four commands: /vnc-service:setup (install and configure), /vnc-service:run (ensure running + print connection info), /vnc-service:stop (stop services to free resources), /vnc-service:status (check health). Requires Debian/Ubuntu, systemd, sudo. VNC access restricted to local network via ufw firewall. Use whenever browser interaction is needed on a headless server — OAuth, CAPTCHA, 2FA. Other skills should call /vnc-service:setup as a prerequisite check and /vnc-service:run before browser operations.

2026-03-21
vnc-servicesetup
مديرو الشبكات وأنظمة الحاسوب

Set up a persistent virtual display + VNC server on a headless Linux server. Installs Xvfb, x11vnc, creates systemd user services, sets a VNC password, and configures display :99. Requires Debian/Ubuntu (uses apt-get). Use this skill when a tool needs browser interaction on a headless server — OAuth login, CAPTCHA solving, 2FA prompts. Trigger on: "vnc setup", "set up vnc", "headless browser", "no display", "DISPLAY not set", "CAPTCHA requires browser", "OAuth needs browser", or when any other skill calls /vnc-service:setup as a prerequisite.

2026-03-20
vnc-servicerun
مديرو الشبكات وأنظمة الحاسوب

Ensure the persistent virtual display + VNC is running and print connection info. Call this skill whenever a browser interaction is needed on a headless server — before OAuth login, CAPTCHA solve, or 2FA prompt. If the service isn't set up yet, directs to /vnc-service:setup. Trigger on: "start vnc", "vnc run", "I need to solve a CAPTCHA", "browser login needed", "OAuth prompt", or when any other skill needs browser interaction on a headless server.

2026-03-20
vnc-servicestatus
مديرو الشبكات وأنظمة الحاسوب

Show the status of the virtual display and VNC service — whether running, display number, port, and connection info. Use when checking if VNC is available or troubleshooting display issues. Trigger on: "vnc status", "is vnc running", "display status", "check vnc".

2026-03-20
vnc-servicestop
مديرو الشبكات وأنظمة الحاسوب

Stop the virtual display and VNC server services. Use when you no longer need browser interaction and want to free resources. The services can be restarted anytime with /vnc-service:run. Trigger on: "stop vnc", "vnc stop", "disable vnc", "turn off vnc", "shut down display".

2026-03-20