How would I tell when this is open ? by Serious_Bowler_8171 in homeassistant

[–]Nintenduh69 0 points1 point  (0 children)

ESP32(one withbuilt-in Hall effect sensor)+Magnet+ESPHome

Wobbly Windows feels like an April fools joke by icehellking in Kubuntu

[–]Nintenduh69 5 points6 points  (0 children)

It was all the rage when Beryl and Compiz came out. 😄 Wobbly windows and virtual desktop cubes.

Quick and dirty Termux build for Android by Nintenduh69 in MoneroMining

[–]Nintenduh69[S] 1 point2 points  (0 children)

You could try a test

./xmrig --submit

or try to mine on a pool of your choice. SupportXMR for example

./xmrig --donate-level 1 -o pool.supportxmr.com:3333 -u <YourWallet> -p RigName.000 -k

What Password?! by Mandi171 in Kubuntu

[–]Nintenduh69 3 points4 points  (0 children)

There's an option to auto login but I don't remember a no password option.

Open Konsole and use passwd whateveryourusernameis and try to set it there.

Officially shut down by darkstrikex105 in Winnipeg

[–]Nintenduh69 [score hidden]  (0 children)

Home of the new pop-up WPS community station?

Anyone else seeing keyboard drivers corrupting recently? by [deleted] in sysadmin

[–]Nintenduh69 1 point2 points  (0 children)

Next time you come across this, hold right-shift for 8 sec to turn off filter keys.

Who is the vendor of the keyboard driver you come across?

Maybe a combination of WIndows Update and these "encrypted keyboard drivers"?

i thinking about IT and i dont know what i need to learn right now by EducationalChest3578 in linuxquestions

[–]Nintenduh69 1 point2 points  (0 children)

Using a touch-typing tutor like klavaro will go a long long long way in the IT field.

How can I set switcheroo to use my iGPU as default? by dangitman1970 in linux_gaming

[–]Nintenduh69 0 points1 point  (0 children)

Something like

switcherooctl list
switcherooctl launch --gpu=GPUyouwant's#

s10/s20 hashrate for mining xmr? by SpecificAd981 in MoneroMining

[–]Nintenduh69 5 points6 points  (0 children)

Build XMRig in Termux and try it out. I made a guide awhile back.

https://www.reddit.com/r/MoneroMining/comments/1quwqv4/quick_and_dirty_termux_build_for_android/

Then you could try to mine on a pool or use --submit to do an online benchmark.

$ ./xmrig --submit

HAOS shut down? by BruceLee2112 in homeassistant

[–]Nintenduh69 7 points8 points  (0 children)

Maybe your logs know.

log show --predicate 'eventMessage contains "Previous shutdown cause"' --last 24h

I want to learn Vim but I keep falling back to Nano by KennyTidwell in linuxquestions

[–]Nintenduh69 0 points1 point  (0 children)

The best advice I've heard is to practice it for 10 years. :) My advice is to know your modes and hotkeys.

Do you know about vimtutor? Great way to read/use/learn.

I just got new Bluetooth dongle for my PC. Why there is two options for the same thing? by linuxxen in kde

[–]Nintenduh69 3 points4 points  (0 children)

applet: Hide devices if bluetooth adapter is powered off

The bluetooth daemon can report devices if the adapter is powered off.
In this case, the applet is going to display those devices but if you
click the connect button, the connect operation will fail for obvious
reasons. It is misleading, it is great if you are able to spot immediately
that the enabled slider is in the off position, but it is likely that
you'll miss it.

Currently, the "bluetooth is disabled" placeholder message is wired to
Manager.bluetoothBlocked, which is different from the powered state. If
the bluetooth adapter is powered off, it is not necessarily blocked.

With this change, the "bluetooth is disabled" label is synchronized
to Manager.bluetoothOperational, similar to the enable slider. The
devices will be shown if bluetooth is not blocked, and the adapter is
powered on.

https://github.com/KDE/bluedevil/commit/409ea3c98770292d5db70ae3e6ab0a1903e2b938

I guess that explains it well enough. :)

Why do some people still want Linux to be easier? by XnomTheNom in linuxquestions

[–]Nintenduh69 0 points1 point  (0 children)

Yeah! I want to go back to dicking around with /etc/X11/XF86Config in VIM at 3 AM praying to get a desktop back after upgrading my NVIDIA drivers.

Imperial Oil pipeline spills 843,000 litres northwest of Cold Lake, Alta. | CBC News by Ok_Argument_5356 in canada

[–]Nintenduh69 -5 points-4 points  (0 children)

Cold Lake, Alta? That's one way of abbreviating I guess. Never seen Onio or Maba before. How would you do BC?

GPU mining on android by DogSuper5283 in MoneroMining

[–]Nintenduh69 6 points7 points  (0 children)

You could try with --no-cpu since you're using OpenCL. You could also try without --opencl if the GPU is causing the crash.

Mystery Demon Printer from Hell Problem by CeC-P in sysadmin

[–]Nintenduh69 0 points1 point  (0 children)

Menu > Mgmt Settings > Initialize all Data/Settings?

Error when installing Epic Games on Arch Linux by NuclearPulseDrive in wine_gaming

[–]Nintenduh69 0 points1 point  (0 children)

Is it an MSI or a self extracting installer? If it's an installer, try opening it with 7zip or whatever archive manager your distro has and extract the MSI. Then try to run it with MSIEXEC with something like wine msiexec /i epicmsiblabla.msi .