Linux--fedora21 PC机安装以及拨号上网和无限上网
最近回家,学习许久未用的linux,之前也是在培训的时候用的是 ubuntu ,这次回家查了下 fedora 最适合开发人员使用,所以就装了个试试。刚开始只能拨号上网,经过三天时间的各种搜索查找终于解决了无线上网问题,感觉挺开心!现在大致写出来分享以下,希望可以帮助对fedora有兴趣的同学们!
- 设备 笔记本(硬件型号最好是主流的,兼容性问题很难解决) + 有根可以上网的网线
- 步骤
- 在 fedora 官网 https://getfedora.org/ 上下载 最新版 live 镜像,选择 WORKSTATION (版本选择里面很详细,个人就选这个),电脑内存 >=4G 的装 64 位的系统;
- 搜索下载 Poweriso 软件,按照步骤去制作 U 盘启动盘,然后开机按 F12 进入 bios 选择 USB 启动……具体系统安装比较简单,就不说了,注意下选择手动分区;
- 安装好系统后查好网线设置拨号上网和无线上网:
首先设置拨号上网帐号,密码和服务器等。之后使用pppoe-start即可上网,具体步骤如下:
[root@localhost
~]# pppoe-setup ---------------这里开始安装PPPOEWelcome
to the PPPoE client setup. First, I will run some checks onyour
system to make sure the PPPoE client is installed properly...LOGIN
NAMEEnter
your Login Name (default root): 081842162@ahut
---------------这里是上网的帐号INTERFACE
Enter
the Ethernet interface connected to the PPPoE modemFor
Solaris, this is likely to be something like /dev/hme0.For
Linux, it will be ethX, where 'X' is a number.(default
eth0): ---------------这里按回车键(我这里的是enp4s0)
Do
you want the link to come up on demand, or stay up continuously?If
you want it to come up on demand, enter the idle time in secondsafter
which the link should be dropped. If you want the link tostay
up permanently, enter 'no' (two letters, lower-case.)NOTE:
Demand-activated links do not interact well with dynamic IPaddresses.
You may have some problems with demand-activated links.Enter
the demand value (default no): ---------------这里按回车键DNS
Please
enter the IP address of your ISP's primary DNS server.If
your ISP claims that 'the server will provide dynamic DNS addresses',enter
'server' (all lower-case) here.If
you just press enter, I will assume you know what you aredoing
and not modify your DNS setup.Enter
the DNS information here: ---------------这里键入
server
也就是自动获得DNSPASSWORD
Please
enter your Password: ---------------这里键入上网拨号密码Please
re-enter your Password: ---------------这里键入上网拨号密码USERCTRL
Please
enter 'yes' (three letters, lower-case.) if you want to allownormal
user to start or stop DSL connection (default yes):
---------------这里键入 yesFIREWALLING
Please
choose the firewall rules to use. Note that these rules arevery
basic. You are strongly encouraged to use a more sophisticatedfirewall
setup; however, these will provide basic security. If youare
running any servers on your machine, you must choose 'NONE' andset
up firewalling yourself. Otherwise, the firewall rules will denyaccess
to all standard servers like Web, e-mail, ftp, etc. If youare
using SSH, the rules will block outgoing SSH connections whichallocate
a privileged source port.The
firewall choices are:0
- NONE: This script will not set any firewall rules. You are
responsiblefor
ensuring the security of your machine. You are STRONGLYrecommended
to use some kind of firewall rules.1
- STANDALONE: Appropriate for a basic stand-alone web-surfing
workstation2
- MASQUERADE: Appropriate for a machine acting as an Internet gatewayfor
a LANChoose
a type of firewall (0-2): 0 ---------------这里键入
0Start
this connection at boot timeDo
you want to start this connection at boot time?Please
enter no or yes (default no):y ---------------这里键入
y**
Summary of what you entered **Ethernet
Interface: eth0User
name: xy170638010214Activate-on-demand:
NoDNS
addresses: Supplied by ISP's serverFirewalling:
NONEUser
Control: yesAccept
these settings and adjust configuration files (y/n)? y
---------------这里键入 yAdjusting
/etc/sysconfig/network-scripts/ifcfg-ppp0Adjusting
/etc/ppp/chap-secrets and /etc/ppp/pap-secrets(But
first backing it up to /etc/ppp/chap-secrets.bak)(But
first backing it up to /etc/ppp/pap-secrets.bak)Congratulations,
it should be all set up!Type
'/sbin/ifup ppp0' to bring up your xDSL link and '/sbin/ifdown ppp0'to
bring it down.Type
'/sbin/pppoe-status /etc/sysconfig/network-scripts/ifcfg-ppp0'to
see the link status.[root@localhost
~]# pppoe-start ---------------激活PPPOE设备,成功后会自动返回[root@localhost
~]# pppoe-status ---------------查看PPPOE状态
2.设置无线上网
设置好包好连接后,可以先 sudo yum update 更新系统,查看无线网卡型号,在终端输入 lspci |grep -i network
[lsf@lsf ~]$ lspci |grep -i network
03:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
这个型号的网卡我找了好多帖子,但是未果,后来搜索该网卡兼容性的时候发现了一个帖子完美解决了这个问题,方法如下:
用root直接
yum
localinstall --nogpgcheck
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
之后直接yum
install kmod-wl
最后reboot。
之后可爱的NetworkManager里出现了wifi...

