Windows Servers
Would you get benefits from the brand new easy to get SQL server expert certification?
I just received an email with doc that tell us the benefits to get SQL server expert certification. This is also a big credit to Michele Rouse who's the blog owner to SQL certification blog
hopefully this benefits will give us some inspiration to be a SQL server expert cheer .. :)
Would you get benefits from the brand new easy to get SQL server expert certification?
In my experience the top DB platforms are Microsoft and Oracle. I have come to learn that MySQL is trusted in start-up companies and DB folks who know this platform might make higher salaries, but I honestly rarely ever found MySQL in job searches.
One reason why I like MS SQL Server is because it also includes the SSRS BI platform that is powerful and popular. DB folks who know SSRS (SQL Server Reporting Services) have become very sought-after candidates in many companies. Typically, companies end up needing to buy licenses for third-party BI (Business Intelligence) applications which could cost a lot of extra money.
How to install and configure VPN server on Windows 2008
What is VPN ?
Virtual private network (VPN) is a computer network that uses a public telecommunication infrastructure such as the Internet to provide remote offices or individual users with secure access to their organization's network. It aims to avoid an expensive system of owned or leased lines that can be used by only one organization.
It encapsulates data transfers between two or more networked devices which are not on the same private network so as to keep the transferred data private from other devices on one or more intervening local or wide area networks. There are many different classifications, implementations, and uses for VPNs.
Windows Scripts Using Simple PowerShell Commands
Windows Scripts Using Simple PowerShell Commands
Like many administrators, I have numerous scripts written as .BAT batch files that could use an update. Now that Windows Server 2008 R2 has PowerShell 2 installed by default, it is time.
Let's take a few of the staples that we have put in .BAT files, and I'll give you the PowerShell equivalent.
Reboot a remote computer
To perform a 10-second delay on a remote server (Server1), the following is entered in a batch file:
shutdown /r /m \\SERVER1 /f /t 10
Cpanel phpMyadmin export and import error
Yesterday, i have a problem with my phpMyAdmin in my cpanel.
I can't export and import my DB through Cpanel phpMyAdmin.
It always shows like below :
export.php: Missing parameter: what (FAQ 2.8)
export.php: Missing parameter: export_type (FAQ 2.8)
So after searching a lot in google, my friend found that the issue is not in the phpMyAdmin but in the cpanel php.ini
So how to fixed that ?
please kindly to take a look how to solved this issue below :
How to Connect to OpenVPN Server With OpenVPN GUI Client
What is OpenVPN GUI ?
OpenVPN GUI is a graphical front-end application for OpenVPN on Windows. It gives you an icon in the system tray from which you can control OpenVPN.
This tutorial will describe how to connect to OpenVPN server from windows xp client.
If you searching about How To Configure OpenVPN server in FreeBSD 7.2 then you can click this URL below
http://www.wowtutorial.org/freebsd/install-openvpn-freebsd-72-347.html
How To Compile PHP 5.3.x To Support Perl Extensions
What is PECL Perl ?
PECL Perl is extension embeds Perl Interpreter into PHP. It allows execute Perl files, evaluate Perl code, access Perl variables and instantiate Perl objects.
In this tutorial i will describe how to compile PECL perl with PHP 5.3.x
I found that latest pecl perl-1.0.0.tgz can't compile with PHP 5.3.x
MSTSC.exe /console change to MSTSC.exe /admin
No more /console switch on the Windows Remote Desktop Connection tool, MSTSC.exe, starting from Windows XP Service Pack 3, Windows Vista Service Pack 1 and Windows Server 2008.
How To Configure PHP To Support Korean Encode
In This Tutorial i want to configure my PHP to support korean encode.
here is a short tutorial how to do that
In order to support other encode we need to reconfigure PHP with mbstring
Login into the server as root
Configure PHP 5.3.0 with mbstring
#cd /root/php-5.3.0
#./configure --enable-mbstring
#make && make install
Modify php.ini
#vi /etc/php.ini
Configure MySQL to Support Korean euck Charset
I just want to install a MySQL server to support euck korean charset.
Here is a short how to configure it.
Login into your server as root
Compile MySQL
#cd /root/mysql-5.0.88
#./configure --prefix=/usr/local/mysql --with-extra-charsets=complex
#make && make install
Edit my.cnf
#cp /usr/local/mysql/share/mysql/my-small.cnf /usr/local/mysql/my.cnf
#vi /usr/local/mysql/my.cnf
How To Create A VPN Connection Between PPTP Client To VPN Server
This tutorial will guide you to create a connection to the VPN server.
If you searching about install and configure VPN server please click THIS.
In your Windows XP client
Click Start >> Settings >> Control Panel
You will see a screen below :

Recent blog posts |
Recent comments
4 days 2 hours ago
1 week 2 days ago
1 week 3 days ago
2 weeks 4 days ago
4 weeks 4 days ago
4 weeks 4 days ago
5 weeks 2 days ago
5 weeks 4 days ago
5 weeks 4 days ago
6 weeks 5 days ago