Term | Description | Link(s) |
---|---|---|
Alias | Another email address that people can use to email | |
App Password | An app password is a password that is created within the Azure portal and that allows the user to bypass MFA and continue to use their application. | |
Alternate email address | Required for admins to receive important notifications, or resetting the admin password which cannot be modified by the end users | |
AuditAdmin | ||
AuditDelegate | ||
Delegate | An account with assigned permissions to a mailbox. | |
Display Name | Name that appears in the Address Book & on the TO and From lines on an email. | |
EAC | "Exchange Admin Center" |
Discover gists
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
<meta charset="utf-8" /> | |
<script src="Scripts/jquery-1.9.1.min.js"></script> | |
<link href="Content/bootstrap.min.css" rel="stylesheet" /> | |
<script src="Scripts/isRockFx.js"></script> | |
<script> | |
$(function () { |
""" | |
Divar to Telegram Notifier Bot | |
This script monitors a filtered Divar page and sends newly posted items to a specified Telegram channel every 60 seconds. | |
Setup Instructions: | |
1. Create a Telegram bot using BotFather. | |
2. Add the bot to your Telegram group or channel. | |
3. Promote the bot as an admin in your channel so it can post messages. | |
4. Use @username_to_id_bot to get the numeric ID of your channel (e.g., -1001234567890). |
Khi nhắc đến việc làm sao để tạo ra 1 ứng dụng mobile thì thứ mọi người sẽ lặp tức nghĩ ngay đến là native app (Android và iOS), nhưng bên cạnh đó vẫn còn rất nhiều công nghệ có thể giúp bạn tạo ra 1 ứng dụng mobile như Cordova, Webview (WeChat), Ionic, Xamarin và React Native. Tất cả các framework, platform đó đều hổ trợ người dùng tạo ra được 1 ứng dụng mobile theo ý muốn của mình. Và để không bỏ lỡ cuộc vui thì Google cũng đã mang đến cho người dùng đứa con mới nhất của mình - Flutter - nó kế thừa cũng như nổi bật hơn các công nghệ hybrid app kia. Vậy thì làm sao để có thể sử dụng, có thể tạo ra được những sản phẩm theo ý muốn của mình? B��i viết với những kiến thức của bản thân mình sẽ đem đến cho bạn có được 1 số kiến thức cơ bản nhất để có thể tự mình "chiến" và "khám phá" Flutter.
Bao giờ cũng vậy, bạn muốn "chiến" hoặc "chỉ học để biết" 1 library, 1 framework, 1 platform thì ngôn ngữ (language) sử dụng để build
<?php | |
$action = $_GET['action']; | |
if($action == "login"){ | |
ob_start(); | |
session_start(); | |
$username = $_POST['email']; | |
$password = $_POST['password']; | |
$sql_check = mysql_query("select * from users where mail='".$username."' and password='".$password."' ") or die(mysql_error()); |
Hotkey, *LButton, Toggle | |
Hotkey, *RButton, Toggle | |
Gui, Add, Tab, x2 y-1 w297 h225 , About|Autoclicker|FastPlace|Help|Credits | |
Gui, Tab, About | |
Gui, Font, S30 CDefault, Impact | |
Gui, Add, Text, x65 y70 w200 h70 , ahkClicker | |
Gui, Font, S20 CDefault, Verdana | |
Gui, Add, Text, x65 y110 w200 h40 , Formerly Tap | |
Gui, Font, S10 CDefault, Verdana |
Rather than set up even more infrastructure, I run Proxmox Backup Server on the same machine that's running a Proxmox VE host.
Open a shell on your Proxmox VE host. We'll be installing PBS alongside Proxmox VE at the OS level. We will NOT run PBS inside a container.
- First, you need to open cmd in the admin mode, then run all commands below one by one.
- For x86 and x64
cd /d %ProgramFiles(x86)%\Microsoft Office\Office16
cd /d %ProgramFiles%\Microsoft Office\Office16