HowTo Change IP Address on FreeBSD?

Today I will  explain how to configure  network configuration in FreeBSD. So Lets begin: In the file /etc/rc.conf  we can set static  ip address and default gateway and etc. For example  you can set values as follows: hostname=”tekbloq.com” ifconfig_lnc0=”inet 192.168.0.2 netmask 255.255.255.0″ defaultrouter=”192.168.0.1″       2.… Read More

How to Install wampserver?

First we need to install wampserver software from its official web site. 2. Make sure you select the correct installer file for your version of Windows. Double click you installer file for begin setup process. You’ll get below Setup Wizard window click next to continue:… Read More

How to install Hyper-V on Windows 10?

Before installing Hyper-V we need to check  system hardware compatible. For check that we need to open command prompt and run systeminfo.exe .  If we get result as below it is means that we can start to install Hyper-V. If for example “Virtualization Enabled in Firmware” and “Data… Read More

What’s new in vSphere 6 Scalability?

As we know VMware vSphere® 6.0, the industry-leading virtualization platform, empowers users to virtualize any application with confidence, redefines availability, and simplifies the virtual data center. Increased Server Scalability Compare vSphere® 6.0 and  vSphere® 5.5 we  can say that there are lots of new and… Read More

Performing an offline domain join

You can complete the following steps to perform an offline domain join : On the Windows Server, open CMD as administrator and  run next command: djoin /provision /domain “tekbloq.com” /machine “win7-comp″ /savefile Win7.txt” After  command completes successfully you will see win7-comp computer on AD computer container. 2.… Read More