To use the CKeditor without the top and bottom toolbars, do the following: config.removePlugins = “toolbar,elementspath” config.resize_enabled = false This will remove both the capability to resize the dialog and remove the grey toolbar at the bottom, as well as the entire top toolbar, without the need for CSS modifications. If you’re using the […]
Tag: resizing
VirtualBox resizing vmdk to increase dev/mapper partition
If you’ve run out of space on a VirtualBox vmdk drive and want to increase the partition’s size, do the following: 1) Download the GParted ISO from their website. 2) Convert your vmdk to a vdi (VBoxManage can be found in your virtualbox “program files” directory. Use explicit file paths if needed) >> VBoxManage clonehd […]