Тёмный
Tips For IT Pros
Tips For IT Pros
Tips For IT Pros
Подписаться
Tips For IT Professionals.
My videos address common technical questions and issues that we face in day to day work.

In today's Heterogeneous Cloud it's hard to know everything, so follow along as I show you both Linux and Windows related commands and integration to take you from a one OS and become a master of many.

I work mostly with Windows and Ubuntu, sometimes other things.

Presented by John Hall
Demystifying Patch Management with Azure Arc
15:10
7 месяцев назад
SQL Query Speed Run Optimizing for Performance
3:38
10 месяцев назад
SQL Server Elliptic Curve TLS
7:12
Год назад
Creating Process Loops in T-SQL
8:09
Год назад
Fun with SQL Server Subquery
6:17
2 года назад
Github Copilot for System Engineers
6:51
2 года назад
Go.mod missing
3:59
2 года назад
Windows Winget
8:18
2 года назад
Yet another crypto scam
4:20
2 года назад
How to Install Podman on Ubuntu 20.04
5:47
3 года назад
From API JSON to CSV in Powershell
5:06
3 года назад
DSC xDHCP Example
5:57
3 года назад
SQL Database Visibility
3:58
3 года назад
Windows Storage Spaces
11:49
3 года назад
Powershell Get History
2:57
3 года назад
SQL Server Cursor vs While Exists
7:54
3 года назад
Powershell Objects and Classes Vs RAM
9:27
3 года назад
Комментарии
@hnmcclain
@hnmcclain Час назад
Very good example bro... subtle details like that always go uncovered.
@KTSpeedruns
@KTSpeedruns 4 дня назад
So, If I have proxmox installed on a server, that server has a zpool In raidz, if both the boot drives go out and I have to re-install, I can just use these steps to import the zfs pool and get all my data back?
@rajavasanth6076
@rajavasanth6076 9 дней назад
I am getting ssl security error when connecting odbc to SQL server.. Could you please help? Tls1.0 already enabled on sql server.
@christopheryoung4646
@christopheryoung4646 19 дней назад
Perfect
@izifantastic
@izifantastic 24 дня назад
I can't see nor hear anything u just said.
@inlandchris1
@inlandchris1 Месяц назад
Yes, getting close. My question is, if I have 4-1TB SSD’s, how to configure them for read/write cache on a zfs raid# with 8-10TB spinning drives?
@AhmedMorad2512
@AhmedMorad2512 Месяц назад
can this work with sssd instead of winbind ?
@oppaozuna4796
@oppaozuna4796 Месяц назад
If I want to use a certificate for public ip? DnsName = "$ipPublic" ??? or name host?
@TipsForITPros
@TipsForITPros Месяц назад
Host name normally and if you want to have it public then browser support comes with some overhead. www.thesslstore.com/blog/how-to-become-a-certificate-authority/
@constantinoscoveos9233
@constantinoscoveos9233 Месяц назад
Thank you !!! Great job !!!
@Azgaad_SD
@Azgaad_SD Месяц назад
Thanks for the video. Could you plz put the link to the krb5 file configuration needed for samba with AD authentication.
@TipsForITPros
@TipsForITPros Месяц назад
There is nothing special there and should be the default krb5 file. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-0ux8uuxEVSw.html
@packista
@packista Месяц назад
Great
@krishnach3693
@krishnach3693 2 месяца назад
For db_datareader role, the user cannot see the database name under databases in ssms. How can I enable the user to view only the database that he has read access to?
@faska5892
@faska5892 2 месяца назад
спасибо дружище
@mokox9061
@mokox9061 2 месяца назад
i just followed this tutorial. and all works. thank you. my setup: ubuntu 22.04 -> samba AD server ubuntu 22.03 -> client windows 10 -> client tested in virtualbox.😀
@TipsForITPros
@TipsForITPros Месяц назад
Excellent! Good to see its still valid.
@AbdulSamad-1988
@AbdulSamad-1988 2 месяца назад
The link to your script is broken. Are you able to fix it?
@TipsForITPros
@TipsForITPros 2 месяца назад
Sure thing
@michielvm8683
@michielvm8683 3 месяца назад
Lifesaver, I've been wrecking my brain all day long on this. Your video was the first that gave a clear explanation to what I was actually adding in sudoers and it worked rightaway too.. Thanks!🙏
@nikaadeishvili
@nikaadeishvili 4 месяца назад
good job.thanks
@ytpremott2221
@ytpremott2221 4 месяца назад
Bro use registry path instead of wmi win32 object
@ВадимДерябкин-ф2ю
@ВадимДерябкин-ф2ю 5 месяцев назад
It's a very important video!) Thanks you!)
@richardharris3781
@richardharris3781 5 месяцев назад
This is exactly what happened to me when installing Ubuntu 24.04. FYI, simply zpool -a <poolname> worked straight away. Many, many thanks!
@cgzver
@cgzver 6 месяцев назад
It works!))
@MKcLTM
@MKcLTM 6 месяцев назад
Hello, on remote server (2019) i have created user called "svc_test", i gave him admin permission. Now i want to connect to this user via CBA .. I enabled WinRM HTTPS (one certificate issued from CA) .. the connection is working. However im struggling with connecting to the user via cert (i dont want to store credentials in my code, i just want to use certificate thumbprint) some guidenance would be appreciated
@padmanathanramasamy8354
@padmanathanramasamy8354 6 месяцев назад
We maintain the Master key in the Azure Key Vault. Can you provide video for Azure Key Vault
@orashusedmund7675
@orashusedmund7675 6 месяцев назад
Thanks sir, I've been searching and this helped me install go1.22.1 on my ubuntu 22.04.4 LTS
@seanmurray8736
@seanmurray8736 6 месяцев назад
Saved my ass, thank you. It wasnt even a new install, the pool just didnt show up one morning. Thank you!
@JamesRoyCoronel
@JamesRoyCoronel 6 месяцев назад
Hi Sir, Good day ! How about uninstalling a specific software to multiple machines is that possible ?
@Traxano
@Traxano 3 месяца назад
$computers = @("PC1", "PC2", "PC3") $software = "NameOfSoftware" function Invoke-RemoteCommand { param ( [string]$computerName, [string]$software ) try { Invoke-Command -ComputerName $computerName -ScriptBlock { param ($software) # insert uninstall Code Here } -ArgumentList $software } catch { Write-Error "Operation failed on computer $computerName: $_" } } # foreach Computer and use the function foreach ($computer in $computers) { Invoke-RemoteCommand -computerName $computer -software $software }
@shanelonn7728
@shanelonn7728 6 месяцев назад
This is great information thank you! I tried using the example provided for Microsoft Visual C++ 2013 and found that the object doesn't have a method to uninstall. How should I go about uninstalling programs like these? The only way I'm finding is using elevated CMD without switches like /quiet /qn for example. msiexec /x{A8589745-51BC-3963-B4E9-201CF8693538}. Ultimately looking for a way to quietly uninstall all of these deprecated programs remotely without user interaction.
@faithfulflare
@faithfulflare 6 месяцев назад
Hi Sir may I ask, how to configure SQL Server Always Encrypted in Laravel? what is the configuration on this. APPRECIATE THE ANSWER. THANK YOU!
@ilyeshmusic
@ilyeshmusic 7 месяцев назад
with second method i changed the system DB's but not the server collation. Any hint maybe ? The cmd commands got through but i've got connction errors in etween index restore...i never came to the ctr+c command at the end of cmd script....
@ReponHaque
@ReponHaque 7 месяцев назад
The second option worked perfectly for me. Thanks very much.
@robertrowland8856
@robertrowland8856 7 месяцев назад
File doesn’t exist, thanks
@Sourcecodemastergoaheadcheater
@Sourcecodemastergoaheadcheater 7 месяцев назад
Litttty!!!😂😂 Baboon😂😂
@Sourcecodemastergoaheadcheater
@Sourcecodemastergoaheadcheater 7 месяцев назад
Hiii ittytt
@floppa9415
@floppa9415 7 месяцев назад
Oh man, this I'm really one of the most annoying limitations of PowerShell. Every other language that I use on a regular basis, hell even C++ allows you to just access stuff from the parent scope if you create an inline function. Sad to see there still is no better option other than modules and then dealing with the overhead that causes of importing them over and over after each iteration.
@sanju418419
@sanju418419 8 месяцев назад
Thank you, this helped me today.
@andrewroutledge5810
@andrewroutledge5810 8 месяцев назад
You are a legend - thank you for explaining this :)
@ParvezMB
@ParvezMB 9 месяцев назад
How to remove the permission or reverse the process. Please help guide please
@goonbreathfpv
@goonbreathfpv 9 месяцев назад
didnt the pause get counted as well?
@HarshNarwariya-j6x
@HarshNarwariya-j6x 9 месяцев назад
Thanks bro, such a nice working tutorial
@brn.sam2102
@brn.sam2102 9 месяцев назад
Hi, is there a way to unlist packages that are "installed" in a internal repository? Thank you
@TipsForITPros
@TipsForITPros 9 месяцев назад
No as the repository that its install from isn’t stored to my knowledge but feel free to chocolatey.org/support They have a discord channel
@brn.sam2102
@brn.sam2102 9 месяцев назад
Thank you for your help
@gertthoonen7101
@gertthoonen7101 10 месяцев назад
If it wouldn't be blurred as hell, then it would be good... add your powershell commands in the comments section
@RussiansinTurkey-sw9ul
@RussiansinTurkey-sw9ul 10 месяцев назад
I still have a problem 😢 Could not import (current file is not included in a workspace module) However I downloaded it and it shows in go sum and go mod 🤦‍♂️
@mof400
@mof400 10 месяцев назад
thank you 👍
@vhanka27
@vhanka27 Год назад
The second option worked perfectly. Thank you ever so much!
@brijeshtripathi7643
@brijeshtripathi7643 Год назад
Helped a lot.. Thank for this video
@Thiccalus
@Thiccalus Год назад
Thanks for the video... currently on the step where I'm 'checking the health', and it is looking like it is gonna definitely take more than 15 minutes.
@Thiccalus
@Thiccalus Год назад
update: raid 5 on 4 8tb drives took about 14 hours.
@CharlieKarasoulis
@CharlieKarasoulis Год назад
What if the software is not shown in the list. Where would I find it and would I still use the same command line if the software is on the computer but not in the list?
@miguelgallog
@miguelgallog Год назад
nice one!! it helped me a lot by reducing the execution time of my code by more than half.
@geethareddy2213
@geethareddy2213 Год назад
Get-storagepool is not giving the size of the stoarge pool in my server . Do we have any other command to check the capacity and free space of storge pool
@k25-j4n
@k25-j4n Год назад
btw, cool voice 👍