Swift: Difference between revisions
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) |
||
Line 26: | Line 26: | ||
Also added some other random things including emacs-nox, kismet, horst | Also added some other random things including emacs-nox, kismet, horst | ||
I am trying gLabels to make PTouch labels. | |||
=== How do I add something to the Dock? === | === How do I add something to the Dock? === |
Revision as of 16:02, 10 September 2022
Macbook Air 11" purchased for travel, but Julie bonded with it and I ended up bonding with Plover so Swift was Julie's computer. Then a lot of time went by, and Apple stopped supporting the operating system so we got a fancy high end Chromebook for Julie but neither of us think much of it.
Now with Elementary OS installed, Swift has a new lease on life.
It's back to where we bought it in 2011; I am thinking it will work for the vacation coming up next week.
History
- 2022 Reborn with Elementary OS Linux!!
- 2021 Retired to the closet. Makes me sad. It works perfectly.
- 2020 replaced battery
- 2013-01-13 set up TimeMachine to Bellman via netatalk
- 2013-01 replaced dead power supply
- 2011-10-27 purchased at Corvallis Mac Store
Software
Elementary is working so well I think it is coming to all our Macs. Stellar is next.
- Elementary OS Linux (Ubuntu Focal)
- Firefox (+ Psono, Ublock Origin)
- Visual Studio Code
Also added some other random things including emacs-nox, kismet, horst
I am trying gLabels to make PTouch labels.
How do I add something to the Dock?
Download VSCode then install it from a .DEB package
sudo dpkg -i ****.deb
I can launch it by typing "code". But how to add to dock? Well, it showed up in Applications -- did not realize there are >1 page in there. You can also type in Applications search. Once you find it just right click and add it to the dock.
Hardware
External Wifi -- Supports the Alfa WiFi adapters out of the box. This is good for extending range and for wardriving projects.
Detailed description: https://everymac.com/systems/apple/macbook-air/specs/macbook-air-core-i5-1.6-11-mid-2011-specs.html
I want to replace the 128GB SSD with something faster. I will probably end up going to OWC because I trust them. I can go to a 500GB for $79. Get something at Newegg and stress about whether it will work or pay a few dollars and get one that WILL work. I already have tools around somewhere because I did the battery replacement. I don't think I need the enclosure that comes in the OWC kit. So I save $20 there.
Hardware report
Model Name: MacBook Air Model Identifier: MacBookAir4,1 Processor Name: Intel Core i5 Processor Speed: 1.6 GHz Number of Processors: 1 Total Number of Cores: 2 L2 Cache (per Core): 256 KB L3 Cache: 3 MB Memory: 4 GB Boot ROM Version: MBA41.0077.B0F SMC Version (system): 1.74f1 Serial Number (system): C02G94Z8DJYD Hardware UUID: 3AF11929-1AD3-5036-9C1D-0469B155CE92
Volumes: disk0s1: Capacity: 209.7 MB (209,715,200 bytes) BSD Name: disk0s1 Content: EFI Macintosh HD: Capacity: 120.47 GB (120,473,067,520 bytes) Available: 95.64 GB (95,635,693,568 bytes) Writable: Yes File System: Journaled HFS+ BSD Name: disk0s2 Mount Point: / Content: Apple_HFS Recovery HD: Capacity: 650 MB (650,002,432 bytes) BSD Name: disk0s3 Content: Apple_Boot
Way back when it was a MacOSX machine
Backups via Time Machine
Install Netatalk 3 on Debian server. It's only a little painful.
Mount afp://bellman/TimeMachine using Cmd-K and Guest access from Finder.
Run these commands on the Mac in a terminal
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1 sudo tmutil setdestination /Volumes/TimeMachine
Create the sparse bundle file and copy it to the TimeMachine volume. See directions elsewhere. You name it with your Mac computer's hostname and MAC number. Open Time Machine from System Preferences and set it up.
For some reason Swift could not find the Time Machine volume, maybe the above commands failed? On Stellar I did not need them, everything was configurable from Time Machine itself.