Jose Rodriguez
Jose Rodriguez
  • Видео 171
  • Просмотров 59 115
How to Sync a 40 Monitor to a PC
This is a quick and dirty example of how to sync up a 40 inch monitor to an All-in-One PC. This model is a Sharp PN-401C LCD Touch Screen Monitor. I get a lot of calls from customers wanting instructions on how to get there screen back. This is what I am covering:
1. Changing modes on the AIO PC to acomadate another video output source.
2. Identifying the Menu to navigate the monitor interface.
3. Changing and activating video sources in the monitor interface.
This may vary with different PCs and monitors, but the concepts are the same. Hope this is helpful.
Просмотров: 12

Видео

Check the binary integrity and the certificates of an app using SigCheck
Просмотров 3014 часов назад
The scenario is simple. You downloaded some software. Later you go to the creator's site and you see the checksum information.In that section you will see the hashes for the software. On your PC you want to verify what you downloaded has the same hashes as found in the checksum. The official description for SigCheck is: A file version and signature viewer. This app can be opened in the GUI or i...
How I test with RealTerm Serial Capture
Просмотров 25День назад
RealTerm Notes Port Tab: - Baud should be at 921600 - Port should be the COM port used by the Silicon Labs Driver. Send Tab: - In the first text field type the letter "Q". - Click on "Send ASCII" - The response should be the letter Q. - That response means that the pressure board is working. - No response means that the pressure board is not working.
Things to know about Process Explorer
Просмотров 5414 дней назад
These are the Main Features Process Explorer shows dynamic information: Processes: threads, modules, handles, TCP connections, environment variables, etc. Kernal Objects (throuh handles) System Information (CPUs, memory, I/O, Network and GPU) Text & Graphs Operations on processes, threads and handles Search for named objects - There are a few things in Process Explorer that can be helpful in id...
Autoruns Overview
Просмотров 15521 день назад
What Autoruns does is find apps and processes that run on startup which can be called "Autostart extensibility points (ASEPs)". - Looking at the interface you see multiple tabs each pertaining to a service or app that may be running upon the startup of the system. -You can right-click on any application shown and have the following options: Delete, Copy, Jump to Entry, Search online, Find and P...
How to access a specific directory from Command Prompt and run an Application
Просмотров 6128 дней назад
You are in the GUI and there is one or more files you want to open from a Command Prompt window for whatever reason. First step is to find the directory (folder) path". Next, cd and then the path. In the window you can tell that you are in the directory by looking at your prompt; it is no longer just "C:". If you want to just run the application you can type the name and hit enter. Or you can r...
Audit Security Event Logs
Просмотров 17Месяц назад
This isn't going to take long to do. The script will initiate an audit of the Security Event Logs. Let's be honest this script is customizable to audit other event logs. Another bit of customization is to output the data from the audit to a text file for later examination outside of the terminal.
Retrieve Audit policy Settings and Output to a text file
Просмотров 17Месяц назад
When studying for any cybersecurity certification you are going to hear the terms "Network Security", IDS or "Intrusion Detection System". There are a lot of sophisticated applications out there, If they aren't an option at the moment you can always go back to the basics. What I mean is that you can accomplish a lot in CMD and PowerShell. I guess this is my first step toward the topic of Intrus...
Convert the events to CSV and TXT formats
Просмотров 342 месяца назад
The ability to save data is a skilll that will be used often. In this clip we are going to save the information as a text and csv file respectively. Enjoy. $events | Export-Csv -Path C:\temp\events.csv $events | Out-File -FilePath C:\temp\events.txt
Get the event log entries for the last 24 hours
Просмотров 182 месяца назад
This is going to be short. I'm not sure about sweet. The goal is to get the log entries for the last twenty-four hours. As in previous videos this starts by creating a variable that we can place the data and access it either by doing an echo or by exporting it to either a text of a csv file. This should be very handy when doing incident response. $events = Get-EventLog -LogName System -After (G...
Getting all log names on PC in PowerShell
Просмотров 262 месяца назад
A part of my day revolves around the task of getting answers to help determine what the problem is. One of the best ways to get an answer is to look at the logs. Sounds simple until you ask which log do I look at? Do I know all the logs? How many different logs are there on this PC? All valid questions. Today we are going to look at an option to help us answer those questions. Get-WinEvent -Lis...
A Cautionary Tale
Просмотров 152 месяца назад
This was supposed to be a quiet moment to do some reading and try a few things out in Bash, What I got was me falling down the Rabbit Hole early in the day. I was in section titled Basic commands where I saw a few things I wasn't very familiar with. First was "iwconfig". No problem there. Then I saw "airmon-ng check kill", I should have been wary when I saw "kill" in the command. Long story sho...
Are Smart Bulbs Safe The Shocking Truth about Smart Bulb Hacking
Просмотров 132 месяца назад
The Devil is in the details. The biggest threat to anyone's security isn't what's obvious. Its the seemingly inconsequential things that no one is looking at that will be our undoing. There may be sarcasm, but there's no reason not to take it seriously.
Enabling System Protection with vssadmin
Просмотров 322 месяца назад
Enabling System Protection with vssadmin
Disabling Default Admin Shares
Просмотров 263 месяца назад
Disabling Default Admin Shares
Creating Interactive Shell Script with User Input in Bash
Просмотров 173 месяца назад
Creating Interactive Shell Script with User Input in Bash
Installing Multiple Applications Using Winget
Просмотров 283 месяца назад
Installing Multiple Applications Using Winget
Audit Account Logon Events
Просмотров 293 месяца назад
Audit Account Logon Events
Syncing a USB Dongle to an iStep Nova Scanner
Просмотров 663 месяца назад
Syncing a USB Dongle to an iStep Nova Scanner
Linux Login Comparisons on a Tablet
Просмотров 553 месяца назад
Linux Login Comparisons on a Tablet
Checking for Open Ports
Просмотров 83 месяца назад
Checking for Open Ports
Linux commands that can be used to review an error log
Просмотров 573 месяца назад
Linux commands that can be used to review an error log
I just installed PowerShell on Zorin OS OMG !!!
Просмотров 2864 месяца назад
I just installed PowerShell on Zorin OS OMG !!!
Removing Files in bulk from one or more Directories
Просмотров 274 месяца назад
Removing Files in bulk from one or more Directories
Opening a directory from the shell
Просмотров 214 месяца назад
Opening a directory from the shell
A Quick and Dirty way to Check the Port Status on a Network
Просмотров 355 месяцев назад
A Quick and Dirty way to Check the Port Status on a Network
Doing a bash conversion from CMD
Просмотров 245 месяцев назад
Doing a bash conversion from CMD
Exporting data into a CSV file with Columns
Просмотров 195 месяцев назад
Exporting data into a CSV file with Columns
Building on what we Learned exporting to a CSV file
Просмотров 165 месяцев назад
Building on what we Learned exporting to a CSV file
Batch Lab Echos and Inputs
Просмотров 85 месяцев назад
Batch Lab Echos and Inputs

Комментарии

  • @thisIsJ.Octavio
    @thisIsJ.Octavio 8 лет назад

    I believe they are still available to see at the San Diego Safari Park. I am not certain about other zoos.

  • @applecore323
    @applecore323 8 лет назад

    Do you know if the hyrax is always available to see at the Safari Zoo? I want to visit one!