diff --git a/v2/examples/ex-df.md b/v2/examples/ex-df.md index f3e4bc8..eef8262 100644 --- a/v2/examples/ex-df.md +++ b/v2/examples/ex-df.md @@ -1,4 +1,4 @@ -
Index
+
Back to Index
## Check Disk Usage The Linux command df is used to display information about the file system usage on a Linux system. It shows the amount of disk space used and available on different file systems, such as hard drives, network file systems, and virtual file systems. diff --git a/v2/examples/ex-lasdb.md b/v2/examples/ex-lasdb.md index 70f6d04..82283bc 100644 --- a/v2/examples/ex-lasdb.md +++ b/v2/examples/ex-lasdb.md @@ -1,4 +1,4 @@ -
Index
+
Back to Index
## Who is attacking your server? The lastb command in Linux displays a list of failed login attempts by users. It retrieves the information from the /var/log/btmp file, which records unsuccessful login attempts. We can use lastb to generate a list of crackers' IP addresses, and then generate a configuration file for iptables to block them. diff --git a/v2/examples/index.md b/v2/examples/index.md index 5ecabcf..ca33a7c 100644 --- a/v2/examples/index.md +++ b/v2/examples/index.md @@ -1,4 +1,4 @@ -
Reference Guide
+
Back to Reference Guide
# SSHScript v2.0 Examples Last Updated on 2023/10/31