Skip to content

Instantly share code, notes, and snippets.

View maxisandoval37's full-sized avatar
💻
Lorem ipsum dolor sit amet

Maximiliano Sandoval maxisandoval37

💻
Lorem ipsum dolor sit amet
View GitHub Profile
@maxisandoval37
maxisandoval37 / Dockerfile
Last active January 9, 2024 01:31
Dockerfile for Maven java
# --Dockerfile for Maven java---
FROM ubuntu:latest AS build
RUN apt-get update
RUN apt-get install openjdk-17-jdk -y
COPY . .
RUN chmod +x mvnw
RUN chmod +x ./mvnw
@maxisandoval37
maxisandoval37 / maven.yml
Last active January 4, 2024 19:52
Build and Test Maven - Github Action Example
name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
@maxisandoval37
maxisandoval37 / .gitignore
Created December 4, 2023 13:47
Java .gitignore
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### STS ###
.apt_generated
.classpath
.factorypath
@maxisandoval37
maxisandoval37 / .txt
Last active April 6, 2023 16:14
COMANDOS DRIVERS/MODULOS LINUX
##############INSTALAR HEADERS##############
uname -r
apt search linux-headers-$(uname -r)
##############IMPLEMENTACIÓN###############
//Compilar .c
make clean & make;
。                 ゚   .              .
,         .  .        .
     。                   ゚         。
  .        .     .          。  . 
 .            𝐻𝒶𝓋𝑒 𝒶 𝑔𝓇𝑒𝒶𝓉 𝒹𝒶𝓎 ㅤㅤㅤ     ㅤㅤㅤㅤㅤ   。  .
        。                 ゚   .              .
,         .  .        .
     。                   ゚         。
  .        .     .          。  .