Sponsored Content
The Lounge What is on Your Mind? Top Cybersecurity Threats Earth Year 2019 | You Have Been Warned! Post 303044347 by Neo on Thursday 20th of February 2020 12:27:37 AM
Old 02-20-2020
These two videos I made back in 2019 are starting to get attention:

Version 1: YouTube V1: Top Cybersecurity Threats 2019
Version 2: YouTube V2: Top Cybersecurity Threats 2019

I just had a cybersecurity researcher in Malaysia contact me to tell me:

Quote:
Thank you ... it is great !! i like the Tech addiction Smilie
My reply:

Quote:
Yes, that is the #1 issue, people are too dependent on tech and this dependance is easily exploited; as we see in all modern societies now.
I think most people do not understand this (yet). Dependance on tech is easily exploited for commercial, political, ideological and even overtly criminal purposes.
This User Gave Thanks to Neo For This Post:
 

3 More Discussions You Might Find Interesting

1. Cybersecurity

The Top Ten Cybersecurity Threats for 2009 - Draft for Comments

Following up on my 2008 list of top cybersecurity threats, I have just published The Top Ten Cybersecurity Threats for 2009 for public comments. If you are interested in cybersecurity threats, kindly email your suggestions or comments directly to me (tim dot silkroad at gmail dot com).  I will... (0 Replies)
Discussion started by: Linux Bot
0 Replies

2. What is on Your Mind?

Exactly 1 year ago today, 18-09-2019...

This is mainly for Corona688, today's date 18-09-2019. Remember from little acorns big trees grow a few months ago? Well this is well on the way to 1000+ dls by the end of the year... AMINET from its inception in 1992 is accessed by very, very many and the AMIGA is still loved by millions. ... (1 Reply)
Discussion started by: wisecracker
1 Replies

3. What is on Your Mind?

Moderator of the Year 2019 Award Announcement Only

Dear All, We are happy to post that I will be announcing soon my award for "Moderator of the Year 2019". This is a new award which I plan to announce in December of each year, starting this year (2019). The prizes will be (still working out the details): A Moderator of the Year... (3 Replies)
Discussion started by: Neo
3 Replies
qtdefaults(1)						    BSD General Commands Manual 					     qtdefaults(1)

NAME
qtdefaults -- access the QuickTime Preferences SYNOPSIS
qtdefaults read LegacyAudioCodecsEnabled qtdefaults read LegacyVideoCodecs [<codec>] qtdefaults read InstalledLegacyVideoCodecs qtdefaults read TransportSettings qtdefaults read MimeSettings qtdefaults read MediaKeys [category] qtdefaults reset DownloadCache qtdefaults reset TransportSettings qtdefaults reset MimeSettings qtdefaults reset LegacyVideoCodecs qtdefaults write LegacyAudioCodecsEnabled <yes | no> qtdefaults write LegacyVideoCodecs <videocodec> <enabled | disabled> qtdefaults write MediaKeys <category> <key> qtdefaults write TransportSettings <protocol> <port> qtdefaults delete MediaKeys <category> <key> DESCRIPTION
qtdefaults allows users to read, write, reset and delete QuickTime user preferences from a command line shell. The commands are as follows: read LegacyAudioCodecsEnabled Prints whether legacy audio codecs are enabled for use in the export settings. read LegacyVideoCodecs <videocodec> Prints whether the specified legacy video codec is enabled for use in the export settings. It will print "enabled" if the codec is enabled, "disabled" if disabled, or "unrecognized" if the codec is unknown. read LegacyVideoCodecs Prints list of legacy audio codecs currently enabled for use in the export settings. read InstalledLegacyVideoCodecs Prints out a list of all legacy video codecs installed in the current system. This list includes both enabled and disabled video codecs. These codec identifiers are used with 'qtdefaults read LegacyVideoCodecs' and 'qtdefaults write LegacyVideoCodecs'. read TransportSettings Prints the transport settings being used by QuickTime for streaming media. read MimeSettings Prints the MIME types currently being handled by the QuickTime plugin. read MediaKeys <category> Prints the media keys being used by QuickTime to playback encrypted movies. The optional <category> parameter can be used to list only the media keys associated with the specified category. reset DownloadCache Empties the cache being used by QuickTime to store downloaded content. reset TransportSettings Resets QuickTime to automatically determine the best protocol and port for streaming media. reset MimeSettings Resets QuickTime plug-in to handle the default MIME types. reset LegacyVideoCodecs Disables all QuickTime legacy video codecs. write LegacyAudioCodecsEnabled <value> A <value> of "yes" will enable the legacy audio codecs for use in the export settings and a <value> of "no" will disable them. write LegacyVideoCodecs <videocodec> <value> A <value> of "enabled" will enable the specified legacy video codec for use in the export settings and a <value> of "disabled" will disable it. write MediaKeys <category> <key> Adds the media key specified by <category> and <key> values to the list of media keys used to playback encrypted movies. write TransportSettings [protocol [port]] Sets QuickTime streaming to use the transport settings as specified by <protocol> and <port>. Following are the recommended values for <protocol> and <port>: - To use HTTP, specify <protocol> = HTTP and <port> = 80 - To use UDP, specify <protocol> = UDP and either <port> = 554 or <port> = 7070 delete MediaKeys <category> <key> Deletes the media key specified by <category> and <key> if it exists. SEE ALSO
defaults(1) MacOS X May 31, 2019 MacOS X
All times are GMT -4. The time now is 12:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy