Sponsored Content
The Lounge War Stories The (Mis)Information Age – The End of the World as We Know It and What Vault7 Teaches Us Post 302993751 by Neo on Tuesday 14th of March 2017 05:38:03 AM
Old 03-14-2017
The (Mis)Information Age – The End of the World as We Know It and What Vault7 Teaches Us

I hope you will enjoy reading this essay I wrote:

The (Mis)Information Age – The End of the World as We Know It and What Vault7 Teaches Us


If you are a true "IT person" i.e. a software developer, code or deep system admin, I think you will resonate with the theme of my essay.

I could have called the essay "The Revenge of the Nerds" Smilie
These 5 Users Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

End of Life / Life Cycle Information

Hello everyone, I was searching for locations where I can get End of Life information on multiple versions of Unix. I have found some information which I list below, what I have not found or confirmed is where I can get the information for: DEC Unix/OSF1 V4.0D NCR Unix SVR4 MP-RAS Rel 3.02.... (2 Replies)
Discussion started by: robertmcol
2 Replies

2. Shell Programming and Scripting

Need UNIX shell scripting end to end information

Hi, I would like to learn shell scripting in UNIX. Can any one please give me the support and share the information/documents with me. If any documents please post it to aswanikumar_nimmagadda@yahoo.co.in Thanks in advance...!!! (3 Replies)
Discussion started by: aswani_n
3 Replies

3. Debian

tcpdump filter (mis)behaviour

Hello, I am a bit puzzled. I am trying to capture data using tcpdump on a bonded interface, which works fine until I add a filter, then nothing is seen nor captured by libpcap/tcpump. I have interfaces eth3 and eth4 bonded to bond0 because I am using a tap in a firewall connection to monitor all... (4 Replies)
Discussion started by: Hollinch
4 Replies

4. Post Here to Contact Site Administrators and Moderators

Comments on "How Will the World End?"

I have read the sun-expansion scenario numerous places but I've never read any suggestion that the earth's orbit would increase to avoid being scorched. What mechanism would push it out? As for creating a black hole by the LHC, the whole concept is silly so any number of reasons would rule it... (9 Replies)
Discussion started by: KenJackson
9 Replies

5. What is on Your Mind?

How Will the World End?

How will the world end (someday long into the future, we hope)? (68 Replies)
Discussion started by: Neo
68 Replies

6. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies
wml::std::href(3)						     EN Tools							 wml::std::href(3)

NAME
wml::std::href - Enhanced Hyperlink SYNOPSIS
#use wml::std::href <href url="..." [name="..."] [image="..."] [hint="..."] [target="..."]> DESCRIPTION
This is an interface to the standard HTML anchor tag ("<a href="...">...</a>"). The intended use of "<href>" is to simplify the creation of hyperlinks. The following <href url="THE://URL"> <href url="THE://URL" name="THE_NAME"> <href url="THE://URL" image="THE_IMG.EXT"> <href url="THE://URL" name="THE_NAME" image="THE_IMG.EXT"> <href url="THE://URL" hint="THE_HINT"> <href url="THE://URL" name="THE_NAME" image="THE_IMG.EXT" hint="THE_HINT"> gets expanded to <a href="THE://URL"><tt>THE://URL</tt></a> <a href="THE://URL">THE_NAME</a> <a href="THE://URL"><img src="THE_IMG.EXT" alt="THE://URL" border="0"></a> <a href="THE://URL"><img src="THE_IMG.EXT" alt="THE_NAME" border="0"></a> <a href="THE://URL" onmouseover="self.status='THE_HINT';return true" onmouseout="self.status='';return true" onfocus="self.status='THE_HINT';return true" onblur="self.status='';return true"><tt>THE://URL</tt></a> <a href="THE://URL" onmouseover="self.status='THE_HINT';return true" onmouseout="self.status='';return true" onfocus="self.status='THE_HINT';return true" onblur="self.status='';return true"><img src="THE_IMG.EXT" alt="THE_NAME" border="0"></a> AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1, P2 External: -- SEE ALSO
HTML "<a>" and "<img>" tags. EN Tools 2014-04-16 wml::std::href(3)
All times are GMT -4. The time now is 12:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy