Just another instructional page on how to install Kubernetes and Docker on your laptop. I needed something I could just bring up when I needed to try something
Raymond Keckler MBA, BSCS, RHCEraymond@kecklers.comhttps://www.linkedin.com/in/raymond-keckler/Tampa Fl Objective: To secure a Director position where I can use my strategic and tactical analysis skills to lead a team to success.
Based on some investigation I see the following link gives me the script to show what processes is using swap and how much. Swap used by process #!/bin/bash
This is my starting blank bash scipt. To check your script for proper syntax and prevent bugs use ShellCheck. #!/bin/bash ##### #ident "@(#) blank_script v 1.0 2017/02/16" # #
#!/bin/bash ##### #ident "@(#) get_reserved_space.sh v 1.0 2017/02/20" # # Author: Raymond Keckler # # returns the percent amount of reserved space a # device has set. Uses
#!/bin/bash ##### #ident "@(#) restore_glacier_bucket.sh v 1.0 2017/02/20" # # Author: Raymond Keckler # # This will restore all glacier objects under a bucket for 3 days
Add Software yum --enablerepo=debug install kexec-tools crash kernel-debug kernel-debuginfo-`uname -r` A kernel argument must be added to /etc/grub.conf to enable kdump. It’s called crashkernel and it can be
Home page for Django app Open the settings file and add the app to the list of installed apps. INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages',
John F Kennedy said ..... '"It is a paradoxical truth that tax rates are too high today, and tax revenues are too low and the soundest way to raise the revenues in the long run is to cut the tax rates....[A]n economy constrained by high tax rates will never produce enough revenue to balance the budget, just as it will never create enough jobs or profits."