Search:
Browse Source
Home
Download
Documentation
Community
Changes between
Version 20
and
Version 21
of
Core_dump
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Sep 29, 2009 10:31:48 AM (
16 years
ago)
Author:
Frank Mehnert
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
Core_dump
v20
v21
4
4
{{{
5
5
$ ulimit -c unlimited
6
$ sudo su
7
# echo -n 1 > /proc/sys/fs/suid_dumpable
8
# exit
6
9
$ VirtualBox
7
10
}}}
…
…
9
12
{{{
10
13
$ ulimit -c unlimited
14
$ sudo su
15
# echo -n 1 > /proc/sys/fs/suid_dumpable
16
# exit
11
17
$ /usr/lib/virtualbox/VirtualBox -startvm VM_NAME
12
18
}}}