ต่อจากบทความด้านบน
ต่อไปเป็นการติดต่อใช้งาน vncserver ใน ubuntu server 16.04 AMD 64bit
โจทย์มีอยู่ว่า จะทำการตั้งเครื่อง Server : Ubuntu แล้วทำการ vnc client จาก MAC เข้าไปทำงานภายใน server
เริ่มติดตั้งโดยลง
$sudo apt install xfce4 xfce4-goodies tightvncserver
ลงเสร็จทำการเปิดเซอร์วิส vncserver
$vncserver
หลังจากนั้นทำการ configure ให้ vncserver รองรับการทำงานหลาย session
$vncserver -kill :1
ทำการ move configure default ไว้ก่อน
$mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
$vi ~/.vnc/xstartup
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &
$sudo chmod +x ~/.vnc/xstartup
ทำการ start vncserver
$vncserver
ทำการสร้าง tunnel ที่เครื่อง remote client เช่นถ้าใช้งานเป็น mac ก็ทำการลง vnc-viewer ได้ครับ
แล้วสร้าง tunnel ดังนี้ เพื่อให้ port 5901 ของ vpn เปิดรอการทำงานในเครื่องเรา
username = user ที่สร้างไว้ในระบบ vncserver
vncserver_ip_address = เป็น ip ของเครื่อง vncserver ครับ
$ssh -L 5901:127.0.0.1:5901 -N -f -l username vncserver_ip_address
หลังจากนั้นเปิด vnc-viewer แล้วทำการใส่ connect host: localhost:5901
ก็จะเปิดขึ้นแสดงหน้าที่เป็น Desktop xfce ได้ละครับผม : )
ต่อไปทำการติดตั้งตัว อัด VDO ใน ubuntu จะใช้เป็น SimpleScreenRecorder ครับ
What’s New in the latest SimpleScreenRecorder:
1.Added support for latest FFmpeg/libav.
2.Make relaxed GLInject permissions actually work.
3.The backend now supports fragmented recording, but there is no GUI for this yet.
4.System tray icon now indicates errors during recording.
เริ่มลงได้เลย
$sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
2. Update your system package index via command:
$sudo apt update
3. Finally install the recording software via command:
$sudo apt install simplescreenrecorder simplescreenrecorder-lib
To record 32-bit OpenGL applications on a 64-bit system, run:
$sudo apt install simplescreenrecorder-lib:i386
หลังติดตั้งเสร็จก็ทำการเปิด SimpleScreenRecorder ขึ้นมาได้เลยครับ
ทำการตั้งชื่อ file เป็น file_name.mkv ครับ แล้วเริ่มอัดได้เลย ภาพชัดมาก อิอิ
แล้วในเครื่องหลังจากอัดเสร็จจะได้ไฟล์ .mkv ขึ้นมา สามารถเปิดดูได้เลยครับ
##reference
http://ubuntuhandbook.org/index.php/2016/11/install-simple-screen-recorder-0-3-8-in-ubuntu-16-04-16-10/https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04