Tag: how-tos
Most Common Issue With Broken Yard Inflatable
In my experience with yard inflatables is that after a very wet period of time, some inflatables just do not want to inflate again. After much troubleshooting, the most common …
Read MorePython Generate Secure Password
Requirements How to come up with a randomly generated password or key is a common problem or challenge when programming, or just in security. On top of just randomly generating …
Read MoreLinux SOCKS Proxy for SSH
How To Setup In one SSH session run: ssh -N -D 7080 username@server.foo.com If you SSH to localhost (IP Address 127.0.0.1) on port 7080, this command forwards that port/request to …
Read MoreInstalling Thycotic SDK Client TSS on Linux
What is Thycotic TSS? The SDK CLI application allows the host to retrieve following after initialization without the need of storing any passwords locally on the host. Tokens Secrets Secret …
Read MoreThycotic Python REST API – Create New Secret
Required Python Modules Python version 2.7.10 is not exactly required, but it is the version being used. requests==2.20.0 python==2.7.10 Variables or Data Needed Before Running thycoticUsername Thycotic admin username that …
Read MoreLinux: How to Delete All Files from Recently Unzipped
Let’s say that you just unzipped files from a folder and you forgot to specify a destination directory. Now you have your home folder fully of thousands of new files. …
Read More