Top Poster
#1 ramon fincken 416
#2 Site admin 3
#3 Ber|Art 2
#4 braddmark 1
#5 accentmedia 1
#6 Xarzu 1
#7 khadish 1
#8 moxxx 1
#9 nistelrock 1
#10 Justin-ServerPilot 1

The time now is Wed Mar 29, 2023 11:22 pm
Ramonfincken.com Forum Index
View unanswered posts
Getting a certificate serial number
Author ramon fincken :: Posted: Wed Mar 08, 2023 9:32 am :: Category: Bash, perl, python and CLI linux
Tagged: , ,


Code:
openssl x509 -noout -serial -in cert.pem


split large file after line x
Author ramon fincken :: Posted: Mon Mar 06, 2023 12:55 pm :: Category: Bash, perl, python and CLI linux
Tagged: , ,


after line 100

Code:
(head -100 > f1.txt; cat > f2.txt) < input.txt



source: https://superuser.com/questions/624237/...given-line


Finding a faulty plugin
Author ramon fincken :: Posted: Fri Nov 04, 2022 10:26 am :: Category: CMS-ses (Joomla, WordPress, etc..)
Tagged: , ,


From https://easyengine.io/tutorials/wpcli/f...ty-plugin/

Code:
wp --skip-plugins post list



Code:
for plugin in `wp --skip-plugins plugin list --status=active --field=name`; do
   echo "Test :: wp --skip-plugins=$plugin post list"
   wp --skip-plugins=$plugin post list
done


[directadmin] which user has which PHP
Author ramon fincken :: Posted: Tue Nov 01, 2022 10:55 am :: Category: Control panels (plesk, cpanel, direct admin)
Tagged: , ,


Code:
ls -all /usr/local/directadmin/data/users/*/php/php-* | grep php-fpm8


[WordPress] commits
Author ramon fincken :: Posted: Fri Oct 14, 2022 11:25 am :: Category: CMS-ses (Joomla, WordPress, etc..)
Tagged: , , ,


https://core.trac.wordpress.org/changeset/46196
Message:
Docs: Clarify that $show_in_rest parameter of register_post_type() and register_taxonomy() should be enabled for the post type or taxonomy to be available in the block editor.
Props ramon-fincken.
Fixes #48084.

https://core.trac.wordpress.org/changeset/40978
Message:
Introduce $comment_count param for WP_Query.
This parameter allows querying for posts with a specific value of
comment_count. It is also possible to query for posts that match
a comment_count comparison by passing an array with 'value' and
'compare' operators (eg array( 'compare' => '>', 'value' => 5 )).
Props ramon fincken.
Fixes #28399.

https://core.trac.wordpress.org/changeset/54239
Message:
Bootstrap/Load: Confirm the value of WP_ENVIRONMENT_TYPE before using.
This adjusts the check for the presence of the WP_ENVIRONMENT_TYPE constant to also confirm it is set to a non-empty value before using.
Props dd32, khokansardar, ramon-fincken.
Fixes #55741.

https://core.trac.wordpress.org/changeset/55018
Message:
Docs: Remove the legacy example of passing a taxonomy to get_terms().
Props ramon-fincken, sabernhardt, SergeyBiryukov.
Fixes #57380.


[solved] decrypt retrieve synology nas camera password
Author ramon fincken :: Posted: Sun May 22, 2022 9:11 am :: Category: Bash, perl, python and CLI linux


Code:
admin@mynas:/var/services/surveillance/mycamera$ sudo tcpdump -i eth0 -XXvvtS "host 192.168.0.18 and port 88" | grep -B 2  -A 6 'Authorization'



Adjust host 192.168.0.18 and port 88 accordingly

Just base64 decode the Authorization header, it will show the username and password


Laminaatsnijder
Author ramon fincken :: Posted: Wed May 11, 2022 9:00 am :: Category: Lounge


Heb je een snijder nodig voor je laminaatplanken?
Dan kun je die voor 16 euro voor vier uur huren bij de bouwmarkt.

of je betaalt een paar euro extra en kunt hem hier een volledige week huren !

https://laminaatsnijderhuren.nl/


Incorrect default date
Author ramon fincken :: Posted: Thu Apr 14, 2022 1:44 pm :: Category: CMS-ses (Joomla, WordPress, etc..)


Code:
ALTER TABLE `wp_posts` CHANGE `post_date` `post_date` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00', CHANGE `post_date_gmt` `post_date_gmt` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00', CHANGE `post_modified` `post_modified` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00', CHANGE `post_modified_gmt` `post_modified_gmt` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00';


All times are GMT
Who is Online
Who is Online Our users have posted a total of 421 articles
We have 26 registered users
The newest registered user is MathewCow
In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest   [ Administrator ]   [ Moderator ]
Most users ever online was 41 on Wed Sep 09, 2015 1:34 am
Registered Users: None
This data is based on users active over the past five minutes
Log in
Username:    Password:      Log me on automatically each visit    

New posts New posts    No new posts No new posts    Forum is locked Forum is locked
General forums
The world of freelance
Programming
Other projects
Poll
I love gifts

Yes goodies and presents! [3]
No but I love polls ! [1]

Related google ads