This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-WindowsExplorerOptions -EnableShowHidenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Update-ExecutionPolicy Unrestricted | |
Set-CornerNavigationOptions -EnableUsePowerShellOnWinX | |
cinst firefox | |
cinst adblockplusfirefox | |
cinst lastpass | |
cinst git | |
cinst git.install | |
cinst paint.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# sysctls for jail needs to be | |
# allow.raw_sockets=true,allow.sysvipc=1 | |
# Enable sshd | |
sed -i .bak 's/sshd_enable="NO"/sshd_enable="YES"/' /etc/rc.conf | |
rm /etc/rc.conf.bak | |
# Add sudo | |
pkg install sudo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-WindowsExplorerOptions -EnableShowHidenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
Update-ExecutionPolicy Unrestricted | |
Set-CornerNavigationOptions -EnableUsePowerShellOnWinX | |
cinst firefox | |
cinst lastpass | |
cinst kitty.portable | |
cinst psget | |
cinst sublimetext3 | |
cinst syncthing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
# v 0.0.5.1 | |
# get-pks-k8s-config.sh | |
# [email protected] | |
function usage() | |
{ | |
echo "PKS Kubeconfig Helper Script." | |
echo "" |