by K7KEZ | Oct 3, 2017 | APRS, Linux
It’s pretty easy to clone a Raspberry Pi SD Card on a Mac, but takes a LONG time (32GB took 3 hours to backup and 10 hours to restore via my iMac). Open the terminal and find your disk id#. Run: diskutil list To Back It Up sudo dd if=/dev/disk2...
by K7KEZ | Apr 25, 2017 | HF, Linux, UHF, VHF
Very cool, can’t wait to try this out. http://getpat.io/
by K7KEZ | Feb 10, 2016 | Linux
I found a good hard drive solution for the QNAP TVS-1271U-RP-i5-16G. Going with: Crucial MX200 500GB mSATA Internal Solid State Drive – CT500MX200SSD3 HGST Deskstar NAS 3.5-Inch 6TB 7200RPM SATA III 128MB Cache Internal Hard Drive
by K7KEZ | Jan 26, 2011 | Linux
Need to find a string nestled somewhere in a ton of subdirectories? First cd to the lowest common denominator, then run: grep -lir “something” *
by Ron | Dec 5, 2009 | Gadgets, Linux
Don’t forget to remount in rw mode: mount -o rw,remount / Also, cron needs to be started: /opt/etc/init.d/S10cron
by Ron | May 13, 2009 | Linux
It is SO easy to create a new virtual server from a Netinstall ISO. Downloading the DVD or CD ISOs can take a long time. Netinstall only pulls down the packages you need. Step one, download the Netinstall ISO from the vendor. I prefer CentOS. (version 5 is only Upload...
Recent Comments