Email: inbox [at] sysadmin.lk
LinkedIn: https://www.linkedin.com/in/prabatht
Facebook: https://www.facebook.com/prabath.hinoize
Related Articles
Set Up and Use Yum Repositories on Redhat / CentOS
We can install new software on Red Hat/CentOS Linux with “yum install packagename” command from console. Running this command first checks for existing YUM Repository configuration files in /etc/yum.repos.d/ directory. It reads each YUM Repository configuration file to get the information required to download and install new software, resolves software dependencies and installs the required […]
Connect 2 Asterisk servers with IAX2 Trunk
Server 1 configurations [usa-IAX] host=10.0.0.1 username=panadura secret=RMoBaNvjZO type=peer qualify=yes context=from-trunk-iax2-usa-IAX [usa-IAX_user] secret=RMoBaNvjZO type=user context=from-internal Server 2 Configurations [panadura-IAX] host=10.0.0.1 username=panadura secret=RMoBaNvjZO type=peer qualify=yes context=from-trunk-iax2-panadura-IAX [panadura-IAX_user] secret=RMoBaNvjZO type=user context=from-internal
kubectl autocomplete – Enabling and Using in Bash
Setting Up Kubectl Autocomplete in Your Shell Environment Setting up kubectl autocomplete depends on the shell you’re using. Here are the options for the most common shells. Remember to replace kubectl with your chosen alias if you’re using one. For instance, if you’ve aliased kubectl as k, replace kubectl with k in the scripts below. […]