Skip to content

Commit

Permalink
+ wake on lan
Browse files Browse the repository at this point in the history
  • Loading branch information
jaku-jaku committed Nov 28, 2023
1 parent 4f73ebb commit 510df08
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/Tips:Dev-Tools.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<toc>

# Table of Contents
[*Last generated: Tue 28 Nov 2023 14:54:11 EST*]
[*Last generated: Tue 28 Nov 2023 14:57:32 EST*]
- [**1. Git:**](#1-Git)
- [1.1 A better Git Graph:](#11-A-better-Git-Graph)
- [**2. Linux:**](#2-Linux)
Expand All @@ -13,6 +13,7 @@
- [2.4.1.a Add network share folder](#241a-Add-network-share-folder)
- [2.4.1.b Set User and password](#241b-Set-User-and-password)
- [2.4.2 Network Firewalls:](#242-Network-Firewalls)
- [2.4.3 Wake-On-LAN:](#243-Wake-On-LAN)

---
</toc>
Expand Down Expand Up @@ -129,6 +130,13 @@ Status: active



### 2.4.3 Wake-On-LAN:

- Activate your PC to enable wake-on-lan feature
- Use `ifconfig` to find your network IP at ethernet port and its assigned MAC address
- evoke to wake from other PC: `$ wakeonlan -i 192.x.x.x xx:xx:xx:xx:xx:xx`





Expand Down

0 comments on commit 510df08

Please sign in to comment.