If you want to set up a Kubernetes cluster on Digital Ocean there are many ways to do this. You could use their control panel, you could use Terraform, but
DevOps
Articles categorized in: DevOps
We are in an area of Bangkok – Don Mueang area – where we only can use TOT Fiber 2 U for our broadband. We can use 4G of course,
To rename a git branch, for example when one branch is too far behind and you quickly add a new one, you can rename your branch locally, remove it on
Setting up Kubernet and Laravel or Laravel on Docker can be tedious. Hell, setting up Laravel on multiple servers can be a real pain. Been doing research on setting up
Been doing a lot of research on a possible alternative that is better than TinyMCE 4. CKEditor 5 seemed more like a better UI/UX thing and no real better improvements
What if you would like to show a certain text in a tab when stock is available and another when there is no stock. Well we could add a shortcode
In Laravel Forge cron jobs can be set up using the control panel or Forge ui, but you can of course work from the command line. Now what if you
Sometimes you want to remove a directory but keep it locally on your box. So you want to exclude it from the repository, but keep it locally. Need We wanted
So you want to import a couple of thousand WooCommerce products and you want them imported included attached cross-sell. This as you need to have each product shown with cross-sells
For a particular client we wanted to offer very similar products as thumbnail links under products. The linked products would be similar products. They would however have to be separate
When using the command line on my Mac to connect to a TransIP server in the Netherlands using sftp domain.nl@domain.nl.transurl.nl domain.nl@domain.nl.transurl.nl’s password: Connected to domain.nl@domain.nl.transurl.nl. sftp> ls backups logs private
If you need to update a PHP Composer package to a specific version instead of the latest that can be done You just need to do require as always, but