Sponsored Content
The Lounge What is on Your Mind? Top 5 Roadblocks to a Secure Cyberspace in 2019 | YouTube Video Post 303036378 by Neo on Monday 24th of June 2019 11:56:31 AM
Old 06-24-2019
Top 5 Roadblocks to a Secure Cyberspace in 2019 | YouTube Video

Here is a shout-out to wisecracker, who selected the sound track for this new video:

Top 5 Roadblocks to a Secure Cyberspace in 2019

Code:
https://youtu.be/2rXo_ywM-NQ

Quote:
Top 5 Roadblocks to a Secure Cyberspace in 2019


5. Arm Chair Quarterbacks

Leadership across-the-board in government and industry
has little to zero hands-on-the-keyboard operational
experience in cyber defense. Most are but arm chair quarterbacks
in the very challenging cyber domain.

4. Cyberspace is Invisible

Unlike land, air, sea and space ops, cyberspace is
not visible to the naked eye. Cyberspace is very
different that traditional military "battle spaces"
and so traditional defenses are ineffective.

3. Visualizing Cyberspace is Under Funded

Commercial industry and governments have not invested
in the tools and technologies necessary to virtualize,
visualize and operationalize cyberspace so defenders
can "see" inside of cyberspace in near real-time.

2. Debasement of Humans

Commercial industry and governments have convinced
us that computers are soon to become more intelligent
than humans, effectively debasing humans in favor
of machines.

1. AI is a False Promise

Commercial industry and governments have convinced
society that machines and AI will solve the serious
cybersecurity threats we face. This is a false and dangerous.


Stock videos and royalty free music licensed from Motion Array and StoryBlocks

Produced by Daemon Media and UNIX.com
This User Gave Thanks to Neo For This Post:
 

9 More Discussions You Might Find Interesting

1. What is on Your Mind?

Cool YouTube Video: Here Comes Another Bubble - The Richter Scales!

You will like this :) fi4fzvQ6I-o (2 Replies)
Discussion started by: Neo
2 Replies

2. OS X (Apple)

Video Contact Sheet on Lion from movies downloaded youtube MP4

Hi I am running Lion with latest patches > uname -a Darwin wger.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64 Installed mplayer, ffmpeg, gnu-getopt and ImageMagick through brew. I am unable to generate Video Contact... (0 Replies)
Discussion started by: slashdotweenie
0 Replies

3. What is on Your Mind?

Cyberspace Situation Graphs - Cyberspace Situational Awareness

Hi. I've been very busy this month working on resurrecting my old projects related to "cyberspace situational awareness" (CSA) which began last month by surveying the downstream literature that referenced my papers in this area using Google Scholar and also ResearchGate and posting updates on my... (5 Replies)
Discussion started by: Neo
5 Replies

4. What is on Your Mind?

Calculating Warp Coordinates in Cyberspace - Cyberspace Situational Awareness

Please message me or post in this thread if anyone is interested in contributing some C, C++, or C# code for this project. Right now we have an open source C++ git project (created by someone else a few years ago) that fails when we try to compile on Ubuntu. I need someone to fix the make... (4 Replies)
Discussion started by: Neo
4 Replies

5. What is on Your Mind?

Application for Virtualizing CyberSpace like Outer Space for Cyberspace Situational Awareness

Richard Zuech annotates his first experience flying in virtualized cyberspace hunting the bad guys! ... and he finds some! Application for Virtualizing CyberSpace like Outer Space for Cyberspace Situational Awareness (0 Replies)
Discussion started by: Neo
0 Replies

6. What is on Your Mind?

On ResearchGate: Researchers render cyberspace like a 3D video game ... by Katherine Lindemann

FYI. On ResearchGate: Researchers render cyberspace like a 3D video game to make identifying threats easier 24th July 2017 by Katherine Lindemann Cybersecurity analysts may soon be able to travel through cyberspace like outer space and see attacks with the naked eye. On ResearchGate:... (3 Replies)
Discussion started by: Neo
3 Replies

7. What is on Your Mind?

Virtualized Cyberspace, Cyberspace Consciousness and Simulation Theory - What Do You Think?

What do you think? Read this: Virtualized Cyberspace, Cyberspace Consciousness and Simulation Theory and comment below.... Are we in a computer simulation? Yes or No? Thanks! (0 Replies)
Discussion started by: Neo
0 Replies

8. Web Development

Top 8 Web Development Trends 2019

Top 8 Web Development Trends 2019 https://www.youtube.com/watch?v=VLm3Y7Odb74 (0 Replies)
Discussion started by: Neo
0 Replies

9. What is on Your Mind?

Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned!

You are seeing this new video here first! Top Five Cybersecurity Threats | Earth Year 2019 | You Have Been Warned! https://youtu.be/dRE4u9QVsSg PS: That video has two small typos, but nothing serious. Heck it took nearly 1.5 hours to render even on a 12-core Mac Pro with 64GB of... (20 Replies)
Discussion started by: Neo
20 Replies
getuid(2)							System Calls Manual							 getuid(2)

NAME
getuid, geteuid - Gets the real or effective user ID SYNOPSIS
#include <unistd.h> uid_t getuid( void ); uid_t geteuid( void ); Application developers may want to specify an #include statement for <sys/types.h> before the one for <unistd.h> if programs are being developed for multiple platforms. The additional #include statement is not required on Tru64 UNIX systems or by ISO or X/Open standards, but may be required on other vendors' systems that conform to these standards. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: getuid(): POSIX.1, XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
The getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process. RELATED INFORMATION
Functions: setuid(2), setruid(3), setreuid(2) Standards: standards(5) delim off getuid(2)
All times are GMT -4. The time now is 11:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy