摘要:
1. gcc demo.c -o demo.out -Wno-implicit-int //do not display this error 2. gcc demo.c -o demo.out -Wno-error=implicit-int // turning this error to a w 阅读全文
摘要:
grep menuentry /boot/grub2/grub.cfg This will display all your grub entries Highlight the entry you want to default to - for example Windows 7 (loader) (on /dev/sda1) Right click and choose copy Ty... 阅读全文