serverfault.com

VN:F [1.9.22_1171]
Rating: 6.0/10 (1 vote cast)

Common Server issues – FAQs and answers from those in the know

Active Directory Domain Admin and UAC Prompts not working

17 May 2024 @ 9:46 pm

I have strange issue in Active Directory environment. Let me try to explain step by step; I have two DCs one of Primary second one is Additional. also repplication is work well between them. Imagine you have two users named Xuser and Yuser. I logon to Client both of them. Yuser is a standart user and Xuser is belongs to Domain Admins security group. I logon with Xuser on client. When i try attempt reach to Device Manager UAC Prompts appear and i enter my password. Succesfully enter to Device Manager and can change everyting. After that i remove Xuser from Domain Admins group than log off and logon again to client with Xuser again. When i try reach to device manager UAC prompts appear and when i enter my password Windows says "Device Manager opened but as a standart user you can't change anyting bla bla..." So far everything is normal. Strange thing is second part. I logoff from Xuser than logon with Yuser i

Configuring Routed Static IP Addresses from ISP on Linux Router

17 May 2024 @ 7:33 pm

I have received 4 static IP addresses from my ISP on a business plan which are to be used on a Linux-powered router and configured via the ip command. My previous ISP gave me 4 /32 IP addresses which simply required being added to the WAN interface and would work independent of each other; however, my new ISP has given me a "routed" /30 block of 4 IP addresses. I have been unable to figure out how to add these IP addresses as I receive either error: nexthop has invalid gateway or the IP addresses are added but fail to resolve any external IP addresses or destination hosts. My new ISP's network configuration is as follows: WAN: 1.1.1.2/30 Gateway: 1.1.1.1/30 Routed: 1.1.1.4/30 My ISP claims that the gateway address may not be required, and to use the WAN address as the upstream. My router has 2 NICs; 1 for LAN, and 1 for WAN. I am also using iptables to configure the firewall.

Nginx: [emerg] host not found in upstream

17 May 2024 @ 6:52 pm

Running a container in the docker based on nginx on the docker side starts up correctly, however in the nginx part itself it gets the error: nginx: [emerg] host not found in upstream. When trying to open my site using the domain name or ip address, absolutely nothing is displayed. What should I be referring to in the upstream in order for everything to work correctly, are there any more errors in my configuration? /home/debian/my_app/Dockerfile # Build node FROM node:21.6.2 AS build-stage WORKDIR /app COPY package*.json ./ RUN npm install COPY . . RUN npm run build # Build nginx FROM nginx:stable-alpine AS production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html EXPOSE 8000 CMD ["nginx", "-g", "daemon off;"] /home/debian/my_app/docker-compose.yaml version: '3' services: app: build: context: . dockerfile: Dockerfile hostname: ap

On Windows Server 2012 R2, what controls the protocol of the client_hello packet? [closed]

17 May 2024 @ 6:36 pm

On Windows Server 2012 R2, what controls the protocol used by the client_hello packet? I'm aware that Windows Server 2012 R2 is end of life and off topic. We're working to migrate off of this server, and I want to figure out why this is failing so that my app can work. Most websites that I connect to work and they use TLS 1.2 for the client hello packet. The website that I'm having issues connecting to uses SSL. iiscrypto:image ie settings:image The destination website's ssl settings per ssllabs image Wireshark connecting to the site that's not working:

Adding ubuntu server to active directory computers

17 May 2024 @ 6:22 pm

Hi I'm trying to add my ubuntu server to my active directory computers list. When I try i'm greeted by this error: error: krb5_get_default_realm failed enter image description here my conf file: [libdefaults] default = LOPES.COM rdns = no dns_lookup_realm = true dns_lookup_kdc = true [realms] LOPES.COM = { kdc = win-lopesmanufa.lopes.com:88 admin_server = win-lopesmanufa.lopes.com:749 default_domain = lopes.com } [domain_realm] .lopes.com = LOPES.COM lopes.com = LOPES.COM

