<?php
function number_to_emoji($number) {
$digits = str_split($number);
$emoji = "";
foreach ($digits as $digit) {
$emoji .= emoji_digit($digit);
}
return $emoji;
You only need these tables:
users
users_products
products
invoices
in users_products you will find the creation date, the next due date, details about the product, the price, and the active/inactive status
in the other tables, i guess it's pretty self explanatory.
#WISECPJUSTSUCKS
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
@if ($paginator->hasPages()) | |
<div class="flex items-center"> | |
{{-- Previous Page Link --}} | |
@if ($paginator->onFirstPage()) | |
<span class="rounded-l rounded-sm border border-brand-light px-3 py-2 cursor-not-allowed no-underline">«</span> | |
@else | |
<a | |
class="rounded-l rounded-sm border-t border-b border-l border-brand-light px-3 py-2 text-brand-dark hover:bg-brand-light no-underline" | |
href="{{ $paginator->previousPageUrl() }}" | |
rel="prev" |
dnf install kernel-devel kernel-headers dkms v4l-utils
git clone https://github.com/umlaeute/v4l2loopback.git
cd v4l2loopback
make
cp -R . /usr/src/v4l2loopback-1.1
dkms add -m v4l2loopback -v 1.1
dkms build -m v4l2loopback -v 1.1
dkms install -m v4l2loopback -v 1.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/bash | |
# Script de preparação e instalação de software - empresa NETEX | |
if [ $(whoami) != root ] | |
then | |
echo "Necessário rodar como root." | |
exit | |
fi |
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/bash | |
# Script de instalação do CID no LMDE | |
if [ $(whoami) != root ] | |
then | |
echo "Necessário rodar como root." | |
exit | |
fi |
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
dn: CN=sshPublicKey,CN=Schema,CN=Configuration,DC=testing,DC=example,DC=com | |
changetype: add | |
cn: sshPublicKey | |
name: sshPublicKey | |
lDAPDisplayName: sshPublicKey | |
adminDisplayName: sshPublicKey | |
objectClass: attributeSchema | |
attributeID: 1.3.6.1.4.1.24552.500.1.1.1.13 | |
attributeSyntax: 2.5.5.10 | |
schemaIDGUID:: +jduGq6aTj+LLL7JZhfWpw== |
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/bash | |
cd /home/container/server-data/ | |
bash /home/container/run.sh $* |
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
[Unit] | |
Description=Pterodactyl Wings Daemon | |
After=docker.service | |
[Service] | |
User=root | |
#Group=some_group | |
WorkingDirectory=/srv/daemon | |
LimitNOFILE=4096 | |
PIDFile=/var/run/wings/daemon.pid |
NewerOlder