diff --git a/.recycle/compose.full.yaml b/.recycle/compose.full.yaml old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/.dockerignore b/.recycle/desktops/coding/.dockerignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/.gitignore b/.recycle/desktops/coding/.gitignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/Dockerfile b/.recycle/desktops/coding/Dockerfile old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/compose.yaml b/.recycle/desktops/coding/compose.yaml old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/files/Pictures/desktop.png b/.recycle/desktops/coding/files/Pictures/desktop.png old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/provision/netbeans.bash b/.recycle/desktops/coding/provision/netbeans.bash old mode 100755 new mode 100644 diff --git a/.recycle/desktops/coding/studio.bash b/.recycle/desktops/coding/studio.bash old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/.dockerignore b/.recycle/desktops/instructor/.dockerignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/.gitignore b/.recycle/desktops/instructor/.gitignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/Dockerfile b/.recycle/desktops/instructor/Dockerfile old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/compose.yaml b/.recycle/desktops/instructor/compose.yaml old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/files/Pictures/desktop.png b/.recycle/desktops/instructor/files/Pictures/desktop.png old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/provision/netbeans.bash b/.recycle/desktops/instructor/provision/netbeans.bash old mode 100755 new mode 100644 diff --git a/.recycle/desktops/instructor/studio.bash b/.recycle/desktops/instructor/studio.bash old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/.dockerignore b/.recycle/desktops/studio/.dockerignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/.gitignore b/.recycle/desktops/studio/.gitignore old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/Dockerfile b/.recycle/desktops/studio/Dockerfile old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/compose.yaml b/.recycle/desktops/studio/compose.yaml old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/files/Pictures/desktop.png b/.recycle/desktops/studio/files/Pictures/desktop.png old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/provision/netbeans.bash b/.recycle/desktops/studio/provision/netbeans.bash old mode 100755 new mode 100644 diff --git a/.recycle/desktops/studio/studio.bash b/.recycle/desktops/studio/studio.bash old mode 100755 new mode 100644 diff --git a/.recycle/servers/private/Dockerfile b/.recycle/servers/private/Dockerfile old mode 100755 new mode 100644 diff --git a/.recycle/servers/private/provision/bashrc b/.recycle/servers/private/provision/bashrc old mode 100755 new mode 100644 diff --git a/.recycle/servers/private/provision/provision.bash b/.recycle/servers/private/provision/provision.bash old mode 100755 new mode 100644 diff --git a/compose.bash b/compose.bash old mode 100755 new mode 100644 diff --git a/landing/compose.bash b/landing/compose.bash old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/000-about-the-author.md b/landing/docs/.Bash-Scripting/000-about-the-author.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/001-introduction-to-bash.md b/landing/docs/.Bash-Scripting/001-introduction-to-bash.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/002-bash-structure.md b/landing/docs/.Bash-Scripting/002-bash-structure.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/003-bash-hello-world.md b/landing/docs/.Bash-Scripting/003-bash-hello-world.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/004-bash-variables.md b/landing/docs/.Bash-Scripting/004-bash-variables.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/005-bash-user-input.md b/landing/docs/.Bash-Scripting/005-bash-user-input.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/006-bash-comments.md b/landing/docs/.Bash-Scripting/006-bash-comments.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/007-bash-arguments.md b/landing/docs/.Bash-Scripting/007-bash-arguments.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/008-bash-arrays.md b/landing/docs/.Bash-Scripting/008-bash-arrays.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/009-bash-conditional-expressions.md b/landing/docs/.Bash-Scripting/009-bash-conditional-expressions.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/010-bash-conditionals.md b/landing/docs/.Bash-Scripting/010-bash-conditionals.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/011-bash-loops.md b/landing/docs/.Bash-Scripting/011-bash-loops.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/012-bash-functions.md b/landing/docs/.Bash-Scripting/012-bash-functions.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/013-debugging-and-testing.md b/landing/docs/.Bash-Scripting/013-debugging-and-testing.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/014-creating-custom-bash-commands.md b/landing/docs/.Bash-Scripting/014-creating-custom-bash-commands.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/015-writing-your-first-bash-script.md b/landing/docs/.Bash-Scripting/015-writing-your-first-bash-script.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/016-creating-an-interactive-menu-in-bash.md b/landing/docs/.Bash-Scripting/016-creating-an-interactive-menu-in-bash.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/017-executing-bash-script-on-multiple-remote-server.md b/landing/docs/.Bash-Scripting/017-executing-bash-script-on-multiple-remote-server.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/018-working-with-json-in-bash-using-jq.md b/landing/docs/.Bash-Scripting/018-working-with-json-in-bash-using-jq.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/019-working-with-cloudflare-api-with-bash.md b/landing/docs/.Bash-Scripting/019-working-with-cloudflare-api-with-bash.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/020-nginx-and-apache-log-parser.md b/landing/docs/.Bash-Scripting/020-nginx-and-apache-log-parser.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/021-how-to-send-emails-with-bash.md b/landing/docs/.Bash-Scripting/021-how-to-send-emails-with-bash.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/022-bash-password-generator.md b/landing/docs/.Bash-Scripting/022-bash-password-generator.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/023-bash-redirection.md b/landing/docs/.Bash-Scripting/023-bash-redirection.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/024-automating-wordpress-lamp-with-bash.md b/landing/docs/.Bash-Scripting/024-automating-wordpress-lamp-with-bash.md old mode 100755 new mode 100644 diff --git a/landing/docs/.Bash-Scripting/100-bash-wrap-up.md b/landing/docs/.Bash-Scripting/100-bash-wrap-up.md old mode 100755 new mode 100644 diff --git a/landing/docs/.recycle/extras.md b/landing/docs/.recycle/extras.md old mode 100755 new mode 100644 diff --git a/landing/docs/.recycle/introduction-to-bash-scripting-main.zip b/landing/docs/.recycle/introduction-to-bash-scripting-main.zip old mode 100755 new mode 100644 diff --git a/landing/docs/.recycle/videos/commands/the-deluser-command.mp4 b/landing/docs/.recycle/videos/commands/the-deluser-command.mp4 old mode 100755 new mode 100644 diff --git a/landing/docs/.recycle/videos/commands/the-zip-command.jpg b/landing/docs/.recycle/videos/commands/the-zip-command.jpg old mode 100755 new mode 100644 diff --git a/landing/docs/.recycle/videos/commands/the-zip-command.mp4 b/landing/docs/.recycle/videos/commands/the-zip-command.mp4 old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/008-the-cal-command.md b/landing/docs/Linux-Commands/.recycle/008-the-cal-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/009-the-bc-command.md b/landing/docs/Linux-Commands/.recycle/009-the-bc-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/011-the-help-command.md b/landing/docs/Linux-Commands/.recycle/011-the-help-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/012-the-factor-command.md b/landing/docs/Linux-Commands/.recycle/012-the-factor-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/016-the-whatis-command.md b/landing/docs/Linux-Commands/.recycle/016-the-whatis-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/017-the-who-command.md b/landing/docs/Linux-Commands/.recycle/017-the-who-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/018-the-free-command.md b/landing/docs/Linux-Commands/.recycle/018-the-free-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/020-the-sl-command.md b/landing/docs/Linux-Commands/.recycle/020-the-sl-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/022-the-finger-command.md b/landing/docs/Linux-Commands/.recycle/022-the-finger-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/026-the-w-command.md b/landing/docs/Linux-Commands/.recycle/026-the-w-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/029-the-login-command.md b/landing/docs/Linux-Commands/.recycle/029-the-login-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/030-the-lscpu-command.md b/landing/docs/Linux-Commands/.recycle/030-the-lscpu-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/037-the-printenv-command.md b/landing/docs/Linux-Commands/.recycle/037-the-printenv-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/042-the-ip-command.md b/landing/docs/Linux-Commands/.recycle/042-the-ip-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/048-the-last-command.md b/landing/docs/Linux-Commands/.recycle/048-the-last-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/049-the-locate-command.md b/landing/docs/Linux-Commands/.recycle/049-the-locate-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/050-the-iostat-command.md b/landing/docs/Linux-Commands/.recycle/050-the-iostat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/059-the-sort-command.md b/landing/docs/Linux-Commands/.recycle/059-the-sort-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/060-the-paste-command.md b/landing/docs/Linux-Commands/.recycle/060-the-paste-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/066-the-iptable-command.md b/landing/docs/Linux-Commands/.recycle/066-the-iptable-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/068-the-lsof-command.md b/landing/docs/Linux-Commands/.recycle/068-the-lsof-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/069-the-bzip2-command.md b/landing/docs/Linux-Commands/.recycle/069-the-bzip2-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/070-the-service-command.md b/landing/docs/Linux-Commands/.recycle/070-the-service-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/071-the-vmstat-command.md b/landing/docs/Linux-Commands/.recycle/071-the-vmstat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/072-the-mpstat-command.md b/landing/docs/Linux-Commands/.recycle/072-the-mpstat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/073-the-ncdu-command.md b/landing/docs/Linux-Commands/.recycle/073-the-ncdu-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/074-the-uniq-command.md b/landing/docs/Linux-Commands/.recycle/074-the-uniq-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/075-the-rpm-command.md b/landing/docs/Linux-Commands/.recycle/075-the-rpm-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/076-the-scp-command.md b/landing/docs/Linux-Commands/.recycle/076-the-scp-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/078-the-split-command.md b/landing/docs/Linux-Commands/.recycle/078-the-split-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/079-the-stat-command.md b/landing/docs/Linux-Commands/.recycle/079-the-stat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/083-the-ionice-command.md b/landing/docs/Linux-Commands/.recycle/083-the-ionice-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/086-the-rsync-command.md b/landing/docs/Linux-Commands/.recycle/086-the-rsync-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/087-the-dig-command.md b/landing/docs/Linux-Commands/.recycle/087-the-dig-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/088-the-whois-command.md b/landing/docs/Linux-Commands/.recycle/088-the-whois-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/090-the-awk-command.md b/landing/docs/Linux-Commands/.recycle/090-the-awk-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/094-the-pstree-command.md b/landing/docs/Linux-Commands/.recycle/094-the-pstree-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/095-the-tree-command.md b/landing/docs/Linux-Commands/.recycle/095-the-tree-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/097-the-printf-command.md b/landing/docs/Linux-Commands/.recycle/097-the-printf-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/098-the-cut-command.md b/landing/docs/Linux-Commands/.recycle/098-the-cut-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/099-the-sed-command.md b/landing/docs/Linux-Commands/.recycle/099-the-sed-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/103-the-rmdir-command.md b/landing/docs/Linux-Commands/.recycle/103-the-rmdir-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/108-the-screen-command.md b/landing/docs/Linux-Commands/.recycle/108-the-screen-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/109-the-nc-command.md b/landing/docs/Linux-Commands/.recycle/109-the-nc-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/110-the-make-command.md b/landing/docs/Linux-Commands/.recycle/110-the-make-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/111-the-basename-command.md b/landing/docs/Linux-Commands/.recycle/111-the-basename-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/112-the-banner-command.md b/landing/docs/Linux-Commands/.recycle/112-the-banner-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/114-the-which-command.md b/landing/docs/Linux-Commands/.recycle/114-the-which-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/117-the-nice-command.md b/landing/docs/Linux-Commands/.recycle/117-the-nice-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/118-the-wc-command.md b/landing/docs/Linux-Commands/.recycle/118-the-wc-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/119-the-tr-command.md b/landing/docs/Linux-Commands/.recycle/119-the-tr-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/121-the-wait-command.md b/landing/docs/Linux-Commands/.recycle/121-the-wait-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/122-the-zcat-command.md b/landing/docs/Linux-Commands/.recycle/122-the-zcat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/123-the-fold-command.md b/landing/docs/Linux-Commands/.recycle/123-the-fold-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/124-the-quota-command.md b/landing/docs/Linux-Commands/.recycle/124-the-quota-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/125-the-aplay-command.md b/landing/docs/Linux-Commands/.recycle/125-the-aplay-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/126-the-spd-say-command.md b/landing/docs/Linux-Commands/.recycle/126-the-spd-say-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/127-the-xeyes-command.md b/landing/docs/Linux-Commands/.recycle/127-the-xeyes-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/129-the-nl-command.md b/landing/docs/Linux-Commands/.recycle/129-the-nl-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/130-the-pidof-command.md b/landing/docs/Linux-Commands/.recycle/130-the-pidof-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/131-the-shuf-command.md b/landing/docs/Linux-Commands/.recycle/131-the-shuf-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/134-the-cmp-command.md b/landing/docs/Linux-Commands/.recycle/134-the-cmp-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/135-the-expr-command.md b/landing/docs/Linux-Commands/.recycle/135-the-expr-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/trash/000-the-introduction-command.md b/landing/docs/Linux-Commands/.recycle/trash/000-the-introduction-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/.recycle/trash/999-wrap-up.md b/landing/docs/Linux-Commands/.recycle/trash/999-wrap-up.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Archive-Files/015-the-gzip-command.md b/landing/docs/Linux-Commands/Archive-Files/015-the-gzip-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Archive-Files/054-the-zip-command.md b/landing/docs/Linux-Commands/Archive-Files/054-the-zip-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Archive-Files/055-the-unzip-command.md b/landing/docs/Linux-Commands/Archive-Files/055-the-unzip-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Archive-Files/063-the-tar-command.md b/landing/docs/Linux-Commands/Archive-Files/063-the-tar-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Archive-Files/064-the-gunzip-command.md b/landing/docs/Linux-Commands/Archive-Files/064-the-gunzip-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/010-the-df-command.md b/landing/docs/Linux-Commands/Disk-Management/010-the-df-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/084-the-du-command.md b/landing/docs/Linux-Commands/Disk-Management/084-the-du-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/104-the-lsblk-command.md b/landing/docs/Linux-Commands/Disk-Management/104-the-lsblk-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/116-the-mount-command.md b/landing/docs/Linux-Commands/Disk-Management/116-the-mount-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/120-the-fdisk-command.md b/landing/docs/Linux-Commands/Disk-Management/120-the-fdisk-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Disk-Management/128-the-parted-command.md b/landing/docs/Linux-Commands/Disk-Management/128-the-parted-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/041-the-ifconfig-command.md b/landing/docs/Linux-Commands/Networking/041-the-ifconfig-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/045-the-wget-command.md b/landing/docs/Linux-Commands/Networking/045-the-wget-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/046-the-curl-command.md b/landing/docs/Linux-Commands/Networking/046-the-curl-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/067-the-netstat-command.md b/landing/docs/Linux-Commands/Networking/067-the-netstat-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/085-the-ping-command.md b/landing/docs/Linux-Commands/Networking/085-the-ping-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/089-the-ssh-command.md b/landing/docs/Linux-Commands/Networking/089-the-ssh-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Networking/133-the-nslookup-command.md b/landing/docs/Linux-Commands/Networking/133-the-nslookup-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Process-Management/033-the-ps-command.md b/landing/docs/Linux-Commands/Process-Management/033-the-ps-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Process-Management/034-the-kill-command.md b/landing/docs/Linux-Commands/Process-Management/034-the-kill-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Process-Management/035-the-killall-command.md b/landing/docs/Linux-Commands/Process-Management/035-the-killall-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Process-Management/093-the-nohup-command.md b/landing/docs/Linux-Commands/Process-Management/093-the-nohup-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/013-the-uname-command.md b/landing/docs/Linux-Commands/System/013-the-uname-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/024-the-man-command.md b/landing/docs/Linux-Commands/System/024-the-man-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/036-the-env-command.md b/landing/docs/Linux-Commands/System/036-the-env-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/038-the-hostname-command.md b/landing/docs/Linux-Commands/System/038-the-hostname-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/044-the-su-command.md b/landing/docs/Linux-Commands/System/044-the-su-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/051-the-sudo-command.md b/landing/docs/Linux-Commands/System/051-the-sudo-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/052-the-apt-command.md b/landing/docs/Linux-Commands/System/052-the-apt-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/053-the-yum-command.md b/landing/docs/Linux-Commands/System/053-the-yum-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/056-the-shutdown-command.md b/landing/docs/Linux-Commands/System/056-the-shutdown-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/058-the-reboot-command.md b/landing/docs/Linux-Commands/System/058-the-reboot-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/065-the-hostnamectl-command.md b/landing/docs/Linux-Commands/System/065-the-hostnamectl-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/091-the-crontab-command.md b/landing/docs/Linux-Commands/System/091-the-crontab-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/096-the-whereis-command.md b/landing/docs/Linux-Commands/System/096-the-whereis-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/105-the-cmatrix-command.md b/landing/docs/Linux-Commands/System/105-the-cmatrix-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/System/115-the-date-command.md b/landing/docs/Linux-Commands/System/115-the-date-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/002-the-cd-command.md b/landing/docs/Linux-Commands/Terminal-Experience/002-the-cd-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/004-the-head-command.md b/landing/docs/Linux-Commands/Terminal-Experience/004-the-head-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/005-the-tail-command.md b/landing/docs/Linux-Commands/Terminal-Experience/005-the-tail-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/006-the-pwd-command.md b/landing/docs/Linux-Commands/Terminal-Experience/006-the-pwd-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/019-the-top-htop-command.md b/landing/docs/Linux-Commands/Terminal-Experience/019-the-top-htop-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/021-the-echo-command.md b/landing/docs/Linux-Commands/Terminal-Experience/021-the-echo-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/028-the-history-command.md b/landing/docs/Linux-Commands/Terminal-Experience/028-the-history-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md b/landing/docs/Linux-Commands/Terminal-Experience/043-the-clear-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/047-the-yes-command.md b/landing/docs/Linux-Commands/Terminal-Experience/047-the-yes-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/061-the-exit-command.md b/landing/docs/Linux-Commands/Terminal-Experience/061-the-exit-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/077-the-sleep-command.md b/landing/docs/Linux-Commands/Terminal-Experience/077-the-sleep-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/092-the-xargs-command.md b/landing/docs/Linux-Commands/Terminal-Experience/092-the-xargs-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/107-the-grep-command.md b/landing/docs/Linux-Commands/Terminal-Experience/107-the-grep-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/113-the-alias-command.md b/landing/docs/Linux-Commands/Terminal-Experience/113-the-alias-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Terminal-Experience/132-the-less-command.md b/landing/docs/Linux-Commands/Terminal-Experience/132-the-less-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/023-the-groups-command.md b/landing/docs/Linux-Commands/Users-And-Groups/023-the-groups-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/025-the-passwd-command.md b/landing/docs/Linux-Commands/Users-And-Groups/025-the-passwd-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/027-the-whoami-command.md b/landing/docs/Linux-Commands/Users-And-Groups/027-the-whoami-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/080-the-useradd-command.md b/landing/docs/Linux-Commands/Users-And-Groups/080-the-useradd-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/082-the-usermod-command.md b/landing/docs/Linux-Commands/Users-And-Groups/082-the-usermod-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/101-the-chown-command.md b/landing/docs/Linux-Commands/Users-And-Groups/101-the-chown-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/106-the-chmod-command.md b/landing/docs/Linux-Commands/Users-And-Groups/106-the-chmod-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command.md b/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.kdenlive b/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.kdenlive old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.mp4 b/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.mp4 old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.ogv b/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command.ogv old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command_backup0.kdenlive b/landing/docs/Linux-Commands/Users-And-Groups/the-deluser-command/the-deluser-command_backup0.kdenlive old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/001-the-ls-command.md b/landing/docs/Linux-Commands/Working-With-Files/001-the-ls-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/003-the-cat-tac-command.md b/landing/docs/Linux-Commands/Working-With-Files/003-the-cat-tac-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/007-the-touch-command.md b/landing/docs/Linux-Commands/Working-With-Files/007-the-touch-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/014-the-mkdir-command.md b/landing/docs/Linux-Commands/Working-With-Files/014-the-mkdir-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/031-the-cp-command.md b/landing/docs/Linux-Commands/Working-With-Files/031-the-cp-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/032-the-mv-command.md b/landing/docs/Linux-Commands/Working-With-Files/032-the-mv-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/039-the-nano-command.md b/landing/docs/Linux-Commands/Working-With-Files/039-the-nano-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/040-the-rm-command.md b/landing/docs/Linux-Commands/Working-With-Files/040-the-rm-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/057-the-dir-command.md b/landing/docs/Linux-Commands/Working-With-Files/057-the-dir-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/062-the-diff-sdiff-command.md b/landing/docs/Linux-Commands/Working-With-Files/062-the-diff-sdiff-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/100-the-vim-command.md b/landing/docs/Linux-Commands/Working-With-Files/100-the-vim-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/Working-With-Files/102-the-find-command.md b/landing/docs/Linux-Commands/Working-With-Files/102-the-find-command.md old mode 100755 new mode 100644 diff --git a/landing/docs/Linux-Commands/index.md b/landing/docs/Linux-Commands/index.md old mode 100755 new mode 100644 diff --git a/landing/docs/Proving-Grounds/Resources/help.md b/landing/docs/Proving-Grounds/Resources/help.md old mode 100755 new mode 100644 diff --git a/landing/docs/Proving-Grounds/Resources/tips.md b/landing/docs/Proving-Grounds/Resources/tips.md old mode 100755 new mode 100644 diff --git a/landing/docs/Proving-Grounds/index.md b/landing/docs/Proving-Grounds/index.md old mode 100755 new mode 100644 diff --git a/landing/docs/assets/cover.jpg b/landing/docs/assets/cover.jpg old mode 100755 new mode 100644 diff --git a/landing/docs/assets/cover.jpg-bak b/landing/docs/assets/cover.jpg-bak old mode 100755 new mode 100644 diff --git a/landing/docs/assets/cover.png b/landing/docs/assets/cover.png old mode 100755 new mode 100644 diff --git a/landing/docs/assets/styling (copy 1).css b/landing/docs/assets/styling (copy 1).css old mode 100755 new mode 100644 diff --git a/landing/docs/assets/styling (copy 2).css b/landing/docs/assets/styling (copy 2).css old mode 100755 new mode 100644 diff --git a/landing/docs/assets/styling.css b/landing/docs/assets/styling.css old mode 100755 new mode 100644 diff --git a/landing/docs/connect.md b/landing/docs/connect.md old mode 100755 new mode 100644 diff --git a/landing/docs/cover.png b/landing/docs/cover.png old mode 100755 new mode 100644 diff --git a/landing/docs/index.md b/landing/docs/index.md old mode 100755 new mode 100644 diff --git a/landing/docs/training.md1 b/landing/docs/training.md1 old mode 100755 new mode 100644 diff --git a/landing/mkdocs.bash b/landing/mkdocs.bash old mode 100755 new mode 100644 diff --git a/landing/provision.bash b/landing/provision.bash old mode 100755 new mode 100644 diff --git a/server/.hushlogin b/server/.hushlogin old mode 100755 new mode 100644 diff --git a/server/.hushlogin. b/server/.hushlogin. old mode 100755 new mode 100644 diff --git a/server/Dockerfile b/server/Dockerfile old mode 100755 new mode 100644 diff --git a/server/compose.bash b/server/compose.bash old mode 100755 new mode 100644 diff --git a/server/compose.yaml b/server/compose.yaml old mode 100755 new mode 100644 diff --git a/server/provision/.trash/bashrc b/server/provision/.trash/bashrc old mode 100755 new mode 100644 diff --git a/server/provision/legacy.bash b/server/provision/legacy.bash old mode 100755 new mode 100644 diff --git a/server/provision/provision (copy).bash b/server/provision/provision (copy).bash old mode 100755 new mode 100644 diff --git a/server/provision/provision.bash b/server/provision/provision.bash old mode 100755 new mode 100644 diff --git a/server/provision/server/nginx/nginx.bash b/server/provision/server/nginx/nginx.bash old mode 100755 new mode 100644 diff --git a/server/provision/server/sshd/sshd.bash b/server/provision/server/sshd/sshd.bash old mode 100755 new mode 100644 diff --git a/server/provision/users/shinobi/provision.bash b/server/provision/users/shinobi/provision.bash old mode 100755 new mode 100644