Ohre Alex

Joined

200 Experience
1 Lesson Completed
0 Questions Solved

Activity

Posted in Beginner Tutorial in Rails 7

wow, thanks for all you do for the community.

Posted in Error on Letsencrypt tutorial

I am following the guide on this site for lets encrypt and I ran into error, I don't know if something is outdated or changed

cd ~
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/

the above worked fine but when I run
./letsencrypt-auto
I got this error

~/letsencrypt$ ls
AUTHORS.md LICENSE.txt certbot certbot-dns-cloudflare certbot-dns-gehirn certbot-dns-nsone certbot-dns-sakuracloud linter_plugin.py tests
CHANGELOG.md README.rst certbot-apache certbot-dns-digitalocean certbot-dns-google certbot-dns-ovh certbot-nginx mypy.ini tools
CODE_OF_CONDUCT.md SECURITY.md certbot-ci certbot-dns-dnsimple certbot-dns-linode certbot-dns-rfc2136 letsencrypt-auto-source pytest.ini tox.ini
CONTRIBUTING.md acme certbot-compatibility-test certbot-dns-dnsmadeeasy certbot-dns-luadns certbot-dns-route53 letstest snap windows-installer

deploy@softalx-production:~/letsencrypt$ ./letsencrypt-auto
-bash: ./letsencrypt-auto: No such file or directory

Posted in Deploy Ubuntu 22.04 Jammy Jellyfish Discussion

I had the same issue using DO when I turned on the ufw firewall

I just had to turn of the firewall, restart the server and the error is gone

Posted in Deploy Ubuntu 22.04 Jammy Jellyfish Discussion

if you are using digital ocean, you should probably increase the you RAM to 1GB minimum

Posted in How do I search Action Text with Ransack?

that of @cjilbert504 worked for me, thanks alot

Posted in Pagination with will_paginate Discussion

hello, please I tried using the will_paginate gem but am getting this error whenever I introduce the pagination link
link -- <%= will_paginate @ articles %>
error --- wrong number of arguments (given 2, expected 1)

please how do I go about this?