Skip to content

Commit 73265e3

Browse files
committedFeb 3, 2024
Moved images to subdir
1 parent e935c32 commit 73265e3

10 files changed

+9
-7
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
This repository is responsible for the generation and deployment of my GitHub Pages static website
33

44
View at [https://phenix66.github.io](https://phenix66.github.io)
5+
6+
Hugo source: [https://github.com/gohugoio/hugo](https://github.com/gohugoio/hugo)

‎content/linux/basics/_index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@ https://youngstone89.medium.com/unix-introduction-bash-startup-files-loading-ord
8181

8282
https://access.redhat.com/solutions/452073
8383

84-
![Shell profile related files](/shell_profiles.png)
84+
![Shell profile related files](/images/shell_profiles.png)
8585

8686
## Login
8787

88-
![Image showing the Linux login flow](/console_login_flow.png)
88+
![Image showing the Linux login flow](/images/console_login_flow.png)
8989

9090
## Directories
9191

92-
![Image detailing important directories in Linux](/important_dirs.png)
92+
![Image detailing important directories in Linux](/images/important_dirs.png)
9393

9494
## Filesystem Links
9595

96-
![Image depicting differences between hard and soft links](/hard_and_soft_links.png)
96+
![Image depicting differences between hard and soft links](/images/hard_and_soft_links.png)
9797

9898
## IPTables
9999

100-
![Flowchart depicting the packet process flow of iptables](/iptables_flowchart.jpg)
100+
![Flowchart depicting the packet process flow of iptables](/images/iptables_flowchart.jpg)

‎content/ops/tunneling/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight = 4
55

66
## SSH Tunnels
77

8-
![Image depicting SSH tunnels](/tunnel.png)
8+
![Image depicting SSH tunnels](/images/tunnel.png)
99

1010
* Disabling SSH DNS lookup on redirector boxes can greatly speed up the response time and speed through the chain
1111

‎static/console_login_flow.png

-333 KB
Binary file not shown.

‎static/hard_and_soft_links.png

-169 KB
Binary file not shown.

‎static/important_dirs.png

-605 KB
Binary file not shown.

‎static/iptables_flowchart.jpg

-72.9 KB
Binary file not shown.

‎static/shell_profiles.png

-251 KB
Binary file not shown.

‎static/tunnel.png

-36.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.