73%
30.11.2025
.sys.eventlog.open('system')
>> log.clear
While I'm at it, I'll go ahead and delete the security log and application log by changing system in the preceding commands to security and application.
Being able to shove a meterpreter
73%
31.10.2025
@maibutter:~# df -h /
Filesystem Size Used Avail Use% Mounted on /dev/m/maibutter-root 60G 4.8G 47G 10% /
The number of replicas of a file on RAID 1 and of a stripe on RAID 10 is always two, regardless
72%
30.11.2025
set remote-gw 192.168.1.31
06 set psksecret ENC kB+sdP4e109vAROdm9TRn9YIzA47T3JHPK4xVOzYu/8nc3wmqBknMZBzfHU7VRuWBF2gncDuHY1ubeCk9DU3zasHi61Izu0m6cg1cdERjgNmKKcO
07 set keepalive 600
08 next
72%
30.11.2025
: all cores
0x40: core: this core
0x30: prefetch: all inclusive
0x10: prefetch: Hardware prefetch only
0x00: prefetch: exclude hardware prefetch
0x08: (M)ESI: Modified
0x04: M
72%
30.11.2025
).
If no router advertisement (RA) is received, start DHCPv6.
If an RA is received:
Generate addresses for the included prefixes, then DAD.
If M flag == 1 in the RA Start DHCPv6 to obtain other addresses
71%
30.11.2025
system.
Listing 2
Special Address Creation
01 if ($self->TicketObj->RequestorAddresses =~ m/lc\@customer\.com/) {
02 $RT::Logger->error("Add Helpdesk Address");
03 $self
71%
30.11.2025
_HOME
03 /usr/lib/jvm/jre-1.6.0-openjdk
04 # java -version
05 java version "1.6.0_18"
06 OpenJDK Runtime Environment (IcedTea6 1.8.3) (fedora-46.1.8.3.fc13-i386)
07 OpenJDK Server VM (build 14.0-b16, mixed
70%
30.11.2025
as version 2.6.18.8. Thus, most Linux distributions now rely on KVM for virtualization technology.
KVM uses an infrastructure that officially exists in the Linux kernel to control, for example, the CPU
70%
30.11.2025
://download.opensuse.org/repositories/network:/samba:/STABLE/
Stresstest appliance 0.0.2: http://holger123.wordpress.com/2011/01/28/smbta-stresstest-0-0-2-released-built-with-smb-traffic-analyzer-1-2-2
Cacti: http://www.cacti.net
MRTG: http://oss.oetiker.ch/mrtg/pub/?M
69%
30.11.2025
efficiently and replace them with zeros without truncating the resulting output file.
To copy a "good" disk to an image file, use the command
dd if=/dev/sda of=sda.img bs=1M
which will copy the entire disk