This file contains hidden or 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
[ -x /usr/local/bin/kubectl ] && source <(kubectl completion bash) | |
[ -x /usr/local/bin/eksctl ] && source <(eksctl completion bash) | |
[ -x /usr/local/bin/helm ] && source <(helm completion bash) | |
[ -x /usr/local/bin/kustomize ] && source <(kustomize completion bash) | |
[ -x /usr/local/bin/aws_completer ] && complete -C '/usr/local/bin/aws_completer' aws | |
[ -x /usr/local/bin/mc ] && complete -C '/usr/local/bin/mc' mc | |
[ -x /usr/local/bin/linkerd ] && source <(linkerd completion bash) | |
[ -x /usr/local/bin/velero ] && source <(velero completion bash) | |
if [ -x /usr/local/bin/oh-my-posh ] && [ "$TERM_PROGRAM" != "vscode" ]; then | |
eval "$(oh-my-posh init bash --config /mnt/c/Users/otavio.cipriani/OneDrive/Documentos/oncipriani.minimal.omp.json)" |
This file contains hidden or 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
# | |
# Kickstart file for CentOS 7 | |
# | |
# General options | |
auth --passalgo=sha512 --useshadow | |
keyboard --vckeymap=us --xlayouts=us | |
lang en_US.utf8 | |
reboot --eject | |
rootpw --plaintext entra@Lab! |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<unattend xmlns="urn:schemas-microsoft-com:unattend"> | |
<servicing> | |
<package action="remove"> | |
<assemblyIdentity name="Microsoft-Windows-QuickAssist-Package" version="10.0.16299.15" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" /> | |
</package> | |
<package action="remove"> | |
<assemblyIdentity name="Microsoft-Windows-MediaPlayer-Package" version="10.0.16299.15" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="" /> | |
</package> | |
<package action="configure"> |
This file contains hidden or 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
Include | |
NoDebug | |
# Override | |
# Pico+ | |
DialerFramework # Install Dialer Framework | |
CalSync # Install Google Calendar Sync (except if Google Calendar is being installed) | |
GoogleTTS # Install Google Text-to-Speech (Micro+ on 5.0-, Pico+ on 6.0+) | |
PackageInstallerGoogle # Install Google Package Installer |
This file contains hidden or 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
# Configuration file for Rygel | |
# General configuration options | |
[general] | |
# Set it to 'false' if you want to only use the streaming part of Rygel and/or | |
# don't want it to advertize itself on the UPnP network. If you want to | |
# completely disable rygel, just don't run it then. :) | |
upnp-enabled=true | |
# Set it to 'false' if you want to disable transcoding support. |