Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

give me some website where i can get unix and testing
meterials

Answer Posted / kad

Hi

you can get unix virtual lab info in www.hp.com. Another
was their 24/7 free IT classes having fedora classes at
basics where u have instructors teaching

u can go to their website key in words and search there is
some info still their

check out

thanks

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a program shell?

1022


What are script files?

1013


How can we find the process name from its process id?

1163


What is batch file programming?

1146


shell script for reverse the string

1383


What does $@ mean in shell?

1016


Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.

1068


What language is shell scripting?

1010


Why is used in shell scripting?

978


How to replace following lines, catch (DAOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } catch (BOException e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw e; } catch (Exception e) { objLogger.error(this.getClass () + "addUpdateIssues() " + e); throw new BOException(5122); } Needs to be changed in to, catch (DAOException e) { AppException.handleException (null, null, e, null, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); } catch (BOException e) { AppException.handleException (null, null, null, e, null, null, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 0); } catch (Exception e) { AppException.handleException (null, null, null, null, null, e, "BOException", this.getClass() + "addUpdateIssues() ", null, null, null, null, null, null, null, null, 5122); }

2352


wats the deinitions for shell utility and filter?

2301


How to pass an argument to a script?

1169


How do we delete all blank lines in a file?

1091


Why are shell scripts used?

1058


How can the contents of a file inside jar be read without extracting in a shell script?

1112