If Android Studio can't find a device connected via USB on macOS even though adb devices lists it, check in Activity Monitor if the running adb is ~/Library/Android/sdk/platform-tools/adb (double click on the process and check executable path). Maybe you're running the adb from android-platform-tools. If that's the case, uninstall android-platform-tools (brew uninstall android-platform-tools if you installed with brew).
| Homebrew build logs for openssl@3 on macOS 12.7 | |
| Build date: 2024-11-18 20:49:53 |
-
Run
gitlab-rails console; -
Find the user:
user = User.User.find_by_username('username')
-
Look at the list of emails and find the one you want to confirm:
Caddy can be instructed to load existing certificates:
example.com {
reverse_proxy :32767
tls /etc/letsencrypt/live/example.com/fullchain.pem /etc/letsencrypt/live/example.com/privkey.pem
}However, caddy.service uses user caddy and group caddy:
When a file is being copied in on macOS, the com.apple.FinderInfo xattr is set to the 32-byte value
627a7920 00000000 00000000 00000000 00000000 00000000 00000000 00000000
which would show up as bzy with xattr -p com.apple.FinderInfo /path/to/file. (This may only be true when there are no additional attributes likes flags.) This can be used to test whether a file copy has completed.
Conversely, one can also use
xattr -wx com.apple.FinderInfo '627a7920 00000000 00000000 00000000 00000000 00000000 00000000 00000000' /path/to/fileTested on macOS 13.3.1.
-
In Disk Utility, create new APFS volume under internal SSD's Container disk1.
-
Unmount the volume.
-
⌘I to open the Info panel of the volume, copy the Volume UUID. Alternatively, the UUID can be copied from the output of
diskutil info disk1s7, wheredisk1s7should be replaced with the corresponding device node. -
sudo vifsto edit/etc/fstab, adding the following entry:
| af Afrikaans | |
| am Amharic | |
| ar Arabic | |
| as Assamese | |
| az Azerbaijani | |
| be Belarusian | |
| bg Bulgarian | |
| bn Bangla | |
| bs Bosnian | |
| ca Catalan |
| import ( | |
| "github.com/labstack/echo/v4" | |
| "github.com/labstack/echo/v4/middleware" | |
| ) | |
| func Serve() { | |
| e := echo.New() | |
| // Common Log Format | |
| logFormat := `${remote_ip} - - [${time_custom}] "${method} ${path} ${protocol}" ${status} ${bytes_out}` |
| From 41987f1697992b48da13bbebc5e0c42036ea5dc5 Mon Sep 17 00:00:00 2001 | |
| From: Zhiming Wang <[email protected]> | |
| Date: Mon, 23 Nov 2020 01:01:19 +0800 | |
| Subject: [PATCH] Improve crypto | |
| The less hand-rolled stuff the better. | |
| - Switch from hand-rolled crappy KDF to PBKDF2; | |
| - Switch from AES-CBC with hand-rolled padding and authentication to | |
| Fernet; |
| From 06e70e23f8086bb68d98893bbaeaa9df3639ef89 Mon Sep 17 00:00:00 2001 | |
| From: Zhiming Wang <[email protected]> | |
| Date: Sun, 11 Oct 2020 23:19:12 +0800 | |
| Subject: [PATCH] Add experimental support for "Top stories" | |
| --- | |
| googler | 29 +++++++++++++++++++++++++++++ | |
| 1 file changed, 29 insertions(+) | |
| diff --git a/googler b/googler |