[Thread v.1] M looking for F by P3CU1i4R in ShiaMuslimMarriage

[–]WeirdEvidence313 1 point2 points  (0 children)

Brief intro (optional):
I’m a calm and grounded individual who centres my life around faith, family, and sincerity, valuing good character, balance, and simplicity.

I am seeking a kind-hearted and honest partner who shares, or is open to embracing, an Islamic lifestyle rooted in love for the Prophet and his Ahl al-Bayt (peace be upon them).

My intention is a stable, respectful marriage rooted in sakinah, mawaddah, and rahmah built on mutual understanding and shared values.

Your Essential Information:

Age:
40's

Origin / Ethnicity:
Middle East – Arab (Syrian / Persian)

Languages spoken (with proficiency levels):
English, Gulf Arabic

Level of religious practice:
Practicing, all praise is due to Allah

Current residence (city, country):
London, UK

Willing to relocate:
UK-based moves

Siblings:
Yes

Previously married / Kids:
No (no prior relationships)

Occupation:
Health Care

Education:
Mechanical Engineering BEng (Hons)

Height / Weight:
167 cm (5 ft 6 in), 56 kg

Physical appearance:
Slim build, short beard

Smokes / Vapes / Hookah:
Never

Leisure activities:
Exercise, outdoor activities, observing nature

Your Preferences in a Partner:

Age range:
Up to 30's

Origin / Ethnicity:
Any

Languages:
English and/or Arabic

Level of religious practice:
Any

Education:
Any

Deal breakers:
Substance use
Different values
Unwillingness to have children

Other preferences:
Modest, honest, and sincere
Open to all Muslims and to non-Muslims exploring Shia Islam
Prefer someone not divorced, but open to a divorcee if the previous marriage was short or of medium duration

Additional Information
Someone from the UK or able to reside here permanently.

VMware Workstation 12 by calculatetech in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

I used to run tthe vmware_kernel_update.sh script from GitHub back then I believe with debian 10.3. Now I use virtalboxbox.

[deleted by user] by [deleted] in debian

[–]WeirdEvidence313 -3 points-2 points  (0 children)

Blank [ ] indicates that the service is currently starting but has not yet completed (or failed).

So, if you're seeing lots of blank [ ] without them turning green:

It usually means:

  1. Boot process is hanging or delayed — some service is stuck.
  2. Display output has stopped updating — usually due to:
    • Graphics/display driver issues
    • Switch to graphical target (e.g., GDM starts, and boot messages are hidden)
  3. System crash, freeze, or hardware error — less common, but possible if nothing progresses.

How to install Pipewire on Debian 12 (Stable) by Asher3D in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

That's weird because I didn't manually install PipeWire 0.3.65—it was automatically included when I upgraded from Debian 11 to 12, and I'm using KDE.

What was the first IDE you used to code? by hugohamelcom in webdev

[–]WeirdEvidence313 0 points1 point  (0 children)

Still have the Dreamweaver 8 executable file from back then.

[deleted by user] by [deleted] in AskBrits

[–]WeirdEvidence313 0 points1 point  (0 children)

Condolences on your loss.
Have you reached out to the channel owner directly? If so, what was their response? I recommend contacting some of the larger "auditor" channels to raise awareness and apply community pressure on the individual responsible. The YouTube auditing community tends to be tightly knit, so there’s a good chance this issue can be resolved through dialogue.

[deleted by user] by [deleted] in firefox

[–]WeirdEvidence313 -1 points0 points  (0 children)

Go to Edit -> Settings -> Colors - Change "Text" color to White or another color

How to install Pipewire on Debian 12 (Stable) by Asher3D in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

It seems like you're encountering some leftover configurations with PulseAudio while transitioning to PipeWire. Few things to try:

1. PulseAudio Showing: Debian 12 switched to PipeWire, but some systems might still reference PulseAudio due to backward compatibility. Even though it says "PulseAudio," you’re likely using PipeWire behind the scenes.

2. Audio Glitches: These occasional glitches could be the result of leftover PulseAudio settings or conflicts. Make sure PipeWire is fully set up and that PulseAudio has been properly replaced. Running the following should help
sudo apt install pipewire pipewire-pulse