gpg usage on fedora 39 at 100% cpu due to unknown read error

17 May 2024 @ 6:02 pm

Both gpg and journalctl are at 100% on my machine. The journal endlessly fills with message: May 15 12:34:42 fedora kgpg[3496]: gpg: /home/some_user/.gnupg/:0: read error This repeats multiple times per secong. What is .gnupg/:0 actually? How can I fix such as thing? An ls -a of ~/.gnupg looks like: crls.d gpa.conf gpg-agent.conf gpg-agent.conf~ .#lk0x00005556d602ae80.mere.3616589 .#lk0x000055682145e600.maxine.429809 .#lk0x00005589a69d5630.maxine.1203075 .#lk0x000055fa8a058600.maxine.1202500 .#lk0x00005616e650e600.fedora.279574 .#lk0x0000561c02507600.maxine.451771 .#lk0x0000561d1c362600.maxine.434943 .#lk0x0000562d3a17c830.localhost-live.hsd1.co.comcast.net.7187 openpgp-revocs.d private-keys-v1.d pubring.kbx pubring.kbx~ random_seed reader_0.status tofu.db trustdb.gpg All gnupg functionality seems to be ok on the machine. Just this annoying cpu gobbling and machine running hotter than it otherwise would.

How can I hide a file or folder using Ansible on windows?

17 May 2024 @ 5:59 pm

Is there a way to mark a file or folder as hidden using Ansible on a Windows host? I've checked the win_file module, but could not find an option to create hidden files. I understand I can run a Powershell script, but then I to not litter my logs with "changed" marks I would then also need to check if an item is already hidden. Is there an existing Ansible way to create a hidden item, or make an existing item hidden?

SNTP not working on Cisco SG220

17 May 2024 @ 5:44 pm

I'm trying to make SNTP work on a Cisco SG220 switch by using a NTP server pool ("0.europe.pool.ntp.org"). When I put the IP address of a NTP server in that pool, it works fine. When I put the proper FQDN to the pool, the system time does not get in sync. For your reference, I have gateway and DNS addresses configured properly (ping for "0.europe.pool.ntp.org" succeeds). Ideas?

Route all traffic through Wireguard

17 May 2024 @ 5:04 pm

I'm running a very simple setup one server and client. Wireguard is hosted in two server have multi public IPs. I want to route all traffic from client over Wireguard server. Client --> WG Server --> Internet WG Server [Interface] PrivateKey = Address = 10.0.0.1/22, fd10:8:0:1::1/64 ListenPort = 51820 # Client 1 [Peer] PublicKey = AllowedIPs = 10.0.0.2/32, fd10:8:0:1::2/128 net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1 iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A FORWARD -i wg+ -j ACCEPT iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Client [Interface] PrivateKey = Address = 10.0.0.2/22, fd10:8:0:1::2/64 [Peer] PublicKey = Endpoint = publicip:51820 AllowedIPs = 10.0.0.1/32, fd10:8:0:1::1/128 The problem, if i set in AllowedIPs 10.0.0.x i don't have internet traffic over the tunnel but can ping over tunnel

Provision/instantiate a VM using pre-built templates versus build/provision from scratch

17 May 2024 @ 3:41 pm

My systems engineering team is promoting building up a VM template (to include architecture, OS, networking, middleware services (tomcat, jboss, etc.) and possibly some 1st party services & apps), and then deploying at need from that template using parameterized configuration values for differentiation. They are using VCenter and Ansible for this, with an on-prem data center. I've never encountered this model before. Other teams I've worked with have always provisioned VMs from baser VM templates (architecture & OS only) and then layered on networking and then middleware services & configuration as needed & specified when the server instantiation was requested. Has anyone else encountered the use of a more completely stacked VM template for virtual server instantiation? How does that compare to 'ground up' instantiation? I'm trying to make the case that 'ground up' instantiation is more agile and configurable and doesn't take significant time to instantiate. T

ShowMeDo.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Learning Python, Linux, Java, Ruby and more with Videos, Tutorials and Screencasts

