mywiki:linux:notes
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mywiki:linux:notes [2014/11/03 11:38] – created shaoguoh | mywiki:linux:notes [2022/04/02 17:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Fedora Notes | Fedora Notes | ||
| + | |||
| + | ====== Confiugration ====== | ||
| + | ====== Install Local yum repository based on Fedora 20 DVD ISO ====== | ||
| + | [[YumLocalIso|Install patch(yum) from local ISO ]] | ||
| + | |||
| + | ===== Set sudo for one user ===== | ||
| + | #su - | ||
| + | # #Suppose Set user sampleusername to administrator | ||
| + | #usermod sampleusername -a -G root | ||
| + | |||
| + | Or directly add below line into / | ||
| + | |||
| + | sampleusername ALL=(ALL) ALL | ||
| + | |||
| + | |||
| + | ===== Disable Firewall/ | ||
| + | |||
| + | * Disable firewall otherwise windows cannot see the PC | ||
| + | |||
| + | systemctl stop firewalld | ||
| + | |||
| + | systemctl disable firewalld | ||
| + | |||
| + | * dsiable secure linux, otherwise windows don't have any access right to the shared folder, even big file create/copy will fail | ||
| + | |||
| + | setenforce 0 # | ||
| + | set below line in file / | ||
| + | |||
| + | SELINUX=disabled | ||
| + | |||
| + | ===== Set up Samba Server ===== | ||
| + | [[fedora_firewall|Fedora Samba Server Setup]] | ||
| + | |||
| ====== Issues ====== | ====== Issues ====== | ||
| Line 7: | 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**. | ||
| + | |||
| + | ===== / | ||
| + | When tried to run " | ||
| + | The fixing method: | ||
| + | sudo yum install libstdc++.i686 | ||
| + | sudo yum install ncurses-libs.i686 | ||
| + | sudo yum install zlib.i686 | ||
| + | |||
| + | |||
mywiki/linux/notes.1414985919.txt.gz · Last modified: (external edit)
