Tags
array bash benchmark bug chrome cli configuration css diy editorial firefox fixes gotcha grub hack hardware html5 input instance_eval javascript jquery jsperf linux mouse multi touch multitouch nginx opera performance preferences prototype ruby snippet ssh syntax touch pad touchpad trackpad track pad ubuntu udev virtualbox web standards wii windowsCategories
-
Recent Posts
Recent Comments
- Chema Gallego on Clone Ubuntu VMs in VirtualBox
- Ryan Finnie on Compacting a VMDK (Virtual Machine Disk Format image)
- Prevent Virtual Machines from Saving Network Interface udev Rules | splat operator on Clone Ubuntu VMs in VirtualBox
- David on Ruby instance_eval gotcha
- force on Clone Ubuntu VMs in VirtualBox
Archives
Meta
Category Archives: quickies
Enable Hibernate on the System76 Lemur Ultra (lemu4)
I got a System76 Lemur Ultra (codename lemu4), and I love it! The build quality is a little so-so (the faux-metal plastic is kind of bendy, and, well, plastic), but I wasn’t expecing a MacBook. One of my favorite things … Continue reading
Depaginate Phoronix Articles
I sketched this for Phoronix, but you could easily adapt it to any site that uses pagination. I think it’s an interesting problem, so if you want to see another site depaginated, just ask me in a comment and I’ll … Continue reading
Posted in javascript, quickies
Tagged depaginate, depagination, javascript, jquery, paginate, pagination, phoronix, plugin, user script
Leave a comment
ssh Through Two Hosts in One Command
Say you want a shell on a box but you have to hop through another box to get it. force@harold:~% ssh admin@maude maude:~ force$ ssh root@whee root@whee:~$ echo w00t w00t You can do that in one line using -t (pseudo-tty … Continue reading