configuring

Tech Optimizer
August 26, 2025
A team decided to test PostgreSQL's capabilities with a one-petabyte database, setting a challenge for December 10, with a report due by January 20. They initially sought cloud storage but found no provider could meet their requirement for a single chunk of storage, leading them to rent physical servers. They used Shardman, a distributed database engine, to manage the database across seven servers. They employed the YCSB benchmark for performance testing and faced various challenges, including data loading issues and hardware problems. By January 15, they reached 863 terabytes of data generation, falling short of their petabyte goal, and documented their findings for future reference.
Winsage
August 18, 2025
Microsoft is addressing an issue with the Windows Update Standalone Installer (WUSA) that affects the installation of Windows updates from network shares, primarily impacting Windows 11 24H2 and Windows Server 2025 systems in enterprise networks. The problem leads to updates failing with the error ERRORBADPATHNAME when multiple .msu files are present on a network share. This issue does not occur with single .msu files or local installations. A Known Issue Rollback (KIR) is available to mitigate the problem for home and non-managed business devices, while IT administrators can implement a Group Policy fix for affected systems. Users can also avoid the issue by saving .msu files locally for installation.
Winsage
August 14, 2025
Microsoft resolved an issue affecting the delivery of the August 2025 Windows 11 24H2 cumulative update (KB5063878) via Windows Server Update Services (WSUS), which resulted in error code 0x80240069 during installation. This problem was acknowledged by Microsoft after reports from Windows administrators about the update service terminating unexpectedly. The company indicated that the issue primarily impacts enterprise environments using WSUS, while home users are unlikely to experience it. An automatic solution through Known Issue Rollback (KIR) has been initiated for affected enterprise-managed devices, requiring administrators to install the KIR Group Policy and restart the devices. Users can also manually install the update through Windows Update or the Microsoft Update Catalog. Similar issues had been reported previously, with a comparable problem addressed in May for Windows 11 22H2/23H2 systems.
Winsage
August 6, 2025
AWS has introduced two new OpenAI models with open weights, the gpt-oss-120b and gpt-oss-20b, available through Amazon Bedrock and Amazon SageMaker JumpStart. These models are designed for text generation and reasoning tasks, excelling in coding, scientific analysis, and mathematical reasoning, with performance comparable to leading alternatives. They support a context window of 128K and adjustable reasoning levels (low, medium, high). Users can access these models via an OpenAI-compatible endpoint in Bedrock, utilizing the OpenAI SDK or Bedrock APIs for integration. To access the models in Amazon Bedrock, users must request access through the console and can evaluate them using the Chat/Test playground. The process for using the OpenAI SDK involves configuring the API endpoint and authentication with an Amazon Bedrock API key. Users can build AI agents using frameworks that support the Amazon Bedrock API or OpenAI API, with deployment facilitated by Amazon Bedrock AgentCore. The OpenAI models are available in the US West (Oregon) region through Amazon Bedrock and in the US East (Ohio, N. Virginia) and Asia Pacific (Mumbai, Tokyo) regions via SageMaker JumpStart. Each model provides full chain-of-thought output capabilities for enhanced interpretability. They can be modified and customized to meet specific needs, and security measures are in place to ensure robust evaluation processes. Compatibility with the standard GPT-4 tokenizer is also included. For cost details, users can refer to the Amazon Bedrock and SageMaker AI pricing pages.
Winsage
August 4, 2025
The transition to Windows 11 often requires new hardware, but purchasing a new PC does not guarantee improved security. Users should verify that the latest version of Windows 11 is installed and configure data protection settings, including diagnostic data options. Activating Windows Security, which includes Microsoft Defender Antivirus and a firewall, is advisable, and users should ensure compatibility with third-party antivirus solutions. Creating a system restore point and establishing automatic backups is crucial. Most devices support Secure Boot and TPM 2.0, which should be verified in BIOS or UEFI settings. Users should also remove unnecessary pre-installed software that may pose risks. Ongoing maintenance and updates are essential for maintaining security on a Windows 11 PC.
Winsage
August 3, 2025
Microsoft has transitioned from the traditional command prompt to Windows PowerShell, a command-line interface tool designed for scripting and task automation. Key commands in PowerShell include: 1. Get-Process: Retrieves information about processes running on a local computer or a remote server, including process names, IDs, CPU usage, and memory consumption. Example usage includes filtering processes by memory usage or specific applications. 2. Get-Command: Lists all available commands within PowerShell, including cmdlets, functions, aliases, and scripts. It helps users discover commands for specific tasks. 3. Set-ExecutionPolicy: Configures the PowerShell script execution policy, determining whether scripts can run and under what conditions. It allows power users to adjust policies for executing custom scripts. 4. Get-EventLog: Accesses detailed system logs for troubleshooting errors or auditing system activity, including warnings and security breaches. It can filter logs based on criteria like log name and entry type. 5. Where-Object: Filters objects in a pipeline based on specified conditions, allowing users to narrow down results for analysis, reporting, and automation. It can be combined with other commands for enhanced functionality.
Search