by Ron | Jul 2, 2008 | Apple, Linux
I use wget all the time on my Linux machines, but was surprised to find it missing on my MacBook Pro. Since Mac OS is based on BSD, it uses cURL instead. Here’s a good way to scrape files from a remote server. curl -O...
by Ron | Jul 1, 2008 | Linux, Uncategorized
After a few months of continuous use, I’ve found Ensim to start using too much swap space and getting sluggish. A quick restart via command line, always fixes both: /etc/init.d/epld restart
by Ron | Jun 26, 2008 | Linux, Uncategorized
find /somedir -type f -size +50000k -mtime +1095 -exec ls -lh {} \; | awk ‘{ print $6 “/” $8 ” ” $9 $10 $11 “: ” $5 }’
by Ron | Jun 20, 2008 | Linux
I occasionally get this error when trying to run a heyu command from CLI. This should fix your problem: (As root) chmod 777 /dev/ttyS0
Recent Comments