GIT self signed cert

C:\Program Files\Git\usr\ssl\certs\ca-bundle.crt Copy file Append own cert (Text editor) git config –global http.sslCAInfo „E:\……\ca-bundle.crt“

Elementor: Finde custom post type

add_action( ‚elementor/query/my_custom_filter‘, function( $query ) {// Here we set the query to fetch posts with// post type of ‚custom-post-type1‘ and ‚custom-post-type2‘$query->set( ‚post_type‘, [ ‚custom-post-type1‘, ‚custom-post-type2‘ ] );} );

Update WordPress URL

UPDATE wp_options SET option_value = replace(option_value, ‚http://www.old.url‘, ‚http://www.new.url‘) WHERE option_name = ‚home‘ OR option_name = ’siteurl‘;UPDATE wp_posts SET guid = replace(guid, ‚http://www.old.url‘,’http://www.new.url‘); UPDATE wp_posts SET post_content = replace(post_content, ‚http://www.old.url‘, ‚http://www.new.url‘); UPDATE wp_postmeta SET meta_value = replace(meta_value,’http://www.old.url‘,’http://www.new.url‘);

WordPress Multisite Einstellungen

define(‚FORCE_SSL_ADMIN‘, true); define(‚WP_ALLOW_MULTISITE‘, true);define(‚MULTISITE‘, true);define(‚SUBDOMAIN_INSTALL‘, true);define(‚DOMAIN_CURRENT_SITE‘, ‚admin.domain.de‘);define(‚PATH_CURRENT_SITE‘, ‚/‘);define(‚SITE_ID_CURRENT_SITE‘, 1);define(‚BLOG_ID_CURRENT_SITE‘, 1); define( ‚COOKIE_DOMAIN‘, “ );define( ‚ADMIN_COOKIE_PATH‘, ‚/‘ );define( ‚COOKIEPATH‘, ‚/‘ );define( ‚SITECOOKIEPATH‘, ‚/‘ ); define(‚WP_MEMORY_LIMIT‘, ‚265M‘);define(‚WP_MAX_MEMORY_LIMIT‘, ‚265M‘);

iOS Activator ssh commands

activator send libactivator.system.take-screenshotactivator send libactivator.audio.volume.100activator send libactivator.audio.volume.media.100

iOS Wireshark

ssh root@deviceIP tcpdump -w – ‚port !22‘ | wireshark -k -i –