This file contains hidden or 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
# Download last official driver | |
# (see here https://support.hp.com/de-de/drivers/selfservice/samsung-xpress-sl-m2070-laser-multifunction-printer-series/16450377) | |
wget https://ftp.hp.com/pub/softlib/software13/printers/SS/SL-M4580FX/uld_V1.00.39_01.17.tar.gz | |
# Unpack archive: | |
tar -xf uld_V1.00.39_01.17.tar.gz | |
# Move into driver folder: | |
cd uld |
This file contains hidden or 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
<?php | |
/** | |
* Dumps the schema of the tenant database. | |
* | |
* Backport into archtechx/tenancy v-3.x of the `migrate:dump` command from Tenancy v-4.x. | |
* @see https://github.com/archtechx/tenancy/pull/807 | |
* | |
* Usage: | |
* 1. create a new command in App/Commands/TenantDump.php with the content of this file. |
OlderNewer