//
archives

Operating System

This category contains 12 posts

Installing Apache and PHP5 at CentOS Linux

CentOS comes with Apache v.2.2.3 and PHP v.5.1.6 and they are easily installed via the default CentOS Package Manager ‘yum’. The advantage of using yum (as opposed to installing via source code) is that you will get any security updates (if and when distributed) and dependencies are automatically taken care of. Apache Install A basic … Continue reading

FTP Server Configure with NAT

FTP server can be access from internet if Server using public IP, but you will have problem that IP public in router and Server at back. I will give sample configure FTP Server passive using NAT and that using subdomain. See Also : http://niallbest.com/filezilla-server-passive-settings/ Step 1 : Download Filezilla FTP Server here  if you have subdomain … Continue reading

Setup Server IP Public using Domain (pointing domain to IP Address)

A. Connecting Modem dan Local Server IP Public can be access from anywhere using internet that utilized for remote or webserver. First setup modem dial-up and setting using Port Forwarding menu or Virtual Server NAT in Router. That asumtion webserver, so use port 80 as http. EXAMPLE NAT : Example Port Forwarding LinkSys Router : … Continue reading

LDAP : listing all LDAP user’s

1. Open run/cmd and type ldp.exe <enter> For Windows XP, please download http://www.microsoft.com/en-us/download/details.aspx?id=18546 2. Bind Connection via Connection Menu > Bind 3. Query ldap with View menu > Tree View. bottom query lije UO=People,DC=example_domain,DC=com ___________________________________________________________________ Other Reference Using LDAP Determining the Name of the Attribute to Be Used in the Search // Insert the Windows 2000 … Continue reading

TeamViewer : Disable using port 80

Solution 1 : Did you enable the Direct-In Modus? You can disable it in Options > Advanced > Network > TeamViewer DirectIn check From the manual, page 59 (PDF): Check Opens a dialog where the availability of TeamViewer is checked. The DirectIn Ports 80 and 5938 do not have to be opened , however, TeamViewer … Continue reading

Linux : Command Line

chkconfig The chkconfig command can also be used to activate and deactivate services. The chkconfig –listcommand displays a list of system services and whether they are started (on) or stopped (off) in runlevels 0-6. At the end of the list is a section for the services managed by xinetd. chkconfig –list | more  view all service per page If … Continue reading

Start/Stop/Restart Windows using Bat/Batch File

I wrote some batch files today for restarting services on windows. The bat files can be used to restart ColdFusion MX or IIS services on Windows NT/2000/XP. Batch File to restart ColdFusion MX @echo off REM – File: cfmxrestart.bat REM – Description: Restart’s ColdFusion MX Services REM – Author: Pete Freitag echo Restarting ColdFusion MX… … Continue reading

ASP.NET IIS 7 Error : Microsoft.Jet.OleDb.4.0 provider is not registered on the local machine

string connectionString = @”Provider=Microsoft.Jet.    OleDb.4.0;Data Source=UploadSalesDataXLS.xls;Extended    Properties=””Excel 8.0;HDR=YES;”””;            OleDbDataAdapter myCommand = new OleDbDataAdapter(“SELECT * FROM [Sheet1$]”, connectionString);                      DataSet myDataSet = new DataSet();                     myCommand.Fill(myDataSet, “ExcelInfo”);                … Continue reading

Faster Shutdown at Windows XP

1) Start – Run – Regedit Navigate to the following Registry key: HKEY CURRENT USER\Control Panel\Desktop Double click on the AutoEndTasks entry and replace the 0 with a 1 in the Value data text box For the next two, if the dword value indicated does not exist, create it: Double click on the WaitToKillAppTimeout entry … Continue reading

Create Windows Services with VB.NET

Windows services, formerly known as NT services enable you to create long-running executable applications that run in its own Windows session, which then has the ability to start automatically when the computer boots and also can be manually paused, stopped or even restarted. Window Services do not have any interface to the user. Before Microsoft.Net … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,124 hits