pkg upgrade
pkg install openssh
TO edit port (default is 8022) vi $PREFIX/etc/ssh/sshd_config
Port 2222
sudo apt update
sudo apt install qemu qemu-kvm libvirt-daemon-system libvirt-clients bridge-utils cpu-checker \
network-manager iptables-persistent linux-headers-generic \
qemu uml-utilities virt-manager git \
wget libguestfs-tools p7zip-full make dmg2img tesseract-ocr \
tesseract-ocr-eng genisoimage vim net-tools screen firewalld libncurses-dev -y
sudo apt install virt-manager
sudo addgroup kvm
The last SDK is available in https://dl.google.com/android/repository/platform-tools-latest-windows.zip
Please do a favor to yourself and dont extract to root of your C drive.
curl 'http://192.168.0.1/goform/goform_set_cmd_process' \
-H 'Accept: application/json, text/javascript, */*; q=0.01' \
-H 'Accept-Language: en-US,en' \
-H 'Cache-Control: no-cache' \
-H 'Connection: keep-alive' \
-H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' \
-H 'Cookie: JSESSIONID=d8th4erv3wd6y7ebkuapdxsw' \
Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.
To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.
./App/OpenJDKJRE64
..\App\AppInfo\Launcher\JDownloaderPortable.ini
Edit or Add the following configs under each category
[Launch]
@echo off | |
title Ollama Portable | |
set OLLAMA_ORIGINS=* | |
set OLLAMA_HOST=0.0.0.0 | |
set userprofile=%cd%\data | |
set localappdata=%cd%\data\AppData\Local | |
cmd /k ollama.exe |
docker rm -f $(docker ps -qa); docker volume rm $(docker volume ls -q); docker rmi -f $(docker images -q) |
pnpm install -D tailwindcss postcss autoprefixer | |
pnpx tailwindcss init -p | |
cat > tailwind.config.js <<EOF | |
/** @type {import('tailwindcss').Config} */ | |
export default { | |
content: [ | |
"./index.html", | |
"./src/**/*.{js,ts,jsx,tsx}", | |
], |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node-terminal", | |
"name": "Run Script: dev", | |
"request": "launch", | |
"command": "npm run dev", | |
"cwd": "${workspaceFolder}", | |
"internalConsole": "integratedTerminal", |