Prabath Thalangama
Web : sysadmin.lkEmail : inbox [at] sysadmin.lkLinkedin : https://www.linkedin.com/in/prabathtFacebook : https://www.facebook.com/prabath.hinoize
Related Articles
CKA Sample questions with answers
Pre Setup Once you’ve gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k=kubectl # will already be pre-configured export do=”–dry-run=client -o yaml” # k create deploy nginx –image=nginx $do export now=”–force –grace-period 0″ # k delete pod x $now Vim The […]
Mount SSHFS In Redhat / CentoS
Step 1 – Enabling the kernel module This is a simple step – all you need to do is run the following command as the root user: modprobe fuse Step 2 – Installing Fuse/SSHFS yum install fuse-sshfs sshfs Step 3 – Using SSHFS The commands to use SSHFS are fairly simple. To mount a remote […]
Protected: Connect Asterisk with Dialog SIP Trunk
There is no excerpt because this is a protected post.