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:
Currently Offline
Favorite Game
0.3
Hours played
75
Achievements
Recent Activity
6.4 hrs on record
last played on 15 Mar
562 hrs on record
last played on 12 Mar
Achievement Progress   0 of 249
34 hrs on record
last played on 11 Mar
Laszlo 1 Nov, 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 Oct, 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 Sep, 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 Aug, 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 Jun, 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 May, 2024 @ 11:51am 
ModuleNotFoundError: No module named 'bq_stats'