Home
Blog | THE SORSKOD
Cancel

Find and delete multiple file types in Linux using the command line

The Script If you need to delete multiple file types in Linux, you can use the following command in the terminal: Please note that this command will permanently delete the files, so use it with c...

Script to Delete User Profiles with PowerShell GUI

PowerShell Script to find, select and delete user profiles Windows machines. $deleteProfiles = Get-WmiObject -Class Win32_UserProfile | Where-Object { $_.LocalPath -notlike "C:\Windows*" ...

Vim basic

Vim Key Maps: A Beginner’s Guide Vim is a powerful text editor that has been around for decades. While it may seem overwhelming at first, once you learn a few basic key maps, you’ll find that Vim ...

Upgrade Samsung NVMe Firmware on Unraid

Upgraded some NVMe/SSD firmware today, the process is fairly simple. Overview Upgrade Samsung NVMe/SSD Firmware Identify Drive model/version Download and Install Extract/Run Identify Dr...

Jira Service Desk on Unraid

Overview What is Jira Service Desk Installation and Prerequisites Jira requirements MySQL database/configuration MySQL database JDBC driver/connector Jira activations Connecting Jira...

MySQL, how to create a database.

Creating a Database and a Database User with a Password in MariaDB Introduction to MariaDB and MySQL MariaDB and MySQL are two of the most popular open-source relational database management system...

What is Pi-Hole?

50%-70% (potentially higher) of your internets traffic is all advertisement. If I told you that 50%-70% (potentially higher) of your internets traffic is all advertisement would you believe me? Le...

Wi-Fi "Do you love me?" I tell It, "Only partly"

It doesn’t matter whether it’s at home, in the office, public cafe’ hotspots, when Wi-Fi goes out, all hell breaks loose. Although mobile data has become more competitive allowing for more flexible...

Tell me again, why you're not using a custom Host File?

Everyone wants less adds, malware, banners, 3rd party cookies, trackers, web bugs, unwanted programs, scammers, and the list goes on. But you’re not using a custom host file!? You can effectively ...

You’re two minutes away from browsing a faster, more private internet.

DNS: It’s the Internet’s Directory Nearly everything on the Internet starts with a Domain Name System (DNS) request. DNS is the Internet’s directory. Click on a link, open an app, send an email...