systemctl status bluetooth.service
if needed restart
systemctl restart bluetooth.service
bluetoothctl
$ power on
systemctl status bluetooth.service
if needed restart
systemctl restart bluetooth.service
bluetoothctl
$ power on
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>PayloadContent</key> | |
| <array> | |
| <dict> | |
| <key>AutoJoin</key> | |
| <true/> | |
| <key>CaptiveBypass</key> |
###AnyDesk - How Enable Remote Access from ubuntu/debian terminal.
Here are the commands might be usefull in this purpose:
anydesk --get-status : To get current status of anydesk, which might be offlien,online or nothing.anydesk --get-id : To get the ID that your system can be accessed by.anydesk --service : To start anydesk service if not already running (for Linux).anydesk --restart-service : To restart anydesk serviceanydesk --stop-service : To stop anydesk service| git filter-branch -f --commit-filter ' | |
| if [ "$GIT_AUTHOR_EMAIL" = "[email protected]" -o "$GIT_AUTHOR_EMAIL" = "[email protected]" ]; | |
| then | |
| GIT_AUTHOR_NAME="User Name"; | |
| GIT_AUTHOR_EMAIL="[email protected]"; | |
| git commit-tree "$@"; | |
| else | |
| git commit-tree "$@"; | |
| fi' HEAD |
| #!/bin/sh | |
| # date: 02-17-2020 | |
| # ================= | |
| # System info | |
| # ================= | |
| # $ cat /etc/issue : Manjaro Linux \r (\n) (\l) | |
| # $ uname -a : Linux t490 5.4.18-1-MANJARO #1 SMP PREEMPT Thu Feb 6 11:41:30 UTC 2020 x86_64 GNU/Linux | |
| #install wine - my current version: wine-5.0 | |
| sudo pacman -S wine |
| #!/usr/bin/env python | |
| """Simple HTTP Server With Upload. | |
| This module builds on BaseHTTPServer by implementing the standard GET | |
| and HEAD requests in a fairly straightforward manner. | |
| """ |
1) Filter Table
Filter is default table for iptables. So, if you don’t define you own table, you’ll be using filter table. Iptables’s filter table has the following built-in chains.