显示标签为“Ubuntu”的博文。显示所有博文
显示标签为“Ubuntu”的博文。显示所有博文

2014/12/03

Bash 快捷键


编辑命令

  • Ctrl + a :移到命令行首
  • Ctrl + e :移到命令行尾

2014/11/09

解决Ubuntu拨号上网时自动忽略ipv6的问题

ubuntu pppoe添加ipv6支持
设置完成用户名和密码之后,系统默认是忽略ipv6的,也就是说,即使你有ipv6地址,他也是默认不给你开启的,所以就需要我们手动添加ipv6支持。
方法如下:
  1. 新建一个拨号上网,输入用户名密码,记住连接的名称,默认一般为 DSL connection1
  2. 在 /etc/NetworkManager/system-connections 文件夹中找到拨号的配置文件,在最底部添加:
[ipv6]
method=auto
这样再连接新建的那个连接,系统就能够识别ipv6地址了。

2014/10/21

Hide & Protect my files

How to protect your private files? Do you trust those clouds? What if the hackers attract the clouds and get my private photos or something you don't  want others know?
Let's tell you a way to protect it~

2014/10/07

DO NOT UPDATE PYTHON ON UBUNTU

Just like the title, I want to tell you , don't update python on Ubuntu by ,yourself.
But you can update it by "apt-get update" or "apt-get upgrade".
I've struggled for over 30 hours to make my python work, but I failed and just rebuild my system a few minutes  ago. I didn't know why it didn't work well when it been updated.

The fellows are what I did(including the reason and result).

2014/10/04

关于ubuntu下mp3文件名乱码


         我是一个linux爱好者,用的是Ubuntu,然而在播放音乐的时候却发现从我的mp3里面复制的歌曲到了电脑里面都变成乱码了,下面的文字是我从《笨兔兔的故事》中复制出来的,完美的解决了我的问题,也会解决你的问题。