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 very much !!!...
Just testing...
Awesome, problem solved. Thanks man....
REboot the MAC and Try to redownload the JDK. It might be that the JDK...
When I download the new JDK for Mac it says the disk image is not reco...
You are my hero for posting this....
Greetings! Very useful advice in this particular article! It's the ...
I love what you guys are up too. This type of clever work and reportin...
relates to. To fix that you can either include the path to mysqldump e...
By implementing all these third-party tacked on start menus, all we’...

Tags

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

Sponsors

YCSoftware
  • © 2025 Ycsoftware.net
Top