top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
Log In
JCS & Associates Inc.
Home
About
Members
More
Use tab to navigate through the menu items.
All Posts
How To
Linux
React
Virtual Box
Eror
Search
How to Create Symbolic Link in Linux
ln -sf /mnt/my_drive/movies ~/my_movies ln -sf my_file.txt my_link.txt unlink symlink_to_remove rm symlink_to_remove Note: To...
Chris Speed
Nov 23, 2020
1 min read
SFTP server with VSFTPD
$ sudo apt install ssh $ sudo nano /etc/ssh/sshd_config and append the following to the end of the file: Match group sftp ...
Chris Speed
Apr 29, 2020
1 min read
vsftpd - Kubuntu ftp client
------------- On SystemD ------------- # systemctl start vsftpd # systemctl stop vsftpd # systemctl enable vsftpd...
Chris Speed
Apr 24, 2020
1 min read
bottom of page