The results tag has no wiki summary.
2
votes
2answers
87 views
LINUX Ping host, Display error on failure
I'm writing a bash script to ping a given hostname, and display whether or not the host is active (display a simple message.) Should be easy, but headache instead.
Here is what I have so far:
...
0
votes
1answer
186 views
Google wont display the url under search results
As things used to be, each google search result would show in the first line the page title, underneath in green text the part of the url of the page (at least the domain), next to that links for ...
1
vote
2answers
160 views
Why is awk printing this line more than once?
I have the following ldif:
dn: cn=Robert Smith,ou=people,dc=example,dc=com
objectclass: inetOrgPerson
cn: Robert Smith
cn: Robert J Smith
cn: bob smith
sn: smith
uid: rjsmith
userpassword: rJsmitH
...
