BLOG

Latest Articles

[SOLVED] Restrict FTP user to a directory in Linux

Use chroot_local_user to restrict FTP user to a directory in vsftpd.conf in Linux. You can specify the directory name and path which acts as home directory for …

By omercakmak · 6 min read · SCP

How to PROPERLY write multiline strings in GO?

How to declare golang multiline string. Declare a multiline string with and without special characters and escape characters used for new line or Tab delimiter. …

By tuannguyen · 4 min read · GO