diff --git a/shell/find-and-delete-files-by-extension.md b/howtos/bash/find-and-delete-files-by-extension.md similarity index 100% rename from shell/find-and-delete-files-by-extension.md rename to howtos/bash/find-and-delete-files-by-extension.md diff --git a/shell/find-file-by-contents.txt b/howtos/bash/find-file-by-contents.txt similarity index 100% rename from shell/find-file-by-contents.txt rename to howtos/bash/find-file-by-contents.txt diff --git a/shell/reroute-stderr.txt b/howtos/bash/reroute-stderr.txt similarity index 100% rename from shell/reroute-stderr.txt rename to howtos/bash/reroute-stderr.txt diff --git a/gitea/Build.md b/howtos/gitea/Build.md similarity index 100% rename from gitea/Build.md rename to howtos/gitea/Build.md diff --git a/shell/add-ubuntu-ppa-debian.md b/howtos/linux/add-ubuntu-ppa-debian.md similarity index 100% rename from shell/add-ubuntu-ppa-debian.md rename to howtos/linux/add-ubuntu-ppa-debian.md diff --git a/shell/change-hostname.txt b/howtos/linux/change-hostname.txt similarity index 100% rename from shell/change-hostname.txt rename to howtos/linux/change-hostname.txt diff --git a/shell/find-pkg-that-owns-file.txt b/howtos/linux/find-pkg-that-owns-file.txt similarity index 100% rename from shell/find-pkg-that-owns-file.txt rename to howtos/linux/find-pkg-that-owns-file.txt diff --git a/shell/kill-gui.txt b/howtos/linux/kill-gui.txt similarity index 100% rename from shell/kill-gui.txt rename to howtos/linux/kill-gui.txt diff --git a/shell/rename-user.txt b/howtos/linux/rename-user.txt similarity index 100% rename from shell/rename-user.txt rename to howtos/linux/rename-user.txt diff --git a/shell/set-timezone.md b/howtos/linux/set-timezone.md similarity index 100% rename from shell/set-timezone.md rename to howtos/linux/set-timezone.md diff --git a/shell/spoof-mac-address.md b/howtos/linux/spoof-mac-address.md similarity index 100% rename from shell/spoof-mac-address.md rename to howtos/linux/spoof-mac-address.md diff --git a/nextcloud/Build.md b/howtos/nextcloud/Build.md similarity index 100% rename from nextcloud/Build.md rename to howtos/nextcloud/Build.md diff --git a/samba/Build.md b/howtos/samba/Build.md similarity index 100% rename from samba/Build.md rename to howtos/samba/Build.md diff --git a/howtos/windows/make-symlink.md b/howtos/windows/make-symlink.md new file mode 100644 index 0000000..137ca00 --- /dev/null +++ b/howtos/windows/make-symlink.md @@ -0,0 +1,8 @@ +# symlinks in windows + +need to activate developer mode first + +run in command prompt: +``` +mklink /D Link Target +``` diff --git a/notes/centauro/active_problems.txt b/notes/centauro/active_problems.txt new file mode 100644 index 0000000..9f89bff --- /dev/null +++ b/notes/centauro/active_problems.txt @@ -0,0 +1,28 @@ +can't launch X windows as root + solution: put script to allow root in /home/mario/bin + +microphone doesn't work with headphones plugged in + solution: overrid headphone mic using hdajackretask + +bluetooth always on at boot + solution: set RESTORE_DEVICE_STATE_ON_STARTUP option to 1 in /etc/default/tlp + +firefox with touchscreen + in about:config in firefox, set dom.w3c_touch_events.enabled variable to 1 (default is 2) + in /etc/security/pam_env.conf, add line MOZ_USE_XINPUT2 DEFAULT=1 + +TLP set battery charge limits + +check hdmi sound + +can't manually rotate screen + +find notes app for touchscreen + +touchpad stops working after fold + +unonfirmed for new install: +------------------------------------------------------- +rotating screen logs out + +wifi doesn't work on boot sometimes diff --git a/notes/centauro/customizations.txt b/notes/centauro/customizations.txt new file mode 100644 index 0000000..c60e024 --- /dev/null +++ b/notes/centauro/customizations.txt @@ -0,0 +1,5 @@ +flatpak install discord, skype, xournalpp + +add swapfile to home partition + +figure out how to stream desktop diff --git a/notes/centauro/installed_packages.txt b/notes/centauro/installed_packages.txt new file mode 100644 index 0000000..8fd49f0 --- /dev/null +++ b/notes/centauro/installed_packages.txt @@ -0,0 +1 @@ +alsa-tools-gui biber caribou cdtool cdparanoia cups discord emacs eyed3 firefox gimp git gnome-shell-extensions gnome-tweaks gnuplot gparted gvfs-backends gvfs-fuse gzip id3 jabref jmtpfs jupyter lame libdvdcss2 localepurge mtp-tools net-tools pavucontrol pdftk pithos pwgen python-gnuplot python3-fuzzywuzzy python3-numpy python3-pandas rename reportbug rsync skypeforlinux smartmontools task-laptop texlive texlive-publishers texlive-science thunderbird tlp tlp-rdw vim vlc wget xsane zoom diff --git a/notes/centauro/serial_number.txt b/notes/centauro/serial_number.txt new file mode 100644 index 0000000..84d475c --- /dev/null +++ b/notes/centauro/serial_number.txt @@ -0,0 +1,2 @@ +Serial Number: MP1CZJ24 +Machine Type: 20LHCTO1WW \ No newline at end of file diff --git a/notes/phone/phone_reinstall.txt b/notes/phone/phone_reinstall.txt new file mode 100644 index 0000000..3bfc95e --- /dev/null +++ b/notes/phone/phone_reinstall.txt @@ -0,0 +1,3 @@ +clear out all downloads, etc from phone + +install oneplus camera apk diff --git a/notes/sirena/setup.md b/notes/sirena/setup.md new file mode 100644 index 0000000..78daa56 --- /dev/null +++ b/notes/sirena/setup.md @@ -0,0 +1,17 @@ +compu name sirena + +turn off auto login + +make start fullscreen + +pin home to quick access + +change what power button do + +fix steam links + +install drivers + - ryzen master, aorus engine, geforce xp, cpu-z + - gpu run scan + +apps: 7zip, putty+winscp, git bash?, discord, parsec, libreoffice, virtualbox, vlc diff --git a/shell/web-server.txt b/shell/web-server.txt deleted file mode 100644 index 3101dc3..0000000 --- a/shell/web-server.txt +++ /dev/null @@ -1 +0,0 @@ -python3 -m http.server 80