Red Hat Enterprise Linux 8 Security Technical Implementation Guide :: Version 1, Release: 14 Benchmark Date: 24 Apr 2024
Updated on 2024-07-02
All fix and check commands must be run as root.
| { | |
| "models": [ | |
| { | |
| "name": "models/chat-bison-001", | |
| "version": "001", | |
| "displayName": "PaLM 2 Chat (Legacy)", | |
| "description": "A legacy text-only model optimized for chat conversations", | |
| "inputTokenLimit": 4096, | |
| "outputTokenLimit": 1024, | |
| "supportedGenerationMethods": [ |
| #!/bin/bash | |
| # ================================================================== | |
| # This script will compile and install a static ffmpeg build with | |
| # support for NVENC in Ubuntu. Developed in Ubuntu 22.04 LTS, | |
| # with NVIDIA Drivers v510.73 and CUDA v11.6 | |
| # It assumes NVIDA drivers are installed and that you have a | |
| # CUDA-compatible GPU. You can check installed drivers with: | |
| # $ apt list *nvidia-driver-* | grep installed | |
| # $ nvidia-smi | |
| # ================================================================== |
This guide will walk you through adding a ChatGPT-like messaging stream to your Ruby on Rails 7 app using ruby-openai, Rails 7, Hotwire, Turbostream, Sidekiq and Tailwind. All code included below!
Want more content like this, for free? Check out my free book, RailsAI!
| #Reich like drumming, by Robin Newman, January 2023 | |
| #I use hi and mid tomtoms for the two parts | |
| #or you can set them both the same eg to hard snare | |
| use_debug false | |
| use_midi_logging false | |
| use_midi_defaults channel: 1,port: "iac_driver_bus" | |
| link #lets you adjust tempo as program is running | |
| #set master pattern option with uniform amp or accented amp | |
| #uncomment either the 12 beat or 16 beat patterns |
| [Trigger] | |
| Operation = Install | |
| Operation = Upgrade | |
| Type = Path | |
| Target = etc/makepkg.conf | |
| Target = usr/share/makepkg/buildenv/lto.sh | |
| Target = usr/share/makepkg/executable/strip.sh | |
| [Action] | |
| Description = Modifying the Makepkg configuration... |
Make your Arch fonts beautiful easily! This is what I do when I install Arch Linux to improve the fonts.
You may consider the following settings to improve your fonts for system-wide usage without installing a patched font library packages (eg. Infinality):
Install some fonts, for example:
sudo pacman -S ttf-dejavu ttf-liberation noto-fonts
| # | |
| # Dockerfile for OpenRefine with RDF Extension | |
| # | |
| FROM openjdk:8-jre-alpine | |
| MAINTAINER [email protected] | |
| ENV OPENREFINE_MEMORY 2G | |
| ENV OPENREFINE_VERSION 3.4.1 | |
| ENV OPENREFINE_FILE openrefine-linux-${OPENREFINE_VERSION}.tar.gz |