Raspberry Piv5 demo
8:48
14 күн бұрын
USB in the year 2050!
0:47
4 ай бұрын
Пікірлер
@davidramirez5826
@davidramirez5826 Күн бұрын
Great video! I used it for my Dell Chromebook to put Ubuntu on it, everything works with following your steps. There were only some very minor differences but it all worked perfectly!
@TechsavvyProductions
@TechsavvyProductions 9 сағат бұрын
Great to hear!
@7onysWorld
@7onysWorld Күн бұрын
This tool is pretty good. I bought the exact same one a few months back. Thank you for the video.
@TechsavvyProductions
@TechsavvyProductions 9 сағат бұрын
For the price it is a decent hand held
@borisdorofeev5602
@borisdorofeev5602 2 күн бұрын
So are DLLs sort of analoagous to Linux ELFs
@TechsavvyProductions
@TechsavvyProductions 9 сағат бұрын
Similarities Between DLLs and ELFs Shared Code and Resources: Both DLLs and ELF files can serve as containers for code, data, and other resources that multiple programs or processes can access. They allow reusability of libraries across multiple applications to save memory and reduce redundancy. Dynamic Linking: DLLs in Windows and shared object files (.so) in Linux (a type of ELF) both support dynamic linking. Programs can load these libraries at runtime, enabling modular programming and efficient memory use. Modularity: Both formats promote modularity by breaking large applications into smaller, manageable, and reusable components. This design helps in application updates (e.g., replacing a single DLL or .so file) without recompiling the entire application. Position-Independent Code (PIC): Both DLLs and ELF shared objects are often compiled with PIC, enabling efficient loading at any memory address. Differences Between DLLs and ELFs Aspect DLL (Windows) ELF (Linux) Primary Role Primarily used for dynamic libraries. Serves as the default binary format for executables, shared libraries, and core dumps. File Extensions .dll .so (shared objects), .out, or no extension. Static Linking Not applicable. ELF files can also support static linking (.a archives). Dynamic Loading API Use LoadLibrary and GetProcAddress in the Windows API. Use dlopen, dlsym, and dlclose in the libdl API. File Format Structure Proprietary Portable Executable (PE) format. Open Executable and Linkable Format (ELF), used widely across Unix-like systems. Executable Capability DLLs are not directly executable. ELF files can be executables, shared libraries, or core dumps. Export/Import Mechanism Symbols explicitly declared via .def files or __declspec(dllexport). Symbols can be automatically exported unless hidden. Relocation Handling Handled by the Windows loader. Handled by the Linux dynamic linker (ld.so). Cross-Platform Use Windows-specific; requires emulation (e.g., Wine) for Linux. ELF is used natively across many Unix-like systems, including Linux, BSD, and Solaris. Key Highlights DLLs Are Subtypes, ELFs Are Versatile: A DLL is a specialized type of binary in the Windows ecosystem, whereas an ELF is a general-purpose binary format used in Linux for executables, shared libraries, and even debugging core dumps. Dynamic Linking Differences: Windows dynamic linking focuses heavily on explicit symbol management (e.g., via GetProcAddress), whereas Linux ELF shared objects tend to expose more symbols by default unless hidden using specific flags (e.g., -fvisibility=hidden in GCC). Execution: ELFs can be used as standalone executables, while DLLs are always a dependency for executables and cannot run on their own. Platform Dependency: DLLs are proprietary to Windows, while ELFs are widely adopted in Unix-like systems, making ELFs more platform-agnostic.
@borisdorofeev5602
@borisdorofeev5602 2 күн бұрын
I love the jokes. I really wish I had a chance to be one of your students.
@johnsenchak
@johnsenchak 3 күн бұрын
I love those bundled purple cables , that's geek sexy
@johnsenchak
@johnsenchak 3 күн бұрын
I have a couple of those meters like that, but not as fancy Ready for you oral examine
@MichelleEdwards-u5w
@MichelleEdwards-u5w 3 күн бұрын
Thanks for the forecast! Just a quick off-topic question: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How can I transfer them to Binance?
@TechsavvyProductions
@TechsavvyProductions 8 сағат бұрын
check your last comment on that topic I did give a detailed reply
@eduardorivas363
@eduardorivas363 4 күн бұрын
Nice video. I would also say the cable length test can show where a fault is. I use that feature a lot then figure out why a fault happened.
@TechsavvyProductions
@TechsavvyProductions 8 сағат бұрын
great idea!
@DhrubRajGiri01
@DhrubRajGiri01 4 күн бұрын
always find the chaos netwrok
@TechsavvyProductions
@TechsavvyProductions 8 сағат бұрын
Thanks for watching
@Chapouto50
@Chapouto50 5 күн бұрын
Very good and well explained video, making it very easy to understand. If I want to use two links for a VPN, could I leave the second link as a backup?
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
Great question, I would have to pull down the manual and check.
@Chapouto50
@Chapouto50 3 күн бұрын
@@TechsavvyProductions Thank you for your attention, I'm asking because I'm trying to use 2 links, the wan2 being as a backup on a VPN and I'm having difficulties, if you could help, I'd be grateful.
@talbarak8861
@talbarak8861 6 күн бұрын
Amazing video that explains WMI in a very detailed but clear way.
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
Thanks for watching!
@blackpanther300.
@blackpanther300. 7 күн бұрын
Thank you for the quality instruction. I've only seen comments on this video talking about how they thought it was good, but did not attempt it themselves, so I thought I'd add my experience in since I did attempt it. This was my first time disassembling a laptop and the video was very helpful all the way through. I ran into no issues during the process and the laptop booted up first try with a working keyboard when I was done. In the video, you melted edger string to replace the plastic rivets, but I decided to follow another commenter's suggestion of using a hot glue gun instead. After trying both methods, I can conclude the hot glue gun was not only way easier, but also less dangerous, so I heavily suggest that method instead. My keyboard backplate was slightly bent (probably my fault), so I found that the best way to get it to sit flush was to use the end of a pen with the ballpoint retracted and press down on the parts of the plate that were coming up until they were flat against the rest of the laptop while I glued the spots where it was riveted previously. Then I held the pen there until the glue had hardened and didn't need support anymore. After repeating this for all rivets, the backplate was flush and my keyboard properly stuck out. This is an easy task so long as you're careful and take your time. I recommend taking pictures along the way of disassembling like I did so that you have references to where pieces go and what screws go where when re-assembling. You can even record a video if you want to be 100% sure. Thank you and good luck
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
I wish I had done the hot glue method "after the fact". Good decision!
@JibranRao-fx5om
@JibranRao-fx5om 9 күн бұрын
Hello, thank you for explaining checkpoints, I have a VM which is hosted on Hyper-V Failover Cluster with 2 nodes. The total size of VM is now 11TB, I was taking backup through Veeam. Now backup is getting failed, as per Veeam there are multiple checkpoints (267) leftover in VM hard drive folder, but when I check on Hyper-V Manager console , I don’t see any checkpoint. I tried to create new checkpoint then delete. Checkpoint is deleted but while merging process I have seen message checkpoint merging failed. Please help to how to delete checkpoints leftover from HDD folder. Thank you
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
1. Identify and Confirm the Checkpoint Files Check the VM Folder: Navigate to the folder where the VM’s virtual hard disks (VHDX) are stored. This is usually in C:\ClusterStorage\VolumeX\VMName or wherever your VM resides. Look for AVHDX files (differencing disks). These indicate leftover checkpoint files. Verify Dependencies: Use the Inspect Disk feature in Hyper-V Manager: Open Hyper-V Manager. Click Edit Disk and browse to one of the AVHDX files. Select Inspect to see its parent disk. This helps understand the chain of dependencies. 2. Attempt to Merge Checkpoints Manually Backup Critical Files: Before making changes, back up the VM’s entire folder (including all VHDX and AVHDX files) to ensure recoverability. Manually Merge the Differencing Disks: Open Hyper-V Manager. Navigate to Edit Disk and select one of the AVHDX files. Choose Merge and follow the prompts: Merge to the parent disk. Repeat this for all AVHDX files, ensuring the chain merges correctly. Restart the VM: Once all differencing disks are merged, ensure the VM boots properly. 3. Check for Orphaned Checkpoints with PowerShell List Checkpoints: powershell Copy code Get-VMSnapshot -VMName "YourVMName" If no checkpoints are listed but files remain, proceed with manual cleanup. Force Remove Orphaned Checkpoints: powershell Copy code Remove-VMSnapshot -VMName "YourVMName" -IncludeAll This removes all associated snapshots. 4. Reconnect or Recreate the Virtual Disk Chain Fix VM Configuration: If merging fails, reattach the VHDX file directly to the VM: Shut down the VM. Remove the current disk from the VM settings. Add the base VHDX file back to the VM. Repair Configuration Files: Use the following PowerShell commands: powershell Copy code $VM = Get-VM -Name "YourVMName" $VM | Update-VMConfiguration 5. Remove Residual Files Delete Remaining AVHDX Files: Once all AVHDX files are merged, ensure no residual files remain in the VM folder. Clean Up: Verify the folder contains only the base VHDX file and other essential configuration files. 6. Test Backups Again Retry the Veeam backup job to confirm it completes successfully. If issues persist, check Veeam logs for further insights. Additional Tips Cluster Awareness: Ensure all cluster nodes are synchronized, as mismatched states can cause checkpoint issues. Disk Space: Verify sufficient disk space is available on the storage where the VM resides, as merging checkpoints requires extra space. If the issue persists or the VM configuration appears corrupted, you may need to recreate the VM and attach the existing VHDX file to avoid data loss.
@rosembergporto
@rosembergporto 9 күн бұрын
Excelente!
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
Thanks for watching!
@DrN007
@DrN007 9 күн бұрын
Wasn't there room for only two 160MHz at the same time/place given regulations? More than that is only theoretical, right?
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
1. Use of 160 MHz Channels 160 MHz bandwidth is achievable in 802.11ac (Wi-Fi 5) and 802.11ax (Wi-Fi 6) and is used for high-speed data transmission. 160 MHz channels can be implemented in two ways: Contiguous: A single block of 160 MHz spectrum. Non-contiguous (80+80 MHz): Two 80 MHz channels bonded together. 2. Simultaneous Use of Multiple 160 MHz Channels Standards Limitation: Wi-Fi standards (like 802.11ax) do not support more than one 160 MHz channel per connection or transmission. Each access point or client device typically operates on a single channel at a time. Devices supporting multiple spatial streams or MIMO can make use of the same 160 MHz channel to enhance throughput but cannot use two separate 160 MHz channels simultaneously for the same transmission. Hardware Limitation: Most consumer-grade and enterprise-grade devices are limited to using a single 160 MHz channel at a time due to radio constraints. 3. Regulatory Constraints Frequency Bands: The availability of 160 MHz channels depends on the spectrum allocated for Wi-Fi by regional authorities like the FCC (USA), ETSI (Europe), and MIC (Japan). In the 5 GHz band, there are only a limited number of 160 MHz-wide channels due to interference avoidance and coexistence rules with other technologies like radar (DFS regulations). The 6 GHz band (introduced with Wi-Fi 6E) provides more opportunities for using 160 MHz channels due to its wider spectrum allocation. Dynamic Frequency Selection (DFS): Some channels in the 5 GHz band require DFS to avoid interference with radar systems, which restricts their availability for Wi-Fi. 4. Future Possibilities 802.11be (Wi-Fi 7): Wi-Fi 7 introduces 320 MHz channels, which double the bandwidth of 160 MHz. While this standard does not allow multiple simultaneous 320 MHz channels for a single connection, the wider channels will provide even higher throughput with advanced techniques like multi-link operation (MLO). Multi-Link Operation (MLO): With MLO, devices can operate on multiple channels simultaneously (e.g., in the 5 GHz and 6 GHz bands), though each channel is typically no wider than 160 MHz in current implementations.
@DrN007
@DrN007 3 күн бұрын
@@TechsavvyProductions Great info! Thanks a lot!
@Systemimpuls
@Systemimpuls 12 күн бұрын
the video notes are not available anymore, can you please host them again ? thanks
@jeffsad8391
@jeffsad8391 13 күн бұрын
Is true that registry edit can be only create a file or keys inside hive ?(I mean malicious key or folder if somebody want to do în your computer)
@TechsavvyProductions
@TechsavvyProductions 8 сағат бұрын
The registry is a unique database for holding specific data, not files, hackers do use the registry to "auto-run" their code.
@waynesmith2549
@waynesmith2549 14 күн бұрын
Such a great channel!!
@TechsavvyProductions
@TechsavvyProductions 14 күн бұрын
Thanks for watching!
@GrowsDrummer
@GrowsDrummer 16 күн бұрын
Thank you. Really appreciate it.
@TechsavvyProductions
@TechsavvyProductions 14 күн бұрын
Thanks for watching
@marouanouioua7969
@marouanouioua7969 17 күн бұрын
c'est qui le formateur?
@manuneethis9076
@manuneethis9076 17 күн бұрын
Excellent explanation of CDN
@TechsavvyProductions
@TechsavvyProductions 14 күн бұрын
Thank you for your support!
@borisdorofeev5602
@borisdorofeev5602 19 күн бұрын
Thank you. Microsoft has become better with documentation. The website is very thorough. Also CoPilot is surprisingly accurate
@Winkemaennchen
@Winkemaennchen 19 күн бұрын
Thought you will not catch me (developer who meddles with usb endpoints vids pids down to SMD pads etc.) Proved me wrong after a few minutes. Thanks for that impressive video and the calm style.
@TechsavvyProductions
@TechsavvyProductions 14 күн бұрын
Thanks for the commets and for watching!
@LynnWhirley
@LynnWhirley 20 күн бұрын
Thanks for the forecast! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?
@TechsavvyProductions
@TechsavvyProductions 4 күн бұрын
To transfer your USDT from your SafePal wallet to Binance, follow these steps: Access Your SafePal Wallet: Open the SafePal app on your device. Ensure your wallet is unlocked and you have access to your USDT holdings. Obtain Your Binance USDT Deposit Address: Log in to your Binance account. Navigate to the "Wallet" section and select "Fiat and Spot." Search for USDT and click on "Deposit." Choose the appropriate network (e.g., ERC20, TRC20, BEP20) that matches your SafePal wallet's USDT network. Copy the provided deposit address. Initiate the Transfer from SafePal: In the SafePal app, select USDT from your asset list. Tap "Send" and paste the Binance deposit address. Enter the amount of USDT you wish to transfer. Review the transaction details, ensuring the network matches the one selected on Binance. Confirm and authorize the transaction. Monitor the Transaction: After initiating the transfer, monitor the transaction status in both SafePal and Binance. Once confirmed, the USDT will appear in your Binance account. Important Considerations: Network Compatibility: Ensure the network selected in both SafePal and Binance matches to avoid potential loss of funds. Transaction Fees: Be aware of network fees associated with the transfer. Security: Keep your seed phrase confidential and never share it.
@freedesigners7680
@freedesigners7680 20 күн бұрын
Nice video. Thanks for sharing 😊
@TechsavvyProductions
@TechsavvyProductions 20 күн бұрын
Thanks for visiting
@50PullUps
@50PullUps 21 күн бұрын
This is absolutely fantastic. Currently trying to figure out how to join my Hyper-V Host to a domain that’s provided by a DC sitting within a VM… that’s hosted on my Hyper-V host! 🤪
@TechsavvyProductions
@TechsavvyProductions 20 күн бұрын
Thanks for your support!
@docteurgreene
@docteurgreene 25 күн бұрын
the tips to use wordpad to be able to explore the disk when in WinRE is so damn useful. I keep using command lines like a newb lol, I will remember that the next time I have a non booting computer :)
@TechsavvyProductions
@TechsavvyProductions 22 күн бұрын
I love to see my viewers always learning!!
@suhindia-only
@suhindia-only 27 күн бұрын
Good job. Keep up . God bless you from NY. USA
@TechsavvyProductions
@TechsavvyProductions 26 күн бұрын
Thank you for watching!
@oldschool1079
@oldschool1079 28 күн бұрын
This script is one of the best ones out there, and most popular for a reason. Simply works with minimal effort and input from the user. One of the main reasons why it is so great, unlike many other debloat scripts and apps, it has "Sysprep" mode support, meaning if you are creating and capturing a golden default iso image or vm image it makes the changes not only for current logon user, but also to Default user profile folder, so whenever you create a new user account on that machine, that profile will also be debloated and tweaked, no double work (unless you are charging by the hour knock yourself out :P ) Cannot count how many times MS changed stuff around that broke the traditional Sysprep capturing methods when you try to debloat and customize user profile and make it a default template for all other accounts in the future. Speaking of Sysprep, would be great if you would cover new Sysprep methods MS is pushing down out throats, such as Intune and Autopilot. Great stuff as always Mr.V God Bless
@TechsavvyProductions
@TechsavvyProductions 26 күн бұрын
Great comments and feedback, Thank you!
@freeandhappy8562
@freeandhappy8562 29 күн бұрын
Mr V. Excellent tutorial! LOVED the Raspberry Pi! With regards to the video, I thought that adding the narration after the video worked out very well and the dynamic captioning was great as well. If they work for you and make your life easier and better, I'd say continue on using them.
@TechsavvyProductions
@TechsavvyProductions 28 күн бұрын
Thank you for your support for the channel and the feedback!
@fbifido2
@fbifido2 29 күн бұрын
is it possible to script in powershell what sysprep does? - mainly the generalize part
@fbifido2
@fbifido2 29 күн бұрын
I created an Azure Windows 24H2 ent. multi-session VM and install a few apps using winget. restart the VM, and then tried to stsprep it, but it keeps failing.
@TechsavvyProductions
@TechsavvyProductions 28 күн бұрын
I would reach out to the author, it is a good idea. He might have some good ideas for doing something like this.
@TechsavvyProductions
@TechsavvyProductions 28 күн бұрын
What was the error message?
@gtm5650
@gtm5650 Ай бұрын
Mr Vanderpool please make videos on using Linux. Perhaps Zorin . Thanks
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thank you for your support of the channel it is appreciated! I am working hard on some new for the first time Linux videos, I choose Debian for many reasons but due to it's stability and that many variants are Debian based. My goal will be to assist IT professionals who have lots of Windows knowledge come into the Linux world practically and transition what they already understand about operating system and apply that to Linux. I have running now about five Debian hosts, two physical and 3 VMs. I will focus on taking Debian and putting it on AD, adding Samba and showing how to effectively put Linux in a Windows environment.
@mehmetunal9731
@mehmetunal9731 Ай бұрын
i am getting three different keys which one i am gonna use?
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Try one at a time.
@morgalaksi3835
@morgalaksi3835 Ай бұрын
Dear Sir, To be honest, I didn't expect to get such a good overview from this video but since You explain those concepts calmly and with so much proper knowledge I didn't feel confused or anxious about understanding them which most of the time I do. Thank you so much for the helpful information, greetings from Türkiye ❤
@TechsavvyProductions
@TechsavvyProductions 28 күн бұрын
Yorumlarınız ve geri bildirimleriniz için teşekkür ederim, bu eski bir video, bu serinin tamamını güncelledim ve ekleyeceğim. Uluslararası izleyicilerimize her zaman minnettarız! 1. 1. Gün: Windows Uygulamalarında Sorun Giderme. İşlem nedir ve İş parçacıkları nelerdir? kzbin.info/www/bejne/fmLIf2ihfK9opcU 2. 2. Gün: Windows Uygulamalarında Sorun Giderme. Uygulama ve İşlem Türleri. kzbin.info/www/bejne/g6qQn2VsjdFqpc0 3. 3. Gün: Windows Uygulamalarında Sorun Giderme: İşlem Durumları kzbin.info/www/bejne/nWebhoR5fslnq7M 4. 4. Gün: İşlem Gezgini Ölçümleri ve Windows Uygulamalarında Sorun Giderme kzbin.info/www/bejne/ZpDWpYGon6epb80 5. 5. Gün: Microsoft Store Uygulamalarına Bir Bakış ve Neden Sorun Gidermiyoruz! kzbin.info/www/bejne/i6eym6CFjbqIa6s 6. Gün 6: Linux GUI Uygulamaları Windows'a Geliyor kzbin.info/www/bejne/fJrOi2OqntSpiZo 7. Gün 7: Uygulama *.DLL Dosyalarını Anlamak kzbin.info/www/bejne/lXaplISAeJKfjbM 8. Windows Hizmetleri: Windows 11 ve Server 2022'ye Teknik Bir Bakış Bölüm 1 kzbin.info/www/bejne/jWHaomB9YrSHpNE
@MiguelangelFernandez82
@MiguelangelFernandez82 Ай бұрын
Brilliant video. Thank you!
@TechsavvyProductions
@TechsavvyProductions 28 күн бұрын
Thank you for watching!
@tuấnanhtrương-u8h
@tuấnanhtrương-u8h Ай бұрын
10 years later but this video is still relevant 😂
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thank you for watching!
@UniWorld360
@UniWorld360 Ай бұрын
Watching in 2024. Great Lecture! Thank you!
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thanks for watching!
@noelongoria6267
@noelongoria6267 Ай бұрын
impeccable instructions. Thank you!
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Glad it was helpful!
@anoopthomasn1
@anoopthomasn1 Ай бұрын
Thanks for the great video
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thank you for your support!
@johnsenchak
@johnsenchak Ай бұрын
The problem is that internet users would rather watch people on youtube who just make video on what they read instead of what they know
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
I am grateful for the many who come to KZbin to really learn and better understand their craft. I believe my channel viewers are many of these folks.
@mowatrcm1
@mowatrcm1 Ай бұрын
Thank you once again🙏👍
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
I wanted to also demo Nirsoft's wonderful selection of uninstall tools.
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thanks for watching!
@johnsenchak
@johnsenchak Ай бұрын
You should have shown the Windows processes before and after the debloating
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Great point, I actually ran Process Explorer while doing this and was surprised at how few processes were removed from the overall list of running and active one. Most of the "junk" applications were apps's found in the Microsoft Store folder and ready to install if a user wanted them. c:\Program Files\WindowsApps This is hidden and controlled by the group called "Trusted Installer"
@longlost8424
@longlost8424 Ай бұрын
chris titus tech tips, he's the man on winders 10 & 11 debloat.....
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
There are so many good tool to debloat, avoid those tools that install, the good ones are "portable-non installing apps". Nirsoft has a wonderful selection of uninstallers. They are so fun to play with.
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thank you for watching!
@rickyoh804
@rickyoh804 Ай бұрын
The GOAT!!! Excellent breakdown, voice, and visuals 💯
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
Thank you for you support!
@yigajonathan4744
@yigajonathan4744 Ай бұрын
How about a tool like Ventoy and Balena Etecher
@TechsavvyProductions
@TechsavvyProductions Ай бұрын
There are a number of really nice flash drive tools, I have not played with Ventoy yet but it is on my agenda.