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
## https://www.howtoforge.com/linux_screen | |
## create new screen | |
screen | |
## list screens | |
screen -ls | |
## connect to a screen | |
screen -r 123.... |
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 | |
/** | |
* Return debugging information of a Webserver. | |
* | |
* Store the file `luyacheck.php` on your webserver and open it via Browser Url or run in console with `php luyacheck.php`. | |
* | |
* @see https://luya.io | |
* @see https://github.com/luyadev/luya | |
*/ |
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 | |
/** | |
* Call a class method with arguments and verify the arguments if they are in the list of | |
* method arguments or not. | |
* | |
* ``` | |
* $response = ObjectHelper::callMethodSanitizeArguments((new MyClass()), 'methodToGet', ['paramName' => 'paramValue']); | |
* ``` | |
* |
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 | |
/** | |
* Send a Message to a Slack Channel. | |
* | |
* In order to get the API Token visit: | |
* | |
* 1.) Create an APP -> https://api.slack.com/apps/ | |
* 2.) See menu entry "Install App" | |
* 3.) Use the "Bot User OAuth Token" |
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
WLAN: | |
[ ID] Interval Transfer Bandwidth | |
[ 4] 0.0-10.0 sec 170 MBytes 142 Mbits/sec | |
WLAN via AC: | |
[ ID] Interval Transfer Bandwidth | |
[ 4] 0.0-10.0 sec 681 MBytes 571 Mbits/sec | |
Gbit Ethernet: | |
[ ID] Interval Transfer Bandwidth |
NewerOlder