You can get your external IP from a website with the curl command like “curl -s ifconfig.me”. However, websites can change. For a more reliable answer, use the […]
Tag: script
Different ways to run shell script files on Windows
Shell script files or SH files (.sh extension) can be really useful for software engineers when performing a wide variety of operations, from file processing to program execution […]
How to Change Login Screen Background in Ubuntu 22.04 [Another Script]
Want to change the background wallpaper or just set another color for Ubuntu Gnome login screen? Here’s how to do the trick in Ubuntu 22.04! As you may […]
This New Script Will Install Windows 10 and 11 On Your Raspberry Pi With Ease
Installing Windows 10 on a Raspberry Pi SD card was impossible just one year ago. But after a ton of small milestones, there’s finally an easy way to […]
How to Run a Shell Script in Linux [Essentials Explained for Beginners]
There are two ways to run a shell script in Linux. You can use: bash script.sh Or you can execute the shell script like this: ./script.sh That maybe […]
[PPA Update] GIMP 2.10.22 with Python Script Support in Ubuntu 18.04
For Ubuntu 18.04 users sticking to the PPA build of GIMP image editor 2.10.22, now the Python Script support is back. Since old GTK2 and Python 2 libraries […]
CopyQ Clipboard Manager 3.13.0 Released with New Script / Commands
CopyQ, free open-source advanced clipboard managing software, released version 3.13.0 with new script function and command line options. CopyQ 3.13.0 release highlights: New focusPrevious() script function to activate […]
Running your first batch script on Windows 10
You can use batch files to automate tasks on Windows 10, and in this guide, we’ll show how. On Windows 10, a batch file is a special text […]
Windows 10 Setup Script has a new name and is now easier to use
Remember Windows 10 Setup Script? I reviewed the PowerShell script in August 2020; it was designed to be run right after the installation of Windows 10 on a […]
Script to Validate Your Active Directory Controller is Patched for ZeroLogon
If you have heard of ZeroLogon but not sure if your server has been patched up for this vulnerability, here is a PowerShell script that you can use […]