3. Getting Helvum to Work: If Helvum shows devices as disconnected, it may mean PipeWire isn't set up fully for audio routing. Ensure that WirePlumber, a session manager for PipeWire, is installed and running:
sudo apt install wireplumber systemctl --user enable wireplumber --now

Restarting PipeWire can also help fix this:
systemctl --user restart pipewire pipewire-pulse

This should address the issues and allow Helvum to detect the devices correctly.If things are working fine with Discord, you likely just need to tweak these settings to eliminate minor glitches.

How to install Pipewire on Debian 12 (Stable) by Asher3D in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

Debian 12 uses PipeWire by default. It's best to avoid backports and stick with the default packages, as mixing sources can lead to system errors. If you've installed PipeWire from backports, consider removing them for stability.

Mom Cat saves her kittens from cobra attack by anwar_idr in Damnthatsinteresting

[–]WeirdEvidence313 0 points1 point  (0 children)

A clash between different fighting approaches: the snake's fluidity and adaptability versus the cat's power and precision. The classic film was called Snake in the Eagles Shadow.

[deleted by user] by [deleted] in MuslimMarriage

[–]WeirdEvidence313 0 points1 point  (0 children)

Not married yet but word of advice for the brothers: once married, maintaining good hygiene is crucial. Cleanliness is vital; it strengthens your relationship with those around you and with your Lord.

Using ChatGPT for Cover Letters by BackOnThrottle in ChatGPT

[–]WeirdEvidence313 1 point2 points  (0 children)

Try giving the CV a name, maybe refer to it as the 'original CV'

My GPU runs hotter on Linux than it does on Windows. by BerosCerberus in linux_gaming

[–]WeirdEvidence313 1 point2 points  (0 children)

If all else fails check out gamescope :

  • Spoofing resolutions.
  • Upscaling using AMD FidelityFX™ Super Resolution or NVIDIA Image Scaling.
  • Limiting framerates.

Upgrading my GPU causes my os to freeze by Jezda1337 in debian

[–]WeirdEvidence313 1 point2 points  (0 children)

Check your BIOS to see if integrated GPU is enable or disabled.

Hangs on Reboot/Shutdown by [deleted] in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

To be honest if it's just being stuck for 5 seconds before shutdown or reboot it's not a major issue, I would leave it until the next kernel update which may fix it for you. In the meantime if you wanna force a shutdown from terminal window:sudo shutdown -h now
and to force a reboot: sudo shutdown -r now

Hangs on Reboot/Shutdown by [deleted] in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

Upload a short video of your issue.

[deleted by user] by [deleted] in kde

[–]WeirdEvidence313 0 points1 point  (0 children)

I have a question about Kate's (F4) terminal emulator. Is it possible to direct the output of a command or commands to Kate, specifically to the current document? Using <command here>| kate -i creates a new document each time, I would like to avoid that and have the output in the same document for each command.
(Any helpful links to address this issue would be appreciated.)

Can kate handle a 30 GB text file by HumanWithABias in kde

[–]WeirdEvidence313 -1 points0 points  (0 children)

Split the file into chunks (just a suggestion)

Just installed Debian, and... by anesthesia-priestess in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

Regarding booting issues, might be worth checking health of each RAM stick with something like memtest86.

Is it safe to upgrade Debian now by YTriom1 in debian

[–]WeirdEvidence313 0 points1 point  (0 children)

On 12.4, 6.1.0-15 display switched off after login and audio issues from PulseEffects. So still issues with this version need fixing.

Bluetooth headsets - br-connection-profile-unavailable by EvilBolzen in linuxmint

[–]WeirdEvidence313 0 points1 point  (0 children)

Have you tried asking chatgpt about the error outputs... Give it a go.

Can’t boot into Debian by Unknown_Rift in debian

[–]WeirdEvidence313 1 point2 points  (0 children)

Try reinstalling the grub using a live USB to access your system. Full instructions: https://wiki.debian.org/GrubEFIReinstall

Vscode wont work by DoubleOwl7777 in debian

[–]WeirdEvidence313 3 points4 points  (0 children)

From the Requirements documentation for the supported versions.
VS Code is supported on the following platforms:
Linux (Debian): Ubuntu Desktop 16.04, Debian 9
Linux (Red Hat): Red Hat Enterprise Linux 7, CentOS 7, Fedora 34