This guide helps you set up a local instance of ChatGPT with LLaMA 3.2 for macOS or tablet access.
- Docker is installed on your machine.
- Ollama is installed.
echo 'shopt -s histappend
export PROMPT_COMMAND="history -a; history -n"
export HISTFILESIZE=-1
export HISTSIZE=-1
export HISTTIMEFORMAT="%F %T "' >> /root/.bashrc
// Automatic FlutterFlow imports
import '/backend/backend.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/custom_code/actions/index.dart'; // Imports other custom actions
import '/flutter_flow/custom_functions.dart'; // Imports custom functions
import 'package:flutter/material.dart';
Dependencies:
qr_flutter: ^4.0.0
Code:
// Automatic FlutterFlow imports
import { Box, Center, Text } from "@chakra-ui/react";
import { useEffect, useState } from "react";
import ApplicationForm from "../components/application/ApplicationForm";
import Confetti from "react-confetti";
export default function Application() {
const [dimensions, setDimensions] = useState({
#!/usr/bin/env bash | |
sudo apt install -y tmux | |
echo '#set prefix | |
set -g prefix C-a | |
bind C-a send-prefix | |
unbind C-b | |
set -g history-limit 100000 | |
set -g allow-rename off |
For later reference this may be helpful to future me and some other people. The Gatsby hydration issue: Styled components do not work on the initial page load or other strange things are happening in the production build but not in dev.
# will spray only users that currently have 0 bad password attempts | |
# dependency - powerview | |
function Get-BadPasswordCount { | |
param( | |
$username = "username", | |
$domain = "offense.local" | |
) | |
$pdc = (get-netdomain -domain $domain).PdcRoleOwner | |
$badPwdCount = (Get-NetUser $username -Domain $domain -DomainController $pdc.name).badpwdcount |
https://docs.sonarqube.org/latest/setup/install-server/
docker compose:
version: "3"
services: