Technical Notes
We're all on the same page!
Showing posts with label
centos
.
Show all posts
Showing posts with label
centos
.
Show all posts
Thursday, 3 January 2019
How to fix "connection refused" error?
›
Error e.g. The connection to the server 10.10.10.10:6443 was refused - did you specify the right host or port? Solution On kubernetes ...
Thursday, 1 November 2018
How to change timezone?
›
-> Determine your timezone # cd /usr/share/zoneinfo # tzselect e.g. Europe/Istanbul -> Remove current localtime soft link # rm ...
Thursday, 4 October 2018
How to setup/configure/use mailx for Office365 account?
›
-> Update the OS # yum -y update or (y -> yes) # yum update -> Install mailx # yum install -y mailx -> Define soft link ...
Thursday, 9 August 2018
How to check linux operating system info?
›
-> show kernel version and other info # uname -a -> show machine info # hostnamectl -> show specific release version # rpm -...
How to check available yum packages?
›
e.g. install/update ansible by yum -> Go to repo path # cd /etc/yum.repos.d/ -> Add source paths into repo file to be able to ins...
Wednesday, 18 July 2018
How to change service name?
›
e.g. current service name: postgresql.service desired service name: postgresql-9.1.service Run following commands to change service name...
›
Home
View web version