SitePoint.com

VN:F [1.9.22_1171]
Rating: 7.7/10 (3 votes cast)

New Articles, Fresh Thinking for Web Developers and Designers

How to Deploy Apache Airflow on Vultr Using Anaconda

14 May 2024 @ 5:00 pm

How to Deploy Apache Airflow on Vultr Using Anaconda Learn how to deploy an Airflow app in a Conda environment and secure the app using Nginx and request SSL certificate from Let's Encrypt. Continue reading How to Deploy Apache Airflow on Vultr Using Anaconda on SitePoint.

Cloud Native: How Ampere Is Improving Nightly Arm64 Builds

1 May 2024 @ 5:00 pm

Learn how the CNCF make their nightly native arm64 builds more secure, more efficiently use resources, and be much faster.  Continue reading Cloud Native: How Ampere Is Improving Nightly Arm64 Builds on SitePoint.

How to Create Content in WordPress with AI

30 April 2024 @ 5:00 pm

How to Create Content in WordPress with AI Learn how to install and use the AI Bud WordPress plugin, a powerful AI tool for simplifying your WordPress content creation process. Continue reading How to Create Content in WordPress with AI on SitePoint.

A Beginner’s Guide to Setting Up a Project in Laravel

29 April 2024 @ 8:00 pm

A Beginner's Guide to Setting Up a Project in Laravel In this Laravel tutorial, you'll learn about the building blocks of Laravel and how to use it to set up a small project. Continue reading A Beginner’s Guide to Setting Up a Project in Laravel on SitePoint.

Enhancing DevSecOps Workflows with Generative AI: A Comprehensive Guide

28 April 2024 @ 5:21 pm

The advent of generative AI is set to revolutionize DevSecOps practices by addressing the manual aspects of the development lifecycle Continue reading Enhancing DevSecOps Workflows with Generative AI: A Comprehensive Guide on SitePoint.

Creating Fluid Typography with the CSS clamp() Function

22 April 2024 @ 8:00 pm

Creating Fluid Typography with the CSS clamp() Function We dive into the intricacies of how to use the CSS clamp() function to scale the size of text across a range of device sizes. Continue reading Creating Fluid Typography with the CSS clamp() Function on SitePoint.

Comparing Full Stack and Headless CMS Platforms

22 April 2024 @ 3:00 pm

This article dives CMS, both full stack and headless, to help you understand which CMS is suitable to what conditions. Continue reading Comparing Full Stack and Headless CMS Platforms on SitePoint.

7 Easy Ways to Make a Magento 2 Website Faster

17 April 2024 @ 8:00 pm

7 Easy Ways to Make a Magento 2 Website Faster Is your Magento site running slowly? In this article, we cover seven practical tips for making a Magento 2 online store faster. Continue reading 7 Easy Ways to Make a Magento 2 Website Faster on SitePoint.

Powerful React Form Builders to Consider in 2024

15 April 2024 @ 8:00 pm

Powerful React Form Builders to Consider We survey four React form builders, noting their core features and important aspects to consider when picking a form builder. Continue reading Powerful React Form Builders to Consider in 2024 on SitePoint.

Quick Tip: How to Animate Text Gradients and Patterns in CSS

11 April 2024 @ 7:00 am

How to Animate Text Gradients and Patterns in CSS In this quick tip, we show how easy it is to add animated background gradients and images to text on the Web, with handy demos. Continue reading Quick Tip: How to Animate Text Gradients and Patterns in CSS on SitePoint.

SmashingMagazine.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (6 votes cast)

Digital media magazine for designers and developers
Web design plus tips and tricks.

Building A User Segmentation Matrix To Foster Cross-Org Alignment

17 May 2024 @ 5:00 pm

Is there such a thing as harmony between designers and developers in the workplace, and if so, how can it be achieved? In this article, Chris Day explores the challenges of effective collaboration, outlines the key factors at play, and (hopefully!) empowers you to find the right solutions to help you and your team deliver to their full potential.

