Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • ants-built-in-properties
    Apache Ant

    Ant’s built-in properties – Ant Properties Guide

    ByRajesh Kumar June 20, 2009December 26, 2017

    This is a simple example that illustrates how to find the basedir name, file name, project name, ant version, java version, operating system name, ant home directory name, java home directory name, user home directory name and user name. Ant provides you with certain built-in properties that you may find useful during your build process….

    Read More Ant’s built-in properties – Ant Properties GuideContinue

  • issues-in-apache-ant
    Apache Ant

    How to Resolve Apache Ant Copy and Include Issues – Ant Guide

    ByRajesh Kumar June 20, 2009December 26, 2017

    Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working and Program 2 is working.  I guess both programs are correct.. Program1: <copy todir=”${Temp}/uaw/Uaw_compilescripts”> <fileset dir=”${SVNCheckout}/scripts/compilescripts” > <include name=”BuildSh,Compsh,vsamc,buildc.sh,script,compl2,main.sh,makefile,makepl1,script”/> </fileset> </copy> Program2: <copy todir=”${Temp}/uaw/Uaw_compilescripts”> <fileset…

    Read More How to Resolve Apache Ant Copy and Include Issues – Ant GuideContinue

  • Copy and Include Issues in Apache Ant | Ant Troubleshooting Guide
    Apache Ant

    Copy and Include Issues in Apache Ant | Ant Troubleshooting Guide

    ByRajesh Kumar June 20, 2009December 26, 2017

    Question: Why Copy in ant is not working if I am putting includes separately? Ant version: Apache Ant version 1.5.4 compiled on January 8 2005. Program 1 is not working and Program 2 is working.  I guess both programs are correct.. Program1:       <copy todir=”${Temp}/uaw/Uaw_compilescripts”>             <fileset dir=”${SVNCheckout}/scripts/compilescripts” >                   <include name=”BuildSh,Compsh,vsamc,buildc.sh,script,compl2,main.sh,makefile,makepl1,script”/>                               </fileset>…

    Read More Copy and Include Issues in Apache Ant | Ant Troubleshooting GuideContinue

  • perforce-command-line-cheatsheet
    Perforce

    Perforce Web References & Cheatsheet

    ByRajesh Kumar June 20, 2009February 1, 2025

    A way to remember data-mining commands The following is a set of questions that will be used during the Perforce training to remind students which “data-mining” commands to use for specific situations. Perforce is a terrific tool, but it’s easy to get lost in the choices between “p4 files” and “p4 changes” and “p4 filelog”…

    Read More Perforce Web References & CheatsheetContinue

  • windows-xp-2000-commands-tools
    Windows

    Windows XP/2000 Commands & Tools | Windows XP Command-line Reference

    ByRajesh Kumar June 20, 2009December 26, 2017

    Here’s the ultimate Windows XP/2000 command list that will make any Linux user feel at home at the command prompt. A lot of these commands are intended for administrating a network, but they are great for savvy home users as well.  We even listed which OS you need for these commands. Many thanks to the…

    Read More Windows XP/2000 Commands & Tools | Windows XP Command-line ReferenceContinue

  • devenvexe-command-line-switches
    IDEs and Editor

    Command line switches of devenv.exe | Devenv command line switches Guide

    ByRajesh Kumar June 20, 2009December 26, 2017

    To see this list, type devenv /? on command prompt /build – build the specified solution configuration   /project – specifies the project to build instead of solution, must specify /build to use /project   /projectconfig – specifies project configuration to build, must specify /project to use /projectconfig   /out – write build output to…

    Read More Command line switches of devenv.exe | Devenv command line switches GuideContinue

  • freeware-software
    General

    Click & Download TOP useful Freeware software

    ByRajesh Kumar June 20, 2009December 26, 2017

    Click & Download TOP useful Freeware software Office OpenOffice – office suite PC Suite 602 – office suite AbiWord – text editor Atlantis Nova – text editor Microsoft PowerPoint Viewer  – power point files viewer Adobe Reader – pdf reader Foxit PDF Reader – pdf reader PDFCreator – create pdf documents Doc Convertor – document convertor Convert –…

    Read More Click & Download TOP useful Freeware softwareContinue

  • remote-desktop-console-using-command-line
    General

    How to run Remote Desktop Console by using command line?

    ByRajesh Kumar June 20, 2009December 26, 2017

    How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you can use mstsc /v:servername /console command. Mstsc Creates connections to terminal servers or other remote computers, edits an existing Remote Desktop Connection (.rdp) configuration file, and migrates legacy…

    Read More How to run Remote Desktop Console by using command line?Continue

  • file-comparing-tools-review
    Tools Comparison

    File Comparing Tools Review and Feedback

    ByRajesh Kumar June 20, 2009December 26, 2017

    File Comparing Tools review File comparison in computing is the automatic comparing of data between files on a file system. The result of comparisons are typically displayed to the user, but can also be used to accomplish tasks in networks, file systems and revision control.| Comparison of file comparison tools | comparison tools | Good…

    Read More File Comparing Tools Review and FeedbackContinue

  • ant-script-with-shell-script
    Apache Ant

    Ant Script with Shell script, How to run shell script from Ant Script?

    ByRajesh Kumar June 20, 2009September 25, 2018

    Ant Script with Shell script How to set files Permission in Ant | How to set files Permission in Unix | Set files Permission in Ant in Unix Environment Command:     Ant Script to Replace some character in any files     How to run shell script using ant/ To Remove Some Special Character…

    Read More Ant Script with Shell script, How to run shell script from Ant Script?Continue

  • ant-command-line-arguments
    Apache Ant

    Ant command line arguments – Examples – Summary

    ByRajesh Kumar June 20, 2009December 26, 2017

    Ant command line arguments Several tasks take arguments that will be passed to another process on the command line. To make it easier to specify arguments that contain space characters, nested arg elements can be used. value – a single command-line argument; can contain space characters. file – The name of a file as a…

    Read More Ant command line arguments – Examples – SummaryContinue

  • vi-vim-editor-commands
    IDEs and Editor

    VI/VIM editor Commands | VI/VIM editor commands reference | Cheat Sheet

    ByRajesh Kumar April 6, 2009December 26, 2017

    what will happen ? “man ls |col -b > ” will give the text file same as man ls. what is VI-editor ? While in vi you can run AIX commands without exiting the editing session. The! creates a shell to execute the command that follows. 1. :!ls will create a shell 2. All files…

    Read More VI/VIM editor Commands | VI/VIM editor commands reference | Cheat SheetContinue

  • cvs-configuration-install
    CVS

    CVS Configuration Procedure – Install CVS – CVS Setup Guide

    ByRajesh Kumar April 6, 2009December 26, 2017

    CVS Configuration – Install CVS Procedure #1:- Use rpm or up2date or yum command to install cvs: for Redhat Use:- rpm -ivh cvs OR#    up2date cvs for fedora use:- yum install cvs For Debian Users:- apt-get install cvs Create a CVS user# useradd cvs #     passwd cvs Above command will create a user cvs…

    Read More CVS Configuration Procedure – Install CVS – CVS Setup GuideContinue

  • Uncategorised

    gfgds

    ByRajesh Kumar March 27, 2009

    gfdgfdgfdg

    Read More gfgdsContinue

  • unix-presentation
    Linux

    Basic of Unix – Presentation | Unix Learning Reference – Guide

    ByRajesh Kumar March 7, 2009September 25, 2018

    Basic of Unix Presentation Basic Unix from Rajesh Kumar   Basic Unix View more presentations from rajeshatbuzz. (tags: basic of)

    Read More Basic of Unix – Presentation | Unix Learning Reference – GuideContinue

  • batch-program-to-shutdown-restart-computer
    General

    Batch Program to Shutdown and restart the computer.

    ByRajesh Kumar February 5, 2009December 26, 2017

    Batch Program to Shutdown and restart the computer.  Restart echo off D:\Temp\tmp\SHUTDOWN.EXE /L /R /Y /C pause   Shutdown echo offd:\tmp\SHUTDOWN.EXE /L /Y /C pause

    Read More Batch Program to Shutdown and restart the computer.Continue

  • how-cvs-help-to-developers
    CVS

    How CVS will help to Realtime Developers ?

    ByRajesh Kumar February 2, 2009December 26, 2017

    CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI are specific to each GUI and do not really belong here. Viewing the commit log of a file. $ cvs log filename Show current status of a file….

    Read More How CVS will help to Realtime Developers ?Continue

  • scm-best-practices
    Uncategorised

    Best Practices in Software Configuration Management – SCM Best Practices Guide

    ByRajesh Kumar February 2, 2009December 26, 2017

    Best Practices in Software Configuration Management Abstract When deploying new SCM (software configuration management) tools, implementers sometimes focus on perfecting fine-grained activities, while unwittingly carrying forward poor, large-scale practices from their previous jobs or previous tools. The result is a well-executed blunder. This paper promotes some high-level best practices that reflect the authors’ experiences in…

    Read More Best Practices in Software Configuration Management – SCM Best Practices GuideContinue

  • trigger-in-perforce
    Perforce

    How to Write Trigger in Perforce? – Perforce Triggers Guide

    ByRajesh Kumar January 30, 2009February 1, 2025

    1 Introduction Perforce introduced the first server-side trigger in release 99.1 with the pre-submit trigger. This trigger satisfied a long-standing desire in the user community, but demand continued for more hooks. In release 2004.2, Perforce squarely hit the need with the addition of five new trigger types. Release 2005.1 adds yet one more trigger type…

    Read More How to Write Trigger in Perforce? – Perforce Triggers GuideContinue

  • cvs-common-problems
    CVS

    List of 5 Common Problems in CVS – Troubleshooting Guide

    ByRajesh Kumar January 30, 2009December 26, 2017

    List of 5 Common Problems in CVS – Troubleshooting Guide Problem 1:- How will we modify our conflict occurred files ? While updating if you will get message like bellow, then check, This will list: * “A filename” for files that you added * “M filename” for files that you modified * “C filename” for…

    Read More List of 5 Common Problems in CVS – Troubleshooting GuideContinue

  • makefile-example
    Uncategorised

    Makefile – Makefile example – Makefile Guide

    ByRajesh Kumar January 29, 2009December 26, 2017

    Note that this example Makefile is from an older software project, which specifies everything within each makefile rather than using any recursive or inclusion-based makefile hierarchy, and is presented here for the purposes of the C intro project only. It is modified from the original for the purposes of the C intro project. CC= gcc…

    Read More Makefile – Makefile example – Makefile GuideContinue

  • How CVS will help to Realtime Developers ?
    CVS

    How CVS will help to Realtime Developers ?

    ByRajesh Kumar January 29, 2009December 26, 2017

    CVS Tips & Tricks The CVS commands here assume that you are using the command line version of CVS. Tips and tricks for a specific CVS GUI are specific to each GUI and do not really belong here. Viewing the commit log of a file. $ cvs log filename Show current status of a file….

    Read More How CVS will help to Realtime Developers ?Continue

  • dos-tutorial
    General

    DOS TUTORIAL : THE BASICS | MS-DOS Learning Resources

    ByRajesh Kumar January 29, 2009December 26, 2017

    DOS TUTORIAL : THE BASICS Compilation by Lisa Lemieux, UC Call Center Table of Contents I. Lesson 1   A. Hardware and Software differences. B. What is DOS?   C. Why You Need DOS.   D. Set the Date and Time.   E. Check the Date and Time. II. Lesson 2   A. Directory Command….

    Read More DOS TUTORIAL : THE BASICS | MS-DOS Learning ResourcesContinue

  • cvs-best-practices
    CVS

    What are the Best Practices of CVS?

    ByRajesh Kumar January 29, 2009December 26, 2017

    CVS Best Practices   These are list of CVS Best Practices: * Don’t share workspaces Sharing workspaces compromises CVS’s ability to track activity by user or task. * Don’t work outside of managed workspaces CVS can only track work in progress when it takes place within managed workspaces. Never copy files from others sandboxes or…

    Read More What are the Best Practices of CVS?Continue

  • learn-apache-ant-from-experts
    Training

    Apache Ant: Learn Apache Ant from IBM Experts

    ByRajesh Kumar January 28, 2009December 26, 2017

    Apache Ant: Learn Apache Ant from IBM Experts Section 1. Getting started     What is this tutorial about? In this tutorial, you’ll learn about Ant, a build tool for Java TM projects. Ant has quickly become popular among Java developers because of its flexibility and ease of use, so you it owe it to yourself…

    Read More Apache Ant: Learn Apache Ant from IBM ExpertsContinue

  • anthillpro-new-version
    Uncategorised

    AnthillPro 3.6 Released – What’s New Features in AnthillPro?

    ByRajesh Kumar January 27, 2009December 26, 2017

    Major New Features In AnthillPro 3.6   Improved support for geographic distribution. The server-agent communication layer has been reworked for better performance. The new approach also supports the use of a Relay Server that acts as a proxy for agents behind a firewall or in another location. Distributed web front ends can also be employed…

    Read More AnthillPro 3.6 Released – What’s New Features in AnthillPro?Continue

  • cvs-introduction
    CVS

    Introduction to CVS | Know ABout CVS | Quick Start Guide

    ByRajesh Kumar January 13, 2009December 26, 2017

    Introduction to CVS CVS is a version control system, an important component of Source Configuration Management (SCM). Using it, you can record the history of sources files, and documents. It fills a similar role to the free software RCS, PRCS, and Aegis packages. CVS is a production quality system in wide use around the world,…

    Read More Introduction to CVS | Know ABout CVS | Quick Start GuideContinue

  • cvs-best-practices
    CVS

    CVS Best Practices – List of CVS Best Practices – CVS Tips

    ByRajesh Kumar January 13, 2009December 25, 2017

    CVS Best Practices These are list of CVS Best Practices: * Don’t share workspaces Sharing workspaces compromises CVS’s ability to track activity by user or task. * Don’t work outside of managed workspaces CVS can only track work in progress when it takes place within managed workspaces. Never copy files from others sandboxes or even…

    Read More CVS Best Practices – List of CVS Best Practices – CVS TipsContinue

  • scm-basic-requirements
    Uncategorised

    The Four Basic Requirements for SCM Process – SCM Guide

    ByRajesh Kumar January 13, 2009December 25, 2017

    Identification, control, audit, and status accounting are the four basic requirements for a software configuration management system. These requirements must be satisfied regardless of the amount of automation within the SCM process. All four may be satisfied by an SCM tool, a tool set, or a combination of automated and manual procedures.

    1. Identification—Each software part is labeled so that it can be identified. Furthermore, there will be different versions of the software parts as they evolve over time, so a version or revision number will be associated with the part. The key is to be able to identify any and all artifacts that compose a released configuration item. Think of this as a bill of materials for all the components in your automobile. When the manufacturer realizes that there has been a problem with parking brakes purchased from a subcontractor, it needs to know all the automobile models using that version of the parking brake. It is the same with software. If we are building a multimedia system that has audio MPEG3 drivers for Windows 98, Windows 2000, Windows CE, Linux, and FreeBSD operating systems, how do we find out which releases are impacted when we find an error in the Linux product? You must go back to your SCM system to identify all the common components in all operating system releases that are impacted.

    Read More The Four Basic Requirements for SCM Process – SCM GuideContinue

  • The symptoms of our software development malaise
    Uncategorised

    The symptoms of our software development malaise

    ByRajesh Kumar January 13, 2009December 25, 2017

    Software development has traditionally suffered from producing end products with a definite lack of inherent quality. The symptoms of this quality lack are listed here:

    • Software development projects are often delivered late and over budget.
    • Often the delivered product does not meet customer requirements and is never used.
    • Software products simply do not work right.

    As we look into the symptoms of our software development malaise, five principal issues related to software development arise.

    Lack of Visibility
    Software is conceptual in nature. Unlike a bridge, a building, or another physical structure, it is not easy to look at software and assess how close it is to completion. Without strong project management, “software is 90% complete 90% of the time.” Through the adoption of SCM policy and the definition of the configuration management model of the software under development, all CIs, components, and subcomponents are immediately visible for versions, releases, and product families.

    Read More The symptoms of our software development malaiseContinue

Page navigation

Previous PagePrevious 1 … 385 386 387 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search