run – POFTUT

Php – Create Hello World Project with Eclipse

[rps-include post=6522] While developing Php applications using IDE will provide a lot of useful feature. Create Hello World Project We have installed required software properly in previous steps. As a first step we will run Eclipse . We can start eclipse in different ways. In this situation we prefer starting it from Program menu like below. … Read more

Windows Configuration Tools Command Line Shortcuts

Windows have a lot of tools to manage the operating system and user related configuration. As windows mainly used through GUI accessing some tools needs a lot of navigation, search and click. We can create some shortcuts on the desktop but this is not efficient if we are system admin and use a lot of … Read more

How To Start Applications From Command Line In Windows Different Ways?

Windows is very user friendly and GUI oriented operating system. Other operating systems like Unix, Linux, BSD came from non-GUI heritance and adopted the GUI experience in recent decade very good. In contrast Microsoft started to provide more productive command line support to use Windows operating systems features. One of the most used operation is … Read more

Linux Time Command Tutorial With Examples To Get Programs Resource Usage

Linux time command provides commands and programs usage statistics especially as CPU load. Time command gets real command as parameter like below. Time taken in user mode Time taken in kernel mode Time taken in real mode Memory usage Syntax We will use following syntax for time command. time [options] [command] Run If we run … Read more