Kroko Just another WordPress weblog

February 21, 2013

Create a ISO image on Mac OS

Filed under: Apple,MacOS — Tags: , , , — admin @ 12:44 am

Create a folder with the contents you want on your ISO.
Open Disk Utility and use the New Image from Folder menu item to create an image. Make sure it is uncompressed and use the CD/DVD master option.
Select ExFat format.

Save. Now add your files in finder for that image. eject.

Open the Terminal

Assuming your new image is called ~/Desktop/drivers.cdr (the file is on your desktop and called drivers.cdr) type:

cd ~/Desktop

hdiutil makehybrid -iso -joliet -o drivers.iso drivers.cdr

This will create an ISO/Joliet .iso file.

now you can use this iso as windows drivers disc over a kvm-ip connection 🙂

February 9, 2013

How to enable second-level quota on openvz VPS – Tutorial for SolusVM

Filed under: Cpanel,Linux — admin @ 8:10 pm

if you have cpanel installed in a vps and quota is not working then this solution is for you:

1. shutdown vps

2. run: vzctl set <veid> –quotaugidlimit 500 –save

(500 is number of users/groups that will be accounted. i think 500 is enough for most users)

3. start vps

now in ssh console run

/scripts/fixquotas

that’s all.

 

Powered by WordPress