Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : Programming

Programming

Delete WordPress posts from the database

  • September 1, 2015

First run some selects statement before you start deleting SELECT * FROM wp_posts where post_status like ‘%XXXXXXXX%’ SELECT * FROM wp_postmeta WHERE NOT EXISTS ( SELECT * FROM wp_posts WHERE wp_postmeta.post_id = wp_posts.ID ); Run … Read more

    • Programming

undefined symbol: php_json_decode_ex in Unknown on line 0 – Solr.so in Ubuntu

  • November 6, 2014

Make you sure that this line comes before your newly added extension in php.ini extension=json.so then add your extension extension=xyz.so The order matters

    • PHP
    • Programming

Upgrading Request Tracker to the Latest Version

  • October 28, 2014

Step 1 Backup your current database. mysqldump rt4 > rt4.sql Step2 Download the latest version and unzip it to a folder https://www.bestpractical.com/ (NOT The Destination folder). You can unzip it to your /tmp folder as … Read more

    • Programming

Compile SWFTools in Ubuntu

  • October 13, 2014
  • 1 comment

1. Prerequisites Make sure that you install the following libraries: apt-get install libgif-dev apt-get install libjpeg-dev apt-get install libfreetype6-dev 2. Compile swftools ./configure make make install

    • Other
    • Programming

Change all Files to 644 and all Directories to 755 Linux

  • October 8, 2014

Files find . -type f -print0 | xargs -0 chmod 0644 Directories find . -type d -print0 | xargs -0 chmod 0755

    • Programming
« Older Posts
Newer Posts »

Search

Search

YCSoftware Recent Comments

THANKS!!!.. worked like a charm......
It works!...
THANKS! FIXED the problem I was having!!! :) openSUSE LEAP 15.0 m...
perfect, thanks much...
thanks a lot...
Love it bro that worked for me thank you...
Same error, but on Mac, any ideas?...
Thanks very much !!!...
Just testing...
Awesome, problem solved. Thanks man....

Tags

.net C# Centos 5 interest internet Microsoft Access Microsoft Office Programming technology thinker vmware vmware tools

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top