Tag: boot
Ubuntu on KVM |boot into the grub menu
QUiCKLY press the right shift.
debian | promisc interface auto up on boot
auto enp3s0 iface enp3s0 inet manual up ifconfig enp3s0 up up ifconfig enp3s0 promisc ATTENTION: Check it with netstat -i The promisc interface should show up with BMPRU (P stands for promisc). P appears only if the interface is wired and connected to a switch.
WINDOWS | Console | Create scheduled task running at system start with highest privileges
schtasks /create /tn “TASK NAME” /tr C:\PATH\BATCH.CMD /sc ONSTART /ru system /rl highest https://msdn.microsoft.com/en-us/library/windows/desktop/bb736357
DEBIAN | adding items to default runlevel | run someting at boot
update-rc.d ssh defaults