Skip to content

Instantly share code, notes, and snippets.

@gamersalpha
gamersalpha / gist:30297319e36becfe2825d6da993467e6
Created May 2, 2020 09:40
Conversation de video en masse provenant de Nvidia record gaming en fichier MKV sans perte de qualité
#!/bin/bash
# envoie de la liste des fichier dans une variable database
#database=$(find /mnt/FlexGoHome/record/ -type f \( -iname "*.mp4" ! -iname "*.TRT" \))
# boucle utilisant la variable database
for db in ${database}
do
echo "${db}"
[ServerSettings]
allowThirdPersonPlayer=1
AllowCaveBuildingPvE=1
alwaysNotifyPlayerJoined=1
alwaysNotifyPlayerLeft=1
bAllowFlyerCarryPvE=1
bDisableStructureDecayPvE=1
DayCycleSpeedScale=1.00000
DayTimeSpeedScale=0.92010
NightTimeSpeedScale=1.23971
Distro Details
=============================================================================================================================================================
Date:
Distro: Ubuntu 20.04.2 LTS
Arch: x86_64
Kernel: 5.4.0-70-generic
Hostname: srv-ark-02
Uptime: 3d, 1h, 46m
tmux: tmux 3.0a
Distro Details
=============================================================================================================================================================
Date:
Distro: Ubuntu 20.04.2 LTS
Arch: x86_64
Kernel: 5.4.0-70-generic
Hostname: srv-ark-02
Uptime: 3d, 5h, 15m
tmux: tmux 3.0a
Hello there so i m using Kali linux :
version : 2021 -1
First i do this for the sound :
```
# Step 1 - Install Some PreReqs
sudo apt-get install git libpulse-dev autoconf m4 intltool build-essential dpkg-dev -y
sudo apt build-dep pulseaudio -y
<?xpacket begin="" id="W5M0MpCehiHzreSiNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" xmptk="SAMSUNG 360CAM">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="" xmlns:GPano="http://ns.google.com/photos/1.0/panorama/">
<GPano:ProjectionType>equirectangular</GPano:ProjectionType>
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
PUID: 1000
PGID: 1000
ports:
- 3000:3000
services:
swag:
image: lscr.io/linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
@gamersalpha
gamersalpha / gist:501a08e641a9861ee651bb39582a3268
Created September 22, 2024 15:28
Portainer - Stacls - Docler compose
services:
swag:
image: searxng/searxng
container_name: searx-ng
environment:
- PUID=1000
- PGID=1000
- BASE_URL=https://searx.portail.domaine.fr
- INSTANCE_NAME=SearchApps
- TZ=Europe/Paris
@gamersalpha
gamersalpha / gist:c6103c6f871be43b67373dd6d6edf473
Created September 23, 2024 19:03
Ollama et Web Open UI docker compose
services:
ollama:
image: ollama/ollama:latest
container_name: ollama
volumes:
- ollama:/root/.ollama
#pull_policy: always
#tty: true
#ports:
# -11434:11434