Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Wednesday, August 20, 2014

How To Change Extension Of Multiple File At a Time

Really it is hard to change extension one by one of your files. I came across with this with a cmd trick. I had many images of different extensions and I have to put it in one extension in .jpg. Because of web restriction i had to upload images in .jpg extension if i put any another extension then website will not access those images. Isn’t it a great job or saving of time all the work that we want to do to be completed in second? Generally we want to use less use of brain and less time to complete our work. But there should be perfection in job.

In this article I will share this trick with you. It is very simple.

Open your command prompt by typing cmd in run box.
Once command prompt opened to your folder where your files are putted by typing cd.
If the files are in another drive of your computer simply type drive name with colon like D:
Then go to your folder by using cd command.
Let say for example my files are in images folder of “D” drive
Type D:
Then type cd images
And here you are now its time of magic once reached to your targeted folder you need to type a simple and very short command to change extension of you files.

Type ren *.* *.jpg

You can put any extension like jpg, png , gif, bmp any extension you want. After typing this command you will get all the files in targeted folder with different extension has been changed to the extension that your have given in command prompt. Isn’t it so simple?

Tuesday, August 19, 2014

How to Share Wamp Localhost in lan

Many of programmers works on big php project in group. If the developer is a window user he use to install wamp on their system for complete php framework. Wamp server includes php as well as mysql. If you are working alone on a project then it is all good simply install wamp and go through you coding and configuration, But if you are working in team then you might get a requirement to share you wamp localhost. It is possible to share your wamp localhost on lan so that other programmers involved in the project can get access to the project. They can separately check their module on which they are working.

Most beneficial part of sharing wamp localhost on lan is you can view your project on different version of browers, different operating system platform, different screen sizes.

For sharing your wamp localhost over lan you need to change some lines in apache httpd.conf
Open up your httpd.conf file


Find <Directory "c:/wamp/www/">
At the bottom of the closing </Directory> you will find
# onlineoffline tag - don't remove
    Order Deny,Allow
    Allow from all
Chang this to
#   onlineoffline tag - don't remove
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1 ::1 localhost
    Allow from 192.168.72.1

Important* - Change 192.168.50.1 to your ip4 address of your computer. You can get your ip4 address by simply type ipconfig to the command prompt. The final step that you have to do is to restart your wamp server. Now you can check your project on another computer over lan.

Thursday, May 15, 2014

Office for Linux openoffice 4.1

Apache has announced the release of OpenOffice Version 4.1 with update include a function for annotating text segments, support for iAccessible2, the ability to edit input fields in place, and improved cropping of graphics objects.

This suite will contain WRITER similler to microsoft word. CALC similler to excel IMPRESS similler to power point BASE similler to microsoft access. There are also extension packages and a Math package for constructing formulas and equations.

Monday, May 12, 2014

What is business analytic

Business analytic is the process of investigating past business report to get the real performances of business on the base of MIS or other analytic software. It helps increasing in business and decision making. Here a business analysis what has happened in past and what can be done to improve business.

Types of business analytic

  • Descriptive Analytic : It deals with past data of a business
  • Predictive Analytic : It answers what has happened in past
  • Prescriptive Analytic : It suggest what the next decision should be taken for improvement.
  • Decisive Analytic  : It support the decision using visual charts