mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
parent
82f30eedac
commit
373c8fef60
@ -86,12 +86,15 @@ $ echo "127.0.1.1 mybtc.local mybtc" >> /etc/hosts
|
|||||||
|
|
||||||
Make sure your timezone is correct.
|
Make sure your timezone is correct.
|
||||||
|
|
||||||
|
You can find a list of possible timezones in `/usr/share/zoneinfo`.
|
||||||
|
|
||||||
The following example sets your machine to the American west coast timezone:
|
The following example sets your machine to the American west coast timezone:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ echo "America/Los_Angeles" > /etc/timezone
|
$ echo "America/Los_Angeles" > /etc/timezone
|
||||||
$ cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
|
$ cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
|
||||||
```
|
```
|
||||||
|
Afterward you can run `date` to ensure everything was set correctly
|
||||||
|
|
||||||
## Protecting Your VPS
|
## Protecting Your VPS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user