General
Connecting to VNC Server from a Mac computer
On Windows and Linux there are many free open source VNC clients available. For Mac, if you google, most VNC clients are…
Show all formats supported by ffmpeg
To get list of video format supported by ffmpeg, run ffmpeg -formats Example See ffmpeg
Find ErpNext Version
To find ErpNext version from command line, run bench version Example frappe@ubuntu-s-1vcpu-2gb-blr1-01:~/frappe-bench$ bench version erpnext 12.1.6 frappe 12.0.16 restore 0.0.1 frappe@ubuntu-s-1vcpu-2gb-blr1-01:~/frappe-bench$ Using…
Enable Developer Mode in ErpNext
To enable developer mode in ErpNext, run bench –site YOUR_SITE_NAME_HEREĀ set-config developer_mode 1 Example bench –site erp.serverok.in set-config developer_mode 1 Method 2…
Employee Monitoring Software
Veyon It is Open Source software. Source code available from github. It is written in C++. It is creted for class room…
check if ffmpeg support H264
To check if ffmpeg installed on your computer support h264, run ffmpeg -formats | grep h264 See ffmpeg
Enable SSL in PrestaShop 1.7
To enable SSL in PrestaShop 1.7, go to Admin > Shop Parameters > General On this page, you need to set YES…