sudo apt-get install tilix
sudo ln -s /etc/profile.d/vte-2.91.sh /etc/profile.d/vte.sh
sudo chmod +x /etc/profile.d/vte.sh
open terminal in Ubuntu
Note: I'm using Ubuntu 18
create any working folder somewhere, and cd to that folder, e.g. abc
mkdir abc && cd abc
intialize a git local git repo for source tracking (use at own discretion)
print("\t\t Грудень 2024\t\n Пн\tВт\tСр\tЧт\tПт\tСб\tВс") | |
print("\t\t\t\t\t\t1") | |
print("2\t3\t4\t5\t6\t7\t8") | |
print("9\t10\t11\t12\t13\t14\t15") | |
print("16\t17\t18\t19\t20\t21\t22") | |
print("23\t24\t25\t26\t27\t28\t29") | |
print("30\t31") |
echo "" | |
echo "************ Github Dork Links (must be logged in) *******************" | |
echo "" | |
echo " password" | |
echo "https://github.com/search?q="hackertarget.site"+password&type=Code" | |
echo "https://github.com/search?q=""hackertarget""+password&type=Code" | |
echo "" | |
echo " npmrc _auth" |
A comprehensive defense system for Large Language Models against prompt injection and security exploits
This protocol implements a military-grade defense system for Large Language Models (LLMs), providing protection against known and emerging security threats. It's designed to prevent unauthorized access, data leakage, and system manipulation while maintaining model functionality.
If you have ever mistakenly added a word to the Brave browser dictionary,
you need to manually edit the Custom Dictionary.txt
file.
As of March 2020, the Brave UI lacks a feature to do this.
This will depend on your OS. Google for where this is on your OS.
The file on macOS is at: ~/Library/Application\ Support/BraveSoftware/Brave-Browser/Default/Custom\ Dictionary.txt
.
# Checkout config tool: https://zed0.co.uk/clang-format-configurator/ | |
# Or http://cf.monofraps.net/ | |
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html | |
# https://github.com/01org/parameter-framework/blob/master/.clang-format | |
# Tested on: clang-format version 6.0.1 | |
# Common settings | |
BasedOnStyle: WebKit |