首页 > 代码库 > linux学习
linux学习
命令行播放音乐
play music.mp3
error: no handler for file extension `mp3`
sudo apt-get install libsox-fmt-mp3 (libsox-fmt-all also available)
play --help
play --combine sequence *.mp3
*.tar.xz格式的压缩文件可用命令 tar -xJvf *.tar.xz 解压。
如果要求快速解压,可下载 *.tar.gz 格式的文件,不过压缩比不高。
*.zip 文档解压后乱码,unzip --help 查看帮助,
unzip -O gbk *.zip -d exdir 然后就没乱码了。
windows 编码与 linux 不一样。
sudo apt-get install p7zip-full
7z e name.rar 解压后不会乱码
vim颜色配置
vim ~/.bashrc
/PS1
#if this is an xterm set the title to user@host:dir,
case "$XTERM" in xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
改为 PS1="\[\033[1;36;1m\] [\u@\h:\W]\$ \[\033[0\]"
本文出自 “linux学习” 博客,请务必保留此出处http://chengerlang.blog.51cto.com/6936662/1547613
linux学习
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。