diff --git a/DNS_Issues.md b/Arch_Install/DNS_Issues.md similarity index 100% rename from DNS_Issues.md rename to Arch_Install/DNS_Issues.md diff --git a/DualBootingWindows10.md b/Arch_Install/DualBootingWindows10.md similarity index 100% rename from DualBootingWindows10.md rename to Arch_Install/DualBootingWindows10.md diff --git a/Arch_Install/InstallingArch.md b/Arch_Install/InstallingArch.md new file mode 100755 index 0000000..f320d5a --- /dev/null +++ b/Arch_Install/InstallingArch.md @@ -0,0 +1,18 @@ +# Installing Arch Linux + +## Process + +- To begin with you will need to download the iso file from the [official Arch-Linux website][arch iso page]. + +- You will need to flash the installer ISO onto a cd or bootable Flashdrive using [balenaEtcher][etcher page] or [rufus (Windows only)][rufus page] + + + +## Sources + +- [Arch-Linux Iso Page][arch iso page] +- [LearnLinuxTV Install Tutorial](https://www.youtube.com/watch?v=a00wbjy2vns&ab_channel=LearnLinuxTV) + +[etcher page]: https://www.balena.io/etcher/ +[rufus page]: https://rufus.ie/ +[arch iso page]: https://archlinux.org/download/ diff --git a/Arch_Install/MountingSambaShareToLocalDirectory.md b/Arch_Install/MountingSambaShareToLocalDirectory.md new file mode 100755 index 0000000..a38d1c8 --- /dev/null +++ b/Arch_Install/MountingSambaShareToLocalDirectory.md @@ -0,0 +1,30 @@ +# Mounting Samba Share to local directory +After I changed my Laptop's HDD to a SSD, as doccumented [here](MovingToNewSDD.md), I encountered an issue related to forgetting to copy over files from my previous intalls' home partition. In this I was wanting to start prepping for a session of D&D, and without my files I couldn't do so. So after looking through my pendrives I found a full copy of my Campaign notes and copied them to my laptop. However, I wanted to be able to access them and change them even if I wasn't in my house. This is where I got the idea for this project. + +## Background (for context) +I use Vim for taking my D&D notes, in conjunction with the plugin [VimWiki][vimwiki page] it is an amazing tool to write and organize notes of all types. + +## What I wanted to do +In this project I wanted to figure out how to mount a remote filesystem, a tower I use as a file/media server in my house, to a local directory (namely my Campaigns folder. + + +## Process +### Using FTP +I had previously learned how to mount a ftp connection using the package "curlftpfs", so I thought I'd try and see if it would work well with vim when I try to treverse the folders and subfolders. In the first mounting of the the remote folder it seemed to work fine, but as I tried to access one of the subfolders while using vim it caused the program to freeze and crash. So I ended up giving up on using ftp since it didn't come packaged with a fs that supports subfolders. + +### Using Samba +From here I decided to try and mount the Share instead. Since I used Samba on my spare tower running ubuntu to use it as a file server, I thought it would be a good idea to use it as to mount my campaign directory of my server as it supports it being used as a virtual filesystem. + + +## Packages used +- [CurlFtpFS](https://wiki.archlinux.org/index.php/CurlFtpFS) +- [Mount](https://archeage.fandom.com/wiki/Mount) + +## Vim plugins used +- [VimWiki][vimwiki page] + +## Articles used +- [Article 1: How to mount Samba shares to local directories](https://www.looklinux.com/how-to-mount-samba-share-smbfs-in-linux/) +- [Article 2: How to change rw permissions of mounted Samba shares](https://askubuntu.com/questions/393563/how-to-change-permissions-on-mounted-windows-share) + +[vimwiki page]: https://vimwiki.github.io/ diff --git a/MovingToNewSDD.md b/Arch_Install/MovingToNewSDD.md old mode 100644 new mode 100755 similarity index 89% rename from MovingToNewSDD.md rename to Arch_Install/MovingToNewSDD.md index c0fcc7e..ec24527 --- a/MovingToNewSDD.md +++ b/Arch_Install/MovingToNewSDD.md @@ -1,12 +1,11 @@ # Moving to a new 1 TB SSD -## New SSD -| | | -|:-------:|---------------------------------| -|Name | SanDisk SDSSDA-1 | -|Capacity | 1 TB | -|Datasheet| [link to pdf][product datasheet]| +| **New SSD** | | +|:-----------:|---------------------------------| +|Name | SanDisk SDSSDA-1 | +|Capacity | 1 TB | +|Datasheet | [link to pdf][product datasheet]| ## Partition Sheme diff --git a/WifiConnectivityIssues.md b/Arch_Install/WifiConnectivityIssues.md old mode 100644 new mode 100755 similarity index 100% rename from WifiConnectivityIssues.md rename to Arch_Install/WifiConnectivityIssues.md diff --git a/Bash_Wildcards.md b/Bash_Wildcards.md new file mode 100755 index 0000000..eaeec9d --- /dev/null +++ b/Bash_Wildcards.md @@ -0,0 +1,2 @@ +# Bash Wildcard Uses +