Category: General
-
Adding New User to WordPress
Go to Users from the backend of the WordPress website. Go to websiteurl/wp-admin. Click “Add New” Fill in the information Username: **BYU NET ID (it has to be BYU NetId) Email: First Name: Last Name: Password: This is automatic so you don’t need to change it. Users can still log…
-
SSH Key and Github
The following steps are mainly for Windows machine, but these steps are very similar when you are on Mac or Linux. Open terminal or something like terminal such as Git Bash Go to .ssh directory, we don’t have to go there to generate ssh key. $ cd ~/.ssh $ ssh-keygen…
-
When to use Elementor rather than default editor(Gatsby)
Elementor is a visual-editor plugin that allows users to create dynamic pages efficiently. However, Elementor should only be used when it cannot be done on the default editor(Gatsby). Why we want to use Gatsby as much as possible is because it allows for a more uniform system, and less dependency…
-
Zulip Docker Installation Error
I encountered the following error message while I was installing zulip docker. It complaints that there is not enough space. Zulip development environment setup succeeded! ERROR: Service ‘zulip’ failed to build: Error processing tar file(exit status 1): write /usr/share/icons/Humanity/status/22/gsm-3g-medium-secure.svg: no space left on device As you can see that from…
-
Delete Or Disable Users From WordPress
Sometimes you may have to delete users from WordPress. To do this: Go to Pages from the backend of the WordPress website. Go to websiteurl/wp-admin. Check if any pages are created by the User you’re planning to delete. If there’s any, change the author. Go to Users Search up the…
-
Coding Languages Resources
Every once in a while, you will find that you need to edit, add, or delete pieces of code on a website. More often than not, this will be HTML and CSS, though you may see some JavaScript or other languages embedded inside HTML. Whatever the case, the best website…