Hiển thị các câu hỏi được đánh dấu: Xem tất cả các câu hỏi

https://khajane.karnataka.gov.in/page/Namma+Khajane+2/en

slowly this site khajane2.karnataka.gov.in Secure Connection Failed An error occurred during a connection to khajane.karnataka.gov.in. Peer’s Certificate has been revo… (xem thêm)

slowly this site khajane2.karnataka.gov.in


Secure Connection Failed

An error occurred during a connection to khajane.karnataka.gov.in. Peer’s Certificate has been revoked.

Error code: SEC_ERROR_REVOKED_CERTIFICATE

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Được hỏi bởi RFO Athani Territorial 1 ngày trước

Lần cuối trả lời bởi RFO Athani Territorial 1 ngày trước

running ff on netbook with 4GB of ram and using debian bookworm - firefox uses 4.2GB for itself even when using it slightly

outrageous, i moved from windows to debian for the purpose of exceling my ram capacity on this low spec netbook with 4GB 3.7GB usable with emmc chip and a celeron n4000 c… (xem thêm)

outrageous, i moved from windows to debian for the purpose of exceling my ram capacity on this low spec netbook with 4GB 3.7GB usable with emmc chip and a celeron n4000 cpu turns out ff eats just like in windows.

I am not an expert just savy, remember the time when upgrading from 32MB to 64MB was a big leap? well where the hell did 4GB of ram became obsolete? so there's no windows conspiracy just exponential ram usage?

Is there a different version of FF i could use for this 4GB machine? non-upgradable I could always try vivaldi or look else where but i trust FF for base security. I am using ublock origin on the machine too and 1 custom theme but i doubt that fixes the root cause. Is all the internet in the 2020s this ram voracious beast?

upon loading a empty tab FF uses 500MB for itself forget about the 64MB system ram from the 90s is FF 2025 really so complex or is this a conspiracy? then i load startpage.com and it uses 200MB!! of ram just on that search form man.

Được hỏi bởi premiomnm 4 ngày trước

Lần cuối trả lời bởi premiomnm 4 ngày trước

Brand new computer crashes whilst using Firefox

Recently got this new pc built with an AMD ryzen 5 8500g, 16gb ram 5200mhz if that matters. While using firefox, the browser itself would stop responding and crash or som… (xem thêm)

Recently got this new pc built with an AMD ryzen 5 8500g, 16gb ram 5200mhz if that matters. While using firefox, the browser itself would stop responding and crash or sometimes just hang. I reinstalled firefox and it fixed the crashing and hanging, however a couple of hours ago while playing a browser game the computer reset itself completely Is there any way this can be fixed? I've tried some methods but i'm willing to try them again

Được hỏi bởi topdiatrofi 2 ngày trước

Why does the context menu have over 50 items?

The context menu, which I use to select if I want to open a link in another tab (which I do a lot) or in another window (which I do with great regularity) is over flowing… (xem thêm)

The context menu, which I use to select if I want to open a link in another tab (which I do a lot) or in another window (which I do with great regularity) is over flowing with 50+ items. This is beyond ridiculous! A context menu is supposed to provide you functions related to what you are doing. When I just misspelled a the same 50+ options came up. When I right click I expect the context menu, that will work. When I right click on a link and select either open in a "new tab" or "open in a new window" NOTHING happens. When I right click on a misspelled word I do not get a proposed correct word. The context menu is either broken or really needs an overhaul. This just started today after Firefox updated to 134.0

Được hỏi bởi dbohnenblust 3 ngày trước

https://www.facebook.com/profile.php?id=61553233065175&mibextid=ZbWKwL

https://www.facebook.com/profile.php?id=61553233065175&mibextid=ZbWKwLhttps://www.facebook.com/profile.php?id=61553233065175&mibextid=ZbWKwL … (xem thêm)

Được hỏi bởi Shewyli Akter 3 ngày trước

