Insights, updates, and deep dives into cybersecurity, cloud technology, and AI innovation.
One of the principal flows an integrated majority of us sleep, stick integrated, push away boredom, or even blow apart hours at work is typical to try out games–video games, personal computer games (on you do know there are numerous addictive games at the body’s expression course, right?), or over the internet games. I private […]
Automated updates for the core OS has been available for several years now on Macs, and Apple has added the ability to update automatically apps you have added from the AppStore as well. However, if you have installed open source apps with Brew, chances are that you may forget to update them regularly. This is […]
The official tool to upgrade the Samsung Galaxy Pro B7510 is Kies, but in most cases, the upgrade can’t be done. Instead there is a tool named Odin: http://enzag.com/technology/android/how-to-upgrade-samsung-galaxy-pro-b7510-to-gingerbread/ It is recommended to register at SamFirmware where you can download the official firmware, then you can install it using: http://www.sammobile.com/2014/12/23/firmware-for-samsungs-upcoming-tizen-phone-the-z1-now-online/8/?view=2588
In a world of storage on demand and virtualized environments, adding more storage on the fly has become simple even on Linux machines without expensive software like Veritas storage manager. Here is how to proceed: need to use LVM or LVM 2 add the new disk as an LVM capable physical volume: pvcreate /dev/sdb (or […]
SPSS enables extracting the essence of the heaps of data available today, and as a result dramatically reducing the time to present actionable information to decision makers.
When entering new services, I was having this error, and I couldn’t figure out why: Checking Table ‘service’ ERROR: 10813…service(number=XXXXXXX): Nextusagedate is ‘0000-00-00’ (FIX MANUALLY) BillMax support promptly acknowledged that it is a bug that cause this behavior under rare circumstances. The solution is to run on the billmax database the following SQL: update service […]
Both our secure and unsecure email systems are able to handle text, rich text and html messages. It is up to you to set your email program (i.e. Mozilla Thunderbird or Outlook Express) to use HTML or RTF for formatting email. However, we recommend that you stick with text-only emails, as the graphics and other […]
If you need to make sure that data incoming from a data source is integer, you can use: if ( =~ m/^[d]*$/ ) { print “integern”; } More info is on SitePoint.
When developing queries and stored procedures, it is possible to lock up access to the database. This can happen most frequently when autocommit is off, and a transaction is left hanging in a window. If all else fails, the application that is causing the lockup can be identified and forced with: LIST APPLICATIONS; FORCE APPLICATION (<application […]