network-conf.kmdr

@if (@exec('whoami') != "root"then

@Message.info(@i18n("You should launch this with \nkdesu -c kmdr-executor network-conf.kmdr\nIf your account does not have admin authority changes will not save"), @i18n("Needs to be run as root"))

@endif

@
ComboBox1.insertItems(@exec('cat /proc/net/dev | grep ":" | grep -v lo | grep -v sit | cut -d ":" -f 1 | tr -d " "'),0)

@
Setup.execute

» 阅读全文

Tags: autoconfip , linux