Badeli
Aleppo, Halab, Syrian Arab Republic
 
 
i'm bad at games
---THE RIG---

Keyboard: George Foreman Large Grey Steel Grill 25051
PC: Disney Princess 70594 Click & Go Style Collection Click and Go Play
Mouse: B6J-1700013F07Rikem1Cd Knockout Mouse
Monitor: Microvitec Cub 3000
:VSnake:
För närvarande Offline
Favoritspel
0,3
Timmar spelade
75
Prestationer
Senaste aktiviteterna
336 timmar totalt
spelades senast den 27 mar
0,6 timmar totalt
spelades senast den 27 mar
8,4 timmar totalt
spelades senast den 25 mar
Laszlo 1 nov, 2024 @ 15:21 
services:
jenkins:
image: jenkins/jenkins:lts
ports:
- "8080:8080"
- "5000:5000"
volumes:
- /home/jax/docker-compose-files/jenkins:/var/jenkins_home
ssh-agent:
image: jenkins/ssh-agent
Laszlo 25 okt, 2024 @ 10:14 
services:
db:
# We use a mariadb image which supports both amd64 & arm64 architecture
image: mariadb:10.6.4-focal
# If you really want to use MySQL, uncomment the following line
#image: mysql:8.0.27
command: '--default-authentication-plugin=mysql_native_password'
volumes:
- db_data:/var/lib/mysql
restart: always
environment:
- MYSQL_ROOT_PASSWORD=somewordpress
- MYSQL_DATABASE=wordpress
- MYSQL_USER=wordpress
- MYSQL_PASSWORD=wordpress
expose:
- 3306
- 33060
wordpress:
image: wordpress:latest
ports:
- 80:80
restart: always
environment:
- WORDPRESS_DB_HOST=db
- WORDPRESS_DB_USER=wordpress
- WORDPRESS_DB_PASSWORD=wordpress
- WORDPRESS_DB_NAME=wordpress
volumes:
db_data:
Laszlo 15 sep, 2024 @ 21:28 
#!/bin/bash

set -e

echo "Updating package list..."
sudo apt-get update -y

echo "Installing Apache..."
sudo apt-get install -y apache2

echo "Starting Apache and enabling it on boot..."
sudo systemctl start apache2
sudo systemctl enable apache2
Laszlo 27 aug, 2024 @ 10:27 
FROM jenkins/jenkins:2.346.3-jdk11
RUN jenkins-plugin-cli --plugins "blueocean:1.25.6 docker-workflow:1.29"
Laszlo 25 jun, 2024 @ 15:19 
In this task, you will be rating two responses that are generated for the same prompt. The project is structured as follows:

You will write a prompt.

You will see two different responses to the prompt.

You will compare the two responses against each other.

You will answer a series of questions about the responses.
Laszlo 3 maj, 2024 @ 11:51 
ModuleNotFoundError: No module named 'bq_stats'