- Install Bluetooth Command Line Tools
- you can use the command line tools to display all device ids by simply running btdiscovery
- Create a Connect batch script:
| # A basic script for uninstalling app packages in Windows 10/11, including those pre-installed with Windows | |
| # | |
| # Note: If you get an error about the script not being allowed to run, the below command will change the execution polciy temporarily for one session only: | |
| # Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process | |
| # | |
| # To execute the script, open a Powershell window to the directory with the script and run the following command using your scripts file name (and don't forget the .\ ) | |
| # .\WhateverScriptName.ps1 | |
| # ------------------------------------------------------------------------------------------- | |
| # Script by ThioJoe - https://github.com/ThioJoe | |
| // Variables used by Scriptable. | |
| // These must be at the very top of the file. Do not edit. | |
| // icon-color: deep-blue; icon-glyph: book; share-sheet-inputs: plain-text; | |
| // Stock Ticker Widget | |
| let stocksInfo = await getStockData() | |
| let widget = await createWidget() | |
| if (config.runsInWidget) { | |
| // The script runs inside a widget, so we pass our instance of ListWidget to be shown inside the widget on the Home Screen. | |
| Script.setWidget(widget) | |
| } else { | 
| # After running the script in logging in to your account, send "forward_unseen:mister_x:10" to your saved messages, | |
| # the bot will then forward 10 last messages of the first user with name mister_x to your saved messages. | |
| # This way you can check what people have sent you without them knowing you did. | |
| from telethon import TelegramClient, events, sync | |
| from telethon.tl.types import PeerUser | |
| api_id = # Your Telegram API id here | |
| api_hash = # Your Telegram API hash here | 
| """json_to_csv.py | |
| This script reads n numbers of json files present in a folder and then extract certain data from each file and write in a csv file. | |
| The folder contains the python script i.e. json_to_csv.py, output.csv and another folder descriptions containing all the json files. | |
| """ | |
| import os | |
| import json | |
| import csv | 
In Sep, 2021, Jupyterlab Desktop App (electron) was released by Mehmet Bektas (github repo).
brew install --cask jupyterlabTutorials for running live Kali on OSX often require you have networking on your laptop to apt install the drivers, but without an ethernet adapter you're not going to be able to do that, so this tutorial will cover a method of doing this manually, using another thumbdrive or external data source.
Download the appropriate Kali Linux .iso
I used a 64 bit .iso image, downloaded via HTTP.
| -- Create a group | |
| CREATE ROLE readaccess; | |
| -- Grant access to existing tables | |
| GRANT USAGE ON SCHEMA public TO readaccess; | |
| GRANT SELECT ON ALL TABLES IN SCHEMA public TO readaccess; | |
| -- Grant access to future tables | |
| ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES TO readaccess; | 
1 - Make sure you have Counter Strike installed
2 - Download YAPB http://forums.bots-united.com/showthread.php?t=9986
3 - Extract the zip and move the folder addons with all the content to ~/Library/Application Support/Steam/steamapps/common/Half-Life/cstrike
4 - After that, open the file liblist.gam in the folder above and replace gamedll_osx "dlls/cs.dylib" with this content:
//gamedll_osx "dlls/cs.dylib"