By: Ross Laver : 2011年03月02日
Description: It's a good idea to consult the CD / DVD writing software's documentation before you start, because if you make a mistake you'll probably have to throw the disc out and start again. However here are the steps:
By: Ross Laver : 2011年03月02日
Description: It's a good idea to consult the CD / DVD writing software's documentation before you start, because if you make a mistake you'll probably have to throw the disc out and start again. However here are the steps:
By: Ross Laver : 2011年03月02日
Description: It's a good idea to consult the CD / DVD writing software's documentation before you start, because if you make a mistake you'll probably have to throw the disc out and start again. However here are the steps:
By: Jason Lambert : 2011年03月02日
Description: Redhat RPM's offer a flexable and easy method to install new software. Software installed from an RPM package differs from compiling from source in a few ways, but the most important one of all is the software is already compiled for you. Essentially all you are doing is extracting the pre-built binaries and copying them to their pre-selected destination. RPM's are files that have a ".rpm" extenstion. The good point about RPM's is installation of new software, and maintaining the software currently installed is much easier than doing so for individual packages compiled from source. The downside to RPM's is that you dont have as much choice about where software is installed on your system, how it is compiled, and how it is configured.
By: Jason Lambert : 2011年03月02日
Description: Some software is distributed in "Source form". This means you download a file containing all the source code for the application you want to install, unpack it, and compile it on your system. Compiling is the process of turning the source code into an executable binary. The common myth and newbie assumption is that this is very hard todo, or it is only for programmers. Wrong. It is a fairly straight forward process, and you will find that a lot of software you install will need to be built from source.
By: Jason Lambert : 2011年03月02日
Description: Apt-Get is a wonderful package management system for Debian GNU/Linux. Apt-Get, like RPM make installing and managing installed software easy, and once again has the same disadvantages that binaries are pre-built and cannot really be fine tuned to your system very well. I really like Apt-Get becuase of its automatic software download and upgrade mechanisms, and unlike Redhat doesnt keep trying to sell you something, and doesnt try to limit your use of the system.
By: Vivek G : 2011年01月29日
Description: This shell script demonstrates the use of arrays with a script that sorts 5 numbers and prints the sorted numbers.
By: Vivek G : 2011年01月29日
Description: This shell script shows how to accept command line arguments in shell scripts. In this example it accepts two numbers and adds them.
By: Vivek G : 2011年01月29日
Description: This shell script shows how to accept command line arguments in shell scripts. In this example it accepts two numbers and calculates their average.
By: Vivek G : 2011年01月29日
Description: This shell script shows how to find the biggest number from three given numbers. The algorithm is as follows:
© 2023 Java-samples.com
Tutorial Archive: Data Science React Native Android AJAX ASP.net C C++ C# Cocoa Cloud Computing EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Trends WebServices XML Office 365 Hibernate
Latest Tutorials on: Data Science React Native Android AJAX ASP.net C Cocoa C++ C# EJB Errors Java Certification Interview iPhone Javascript JSF JSP Java Beans J2ME JDBC Linux Mac OS X MySQL Perl PHP Python Ruby SAP VB.net EJB Struts Cloud Computing WebServices XML Office 365 Hibernate