How to Setup SSH Key Authentication on a Linux Server
Setting up SSH key authentication on a Linux server involves generating a key pair on your local machine, copying the public key to the server, and ensuring the SSH configuration …
Read MoreNothing serious… just getting thoughts out of my head
Setting up SSH key authentication on a Linux server involves generating a key pair on your local machine, copying the public key to the server, and ensuring the SSH configuration …
Read MoreWhile developing new code, it is always best practice to make a branch off of the Production, Development, or Test branch. Once this is done, you need to get those …
Read MoreWhat Does .gitignore Do? A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; see the NOTES below for details. Each …
Read MoreIf you installed the GUI version of Ubuntu, SSH is disabled by default. You need to install it and enable some features. Possible Error Message When Installing SSH Server It …
Read MoreInstall Brew Install powershell via Brew If you do not have Brew installed you can follow the instructions on Brew’s Website Or…. open a terminal window on Mac Run: /usr/bin/ruby …
Read MoreHow 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 MoreWhat 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 MoreLet’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 MoreLet’s say that you have a requirement to only keep 90 days worth of files for one or more reasons: Compliance for ISO 27000 Reduce the amount of disk space …
Read MoreCreate a GitHub Repository Login or Create an Account with GitHub Click ‘Start a Project’ Choose a name that is not used. The box will display a green check box …
Read More