User Tools

Site Tools


mywiki:linux:notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:linux:notes [2014/11/08 10:57] shaoguohmywiki:linux:notes [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 23: Line 23:
     systemctl disable firewalld    #permanent disable firewall after every reboot     systemctl disable firewalld    #permanent disable firewall after every reboot
  
-  * dsiable secure linux, otherwise windows don't have any access right to the shared folder+  * dsiable secure linux, otherwise windows don't have any access right to the shared folder, even big file create/copy will fail
  
     setenforce 0       #temporarily disable selinux     setenforce 0       #temporarily disable selinux
Line 40: Line 40:
  
 Solution: Reboot the computer and go to boot menu(priority) in BIOS setting. Select **normal DVD Room** boot up instead of **EFI: DVD Rom**.  Solution: Reboot the computer and go to boot menu(priority) in BIOS setting. Select **normal DVD Room** boot up instead of **EFI: DVD Rom**. 
 +
 +===== /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory =====
 +When tried to run "mips-linux-gnu-gcc", it reports "/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory ".
 +The fixing method:
 +    sudo yum install libstdc++.i686
 +    sudo yum install ncurses-libs.i686
 +    sudo yum install zlib.i686
  
  
mywiki/linux/notes.1415415463.txt.gz · Last modified: (external edit)