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/04 09:16] shaoguohmywiki:linux:notes [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ====== Confiugration ====== ====== Confiugration ======
-Install Local yum repository based on Fedora 20 DVD ISO+====== Install Local yum repository based on Fedora 20 DVD ISO ====== 
 [[YumLocalIso|Install patch(yum) from local ISO ]]  [[YumLocalIso|Install patch(yum) from local ISO ]] 
 +
 ===== Set sudo for one user ===== ===== Set sudo for one user =====
 #su - #su -
Line 12: Line 13:
  
 sampleusername ALL=(ALL) ALL sampleusername ALL=(ALL) ALL
 +
 +
 +===== Disable Firewall/Selinux =====
 +
 +  * 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 =====
 +[[fedora_firewall|Fedora Samba Server Setup]]
 +
  
 ====== Issues ====== ====== Issues ======
Line 19: 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.1415063807.txt.gz · Last modified: (external edit)