-
Monitor SQL Server DB Processes
If you don’t have DBArtisan or other more advanced SQL Editor, you can use the query below. Take note that you’ll need necessary rights to be able to run it. select spid, status, blocked, open_tran, waitresource, waittype, waittime, cmd, lastwaittype, cpu, physical_io, hostname, hostprocess, loginame, program_name, net_address, net_library, dbid, ecid, kpid, nt_domain, nt_username, uid, sid,…
-
String Replace in C++
As I’m just a C++ poser, I don’t know a lot of things programming in this language especially if I have to deal with STL (Standard Template Library). As some of you know, when you’re not using third party libraries in C++, programming gets a little harder (note : my harder is harder than your…
-
Split-Shared Hosting
What is Split-Shared Hosting Split-Shared is popularised by the webhosting company CrucialWebhost. It is achieved by using virtualization in a powerful server to create multiple virtual private servers (VPS) and thus, splitting a server. Now, each VPS can then be shared with by a small number accounts and virtually isolated from other accounts in the…
-
Modified WP Table Prefix in bbPress
If you change your WordPress/WordPress mu table prefix (and thus, renamed the tables too) and you have a bbPress integrated with it, chances are your bbPress will lose its connection with WordPress since the configuration is not in bb-config.php. You’ll need to update the meta tables, too through mysql or phpmyadmin. Here’s the update query.…
-
Create New User in CentOS
create the user syntax useradd -d [folder_name] -s /bin/bash -c “[name]” [userid] sample useradd -d /usr/kwatog/ -s /bin/bash -c “Kwatog Admin” kwatog set the password passwd kwatog clean up later
-
WordPress as Application Framework
I’ve been using WordPress for several years now for blog-type publishing but never used it for a full scale CMS. For more complicated sites, I use Joomla. The latter is more powerful, flexible, extensible, scalable and with tons of plugins and templates to choose from. But because Joomla is a full-featured CMS, complexity comes with…
-
CrucialWebHost Limits Files
I’ve been a customer of Crucial Webhosting for almost a year now and lately, I’m having problem with them. Apparently, Crucial Webhost has an unwritten term of service that you bars you from placing more than 50,000 files per account. No matter what kind of files they are, you are just limited to that number.…
Recent Comments