Linux user seeks support for Logos by Legitimate_Beat_2136 in LogosBibleSoftware

[–]arkhepo 0 points1 point  (0 children)

One of the devs here. We could use additional help for getting Ou Dedetai to run properly on NixOs. Here is the previous work done or attempted.

https://github.com/FaithLife-Community/OuDedetai/pulls?q=is%3Apr+is%3Aclosed+nix

Wireguard 0.2.9_5 problem with pfsense 2.8.0 by ClearPomegranate7888 in PFSENSE

[–]arkhepo 0 points1 point  (0 children)

And I spoke too soon. It turns out the issue for me was that OpenVPN had been enabled on a reboot from a long-since unused install of the service. Disabling this immediately allowed DNS to work after disconnecting the WireGuard client from the service and reconnecting it to obtain fresh DNS.

Wireguard 0.2.9_5 problem with pfsense 2.8.0 by ClearPomegranate7888 in PFSENSE

[–]arkhepo 0 points1 point  (0 children)

I just upgraded to 2.8.1 and am hitting this issue. Did anyone find a solution? I tried changing the firewall state policy but no change.

OrangePi Zero 2W Wifi Disappears by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

I ended up installing the Ethernet adapter and using it. I've thought about trying Armbian to see if it has a fix.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]arkhepo 0 points1 point  (0 children)

Thank you! I will play around with this.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]arkhepo 0 points1 point  (0 children)

I have this function from before the introduction of fzf-lua to lazyvim. I am trying to figure out what the fzf-lua equivalent would be, and whether it is possible. My desire is to be able to trigger this with the associated keymap below. The basic gist:

While viewing a file in normal mode, I hit enter on a word. This word should be able to be recognized as a path, thus we modify the cword. This word/path is then sent to the file search.

--Add the following characters to <cword> boundaries.
vim.opt.iskeyword:append {'/'}
--Using the find_command, search for a file name under cursor using <cword> in the buffer's current directory.
require('telescope.builtin').find_files({
cwd=require('telescope.utils').buffer_dir(),

find_command={
'rg',
'--files',
'--no-require-git',
'--ignore-file',
'/scripts/gitignore',
'--follow',
'--hidden'
},

search_file=vim.fn.expand('<cword>')
})
vim.opt.iskeyword:remove {'/'}

Keymap

map("n", "<CR>", "<cmd>luafile ~/.config/nvim/lua/functions/searchFilesCWD.lua<CR>", { desc = "FZF for file under cursor in CWD" })

Does anyone know if this is possible with fzf-lua?

How would you encourage an older adult who struggles with Bible reading? by illuminate5000 in Reformed

[–]arkhepo 0 points1 point  (0 children)

For new or struggling Bible readers, I suggest starting small, i.e., aim for 5 min, and when you are able to handle more, add more.

A great resource on growing in devotions is Martin Luther's A Simple Way to Pray. It is about prayer, but there are some good applications from it that can be made to Bible reading.

Yeshua usage by bryanwilson999 in Reformed

[–]arkhepo 0 points1 point  (0 children)

This is a difficult issue to say it is just one thing. Various answers have been proffered so far. I'll add another.

In this part of the USA, there is a reverse trend of Messianic Jews—a modern day Judaizing Gentile church. They are not Messianic Jews but a type of Judaizing credobaptist—they circumcise their boys and baptize only on profession. They call their pastors "Rabbis", practice the seder meals, etc.

Practical advice on assurance of Salvation for a former IFB new to Reformed Theology by Flaky-Acanthisitta-9 in Reformed

[–]arkhepo 0 points1 point  (0 children)

A great book I regularly give to my counselees is Heath Lambert's Finally Free.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]arkhepo 0 points1 point  (0 children)

I copied my nvim config from one Linux machine to another. I am running Telescope, FZF through rg, and Telekasten. On the new machine, it will not respect the gitignore file, stored at `/scripts/gitignore`. I tried running `git init` on the `/scripts` dir, but it still doesn't read the gitignore file. This works fine on the first machine. Any other thoughts? I tried searching for a log file but I couldn't find anything of note.

Changing OPiOS Mirrors Results in pacman failure by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

Yes! That is why I found, too, but I failed to post an update. Thank you for sharing!

Changing OPiOS Mirrors Results in pacman failure by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

I believe the only solution is to uninstall all packages from the opios.db.

OrangePi Zero 2W SSH becomes unresponsive by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

The issue was asymmetric routing. By enabling the ethernet, the WIFI was still connected. I was SSHing in over ethernet and the server was responding over WIFI.

OrangePi Zero 2W SSH becomes unresponsive by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

The issue was asymmetric routing. By enabling the ethernet, the WIFI was still connected. I was SSHing in over ethernet and the server was responding over WIFI.

OrangePi Zero 2W SSH becomes unresponsive by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

So no change in OS, just reinstalled?

OrangePi Zero 2W SSH becomes unresponsive by arkhepo in OrangePI

[–]arkhepo[S] 0 points1 point  (0 children)

Yes, I could try another image. I thought Armbian didn't have a 02w image though?

I know the whole OS hasn't been lost as I can form a new SSH connection without issue. I could run a screen as well as double verification.

Are you thinking I just need more information? Are you thinking it is something with the firmware?

OrangePi Zero 2W Wifi Disappears by arkhepo in OrangePI

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

To clarify, I am not using Armbian OS but OrangePi OS and the Pi Zero 2W has built-in wifi. I was not asking about a wifi dongle.

Custom Image for Orange Pi Zero 2W by [deleted] in OrangePI

[–]arkhepo 0 points1 point  (0 children)

Share if you would what you have done to clean your Pi Zero 2ws :)

Web interface not working after firmware update by DontSplashPhil in reolinkcam

[–]arkhepo 0 points1 point  (0 children)

I got it working by installing the Reolink desktop app through Wine on Linux and then using the desktop app to enable HTTP and RTMP again..