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/05 13:27] shaoguohmywiki:linux:notes [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 15: Line 15:
  
  
-===== Disable Firewall =====+===== Disable Firewall/Selinux =====
  
-systemctl stop firewalld+  * Disable firewall otherwise windows cannot see the PC 
 + 
 +    systemctl stop firewalld       #temporarily stop firewall 
 + 
 +    systemctl disable firewalld    #permanent disable firewall after every reboot 
 + 
 +  * 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 
 +    set below line in file /etc/selinux/config:  #permanent disable selinux for every reboot 
 + 
 +    SELINUX=disabled
  
 ===== Set up Samba Server ===== ===== Set up Samba Server =====
Line 29: 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.1415165267.txt.gz · Last modified: (external edit)