On the command prompt, type screen
. Run the desired program. Use the key sequence ctrl-a + ctrl-d
to detach from the screen session. Reattach to the screen session by typing screen -r
.
$ screen -list
or
* Sends an email with the log file only if the file is not empty.
@ECHO OFF
chrome://settings/manageProfile |
# Work | |
RewriteCond %{REMOTE_ADDR} !^111.222.333.444 | |
# Home | |
RewriteCond %{REMOTE_ADDR} !^111.222.333.444 | |
# | |
RewriteCond %{REQUEST_URI} !^/coming-soon/(.)*$ [NC] | |
RewriteRule ^(.*)$ https://domain.tld/coming-soon/ [R=302,L] |
RewriteEngine On
# WWW to NON-WWW for HTTP and HTTPS
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
INSERT IGNORE INTO `db_lang` (`id`, `hodnota`, `jazyk`) SELECT `id`, `hodnota`, 'en' FROM db_lang; |
do & docompile wow server / private helper