tar tvf redis-stable.tar
cd ~/bin
tar xfv ~/Downloads/redis-stable.tar
cd redis-stable
make
make test
cd src
./redis-server
redis-cli
To read a .bak file from a MS SQL Server database on MacOS, one has to run MS SQL server using Docker and then use Azure Data Studio to access / query the database after restoring it.
You need to have Docker installed. Docker Desktop for MacOS is available at this link.
Once installed run the following commands.
# Pull latest image
Some notes on accessing / exporting Apple's Screen Time data
To configure a Dell Thin Client to boot directly into a Windows RDP login prompt, you need to adjust the settings in the `wnos.ini` file and ensure the correct configuration for Remote Desktop connections. Here are the steps to achieve this: | |
### 1. **Edit the wnos.ini File** | |
The `wnos.ini` file is used to configure various settings for the Dell Thin Client. You need to modify this file to enable direct RDP login. | |
1. **Access the wnos.ini File**: | |
- You can edit the `wnos.ini` file using the Wyse Management Suite or by manually editing it if you have access to the file system of the thin client. | |
2. **Add Necessary Settings**: |
To add a Let's Encrypt SSL certificate to an Amazon S3 static site, you will need to use Amazon CloudFront as an intermediary, since S3 does not support SSL certificates directly. Here are the detailed steps to achieve this:
-
Create an S3 Bucket:
- Go to the AWS Management Console.
- Create a new S3 bucket with a unique name (this will be your static website).
- Enable static website hosting in the bucket properties.
-
Upload Your Website Files:
openssl s_client -connect foo.badssl.com:443 -servername foo.badssl.com
openssl s_client -connect foo.badssl.com:443 -servername foo.badssl.com | tee /tmp/logcertfile
openssl x509 -in /tmp/logcertfile -noout -text | grep -i "issuer"
curl --output sectigo.crt http://crt.sectigo.com/SectigoRSAOrganizationValidationSecureServerCA.crt
Make sure everything is up to date in the App Store
2. Install Homebrew
- Open a terminal window and execute the Homebrew install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"