Beyond CSS Media Queries

16 May 2024 @ 3:00 pm

Juan Diego Rodriguez explains why media queries still occupy a vital role in responsive layouts; only they are now one tool in a larger toolbox with modern techniques that are best when used together.

Transforming The Relationship Between Designers And Developers

15 May 2024 @ 10:00 am

Is there such a thing as harmony between designers and developers in the workplace, and if so, how can it be achieved? In this article, Chris Day explores the challenges of effective collaboration, outlines the key factors at play, and (hopefully!) empowers you to find the right solutions to help you and your team deliver to their full potential.

Why Designers Aren’t Understood

14 May 2024 @ 12:00 pm

How do we conduct UX research when there is no or only limited access to users? Here are some workarounds to run UX research or make a strong case for it. An upcoming part of [Smart Interface Design Patterns](https://smart-interface-design-patterns.com).

The Times You Need A Custom @property Instead Of A CSS Variable

13 May 2024 @ 8:00 am

Preethi Sam walks through an example that demonstrates where custom properties are more suitable than variables while showcasing the greater freedom and flexibility that custom properties provide for designing complex, refined animations.

The Modern Guide For Making CSS Shapes

10 May 2024 @ 1:00 pm

In this comprehensive guide, Temani Afif explores different techniques for creating common shapes with the smallest and most flexible code possible.

The Forensics Of React Server Components (RSCs)

9 May 2024 @ 1:00 pm

React Server Components (RSCs) combine the best of client-side rendering, and author Lazar Nikolov thoroughly examines how we got here with a deep look at the impact that RSCs have on the page load timeline.

How To Run UX Research Without Access To Users

7 May 2024 @ 12:00 pm

How do we conduct UX research when there is no or only limited access to users? Here are some workarounds to run UX research or make a strong case for it. An upcoming part of Smart Interface Design Patterns.

How To Harness Mouse Interaction Data For Practical Machine Learning Solutions

6 May 2024 @ 10:00 am

In this article, Eduard Kuric discusses mouse interaction data, what kind of magic can be done with it, and some of the hidden pitfalls to watch out for so you get a head start incorporating them in your solutions.

Combining CSS :has() And HTML <select> For Greater Conditional Styling

2 May 2024 @ 10:00 am

Amit Sheen demonstrates using `:has()` to apply styles conditionally when a certain `` in a `` element is chosen by the user and how we gain even more conditional styling capabilities when chaining `:has()` with other pseudo-classes, such as `:not()` — no JavaScript necessary.

speckyboy.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

insightful tutorials, time-saving techniques, fresh and useful resources and inspirational art, covering web design and development, graphic design, advertising, mobile development.

20+ Best Free Halftone Photoshop Brush Sets for Digital Artists

14 May 2024 @ 9:03 pm

Free halftone Photoshop brushes for adding texture and depth to your digital art. Ideal for vintage and comic book styles. Download now! The post 20+ Best Free Halftone Photoshop Brush Sets for Digital Artists appeared first on Speckyboy Design Magazine.

What to Do When Your Website Faces a Major Software Change

13 May 2024 @ 12:58 pm

Updates to system software and site components mean extra work. Here are some tips for managing those software changes that may impact your website. The post What to Do When Your Website Faces a Major Software Change appeared first on Speckyboy Design Magazine.

20+ Best Free Futuristic Fonts for Designers

7 May 2024 @ 1:10 pm

A curated collection of free futuristic display fonts. They're all perfect for design projects that need a modern, forward-thinking aesthetic. The post 20+ Best Free Futuristic Fonts for Designers appeared first on Speckyboy Design Magazine.

Why Do Web Design Projects Come to a Standstill?

1 May 2024 @ 4:16 pm

We talk about the most common reasons why web design projects come to a halt, and get tips to avoid delays and maintain momentum. The post Why Do Web Design Projects Come to a Standstill? appeared first on Speckyboy Design Magazine.

Things That Keep the Grumpy Designer Awake at Night

28 April 2024 @ 3:46 pm

A dive into the web-related issues that keep the Grumpy Designer up at night. Make a cup of coffee and join us on this nerve-wracking journey. The post Things That Keep the Grumpy Designer Awake at Night appeared first on Speckyboy Design Magazine.

30+ Best Free Heavy & Ultra-Bold Fonts for Designers

23 April 2024 @ 5:28 pm

We share a curated selection of the best free ultra-bold and heavy fonts available. These are the heavy fonts you've been looking for! The post 30+ Best Free Heavy & Ultra-Bold Fonts for Designers appeared first on Speckyboy Design Magazine.

Better Web Security Means Less Convenience – For Now

22 April 2024 @ 8:11 am

We discuss the balance between increased web security and user convenience, analyzing how this impacts everyday online interactions. The post Better Web Security Means Less Convenience – For Now appeared first on Speckyboy Design Magazine.

25 Free Creative World Map Templates for Designers

17 April 2024 @ 7:58 am

Download high-quality, free world map templates suitable for various projects, presentations, and educational purposes. Fully customizable. The post 25 Free Creative World Map Templates for Designers appeared first on Speckyboy Design Magazine.

Has Web Design Become Too Complex for Freelancers?

15 April 2024 @ 9:12 am

Building websites is no longer straightforward. We analyze the increased complexity of web design for freelancers and its impact on their work. The post Has Web Design Become Too Complex for Freelancers? appeared first on Speckyboy Design Magazine.

25 Free Tailwind CSS Admin Dashboard Templates

10 April 2024 @ 9:30 am

A collection of the best free Tailwind CSS dashboard templates - perfect for developers looking to create responsive, customizable web projects quickly. The post 25 Free Tailwind CSS Admin Dashboard Templates appeared first on Speckyboy Design Magazine.

stackblitz.com

VN:F [1.9.22_1171]
Rating: 8.5/10 (2 votes cast)

Create, edit & deploy fullstack apps — in just one click. From Angular to React or even just HTML, JS and CSS.

StackOverflow.com

VN:F [1.9.22_1171]
Rating: 9.4/10 (10 votes cast)

Random snippets of all sorts of code, mixed with a selection of help and advice.

How to get the distribution name of an imported package in Python3.10+

18 May 2024 @ 3:47 am

I have multiple distributions that each provide a Python package of the same name (because they have the same API and same functionality, just different implementations). I want to be able to report which one is currently installed and in use along with its version. importlib.metadata seems to have the functionality I want, but from my testing it appears to just do a case and punctuation insensitive search on the distribution name, which works in the most of the time case where they are the same, but which can never be able to distinguish two distributions sharing the same absolute import path. I have also glanced at the implementation which shows an awful lot of abstraction, but not any other currently implemented options. Sigh. It's enough to make one want to go back to writing shell scripts. Here is a concrete example using common packages rather than my own. importlib can report the version of wheel because its absolute import path is the same as the distribu

How can I correctly set up a custom WooCommerce checkout field that can be edited by both the user and admin?

18 May 2024 @ 3:46 am

I’m new to PHP and WooCommerce customization, and I’ve attempted to implement a custom checkout field for collecting a Tax Exempt Number. While I have managed to create and display the field, I'm not sure if my implementation is complete. I'd appreciate any input or guidance on my setup and I apologize if I haven't posted this correctly. I've reviewed the following during my research: BusinessBloomer: WooCommerce: How to Add a Custom Checkout Field WooCommerce Customize Checkout Fields Stack Overflow: Load user custom data on WooCommerce admin new order custom fields Stack Overflow:

Web-Scraping a DataFrame but Only 500 Rows

18 May 2024 @ 3:45 am

My aim is to web-scrape the table on https://data.eastmoney.com/executive/list.html and save it to an excel. Please note that it has 2945 pages and I want to put all of them into one excel sheet.2024.5.18 A The easiest way of doing it is to see where the data is pulled. So I F12 the webpage to get the source code and saw a data center <datacenter-web.eastmoney.com> 2024.5.18 B So I use that API within the red box above to get the data. Here's my code import pandas as pd import requests df = pd.DataFrame( requests.get('https://datacenter-web.eastmoney.com/api/data/v1/get? reportName=RPT_EXECUTIVE_HO

@firebase/firestore: Firestore (10.8.0): Could not reach Cloud Firestore backend. Connection failed 1 times

18 May 2024 @ 3:44 am

I keep getting this error message while I try to run my ionic app on my android devices. Most of the question avaiable with same message has permission denied but in my case its [code=unavailable] @firebase/firestore: Firestore (10.8.0): Could not reach Cloud Firestore backend. Connection failed 1 times. Most recent error: FirebaseError: [code=unavailable]: The operation could not be completed This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend. I really have fast internet connection and not sure why this appear. There were issue with ios as well but I have manage to fixed with some condition. But for android its not working with any of the condition. I am using Ionic Angular 17 with firebase. my app.module.ts import { NgModule } from '@angular/core'; impo

How to use vuetify readonly prop but still allow selection menu

18 May 2024 @ 3:44 am

I have a grid of v-autocomplete components which have a multiple attribute added. However, to try and keep the formating clean I shorten the length of whats shown by using the selection slot as shown: <v-autocomplete v-model="programModel" multiple density="compact" variant="outlined" hide-details color="primary" flat rounded label="Programs" :items="programData" item-title="program_name" return-object :rules="arrayRequiredRule" :readonly="!editableTopSectionModel" > <template v-slot:selection="{ item, index }"> <span v-if="!index">{{ item.title }}</span> <span class="grey--text caption" v-else-if="index === 1"> &nbsp;(+ {{programModel!.length - 1}}

Trying to upload pdf files in Jenkins workspace to nexus using curl

18 May 2024 @ 3:42 am

i am running a DAST scan using checkmarx in Jenkins pipeline post build action, the scan result is in the Jenkins workspace pdf format, i saved the workspace as a variable and copied *.pdf file to a folder i created, each scan has a date and timestamp on the scan result. I want to copy only the pdf file inside the folder i created to Nexus repository, but my curl command copies the folder nexus instead of the pdf file. post { always { // Upload checkmarxs scan result to nexus repository script { def workspace="/var/lib/jenkins/jobs/Sec/checkmarxscan/workspace/Checkmarx/Scan/CxSASTReport_18_05_2024-02_04_29.pdf" def pdfDir = "pdf_files" sh "mkdir -p ${pdfDir}" sh "cp ${workspace}*.pdf ${pdfDir}/" def loadTXT = '' def buildNumber = env.BUILD_NUMBER def nexusUrl = 'https://nexus.com' def UploadUrl = "${nexusUrl}/repository/Sec/Sc

SQLite - set only the correct returned result from a joined table

18 May 2024 @ 3:39 am

Quite new to all of this.. I have two tables (names simplified) PersonTable PersonID NamePrefix NameSuffix 1 Null Null 2 Null Null 3 Sir Nul 4 Null Null FactTable FactType OwnerID FactDetail 24 3 (irrelevant) 42 2 Capt. 42 3 Hon. 36 3 Lord of Somewhere Clearly I need to run 2 separate UPDATE queries One to update the NamePrefix where FactType = 42, and One to upda

NDIS packet monitoring using Volatility (IEEE 802.1x protocol)

18 May 2024 @ 3:38 am

Is it possible to parse IEEE 802.1x from Volatility, an advanced memory forensics framework in Python? Here's the link to the GitHub page: "https://github.com/volatilityfoundation/volatility?tab=readme-ov-file". And from there, how do I exactly catch this OID: OID_802_11_PMKID where I can cast _BSSID_INFO structs and get all MAC address and PMKID pairs? Here's the link to OID_802_11_PMKID: "https://learn.microsoft.com/en-us/previous-versions/windows/hardware/network/ff559321(v=vs.85)". I tried using driver_ndis.c from different driver implementations I found on the internet but I found many inconsistencies and incompatibilities. I'm using using Windows 10 and is it still possible to make WPA supplicants work so that I can easily set wireless configurations such as dhcp, dns, ssid and etc (.conf) and sniff or inject association, authentication, disassociation, deauthentication frames and etc.

Error On Unused Addition With Random Attached

18 May 2024 @ 3:35 am

So today I was doing a Python test which envolved encryption, I did some debugging. None of it worked though. Can you guys help me? This is the whole piece: import random LONEK = input("Type Your Words Here ") #Letter Or Number Encryption Key LONEKL = len(LONEK) #Letter Or Number Encryption Key Length for REAPEAT in range(LONEKL): if 'A' in LONEK: A = random.randint(1, 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) if 'a' in LONEK: a = random.randint(1, 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) if 'B' in LONEK: B = random.randint(1, 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) if 'b' in LONEK: b = random.randint(1, 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999) if 'C' in LONEK: C = ra

Execution failed for task ':app:kaptDebugKotlin' .Getting this error while working with setup of Dagger 2

18 May 2024 @ 3:35 am

Execution failed for task ':app:kaptDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptWithoutKotlincTask$KaptExecutionWorkAction > java.lang.reflect.InvocationTargetException (no error message) I am getting this issue while setting Building the project while working with setup of Dagger 2 My Project Setup Dependencies in build.gradle.kts: dependencies { implementation("com.google.dagger:dagger:2.40.5") kapt("com.google.dagger:dagger-compiler:2.40.5") implementation("com.google.dagger:dagger-android:2.40.5") implementation("com.google.dagger:dagger-android-support:2.40.5") kapt("com.google.dagger:dagger-android-processor:2.40.5") } Dagger Setup: class

stackshare.io

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Dev / Production stacks for all to see. Handy tool to see what software is trending today.

superuser.com

VN:F [1.9.22_1171]
Rating: 7.0/10 (1 vote cast)

Super User is a Q&A site for computer enthusiasts that’s free. Free to ask questions, free to answer questions, free to read, free to index

Whatsapp Web on Chrome/Windows: Shift+Delete not cutting to clipboard

17 May 2024 @ 8:41 pm

When I press Shift + Delete I'm expecting the selected text to be cut into the clipboard. That is not happening on any text field of Whatsapp Web running on Windows/Chrome. Ctrl + X works fine though. Probably some bug with their shortcut handler. How could I fix this?

Rare & Unusual Anomaly involving my: iPhone 15Pro, Apple watch 8, Air3pods Pro, 4 Windows 10 PC's, Good Routers, my CCTV & More! Anybody, Please? [closed]

17 May 2024 @ 7:08 pm

Can someone, Anyone Please help me figure out what I consider now to be an "Anomaly"? It contains several subjects, a Lot of gear, and is either quite sophisticated or I'm an Idiot who is overlooking something redundantly. Ok, between October 26th and November 2nd of '23, my iPhone 13 began acting up, or weird, yet I overlooked it; Big mistake. What followed gradually in the following months I couldn't overlook. My 13 had apps installing and deleting themselves, settings changing on their own, I never knew What I would wake up to on it. My AirPods Pros would ping themselves around the same time not Every day but frequently. My Apple watch 8no longer Mirrored my phone as it did prior the aforementioned dates, it too had it's own personality. There were no obvious or usual signs of a hack but I called USAA (I'm a vet= my bank) requesting a monitor for my accounts since they have the Best security period. Of coarse I was nickel & dimed for both the App-Store and Go

Can you run a VPN behind a double NAT?

17 May 2024 @ 5:59 pm

I heard a double NAT can introduce problems with VPNs, but I don't understand why. I want to have a LAN behind a double NAT that can be connected to using a VPN. My desired network would look something like this: internet <---> ISP router/gateway with NAT <---> LAN1 <---> custom router/VPN server with NAT <---> LAN2 I was planning on running the VPN on the custom router (which is running openwrt) and then exposing it by using port forwarding on the ISP router. Are there any issues with this setup?

Win 10 booting is resizing and relocating the windows on my screen

17 May 2024 @ 5:53 pm

On boot up Windows 10 initially can't identify HDMI monitor and installs the default 640*480 resolution. Thus screwing up the size and location of the previous windows. Later it sets up the correct resolution but it is too late - the screen windows settings have already changed. How do we fix this issue? I spent three days with Microsoft support, but they only forced me to reinstall Windows on my PC and prove their complete incompetence. FYI the same monitor does the same over DP and I did not have any issue with my previous slower PC. Thank you in advance. PS: If I install instead of Intel UHD Graphics MS driver the screen issue is resolved but I can't use sound over HDMI which is even worse.

Reading and writing to real memory from a linux kernel module

17 May 2024 @ 5:44 pm

Emphasis on "real" memory. As in the distinction between real and virtual memory. So I figured out how to both create and load kernel modules for my Alcatel Onetouch Pixi Avion (A571VL). (It's part of my long term project to crack the security of that phone open.) Is there a "proper manner" for reading and writing to places in real memory, like "mmap()" in userspace?

The volume of my laptop speakers won’t go up [closed]

17 May 2024 @ 5:24 pm

They keep going back down to zero when I try to move the volume up, and when I press the unmute button it just refuses to work. I have literally tried everything else. On output settings in the properties of my speakers, that is where the volume refuses to go up

Is there a way to change the width of the resize handles on a window? Or restart the process "in charge" of resize handles?

17 May 2024 @ 5:18 pm

Sonoma 14.3.1 I'm trying to resize a window and the handles are insanely small (narrow), like maybe 5 pixels. Which is very small on a 2560x1440 monitor. The weird thing: this is happening on one monitor but not the other. They are identical monitors. It's program-independent. I have Rectangle window manager already. It's not what I need here.

How can I make total size of LVM partition match Used + Available?

17 May 2024 @ 5:00 pm

I have a weird storage situation that I suspect is because I set up my LVM allocations incorrectly: Filesystem Size Used Avail Use% Mounted on /dev/mapper/data-cams 916G 830G 41G 96% /srv/recordings That is, if the partition is really 916G and I've used only 830G that should leave 86G available, right? Instead of only 41G? At one point I even saw it showing: /dev/mapper/data-cams 916G 883G 0 100% /srv/recordings So maybe the actual capacity is somewhere between and 871G (adding the numbers from first example) and 883G (based on second example). Why don't those capacity numbers add up between the examples? And is there a way I can get the Size to match the apparent actual capacity instead of being bigger still? Asking because the DVR software I'm using this partition for is supposed to automatically clean up older recordings when storage for new o

Hardware acceleration is making Microsoft Word glitching and lagging (Video attached)

17 May 2024 @ 4:32 pm

Hello, Microsoft Word is glitching so bad due to hardware acceleration being on. Unfortunately there is no option to turn it off neither the registry trick worked. Disabling HW acceleration from Windows is not an option as I do a lot of video editing and 3D stuff so I don't want to disable it completely. Both Windows and Microsoft Office are up to date. Is there anything that can be done? Working on Word is giving me headache with all crazy stuff happening when typing. Symptoms: I recorded clips then merged them in a single video in this YouTube link showing the issue. More info: Windows Edition: Windows 11 Pro Version 23H2 (OS build 22631.3447) Microsoft Office: 2021 MSO (Version 2404 Build 16.0.17531.20120) 64-bit Processor: Intel Core i9-13900K GPU:

Renaming a file as a DOS batch command [closed]

17 May 2024 @ 2:53 pm

Request help on writing a DOS command script to rename files. No change in directory. File name from BhavCopy_NSE_CM_0_0_0_YYYYMMDD_F_0000.csv to NSYYMMDD.csv Thank you

tagadab.com

VN:F [1.9.22_1171]
Rating: 8.0/10 (1 vote cast)

Cheap developer VPS hosting from £10