CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

How to create cron jobs in cPanel?

Cron jobs are useful to automate certain commands or scripts to run at a specific time. This article explains how to create a cron job in cPanel. This article applies to: HostGator Control Panel. Step (1). Go to your cPanel. Click on Cron Jobs. It will open cron jobs page to allow the users to […]

How to enable IIS on Windows?

Internet Information Services (IIS) is a Microsoft Web Server application that allows running Web Application on Windows Operating System. The following steps explain how to enable IIS on Windows. This article applies to: Microsoft Windows 7 Step (1). Open Programs and Features window. See the post “How to open Programs and Features (OR) Add Remove Programs […]

Use of CLASSPATH environment variable in Java!

CLASSPATH is the environment variable where Java compilers look for class files. Both javac & java programs will look into CLASSPATH environment variable to search for class files. For example, if your class files are located under c:\workspace folder, you need to add this folder path to CLASSPATH environment variable in-order to avoid using -cp […]

How to set PATH environment variable in Windows?

Two ways we can set the PATH environment variable. One is through command prompt and other way is through System properties window. Keep that in mind that, when you set the PATH environment variable through command prompt, it will be available to that particular command prompt window. If you set the PATH environment variable through System […]

How to change website title for TYPO3 based websites?

TYPO3 is a CMS software useful to develop websites. The following article explains how to change the title for TYPO3 based website. Step (1). Log-in to TYPO3 based website as an administrator. Which will open TYPO3 based back-end website. Step (2). The backend website opened with 3 columns by default. The first two columns will […]

Scroll to top