Browse Source

some reorganizing

master
Mario Alegre 5 years ago
parent
commit
13deb0389e
  1. 0
      howtos/bash/find-and-delete-files-by-extension.md
  2. 0
      howtos/bash/find-file-by-contents.txt
  3. 0
      howtos/bash/reroute-stderr.txt
  4. 0
      howtos/gitea/Build.md
  5. 0
      howtos/linux/add-ubuntu-ppa-debian.md
  6. 0
      howtos/linux/change-hostname.txt
  7. 0
      howtos/linux/find-pkg-that-owns-file.txt
  8. 0
      howtos/linux/kill-gui.txt
  9. 0
      howtos/linux/rename-user.txt
  10. 0
      howtos/linux/set-timezone.md
  11. 0
      howtos/linux/spoof-mac-address.md
  12. 0
      howtos/nextcloud/Build.md
  13. 0
      howtos/samba/Build.md
  14. 8
      howtos/windows/make-symlink.md
  15. 28
      notes/centauro/active_problems.txt
  16. 5
      notes/centauro/customizations.txt
  17. 1
      notes/centauro/installed_packages.txt
  18. 2
      notes/centauro/serial_number.txt
  19. 3
      notes/phone/phone_reinstall.txt
  20. 17
      notes/sirena/setup.md
  21. 1
      shell/web-server.txt

0
shell/find-and-delete-files-by-extension.md → howtos/bash/find-and-delete-files-by-extension.md

0
shell/find-file-by-contents.txt → howtos/bash/find-file-by-contents.txt

0
shell/reroute-stderr.txt → howtos/bash/reroute-stderr.txt

0
gitea/Build.md → howtos/gitea/Build.md

0
shell/add-ubuntu-ppa-debian.md → howtos/linux/add-ubuntu-ppa-debian.md

0
shell/change-hostname.txt → howtos/linux/change-hostname.txt

0
shell/find-pkg-that-owns-file.txt → howtos/linux/find-pkg-that-owns-file.txt

0
shell/kill-gui.txt → howtos/linux/kill-gui.txt

0
shell/rename-user.txt → howtos/linux/rename-user.txt

0
shell/set-timezone.md → howtos/linux/set-timezone.md

0
shell/spoof-mac-address.md → howtos/linux/spoof-mac-address.md

0
nextcloud/Build.md → howtos/nextcloud/Build.md

0
samba/Build.md → howtos/samba/Build.md

8
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
```

28
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

5
notes/centauro/customizations.txt

@ -0,0 +1,5 @@
flatpak install discord, skype, xournalpp
add swapfile to home partition
figure out how to stream desktop

1
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

2
notes/centauro/serial_number.txt

@ -0,0 +1,2 @@
Serial Number: MP1CZJ24
Machine Type: 20LHCTO1WW

3
notes/phone/phone_reinstall.txt

@ -0,0 +1,3 @@
clear out all downloads, etc from phone
install oneplus camera apk

17
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

1
shell/web-server.txt

@ -1 +0,0 @@
python3 -m http.server 80
Loading…
Cancel
Save