好了大致就这样咯!最后看看我的桌面吧!


Linux--fedora21 PC机安装以及拨号上网和无限上网的更多相关文章
- 【转】在嵌入式Linux和PC机Linux下使用popen函数时,程序运行结果有差异。
下面程序演示了在嵌入式Linux和PC机Linux下使用popen函数时,程序的运行结果是有差异的. 两个程序 atest.c 和 btest.c,atest 检查是否有 btest 进程运行,如果没 ...
- PC机安装Qt以及QT交叉编译环境 分类: OpenCV ZedBoard shell ubuntu Eye_Detection 2014-11-08 18:57 246人阅读 评论(0) 收藏
PC: apt-get install qtcreator Qt Embedded for ZedBoard: 下载qt-everywhere-opensource-src-4.7.3.tar.gz, ...
- PC机安装android apk | adb install -r
PC 下载 *****.apk 通过adb直接安装到android系统
- pc机安装centos6.5,提示sda必须有一个GPT磁盘标签处理
1.在进入安装界面,也就出现图形界面时,对它命令首先创建gpt --按ctrl+alt+f2的组合键,然后进入命令行 --进行如下操作输入parted输入mklabel gpt /dev/sda在提示 ...
- 嵌入式linux和pc机的linux对照
linux本身具备的非常大长处就是稳定,内核精悍,执行时须要的资源少.嵌入式linux和普通linux并无本质差别. 在嵌入式系统上执行linux的一个缺点就是其核心架构没有又一次设计过,而是直接从桌 ...
- Jmeter之Linux安装(Xshell),分布式运行Linux作为slave机
甲方爸爸要求,用Linux压测...... 所以在公司服务器Linux上搭建Jmeter 但实际一个Jmeter程序也有程序瓶颈~ 所以在Jmeter瓶颈下,搭建分布式压测系统.(也许可以尝试在一 ...
- linux pc syncy安装问题
linux pc 上安装syncy遇到的坑 pycurl安装可以指定curl-config,这个是根据自己机器libcurl安装位置确定,不在默认位置时要指定:python setup.py inst ...
- Deepin Linux 实体机安装
Deepin Linux 实体机安装 1.下载ISO镜像并刻录到U盘上 系统ISO镜像下载 深度技术 刻录工具下载 深度技术(下方有深度启动盘制作工具下载) 这两个都下载好之后,打开刻录工具,选择镜像 ...
- Linux在Hyper-V中实现与Windows的宽带共享上网
相信不少读者都会做(或者曾经做过)这么一项活动——把一个Linux系统安装到Windows系统下的虚拟机软件中,然后在Windows这个大环境中对Linux进行学习或者一些实验操作.在进行这么一项活动 ...
随机推荐
- 算法入门系列一--DP初步
数字三角形(数塔问题) 其实动态规划本身并不是一个特定的算法,是一种用途广泛的问题求解方法,一种思想,一种手段. 1.1问题描述与状态定义 有一个有非负整数组成的三角形,第一行一个数字,下面各行除了最 ...
- 【读jQuery源码有感系列一】callee
<script type="text/javascript"> /*调用自身*/ function calleeDemo() { try{ } catch (error ...
- SSIS 学习(3):数据流任务(下)【转】
前一篇文章SSIS 学习(2):数据流任务(上), 介绍了如何创建一个简单的ETL包,如何通过一个简单的数据流任务,将一个文本文件的数据导入到数据库中去.这些数据都保持了它原有的本色,一个字符不 多, ...
- JSONP与JSON的关系
这篇文章<说说JSON和JSONP,也许你会豁然开朗>写得非常棒,推荐一下 http://kb.cnblogs.com/page/139725/ (大神,对不起,我记录一下,因为你写的真得 ...
- QP:price list 安全性设置
1.添加职责 ORACLE PRICING ADMINISTRATOR 职责 (定价系统管理员) 2.Oracle Pricing Administrator Setup > Security ...
- ganglia监控hadoop2.0配置方法
ganglia监控hadoop2.0配置方法前提:hadoop2.0集群已安装ganglia监控工具第一步:Hadoop用户登录集群每一个节点,修改文件:vi /opt/hadoop-2.0.0-cd ...
- [改善Java代码]自由选择字符串拼接方法
对一个字符串拼接有三种方法:加号,contact方法,StringBuffer或者StringBuilder的append方法,其中加号是最常用的.其他两种方式偶尔会出现在一些开源项目中,那么这三者有 ...
- 使用 autoconf
在此之前先说一下autooconf在linux下安装的问题,因为不知道怎么安装,我就直接在终端上输入autoconf,结果它会提示是否安装它,下面还有指定安装的方法,我 就直接输入,是什么命令记不住了 ...
- 【简单dp+模拟】hdu-5375(2015多校#7-1007)
给你一个二进制数,,每一位有一个权值,让你转格雷码,求所对应格雷码位为1的权值的和:二进制位中的某些位为?,你需要给这些问号赋值使得到的和最大. 首先你得知道二进制转格雷码的规则,即格雷码位为[二进制 ...
- 【LIC】O(nlogn)解法
[LIC--最长递增子序列问题] 在一列数中寻找一些数,这些数满足:任意两个数a[i]和a[j],若i<j,必有a[i]<a[j],这样最长的子序列称为最长递增子序列. O(nlogn)算 ...