Maintenance reference: Difference between revisions
No edit summary |
No edit summary |
||
Line 397: | Line 397: | ||
|} | |} | ||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" | ||
Line 539: | Line 465: | ||
emacs /etc/grub.d/09_gentoo | emacs /etc/grub.d/09_gentoo | ||
|} | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! BOX: case | |||
|- | |||
| | |||
=== Fixing boot === | |||
Windows Updates tend to clobber the EFI boot setup. | |||
THen you have to set BIOS to boot with "UEFI+Legacy", and put the UEFI "USB" drive first in front of the "Windows Boot Manager" one. | |||
THen reboot, you should get grub. | |||
Go into Ubuntu and reinstall refind. | |||
Boot back into bios, and set back to UEFI boot. Leave the USB drive first. Reboot and yhou should get refind again. FU Bill. | |||
=== Install Ubuntu === | |||
To originally install ubuntu, I had to add [... --- nomodeset] to the boot line in the grub booter. | |||
Then I had to use a desktop 1080p monitor - the 4k Sony would not come up for some reason. | |||
The Seiki is working fine now, go figure. | |||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" | ||
Line 577: | Line 524: | ||
#force_turbo=1 | #force_turbo=1 | ||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! BOX: melange | |||
|- | |||
| My primary dev box | |||
90% ubuntu for development | |||
10% gaming machine, has steam, low end half-height video card that works fine for Risk of Rain etc. | |||
It has a mid-range video card, enough to drive 1080p x 2 for development. | |||
This used to be the primary Kodi box up until 10/2015, should still be current. | |||
It has the same high-end i5 or i7 of other 2015 boxes, fast. | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! drives | |||
|- | |||
| | |||
* /dev/sda contains ubuntu, kodi, windows - using ubuntu 90% of the time | |||
* /dev/sdb melange_data | |||
** formatted as exfat | |||
used gparted to remove existing partitions | |||
used gdisk to create an EFI partition table and an 8300 "linux file system" | |||
mkfs.exfat /dev/sdb1 | |||
exfatlabel /dev/sdb1 melange-data | |||
emacs /etc/fstab | |||
/dev/disk/by-label/melange-data /melange_data exfat noatime 0 0 | |||
|} | |||
|} | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! BOX: wallee | |||
|- | |||
| My 2009 MacbookPro 5.3 multi-boot laptop (see blog for multi-boot howto) | |||
'''Ubuntu''' | |||
Install all hardware-specific packages in one shot: | |||
sudo apt-get install firmware-b43-installer xserver-xorg-input-mtrack | |||
Post-install MUST-DOs: | |||
* broadcom "b43" wifi driver: | |||
sudo apt-get install firmware-b43-installer | |||
(reboot) | |||
* synaptic driver (for trackpad) | |||
sudo apt-get install xserver-xorg-input-mtrack | |||
# use synclient to determine what works best | |||
su - | |||
synclient -l # lists all params | |||
synclient PalmDetect=1 # temporarily change settings | |||
# save what you like, here: | |||
root@wallee:~# emacs /etc/X11/xorg.conf.d/60-synaptics.conf | |||
'''Windows 10''' | |||
** Upgraded existing Windows 8.1 | |||
** Hack the INF file of the nvidia driver to get it to install - runs PERFECTLY | |||
*** TODO add details | |||
** Add bluetooth stack - or not - i think i ended up back at the default Windows | |||
** keyboard driver to get function key working: /spiceflow/softraid/software/OS/windows/macbook_windows10_drivers/AppleKeyboardInstaller64.exe | |||
|} | |||
(dead...) | |||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" | ||
! BOX: tdm | ! BOX: tdm |
Revision as of 22:16, 10 December 2017
general tasks | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flash Drives - Scripts - Add a user
Add a drive - Back up drive - Check disk - Check disk speed Bash basics - OS X basics - DOS basics - Update gentoo kernel SSL certificate instructions - Networking systemd - udev: Assign unique names to your devices Automatically mount and unmount your devices udev: Autorun programs when connecting your devices
|
Tips and tricks | |||||||||
---|---|---|---|---|---|---|---|---|---|
Maintenance of my music collection
|
Boxes | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
(dead...)
|