67 lines
2.6 KiB
Markdown
67 lines
2.6 KiB
Markdown
|
# My Domains
|
|||
|
|
|||
|
Domains are the website that you own, the URL itself.
|
|||
|
- TLD stands for top level domain - this is the .com or .net or whatever comes after the dot.
|
|||
|
|
|||
|
|
|||
|
#### My Domains to keep in mind:
|
|||
|
---
|
|||
|
- shw3tha.xyz - September 5th (NameCheap)
|
|||
|
- shw3tha.lol - September 5th (NameCheap)
|
|||
|
- shwethajayaraj.com - (MailChimp)
|
|||
|
- theqrg.org - September 18th (Google Domains)
|
|||
|
- swellow.net - November 6th, (Google Domains)
|
|||
|
- cosmick.app - June 8th (Google Domains)
|
|||
|
- hackmanhattan.club - December 9th (Google Domains)
|
|||
|
- hackmanhattan.nyc - September 1st (DreamHost)
|
|||
|
- snehahaha.com - September 4th (Google Domains)
|
|||
|
|
|||
|
|
|||
|
#### My Subdomains to keep in mind:
|
|||
|
---
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## NameCheap
|
|||
|
---
|
|||
|
- How to [change DNS servers ](https://www.namecheap.com/support/knowledgebase/article.aspx/767/10/how-to-change-dns-for-a-domain/)
|
|||
|
|
|||
|
# Dreamhost
|
|||
|
---
|
|||
|
|
|||
|
Dreamhost is another hosting service to host web pages on. A bunch of dreamhost how-to's will be posted here as I figure out the process for it all.
|
|||
|
|
|||
|
- The file transfer protocol files will be managed through [here](https://panel.dreamhost.com/?tree=users.dashboard#), the Admin Panel.
|
|||
|
- the current domain is `shwjay1.dreamhosters.com`
|
|||
|
- shared hosting with PHP 8.0
|
|||
|
- user is [dh_6xnpuv](https://panel.dreamhost.com/?tree=users&subtab=users¤t_step=Index&next_step=Edit&usid=3797568196))
|
|||
|
- List of File Transfer Protocol softwares are found [here](https://help.dreamhost.com/hc/en-us/articles/215613107-List-of-FTP-client-software)
|
|||
|
- Filezilla is what is noted to use in tutorials
|
|||
|
- through [Dreamhost they also have their own built in web FTP](https://help.dreamhost.com/hc/en-us/articles/360003490852-Using-the-website-file-manager-in-the-panel) as well
|
|||
|
- [Wordpress](https://www.dreamhost.com/blog/category/tutorials/) tutorials
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
### Some Youtube Video Walkthroughs
|
|||
|
|
|||
|
- [DreamHost - Full Tutorial about the Cpanel of this host](https://www.youtube.com/watch?v=S7zEuU__DgE)
|
|||
|
- [CPanel Tutorial : How to Use File Manager to Upload Website Files](https://www.youtube.com/watch?v=MJ-TH_Om54w)
|
|||
|
- [DreamHost - How To Setup Your 1st Website in 9 Minutes](https://www.youtube.com/watch?v=eC1ciYNfxlU)
|
|||
|
- [How to Upload Files with FTP to DreamHost (WebFTP tutorial)]( https://www.youtube.com/watch?v=k8z0K3pW1jc)
|
|||
|
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
### Uploading files through
|
|||
|
Read[ this file ](https://help.dreamhost.com/hc/en-us/articles/115006086308-How-to-view-your-DreamHost-site-using-your-hosts-file)to see how to view files through Dreamhost before DNS transfer.
|
|||
|
|
|||
|
Type the following into terminal:
|
|||
|
```
|
|||
|
sudo nano /private/etc/hosts
|
|||
|
```
|
|||
|
|
|||
|
then in the hosts editor type the following:
|
|||
|
|
|||
|
```
|
|||
|
10.0.0.1 shwjay1.dreashosters.com
|
|||
|
```
|