I have an old CVSROOT of several projects on an archive host, and I want to create a git version of the relevant projects without bothering to copy more than I need to. Here is a script to do that. It uses rsync to copy just the relevant project and then converts it with cvs2git AKA cvs2svn.
A nice feature of tmux is the support it has for scripting. It's possible to open a manipulate windows in a session you not attached to. The same script can be used from within a tmux session as well. See my blog post for an example of such a script.
The script below is what I use to start working everyday. I just sit down and type 'tmuxgo', and whether I simply detached the night before or had a power outage I will have just the window layout I want.
Have you switched from screen to tmux yet? Why not? You don't use either? How the hell do you do your job?
Here's my .tmux.conf. Big woop.
#--References------------------------------------------------------------------- # http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiple... # https://wiki.archlinux.org/index.php/Tmux #--Key-Bindings----------------------------------------------------------------- bind | split-window -h
Sometimes you need to make a change on several identical machines all at once. Sure you could use a tool like func or dsh or whatever, but sometimes it may be easier to use an interactive session. Maybe you are talking to numerous switches or routers and just want to issue some status queries simultaneously.
This script uses tmux to login to as many servers as you want and tile them all in the same window.
Upgrading a TiVo Premiere or Premiere XL to 2TB and 317 hours of space is quite easy thanks to the jmfs tool by Comer of the TiVo Community. So I upgraded last week. It took 7 hours just to copy the data, but it was worth it. My TiVo went from always on the edge of full to 48%!
Here is how to do it without a CDROM drive or Windows machine.
On a hot summer day there not much better than an ice cold mojito, except maybe a whole pitcher. Here's my recipe for a tasty party.
There is a new chinese restaurant (at least new to me) here in DC that has TVP. They have TVP beef and chicken, and these dishes get 4 stars from me. They also have many tasty tofu dishes (hunan tofu being my favorite) and if you order spring rolls, they usually give you a couple free (well they have given me a couple free every time I order. Not sure if it is the norm, but that has been my experience). Sushi is also available and they have my favorite, inari.
There is a $10 minimum delivery fee for free delivery, but it's well worth it.
I have a guest which has a 10G root disk as /dev/vda, and I would like to expand the root disk from 10G to 15G to offer more room to the /var filesystem.
The typical method would be the following:
But this can be both automated and generalized with libvirt and libguestfs-tools. These tools provide a common vocabulary across many different storage back-ends such as LVM, iSCSI, file, NFS, etc. Let's see how that works.
The state of virtualization on Fedora moves fast. The following is based on a Fedora 13 host running libvirt-0.8.2-1.fc13.x86_64 and libguestfs-tools-1.6.2-1.fc13.4.x86_64.
After discovering the unturkey recipe a few years ago, we created one for our vegan friends thanksgiving dinner and took notes in 2007 and 2008.
Here is how the 2010 bake went.
Thanks to Unturkey.org for the recipes!
Steps:
A revolutionary new feature of Fedora 12 is "Network Interface Management" via a library called netcf. With this library as the facilitator, it becomes possible for any tool, not just NetworkManager, to reliably and methodically configure network interfaces. The original impetus for this feature was to enable tools like oVirt and libvirt to manipulate the networks on the hosts which underlie virtual machines, and that's what I'll discuss below.
Recent comments
1 year 34 weeks ago
1 year 45 weeks ago
1 year 50 weeks ago
1 year 51 weeks ago
3 years 1 week ago
4 years 23 weeks ago
5 years 3 days ago
5 years 3 days ago
5 years 13 weeks ago
5 years 19 weeks ago