export TFTP_FOLDER=/srv/tftp/bios
cd $TFTP_FOLDER
mkdir grml
cd grml
wget -O /tmp/grml.iso https://download.grml.org/grml64-small_2020.06.iso
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🌞 Morning 77 commits ███▍░░░░░░░░░░░░░░░░░ 16.6% | |
🌆 Daytime 101 commits ████▌░░░░░░░░░░░░░░░░ 21.7% | |
🌃 Evening 175 commits ███████▉░░░░░░░░░░░░░ 37.6% | |
🌙 Night 112 commits █████░░░░░░░░░░░░░░░░ 24.1% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\.exe] | |
@="exefile" | |
[HKEY_CLASSES_ROOT\.exe\PersistentHandler] | |
@="{098f2470-bae0-11cd-b579-08002b30bfeb}" | |
[HKEY_CLASSES_ROOT\exefile\shell\open\command] | |
@="\"%1\" %*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
echo "Start time :" | |
date | |
target_name=$(date '+%Y-%m-%d_%H-%M-%S') | |
folderroot=/mnt/scans | |
folder=$folderroot/$(date +%Y/%m/%d) | |
fullpath=$folder/$target_name.ppm | |
finalpath=$folder/$target_name.png | |
scanimage_options="--mode color --resolution 150" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo wget https://gist.githubusercontent.com/Luclu7/f52dd0a15817c26234c4fe15c3bfc497/raw/293bd4b95708778ee4effac539c5c77c7e3572bd/shrug -O /usr/bin/shug | |
echo "Installed !" |
I hereby claim:
- I am luclu7 on github.
- I am luclu7 (https://keybase.io/luclu7) on keybase.
- I have a public key ASA5dxEpp0G6WHKjtAUbNxVa9yT6dSLZfDvPv6yfFoJkDgo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{HTTPS} off | |
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} | |
Header set Strict-Transport-Security "max-age=31536000" env=HTTPS | |
SSLProtocol All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
—– BEGIN LICENSE —– | |
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA | |
93F6323C FD7F7544 3F39C318 D95E6480 | |
FCCC7561 8A4A1741 68FA4223 ADCEDE07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" /> | |
<title>WYIT?</title> | |
</head> | |
<body> | |
<div class="centered"> |