# Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. logger -t 'rc.local' "Test for /etc/rc.local..." exit 0
Subscribe to:
Post Comments (Atom)
RISC-v emulator
Changes are based on https://risc-v-getting-started-guide.readthedocs.io/en/latest/linux-qemu.html For Ubuntu/Debian, in addition to sud...
-
#!/bin/ash # needed for static multihop routing echo 1 > /proc/sys/net/ipv4/ip_forward echo 0 > /proc/sys/net/ipv4/conf/all/send_r...
-
/etc/rc.local # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. ...
-
It took me a few days to resolve this problem with the NTL library on Mac OS X. http://www.shoup.net/ntl/doc/tour-unix.html So I am...
No comments:
Post a Comment