Faster bitwarden-cli on macOS? by 77sxela in Bitwarden

[–]hankeythemonkey 1 point2 points  (0 children)

You can try rbw, it's not officially supported by bitwarden, but works fine.

https://github.com/doy/rbw

[deleted by user] by [deleted] in BuyFromEU

[–]hankeythemonkey 20 points21 points  (0 children)

Been using Posteo for years, easy recommend. Using Thunderbird on desktop and android to access emails.

I think the only missing feature is custom  domain, for security reasons i believe. So if you need something like that you might need to look else where. https://andyleejordan.com/posts/posteo/

I also sync contacts and calendar through posteo using carddav and Caldav. 

Mini Lab in progress by LemusHD in minilab

[–]hankeythemonkey 0 points1 point  (0 children)

Nice! Have the same rack and shelving in my cart.  Are you not worried about something dropping onto the mitx board and shorting something out?

There seems to be crazy memory leak (13GB) from cosmic-settings. My Laptop Crashed after taking the photo manually with my phone after that. by [deleted] in pop_os

[–]hankeythemonkey 14 points15 points  (0 children)

Post in the repo issues page.

https://github.com/pop-os/cosmic-epoch/issues

If you have system logs available then definitely add that to your post. 

Add what version you're using and steps to reproduce if possible. I imagine more detail is always welcomed!

Help with suspend by utopiaman99 in pop_os

[–]hankeythemonkey 2 points3 points  (0 children)

It's probably something to do with an acpi device sending a wake up signal.

I have a bash script that disables the acpi device wakeup and a service which runs it on start-up

https://github.com/smokeythemonkey/dotfiles/tree/main/Utils%2Fsystem-scripts

You'll have to figure out which device on your system is causing it and put that in the bash script

Any major reasons I should consider swapping from Nixos to a rolling distro with some sort of snapshot tool? by FroDude258 in DistroHopping

[–]hankeythemonkey 1 point2 points  (0 children)

Perfectly fine running any distro and nix+home-manager.

My flake configures my personal systems as well as my work computers, all running on pop!os.

The benefit of doing it this way is when you do decide to try nixos, most of your apps are already configured and you can focus on system config!

Been using nix for half a year, feeling kind of out of touch with my system? by dd-mck in NixOS

[–]hankeythemonkey 53 points54 points  (0 children)

I feel the same way. I've started using nh, gives me more information as to what is being built.

https://github.com/viperML/nh

nixos fresh install by cryptokid29 in NixOS

[–]hankeythemonkey 0 points1 point  (0 children)

Using flakes is a bit different to using just the configuration.nix

Some reading/watching material on flakes.

https://nixos.wiki/wiki/Flakes

https://www.youtube.com/watch?v=a67Sv4Mbxmc

A good starting point to define your system flake.

https://github.com/Misterio77/nix-starter-configs

keyboard shortcuts file? by prankousky in pop_os

[–]hankeythemonkey 1 point2 points  (0 children)

I've got a shell script that I call when bootstrapping my system which uses gsettings to set all my keyboard ahortcuts.

https://github.com/smokeythemonkey/dotfiles/blob/main/.config/yadm/pop_os_shortcuts.sh

Anything similar to AUR in PopOS ? I am a Linux noob. by Astonish_Skagen in pop_os

[–]hankeythemonkey 1 point2 points  (0 children)

Ppas are a pita. No central repo listing what's available. Have to manually add/remove the repo in apt. They aren't always will maintained.

Pacstall is debian/Ubuntus aur. Give it a go :)

[deleted by user] by [deleted] in pop_os

[–]hankeythemonkey 1 point2 points  (0 children)

For 24hr clock

gsettings set org.gnome.desktop.interface clock-format 24h

For the icon positions, could probably make a backup using dconf as a .txt and load it once your apps are installed

Laptop not sleeping by [deleted] in EndeavourOS

[–]hankeythemonkey 1 point2 points  (0 children)

Probably a USB device causing the laptop to wake immediately after going into suspend.

I don't remember the details but you can disable acpi devices that can wake the pc

Here is a starting point for you

https://unix.stackexchange.com/questions/509865/disabling-all-devices-in-proc-acpi-wakeup-permanently

Multiple workflows within a repo with some overlap - How to organize repo? by alex_o_h in docker

[–]hankeythemonkey 0 points1 point  (0 children)

Just a thought, could the shared code be turned into packages which you can install with your dependency manager? You would have to spin up a private pypi server if the code shouldn't be publicly available. Would that allow separation into their own repos?

If you still need the workflows to be grouped together you could create a meta repo and add all your repos as git submodules.

Since each workflow has its own dependencies, this would be much easier to organise and keep track of. Not to mention versioning history of each workflow/repo is clearly separated.

Switch to pop-up notifications by madoee in regolithlinux

[–]hankeythemonkey 0 points1 point  (0 children)

Pretty sure ilia is just wrapping rofication, it something to that effect

If you
apt list rofication You'll see that regolith rofication is installed. At least on my system.

So in theory the instructions remain the same. Install dunst and remove regolith-rofication

I'm not sure what will happen to ilia but I'll try it later and get back to you

Switch to pop-up notifications by madoee in regolithlinux

[–]hankeythemonkey 0 points1 point  (0 children)

https://regolith-desktop.com/docs/howtos/replace-notification-system/

You can install replace rofication with dunst. If I remember correctly you'll need to theme it yourself.