https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
-
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:
We've been able to toggle visibility of gists since 2014 (https://github.com/blog/1837-change-the-visibility-of-your-gists), but I just noticed that I can no longer make public gists private. That is, when I edit private gists I still see the "Make Public" button, but not the other way round β there's only a "Delete" button when I edit public gists; the "Make Secret" which should be next to it (as shown in the screencast in the linked blog post) is nowhere to be found. I made a screenshot and a screencast demonstrating the issue, both of which are attached. Could you please confirm this issue? Was this an intentional change, and why? Thank you for your attention.
This is a sequel to "Postfix: relay to authenticated SMTP".
I would like to send mail from two different Gmail accounts using Postfix. Here is the relevant section in the Postfix documentation: Configuring Sender-Dependent SASL authentication.
As a concrete example, here's how to set up two Gmail accounts (only relevant sections of the config files are listed below):
/etc/postfix/main.cf:
# sender-dependent sasl authentication
smtp_sender_dependent_authentication = yes
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay
β β ⌘
β ⌘
β the Command Key symbol
β₯ β ⌥
β ⌥
β the Option Key symbol
β§ β ⇧
β ⇧
β the Shift Key symbol
β β ⌃
β ⌃
β the Control Key symbol
β β ⎋
β ⎋
β the ESC Key symbol
βͺ β ⇪
β ⇪
β the Capslock symbol
β β ⏎
β ⏎
β the Return symbol
β« β ⌫
β ⌫
β the Delete / Backspace symbol
β₯ β ⇥
β ⇥
β the Tab Key symbol
#!/usr/bin/osascript | |
tell application "iTerm" | |
activate | |
create window with default profile | |
tell current window | |
tell current tab | |
tell current session | |
write text "mutt" | |
end tell | |
end tell |
Homebrew build logs for openssl@3 on macOS 12.7 | |
Build date: 2024-11-18 20:49:53 |
#!/bin/zsh | |
# Script to generate thumbnails of a video and combine into one tile image. | |
# | |
# CAUTION: | |
# FFprobe might fail to extract duration info from a MKV container. Use | |
# ffmpeg -i video.mkv -c:v copy -c:a copy video.mp4 | |
# to swap to an MP4 container. | |
# | |
# Dependencies: | |
# 1. ffmpeg |
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] | |
"Segoe UI (TrueType)"="-segoeui.ttf" | |
"Segoe UI Black (TrueType)"="-seguibl.ttf" | |
"Segoe UI Black Italic (TrueType)"="-seguibli.ttf" | |
"Segoe UI Bold (TrueType)"="-segoeuib.ttf" | |
"Segoe UI Bold Italic (TrueType)"="-segoeuiz.ttf" | |
"Segoe UI Emoji (TrueType)"="-seguiemj.ttf" | |
"Segoe UI Historic (TrueType)"="-seguihis.ttf" |
Due to geoblocks and the half broken nature of Mainland China's Internet connection to the rest of the world, I need a VPS located in Mainland China with at least semi-decent and semi-reliable outbound conenction in order to do certain things, e.g., downloading videos from certain video hosting sites / content providers. Alibaba Cloud ECS is such a semi-reliable service; moreover, unlike other Chinese VPS providers, it accepts PayPal. At $8/mo it offers 1 core, 1 GB RAM, 40 GB non-SSD disk space, and 2 TB outbound traffic quota at 30 Mbps max. (Note that during free trial the bandwidth limit is 1 Mbps, which is very frustrating.) Not exactly the best deal (I'd rather sign up for a smaller plan like DO's $5 droplet, which by the way can be billed by hour, unlike Alibaba's $8/mo plan which is always billed monthly β their "Pay-As-You-Go" plans are much more expensive and completely sold out at the moment), but I won't call it a rip-off ei