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:
ออฟไลน์อยู่ในขณะนี้
เกมที่ชื่นชอบ
0.3
ชั่วโมงที่เล่นไปแล้ว
75
รางวัลความสำเร็จ
กิจกรรมล่าสุด
2 ชม. ในบันทึก
เล่นล่าสุด 21 มี.ค.
8.2 ชม. ในบันทึก
เล่นล่าสุด 18 มี.ค.
562 ชม. ในบันทึก
เล่นล่าสุด 12 มี.ค.
Laszlo 1 พ.ย. 2024 @ 3: 21pm 
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 ต.ค. 2024 @ 10: 14am 
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 ก.ย. 2024 @ 9: 28pm 
#!/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 ส.ค. 2024 @ 10: 27am 
FROM jenkins/jenkins:2.346.3-jdk11
RUN jenkins-plugin-cli --plugins "blueocean:1.25.6 docker-workflow:1.29"
Laszlo 25 มิ.ย. 2024 @ 3: 19pm 
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 พ.ค. 2024 @ 11: 51am 
ModuleNotFoundError: No module named 'bq_stats'