Author Archive

Common Windows issues you can fix with a registry hack

August 3, 2010
By admin
Common Windows issues you can fix with a registry hack

If you read any article that involves editing the registry, you will no doubt see ominous warnings telling you that you can destroy Windows and/or your applications if you edit the registry incorrectly and that you should always make a full system backup before performing a registry modification. While these statements may be true,...
Read more »

Tags: ,
Posted in Microsoft, Umum | No Comments »

10+ mistakes Linux newbies make

May 11, 2010
By admin
10+ mistakes Linux newbies make

New desktop users can make plenty of mistakes (as can anyone). But knowing which mistakes to avoid, from the start, helps prevent a LOT of frustration. I’ve handled the topic of mistakes new Linux admins make, but never those of desktop users. Here are some of the most common Linux desktop mistakes I see...
Read more »

Tags:
Posted in Umum | No Comments »

Registrasi Visual Studio 2010

May 4, 2010
By admin
Registrasi Visual Studio 2010

Aneh sekali ketika saya baru pake VS 2010 Express ternyata ada masaberlakunya sampai 30 hari untuk mengeggunakan produk ini, hmmm.. padahal banyak fitur yang sudah lama untuk di coba satu persatu, sayang ya! tetapi ternyata setelah saya mencoba untuk melakukan registrasi akhirnya aku dapat serial Numbernya. Langkah-langkahnya seperti ini :   1. pilih menu...
Read more »

Tags:
Posted in Microsoft, Umum, Visual Studio 2010 | No Comments »

Why Are Global Catalog Servers So Important?

April 28, 2010
By admin
Why Are Global Catalog Servers So Important?

n case you aren’t familiar with Global Catalog Servers, they are simply domain controllers that have been designated to perform the Global Catalog server role. When you create an Active Directory forest, the first domain controller in the forest is automatically assigned the Global Catalog server roll, because every forest requires at least one...
Read more »

Tags: ,
Posted in Microsoft, Windows Server 2008, Windows Small Business Server | No Comments »

10 jobs within cybercrime organizations

April 12, 2010
By admin

Just as doctors specialize in a particular field of medicine, cybercriminals often focus on a single area of technical crime, according to Steven R. Chabinsky, FBI Deputy Assistant Director, Cyber Division. During his keynote address at the GovSec/FOSE Conference in Washington, D.C. last March, Chabinsky outlined 10 specializations the FBI typically sees within the...
Read more »

Posted in Umum | No Comments »

Virtual Box Host Networking in Windows

February 28, 2010
By admin
Virtual Box Host Networking in Windows

I was recently asked by a customer if you can do Host Networking in Virtual box with Windows. I know the answer is yes, but I had never actually done it myself. I told the customer yes, and then headed to my lab to verify the steps. The virtual box documentation is some of...
Read more »

Tags:
Posted in Umum | No Comments »

SQL Data Provider VB.NET Class (2) Example Usage

January 20, 2010
By admin
SQL Data Provider VB.NET Class (2) Example Usage

This class provides a fast and universal method for accessing SQL Server database. Create Instance At first you create an instance of SqlDatabase class. Dim sqldb As New SqlDatabase("Data Source=(local); Initial Catalog= ; UId = ; Pwd = ;") For more information about connection strings, visit ConnectionStrings.com. ExecuteNonQuery Method Executes a Transact-SQL statement against...
Read more »

Tags: ,
Posted in Microsoft, Sql Server 2008, Visual Studio 2008 | No Comments »

SQL Data Provider VB.NET Class (1)

January 19, 2010
By admin
SQL Data Provider VB.NET Class (1)

This class is for simplifying and accelerating working with SQL, using this class is very simple; there is a sample below for this class, which I hope is useful. You can report bugs, opinions and suggestions to me. <<DONWLOAD>> << dataAccess.vb >> Imports System Imports System.IO Imports System.Text Imports System.Data Imports System.Data.SqlClient Namespace SqlDataProvider ''' <summary>...
Read more »

Tags:
Posted in Microsoft, Sql Server 2008, Visual Studio 2008 | No Comments »

Sales performance by gender of the customers with MDX Query

January 18, 2010
By admin
Sales performance by gender of the customers with MDX Query

WITH set AS ‘Filter (..Members,.CurrentMember.Properties(“GENDER”)= “M”)’ set AS ‘Filter (..Members,.CurrentMember.Properties(“GENDER”)= “F”)’ member Customer.AggMale as ‘Aggregate() member Customer.AggFemale as ‘Aggregate() SELECT {.} ON AXIS(0), {Customer.AggMale,Customer.AggFemale} ON AXIS(1) FROM
Read more »

Tags: ,
Posted in Microsoft, Sql Server 2008 | No Comments »

Internet Murah Dari Smart Telecom pake Nokia 6275i

January 8, 2010
By admin
Internet Murah Dari Smart Telecom pake Nokia 6275i

WAP Connection Setting Silakan ikuti petunjuk berikut ini untuk melakukan pengaturan (setting) konfigurasi Koneksi & WAP di ponsel Smart kamu. NOKIA 2685 & 6275 1. Ketik *#2769737# 2. Pilih Gateway settings 3. Pilih Server address 4. Pada pilihan IP address 1 ketik 010.017.027.250:08080 kemudian klik OK 5. Pada pilihan IP address 2 ketik 010.017.027.250:09201...
Read more »

Tags:
Posted in Umum | No Comments »