|
Advanced Installer 21.9 was released on July 3rd, 2024
|
|
Full View / NID: 96282 / Submitted by: The Zilla of Zuron
|
|
Windows context menus provide a quick way to access different commands, but as application complexity increases, these menus can become cluttered. [...]
|
|
Full View / NID: 96281 / Submitted by: The Zilla of Zuron
|
|
I started working in tech in 2009. My early years were focused on building technology and supporting developers in building installers for their desktop applications. [...]
|
|
Full View / NID: 96280 / Submitted by: The Zilla of Zuron
|
|
Nowadays, in the digital era, with the rising number of cyberattacks, it’s crucial to keep applications secure. [...]
|
|
Full View / NID: 96278 / Submitted by: The Zilla of Zuron
|
|
Today's increased demand for efficiency in IT necessitates knowledge of how to speed up workflow using powerful tools such as PowerShell and Intune. [...]
|
|
Full View / NID: 96276 / Submitted by: The Zilla of Zuron
|
|
In this article, we will: Have a look over the AZ module, Understand how authentication with Azure works, Explore Microsoft Graph and Microsoft.Graph.Authentication module and Learn how to put all of this together to get the list of Win32 applications from Intune via PowerShell. [...]
|
|
Full View / NID: 96252 / Submitted by: The Zilla of Zuron
|
|
In PowerShell scripting, ensuring scripts continue after a reboot can be challenging, especially when managing configurations or updates that require a system restart. There are two primary strategies for local and remote execution environments to address this issue. [...]
|
|
Full View / NID: 96238 / Submitted by: The Zilla of Zuron
|
|
When it comes to IT and business, the capacity to remotely install software on computers linked to a network is essential in the digital era. This not only improves operational efficiency but cuts down on time and resources needed for software deployment. [...]
|
|
Full View / NID: 96237 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 21.8.2 was released on June 5th, 2024
|
|
Full View / NID: 96253 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 21.8 was released on June 5th, 2024
|
|
Full View / NID: 96236 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 21.8.1 was released on June 5th, 2024
|
|
Full View / NID: 96235 / Submitted by: The Zilla of Zuron
|
|
A digital signature guarantees the authenticity of an electronic document or message. In the software industry, code signing provides an added layer of security and trust that you're using a code that comes from an original vendor and not a third-party that could have maliciously altered the code. [...]
|
|
Full View / NID: 96199 / Submitted by: The Zilla of Zuron
|
|
It is important to ensure that your Windows operating system is kept up to date in this age of technology. It is a matter that leads us to Microsoft Update Standalone Packages (MSU files), an essential element in the updating process of Windows. [...]
|
|
Full View / NID: 96191 / Submitted by: The Zilla of Zuron
|
|
PowerShell App Deployment Toolkit (PSADT) is the go-to solution for enterprises aiming to standardize their software deployment process. [...]
|
|
Full View / NID: 96181 / Submitted by: The Zilla of Zuron
|
|
Are you a developer or IT professional looking to digitally sign your code or software application, but unsure of how to acquire a digital certificate? In this blog post, we will introduce you to some of the top providers where you can buy these certificates at an affordable cost. [...]
|
|
Full View / NID: 96173 / Submitted by: The Zilla of Zuron
|
|
Java applications are compiled into JAR files, which require the Java Runtime Environment (JRE) to run. However, JAR files cannot be executed as standalone files. [...]
|
|
Full View / NID: 96174 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 21.7.1 was released on April 29th, 2024
|
|
Full View / NID: 96138 / Submitted by: The Zilla of Zuron
|
|
Advanced Installer 21.7 was released on April 29th, 2024
|
|
Full View / NID: 96136 / Submitted by: The Zilla of Zuron
|
|
In the world of software deployment, efficiency and innovation are essential, not just aspirational. As technology evolves at a lightning pace, our IT tools and methodologies need to not only keep up but also anticipate and prepare for what's next. [...]
|
|
Full View / NID: 96137 / Submitted by: The Zilla of Zuron
|
|
Recently, a bug in glibc version 2.39 and older (CVE-2024-2961) was uncovered where a buffer overflow in character set conversions to the ISO-2022-CN-EXT character set can result in remote code execution. This specific buffer overflow in glibc is exploitable through PHP, which uses the iconv functionality in glibc to do character set conversions. Although the bug is exploitable in the context of the PHP Engine, the bug is not in PHP. It is also not directly exploitable remotely.There are numerous reports online with titles like "Mitigating the iconv Vulnerability for PHP (CVE-2024-2961)" or "PHP Under Attack". These titles are misleading as this is not a bug in PHP itself.Currently there is no fix for this issue, but there is a workaround described in GLIBC Vulnerability on Servers Serving PHP. It explains a way how to remove the problematic character set from glibc. Perform this procedure for every gconv-modules-extra.conf file that is available on your system.Additionally it is also good practice for applications to accept only specific charsets, with an allow-list.Some Linux distributions such as Debian, CentOS, and others, already have published patched variants of glibc. Please upgrade as soon as possible.Once an update is available in glibc, updating that package on your Linux machine will be enough to alleviate the issue. You do not need to update PHP, as glibc is a dynamically linked library.PHP users on Windows are not affected.There will therefore also not be a new version of PHP for this vulnerability.
|
|
Full View / NID: 96130 / Submitted by: The Zilla of Zuron
|