-
Recent Posts
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 windowsRecent Comments
- force on The “Easy Way” to Add Custom DNS Servers in Ubuntu
- Ray on The “Easy Way” to Add Custom DNS Servers in Ubuntu
- 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
Archives
Categories
Meta
Tag Archives: configuration
The “Easy Way” to Add Custom DNS Servers in Ubuntu
Goal Just add a goddamned nameserver to Ubuntu. I have lxc, and I want to ssh to my containers without knowing their IPs or starting them in the foreground. Is that so hard?! Solution Install dnsmasq. sudo apt-get install -y … Continue reading
Posted in tutorials, Uncategorized
Tagged configuration, DNS, dnsmasq, lxc, nameservers, stupidity, ubuntu
2 Comments
Clone Ubuntu VMs in VirtualBox
Update: I found a permanent workaround for the udev ethernet interface problem. See this post. I installed Ubuntu from mini.iso and I want to make several copies. What are the potential pitfalls? Well, the only real problem is that if … Continue reading
Dropbox: Unable to monitor filesystem
Have you seen this while using Dropbox in Linux? Unable to monitor filesystem Please run: echo 100000 | sudo tee /proc/sys/fs/inotify/max_user_watches and restart Dropbox to correct the problem. Apparently, Linux is imposing some kind of default restriction of the number … Continue reading
Run Sinatra App in a Subdirectory with Rack::Builder.map
Thank god I found Tanner Burson’s blog. I was about to explode. I recommend reading Tanner’s original post, but the short answer is that you want Rack to do some routing for you via Rack::Bundler.map. Here is a super simple … Continue reading
Develop Multiple Websites by Adding Hosts File Entries
Background I work on multiple websites. My workflow goes like this: Pull latest changes into my local repository (I use Git) Make changes Test changes on locally running web server Push changes to remote repository Pull changes into live site … Continue reading
Posted in workflows
Tagged apache, configuration, development, hosts file, nginx, web, workflows
Leave a comment
Swap 2-Finger and 3-Finger Tap in Linux
When I upgraded my netbook from Ubuntu 9.04 to 9.10, I quickly noticed that they had flipped the functionality of 2-finger and 3-finger tapping. I need middle-click (3rd mouse button) functionality far more often than I need right-click, and by … Continue reading
Posted in input, ubuntu
Tagged configuration, eeepc, input, linux, mouse, multi touch, multitouch, preferences, touch pad, touchpad, track pad, trackpad, ubuntu
Leave a comment
Shift + Scroll = Horizontal Scroll in Linux
Firefox kept going back and forward when I used my favorite Shift + mouse wheel scroll combo to try to scroll horizontally. It was driving me mad. After some rigorous googling, I found a Stack Overflow question, which suggested that … Continue reading
Posted in input, ubuntu
Tagged browsers, configuration, firefox, input, linux, mouse, multi touch, multitouch, preferences, scroll, touch pad, touchpad, track pad, trackpad, ubuntu
1 Comment