Lần cuối trả lời bởi Shewyli Akter 3 ngày trước

website

File: index.html <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage&l… (xem thêm)

File: index.html

<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Eng. Abdala - Homepage</title> <link rel="stylesheet" href="styles.css">

<header class="hero">

Ku Soo Dhawoow Eng. Abdala

Waxaan kuu soo bandhigayaa xirfadahayga iyo adeegyada aan bixiyo.

Waxbadan Ka Baro
</header> <nav> </nav>

Ku Saabsan

Waxaan ahay injineer xirfad leh oo diiradda saara horumarinta software iyo naqshadeynta webka. Waxaan leeyahay waayo-aragnimo ballaaran oo la xiriirta barnaamijyada casriga ah.

Adeegyada Aan Bixiyo

Horumarinta Webka

Waxaan sameeyaa website-yada shaqsiyeed iyo kuwa ganacsi ee tayo sare leh.

Barnaamijyada Software

Waxaan naqshadeeyaa oo horumariyaa software dabooli kara baahiyahaaga.

La-talinta Teknolojiyadda

Waxaan ku siin karaa talooyin iyo xalal la xiriira tiknolojiyadda.

Nala Soo Xiriir

<form action="mailto:engabdala@example.com" method="post"> <label for="name">Magacaaga:</label> <input type="text" id="name" name="name" required> <label for="email">Emailkaaga:</label> <input type="email" id="email" name="email" required> <label for="message">Fariintaada:</label> <textarea id="message" name="message" required=""></textarea> <button type="submit">Dir Fariinta</button> </form>
<footer>

© 2025 Eng. Abdala. Xuquuqda waa dhowrsan tahay.

</footer>


---

File: styles.css

/* Qaabeynta Asalka */ body {

 font-family: Arial, sans-serif;
 margin: 0;
 padding: 0;
 line-height: 1.6;
 background-color: #f4f4f4;
 color: #333;

}

/* Header-ka */ .hero {

 background: #007BFF;
 color: white;
 text-align: center;
 padding: 50px 20px;

}

.hero h1 {

 margin: 0;
 font-size: 2.5em;

}

.hero p {

 margin: 10px 0 20px;
 font-size: 1.2em;

}

.hero .btn {

 background: white;
 color: #007BFF;
 padding: 10px 20px;
 text-decoration: none;
 border-radius: 5px;
 font-weight: bold;

}

.hero .btn:hover {

 background: #0056b3;
 color: white;

}

/* Navigation */ nav ul {

 background: #333;
 padding: 10px;
 list-style: none;
 display: flex;
 justify-content: center;

}

nav ul li {

 margin: 0 15px;

}

nav ul li a {

 color: white;
 text-decoration: none;

}

/* Sections */ section {

 padding: 20px;
 margin: 20px auto;
 max-width: 800px;
 background: white;
 border-radius: 5px;

}

/* Adeegyada */ .services {

 display: flex;
 justify-content: space-between;
 gap: 20px;

}

.service {

 background: #f9f9f9;
 padding: 20px;
 border: 1px solid #ddd;
 border-radius: 5px;
 text-align: center;
 flex: 1;

}

/* Footer */ footer {

 text-align: center;
 padding: 10px;
 background: #333;
 color: white;
 margin-top: 20px;

}


---

Được hỏi bởi abdalagalkacyo2024 1 tuần trước

Lần cuối trả lời bởi abdalagalkacyo2024 1 tuần trước

page search dissapeared

hi i got used to a small search window in lower left of FF....is gone!. i thought it was an add on but can find no trace of it so was it a ff feature? it would simply lo… (xem thêm)

hi i got used to a small search window in lower left of FF....is gone!. i thought it was an add on but can find no trace of it so was it a ff feature?

it would simply locate a word of my choosing on the open ff page, thats all

would much appreciate any help, thanks

Được hỏi bởi bill 1 tuần trước

Lần cuối trả lời bởi bill 1 tuần trước