Warning: opendir(/vcdata/webroot/manhnd.com/blog.manhnd.com/wp-content/themes/postcard/styles/) [function.opendir]: failed to open dir: Permission denied in /vcdata/webroot/manhnd.com/blog.manhnd.com/wp-content/themes/postcard/includes/theme-options.php on line 39
2007 December 18 | Mạnh Nguyễn
Archive | 18. Dec, 2007
18. Dec, 2007

reinstall grub

sudo grub
find /boot/grub/stage1

Lúc này sẽ xuất hiện trên màn hình “một cái gì đó” tương tự như (hd…) hay (hd…,…). Bạn gõ tiếp vào lệnh root (hd…) hay root (hd…,…) tuỳ theo cái xuất hiện ra là cái gì. Thực hiện tiếp lệnh

setup (hd0) (lệnh này sẽ cài GRUB lên MBR của ổ cứng thứ 1 của máy)

18. Dec, 2007

To remove all console beeps whilst running from the system console execute:

To remove all console beeps whilst running from the system console execute:

setterm -blength 0

For the case of bash specifically I can disable this by running:

echo 'set bell-style none' >> ~/.inputrc

Within the X11 Window System
To remove all console beeps whilst running X you should execute:

xset b off