Command Palette
Search for a command to run...
Comments (1)
Join the discussionLeong, hi, I've run into this problem before. Personally, I was helped to solve it by VPNWelt service, the thing is that there are a lot of different VPN services, which are great for all users. There is a little more information about it here- https://en.vpnwelt.com/best-vpn-provider/ . I would recommend you to carefully study all the information on the site VPNWelt, there is definitely a way to solve this problem. I hope I was able to help you.
Hi Andrey, thanks for sharing this site. It has a comprehensive reviews on different VPN services. Maybe it solved your problem, but not mine.
My problem is quite specific. My client's company uses Fortinet product for VPN. It is a corporate decision, my client and I cannot change that decision. In order to get my work done, I need to setup a VPN client that works with Fortinet SSL-VPN. Unfortunately VPNWelt does not have any solution specifically for that yet.
Leong Hean Hong Good afternoon. I guess I didn't fully understand your problem. I'm sorry. But I think that VPNWelt will be useful for you. Thank you for your reply.
More from this blog
Cron Prompts vs Agent Skills: A Separation of Concerns
Most AI agents that support scheduled tasks have two sources of instruction when a cron job fires: The cron prompt — the task-specific instructions you wrote when scheduling the job The skill — a re

Da Ma Cai 大马彩 API
TL;DR Scarp draw result, host on GitHub, retrieve it like API at damacai.hongineer.com. Data Scraping I have previously shared a technique for scraping Da Ma Cai draw result. Now I finally have time t

Monitor MySQL Replication Status with a Bash Script
This is a Bash script that check if the replica (slave) health status. If there is an issue, it will exist with non-zero status. This is useful when used with monitoring tools like [Monit](https://mmo

Cheatsheet & Examples: chmod
chmod is a command-line utility used to change the access permissions of file system objects such as files and directories. It allows you to control who can read, write, and execute those objects. Changing Permissions Using Octal Notation Example Usa...
Cheatsheet & Examples: chown
chown changes the ownership of files and directories. This involves modifying the user and/or group associated with a file, determining who has access and permissions. Changing File Ownership to a Specific User Example Usage: chown user file.txt What...