发布时间:2013-09-22 13:49:45
1.in /usr/share/glib-2.0/schemas/2.use glib-compile-schemas /usr/share/glib-2.0/schemas to rebuild the schemas......【阅读全文】
发布时间:2013-09-17 21:19:07
QtWarning QMetaObject::connectSlotsByName: No matching signal for on_something_event()Search with Google I found a post that explained, very clearly, what happens. I'd bet it's somewhere in thedocumentation of Qt, but so far I have not found anything about that in the&.........【阅读全文】
发布时间:2013-08-22 13:24:00
In case of Ubuntu 12.04 the initramfs image is a CPIO image with LZMA compression.You can decompress it by the following:mkdir /tmp/ubuntu_bootcd /tmp/ubuntu_bootcat /cdrom/casper/initrd.lz | lzcat | cpio -iYou can do your modifications (for example the above one)And compress it.........【阅读全文】
发布时间:2013-08-22 11:36:02
Setting up PXE boot of Ubuntu 12.04 Live CDINTRODUCTIONSometimes it's nice to boot a complete operating system over a network, and not have to install to a drive or use a CD. This allows you to have diskless machines, or perform operations on an installed drive that can't be do.........【阅读全文】