Skip to content

Instantly share code, notes, and snippets.

View oncipriani's full-sized avatar
🏠
Working from home

Otávio Cipriani oncipriani

🏠
Working from home
  • Conselho Nacional de Justiça
  • Brazil
  • 07:23 (UTC -03:00)
View GitHub Profile
[ -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)"
@oncipriani
oncipriani / kickstart.cfg
Last active July 30, 2019 12:10
Kickstart file for CentOS 7.
#
# 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!
@oncipriani
oncipriani / Autounattend.xml
Last active May 7, 2020 22:01
Windows unattended instalation file.
<?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">
@oncipriani
oncipriani / gapps-config.txt
Last active November 26, 2017 18:19
OpenGapps configuration file for use with LineageOS on Nexus 5.
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
@oncipriani
oncipriani / rygel.conf
Last active May 23, 2025 01:03
Configuration file for Rygel 0.24.2 that allows live streaming to Xbox 360.
# 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.