Replace Website Url by SQL

  UPDATE wp_options SET option_value = replace(option_value, ‘old.domain.com’,’new.domain.com’) ; UPDATE wp_posts SET post_content = replace(post_content, ‘old.domain.com’,’new.domain.com’) ; UPDATE wp_comments SET […]

VPS Warp IPV6

1.Add Backports Repository 2. Add Internet Tool Packages 3. Add Wireguard Tools 4. Check Core Version, If Its Number Later […]

Vim Orders

01 Move Cursor 02 Screen Scroll and Jump 03 Text Find & Replace 04 Text Insert 05 Text Delete 06 […]

Install Bark

Official Repository https://github.com/Finb/bark-server Method A: With Docker: Method B: With Docker Compose: Nginx Template:

Scroll to Top