
About
This community is about bringing the people of the valley together. So much could be sourced from our lovely valley if we had a deeper connection within our community.
We provide Open-Source solutions to residents of the South Peninsula Valley.
👩❤️👩 Community
Online Members
No online members at the moment
-
Andre Tiltman posted a new topic "ComfyUI (Stable Diffusion)" – 3 days, 2 hours ago
Clone Repo
https://github.com/comfyanonymous/ComfyUI.git
Install from Comfy-Cli
pip install comfy-cli
comfy installInstall Requirments
pip install -r requirements.txt
Run
python main.py –listen=192.168.1.51 –port=8188
Low Memory Issue
python main.py –listen=192.168.1.51 –port=8188 –novram –disable-cuda-malloc –cpu-vae
-
Andre Tiltman posted a new topic "openedai-whisper" – 5 days, 14 hours ago
# Install Nvidia Docker runtime curl -s -L https://nvidia.github.io/nvidia-container-runtime/gpgkey | sudo apt-key add – distribution=$(. /etc/os-release;echo $ID$VERSION_ID) curl -s -L https://nvidia.github.io/nvidia-container-runtime/$distribution/nvidia-container-runtime.list | sudo tee /etc/apt/sources.list.d/nvidia-container-runtime.list…Read more
-
Marlehone Mead changed their profile picture 1 week, 3 days ago
-
Marlehone Mead became a registered member 1 week, 3 days ago
-
Andre Tiltman posted a new topic "Piper" – 1 week, 5 days ago
Docker Install docker run -d \ –name=piper \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ -e PIPER_VOICE=en_US-lessac-medium \ -e PIPER_LENGTH=1.0 `#optional` \ -e PIPER_NOISE=0.667 `#optional` \ -e PIPER_NOISEW=0.333 `#optional` \ -e PIPER_SPEAKER=0 `#optional` \ -e PIPER_PROCS=1 `#optional`… Read more»
-
Andre Tiltman posted a new topic "Faster-Whispher" – 1 week, 5 days ago
Docker Install
docker run -d \
–name=faster-whisper \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e WHISPER_MODEL=tiny-int8 \
-e WHISPER_BEAM=1 `#optional` \
-e WHISPER_LANG=en `#optional` \
-p 10300:10300 \
-v /mnt/apps/faster-whisper/data:/config \
–restart unless-stopped \
lscr.io/linuxserver/faster-whisper:latest -
Andre Tiltman posted a new topic "Viseron [Home Security]" – 1 week, 5 days ago
Docker Install docker run -v /mnt/apps/viseron/segments:/segments -v /mnt/apps/viseron/snapshots:/snapshots -v /mnt/apps/viseron/thumbnails:/thumbnails -v /mnt/apps/viseron/event_clips:/event_clips -v /mnt/apps/viseron/config:/config -v /etc/localtime:/etc/localtime:ro -p 8888:8888 –name viseron –shm-size=1024mb …Read more
-
Andre Tiltman posted a new topic "Frigate [Home Security]" – 1 week, 5 days ago
Install with Docker docker run -d –name frigate –restart=unless-stopped –stop-timeout 30 –mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 –device /dev/bus/usb:/dev/bus/usb –device /dev/dri/renderD128 –shm-size=64m -v /mnt/apps/frigate/storage:/media/frigate -v /mnt/apps/frigate/config:/config -v…Read more
-
Lettie Lindstrom became a registered member 1 week, 6 days ago
-
Andre Tiltman posted a new topic "Cloud Apps" – 1 week, 6 days ago
Docker Installation
docker run -d \
-v /mnt/apps/nextcloud:/var/www/html \
-v /mnt/apps/nextcloud/custom_apps:/var/www/html/custom_apps \
-v /mnt/apps/nextcloud/config:/var/www/html/config \
-v /mnt/apps/nextcloud/data:/var/www/html/data \
-p 8085:80 \
nextcloudedit config.php add to trusted domains
-
Andre Tiltman posted a new topic "[parted] Disk Partioning" – 2 weeks ago
Creating Partition Get List Of Hard Drives lsblk Create Partion type sudo parted /dev/sda mklabel msdos Create ext4 partition sudo parted -a opt /dev/sda mkpart primary ext4 0% 100% Mounting Partiton Get UUID sudo lsblk -o NAME,FSTYPE,LABEL,UUID,MOUNTPOINT Add to… Read more»
-
Tim Dunnell became a registered member 1 month ago
-
Andries Zwiegelaar became a registered member 1 month, 2 weeks ago
-
Andre Tiltman posted a new topic "[Minecraft] Mod Server (joblox)" – 2 months, 2 weeks ago
Mod Server (Default) Name: Mod Server Description: Minecraft with Mods Installed Game Mode: Survival IP: joblox.co.za Port: 19133 Mods Installed Enabled Hallucination BETA : https://modbay.org/mods/3406-hallucination-beta.html Better On Bedrock: https://modbay.org/mods/365-better-on-bedrock.html The Knocker: h…Read more
-
Andre Tiltman posted a new topic "[Home Automation] Homeassistant" – 2 months, 3 weeks ago
There are a number of ways to install or configure home assistant. Generally this will be run on its own dedicated hardware like a raspberry pi. In my case I’m assuming you are setting up home assistant on a home… Read more»
-
Andre Tiltman posted a new topic "Hard Disks (Linux)" – 3 months, 2 weeks ago
List Hard Drives sudo fdisk -l Get Disk UUID ls -l /dev/disk/by-uuid/ Mount Points sudo nano /etc/fstab Samba Mount Point /etc/fstab //192.168.1.100/Documents /mnt/Documents cifs vers=3.0,credentials=/root/.SMBcredentials Samba Credentials /root/.SMBcredentials username=user password=password Mount by UUID UUID=76560081560043F9 /mnt/Documents ntfs…Read more
-
Cathy became a registered member 3 months, 4 weeks ago
-
Andre Tiltman posted a new topic "Minecraft Server (Bedrock edition)" – 4 months, 2 weeks ago
Minecraft Bedrock Dedicated Minecraft servers hosted through Docker. Vanilla Server Server Name: Vanilla Server Description: Vanilla Minecraft no mods or cheats Game Mode: Survival Server Address: joblox.co.za Port: 19132 Mod Server (Default) Name: Mod Server Description: Minecraft with… Read more»
-
Andre Tiltman posted a new topic "Ubuntu Disk Space" – 4 months, 3 weeks ago
Logs
Identify Log Files
cd /var/log
Empty Logs
sudo sh -c ‘echo > /var/log/syslog’
Logrotate
Install Tool
sudo apt-get install logrotate
Create Init.D File
sudo nano /etc/logrotate.d/my_logs.conf
Paste
/var/log/syslog
/var/log/auth.log {
su root root
daily
rotate 7
compress
delaycompress
missingok
notifempty
create 640 root…Read more -
Linda Navon became a registered member 5 months ago
- Load More