All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— January 7, 2014 - Tuesday 07, January 2014 ———————————
virtualbox -

Don't modify .vbox or others files !
Follow these steps :

Just tried with version : 4.2.18

Right-click on VM and select Forget saved state (Ctrl+J) if the VM is saved
Go to the Configuration (Ctrl+S) of virtual machine
Select Storage
Click on icon Add Hard Disk (IDE or SATA)
Select Choose an existing disk
Select the file *.vdi created for your virtual machine, in the right folder
Valid with OK
Start your virtual machine
ulimit - files - linux -

pour voir les limites d'un user : ulimit -a <user>
Pour setter définitivement : voir fichier /etc/security/limits.conf et limits.d
Pour setter on the fly, par exemple pour les open files : ulimit -n 32000

-