Mailto in SharePoint String Builder
Bit of a weird, one off sort of thing. I was creating a workflow in SharePoint which would send an […]
Bit of a weird, one off sort of thing. I was creating a workflow in SharePoint which would send an […]
This is a fairly simple thing, if you know what you’re doing or if you have done it before. But
To install samba capabilities on your Linx box, run the following commands: sudo apt-get install samba samba-common-bin This will run
This is something that I have recently created so that when a script asks for a credentials and there is
First, install VSFTP (Very Secure File Transfer Protocol) using the following command: sudo apt-get install vsftpd Now edit the vsftpd.conf
Prerequisites:Â I would install nano, this is a text editor on Linux which is MUCH easier to use for
This is just a neat little “tactic” I use when I need to connect to the same machine over and
This sort of thing is useful if you have a bunch of users that have passwords which are set to
Following on from my recent upload on Linux scripting, I have yet again created a BASH script to make my
Recently I have set up a VSFTPD CentOS 7 server and chrooted all the local users to their home directory.