googleads utterly removed I have utterly removed Google ads from my site now, https://charming.co.il GoogleAds havent given me even a penny since 2014. Not even worth the energy to paste their useless code! from my site now. Read and get smarter. I simply turned off the WordPress plugin that was showing them.
Permanently allow running unsigned Powershell scripts
Make Powershell scripts run from a Powershell Window It is no wonder that powershell never caught on like bash, python or even Perl. You can’t share and easily run them as Microsoft defaults the setting to only allow you to run signed script. Signing Powershell scripts is a major waste of time and energy. Running …
Continue reading “Permanently allow running unsigned Powershell scripts”
How to direct download ubuntu 20.04 via curl, also Alpine
Here is the secret method to simply Download Ubuntu 20.04 Server Very often you want to download a new os to install VMs on a server or the like. Usually they just give a link on their website to download the file, which you then need to upload to your server. So here is the …
Continue reading “How to direct download ubuntu 20.04 via curl, also Alpine”
How to assign image name to images created by docker-compose
I was giving up trying to figure out how to assign an image name to images created by docker-compose. BY default the image names are a bit annoying and not good for pushing to a docker registry. Apparently all you need to do is to use the image tag. When you download an image in …
Continue reading “How to assign image name to images created by docker-compose”
Vengeful Centos 8 Has Been Cancelled – boot partition full, zfs removed itself, kvm changed the rules, firewall dead
Centos Project Cancelled As Well As Kubernetes Project is Removing Docker Support Recent news has informed that Devops and System administrators will be working extra for the next few months. In the build up to becoming defunct Centos is becoming as unstable as leading edge beta distros Our server was becoming a bit sluggish for …
How to install git-lfs and epel on Amazon Linux 2
Amazon Linux 2 with Git-lfs Amazon Linux offers some pre-installed extras, Like on the fly volume extension. Amazon Linux is great if you don’t have a really complicated stack. Sometimes the minimalism is too much. But installing some non-standard stuff is possible. For instance our simple project needs to work with large files stored in …
Continue reading “How to install git-lfs and epel on Amazon Linux 2”
Server instance stuck on build and virsh list shows VM as paused OpenStack with Dpdk
On the Red Hat Openstack 13 compute using DPDK creating Server instances gets stuck. when running: openstack server list or show says that “building” When logging into the compute running virsh list shows the same VM is stuck in paused. The solution is to add the following to your roles_data.yaml 1. Define ‘VhostuserSocketGroup’ under RoleParametersDefault …
Notes from setting up Disconnected Docker registry
Clients concerned with security like financial institutions need to have their containers pulled from an internal Docker registry Setup disconnected Docker registry for Rhosp Pre-requisites: On registry run: $ yum update -y 3.2 Install the Offline registry and Tag the images yum install -y docker-distribution docker yum-utils docker git wget git net-tools bind- bridge-utils bash-completion …
Continue reading “Notes from setting up Disconnected Docker registry”
Configure and test fencing for Openstack
Troubleshoot Fencing on Redhat or Centos Linux We are setting up fencing for Enterprise Customers for Openstack. In Linux fencing is called for whenever you have a cluster. Using PCS and fencing the other servers can turn off a damaged server until it is fixed. Pay attention that mac address is the provision nic However, …
Error establishing a database connection AWS EC2 WordPress MYSQL
Error establishing a database connection while using WordPress installed on AWS EC2 Using the Free tier EC2 server on Amazon with an active wordpress server requires a bit of work, namely that you need a script that will restart the mysqld service. However, it really help to add a swap file, not installed by default with …
Continue reading “Error establishing a database connection AWS EC2 WordPress MYSQL”
Fixing Authorization Failure in Ubuntu VM AWS CLI by Synchronizing the Clock
AWS EC2 CLI “AWS was not able to validate the provided access credentials” I am just trying to run my aws cli from a VM that I keep on a disk-on-key. I added the credentials several times, even creating new accounts. After a few hours of growing perturbance and desire for violence. Be Sure …
Continue reading “Fixing Authorization Failure in Ubuntu VM AWS CLI by Synchronizing the Clock”
Windows 10 Pro Install Issues – Installs Home instead of Pro.
last year I got stuck simply installing my PC with Windows 10 Pro from OEM envelope. I had downloaded the installation iso. Every time I installed it insisted on putting only the home version. IN order to get it to work, you need to add the file pid.txt to the sources dir on the ISO …
Continue reading “Windows 10 Pro Install Issues – Installs Home instead of Pro.”
I’ve had a mild curiosity about Docker’s silly container names
Here is the source file that is used to create docker’s silly container names. Source: moby/names-generator.go at master · moby/moby The left side has an adjective like “affectionate”, “agitated”, “amazing”, “angry”, “awesome”, “beautiful”, “blissful”, “bold”, “boring”, “brave”, “busy”, The right side show ignorance of special people as it is based on names from notable scientists …
Continue reading “I’ve had a mild curiosity about Docker’s silly container names”
