Stay Tuned!

Subscribe to our newsletter to get our newest articles instantly!

Apps

Anything To Do with McAfee ePolicy Orchestrator (ePO)

  • 28 September 2010
  • 0 Comments

What is McAfee ePolicy Orchestrator? McAfee ePolicy Orchestrator is the open platform to centrally manage security for systems, networks, data, and compliance solutions. With end-to-end visibility and powerful automation that slash incident response times, ePolicy Orchestrator dramatically strengthens protection and drives down the cost of managing security. Challenge When you talk to McAfee Technical discussing […]

Apps

How to test the right DNS entry?

  • 7 June 2010
  • 0 Comments

Challenge We have multiple DNS servers and it seems one of the DNS entries is not correct. How do I test this? Solution On Windows, type in cmd to open command line. Type: nslookup > server ns1.your-dnsserver-that-you-want-to-test.com > support.your-website.com Check the entry result. Credits Photo by Anete Lusina: https://www.pexels.com/photo/crop-hacker-silhouette-typing-on-computer-keyboard-while-hacking-system-5240547/ Note: Page views – 1,724 (before […]

Programming

SQL: Performance Tuning Query

  • 21 February 2010
  • 0 Comments

Queries — Basic setup DBCC DROPCLEANBUFFERSDBCC FREEPROCCACHE SET STATISTICS IO ONSET STATISTICS TIME ON /* SELECT * FROM dbo.Categories*/ Sources Performance Tuning in SQL Server – http://www.youtube.com/watch?v=P97_oFfD218 Logical Read – http://www.sql-server-performance.com/articles/per/logical_reads_p1.aspx Viewing Missing Indexes – http://webbtechsolutions.com/2010/02/23/viewing-missing-indexes-in-management-studio-2005/ Credits Photo by Panumas Nikhomkhai: https://www.pexels.com/photo/close-up-photo-of-mining-rig-1148820/ [Note: Page views – 2,260 – before migrated from the Dewalist Blog website […]

Apps

SQL Server 2005 Notes

  • 12 August 2008
  • 0 Comments

Solutions Obfuscating your SQL Server Data If you are required to use real production data to test applications, any sensitive data should be “disguised” before loading it into the development environment. Find out more: http://www.simple-talk.com/sql/database-administration/obfuscating-your-sql-server-data/ Encrypting Your Valuable Data Security has become extremely important in today’s fiercely completive business environment. Industry standards require you to […]

Apps

What is the FTP layer for?

The Answer The FTP Layer allows file operations (such as installing Extensions or updating the main configuration file) without having to make all the folders and files writable. This has been an issue on Linux and other Unix-based platforms in respect of file permissions. This makes the site admin’s life a lot easier and increases […]

Apps

Can Joomla! 1.5 operate with PHP Safe Mode On?

The Answer Yes, it can! This is a significant security improvement. The safe mode limits PHP to be able to perform actions only on files/folders whose owner is the same as PHP is currently using (this is usually ‘apache’). As files normally are created either by Joomla! application or by FTP access, the combination of […]

Apps

Why does Joomla! 1.5 use UTF-8 encoding?

Well… how about never needing to mess with encoding settings again? Ever needed to display several languages on one page or site and something always came up in Gibberish? With utf-8 (a variant of Unicode) glyphs (character forms) of basically all languages can be displayed with one single encoding setting. Credits Photo by Pixabay: https://www.pexels.com/photo/business-coffee-composition-computer-265667/ […]

Apps

Automate Repetitive Tasks on Your Computer

  • 7 July 2007
  • 0 Comments

[This blog is migrated from our classifieds website on 18 July 2020. Previously, it has 3,759 views.] Pre-Solution There are 2 approaches: Here’s what I found 1. http://freddy1990.com/index.php?page=product&name=scar 2. Use IBM Rational Robot for this but keep in mind it’s not cheap. It’s also probably been renamed a few times since started using it so […]