Skip to content
TOP MENU

Archives

  • April 2025
  • February 2024
  • October 2023
  • August 2022

Categories

  • Docker
  • Guacamole
  • MacOS
  • Microsoft
  • Tech
  • Wordpress
MacOS Tech

Mac OS – Can’t eject disk because one or more programs maybe using it

Apr 4, 2025 techtips Comment on Mac OS – Can’t eject disk because one or more programs maybe using it

List Open Files sudo lsof | grep /Volumes/<Volume Name> Kill the mds, mds_store processes sudo kill -9 <pid> Disable Spotlight search in Time Machine backup

MacOS

MacOS Sonoma – Sync time and change timezone

Feb 7, 2024 techtips Comment on MacOS Sonoma – Sync time and change timezone

# sudo sntp -sS time.apple.com # sudo systemsetup -settimezone Asia/Jakarta

Wordpress

Reset WordPress Password via WP CLI

Oct 15, 2023 techtips Comment on Reset WordPress Password via WP CLI

WP CLI is a command line tool for managing your WordPress installation. Install WP CLI $ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar $ php wp-cli.phar –info $ chmod

Microsoft Tech

Install Windows 10/11 Apps without Microsoft Store

Oct 15, 2023 techtips Comment on Install Windows 10/11 Apps without Microsoft Store
Tech

Oneliner: Delete characters and blank space in file using Sed

Aug 24, 2022 techtips Comment on Oneliner: Delete characters and blank space in file using Sed

$ cat file.txt +62 891-8599-2497 +62 831-6426-768 +62 818-633-881 +62 899-480-273 +62 874-1264-291 To delete the ‘+’, ‘-‘ characters and blank spaces after the ‘-‘

Tech

Rancher Failed to Start on Ubuntu 22.04

Aug 13, 2022 techtips Comment on Rancher Failed to Start on Ubuntu 22.04

Error message: [INFO] Waiting for server to become available: Get “https://127.0.0.1:6444/version?timeout=15m0s”: dial tcp 127.0.0.1:6444: connect: connection refused Modify GRUB_CMDLINE_LINUX in /etc/default/grub to have an entry

MacOS Tech

Mac OS – Can’t eject disk because one or more programs maybe using it

Apr 4, 2025 techtips 0
MacOS

MacOS Sonoma – Sync time and change timezone

Feb 7, 2024 techtips 0
Wordpress

Reset WordPress Password via WP CLI

Oct 15, 2023 techtips 0
Microsoft Tech

Install Windows 10/11 Apps without Microsoft Store

Oct 15, 2023 techtips 0
Tech

Oneliner: Delete characters and blank space in file using Sed

Aug 24, 2022 techtips 0
Tech

Rancher Failed to Start on Ubuntu 22.04

Aug 13, 2022 techtips 0
MacOS Tech

Mac OS – Can’t eject disk because one or more programs maybe using it

Apr 4, 2025 techtipsComment on Mac OS – Can’t eject disk because one or more programs maybe using it

List Open Files sudo lsof | grep /Volumes/<Volume Name> Kill the mds, mds_store processes sudo

MacOS

MacOS Sonoma – Sync time and change timezone

Feb 7, 2024 techtipsComment on MacOS Sonoma – Sync time and change timezone

# sudo sntp -sS time.apple.com # sudo systemsetup -settimezone Asia/Jakarta

Wordpress

Reset WordPress Password via WP CLI

Oct 15, 2023 techtipsComment on Reset WordPress Password via WP CLI

WP CLI is a command line tool for managing your WordPress installation. Install WP CLI

Microsoft Tech

Install Windows 10/11 Apps without Microsoft Store

Oct 15, 2023 techtipsComment on Install Windows 10/11 Apps without Microsoft Store
Tech

Oneliner: Delete characters and blank space in file using Sed

Aug 24, 2022 techtipsComment on Oneliner: Delete characters and blank space in file using Sed

$ cat file.txt +62 891-8599-2497 +62 831-6426-768 +62 818-633-881 +62 899-480-273 +62 874-1264-291 To delete

Tech

Rancher Failed to Start on Ubuntu 22.04

Aug 13, 2022 techtipsComment on Rancher Failed to Start on Ubuntu 22.04

Error message: [INFO] Waiting for server to become available: Get “https://127.0.0.1:6444/version?timeout=15m0s”: dial tcp 127.0.0.1:6444: connect:

Tech

How to Install oh-my-zsh

Aug 13, 2022 techtipsComment on How to Install oh-my-zsh

One-liner: sudo apt update && sudo apt install zsh powerline fonts-powerline -y && sh -c

Docker

How to Install Docker and Docker Compose on Ubuntu and Raspian

Aug 13, 2022 techtipsComment on How to Install Docker and Docker Compose on Ubuntu and Raspian

sudo apt update sudo apt install apt-transport-https ca-certificates curl gnupg lsb-release -y Ubuntu: curl -fsSL

Guacamole Tech

Guacamole SSH Error – “The remote desktop server encountered an error and has closed the connection. Please try again or contact your system administrator.”

Aug 13, 2022 techtipsComment on Guacamole SSH Error – “The remote desktop server encountered an error and has closed the connection. Please try again or contact your system administrator.”

The root cause of the error in the title is due to Guacamole only supports

Tech

How to Containerize MessageBird WhatsApp Campaign Builder (HSM API)

Aug 6, 2022 techtipsComment on How to Containerize MessageBird WhatsApp Campaign Builder (HSM API)

MessageBird WhatsApp Campaign Builder HSM API is a WhatsApp campaign builder that uses the MessageBird

Recent Posts

  • Mac OS – Can’t eject disk because one or more programs maybe using it
  • MacOS Sonoma – Sync time and change timezone
  • Reset WordPress Password via WP CLI
  • Install Windows 10/11 Apps without Microsoft Store
  • Oneliner: Delete characters and blank space in file using Sed

Recent Comments

No comments to show.
MacOS Tech

Mac OS – Can’t eject disk because one or more programs maybe using it

Apr 4, 2025 techtips 0
MacOS

MacOS Sonoma – Sync time and change timezone

Feb 7, 2024 techtips 0
Wordpress

Reset WordPress Password via WP CLI

Oct 15, 2023 techtips 0
Microsoft Tech

Install Windows 10/11 Apps without Microsoft Store

Oct 15, 2023 techtips 0
Tech

Oneliner: Delete characters and blank space in file using Sed

Aug 24, 2022 techtips 0
Tech

Rancher Failed to Start on Ubuntu 22.04

Aug 13, 2022 techtips 0
Copyright © 2025 Bosa Blog Dark. Powered by Bosa Themes