zoukankan      html  css  js  c++  java
  • 使用ubuntu一些系统设置随笔(持续更新)

    一.音乐播放器 rhythmbox,解决乱码:

    首先,需要有mid3iconv,安装命令,sudo apt-get install python-mutagen

    然后,转到音乐所在的目录下,执行mid3iconv -e GBK */*.mp3

    最后,重新导入下rhythmbox就OK了。

    鲁班歌词是Ubuntu默认音乐播放器rhythmbox的桌面歌词插件。
    这是Ubuntu Wiki 中提供的安装方法。

    sudo apt-get install python-gconf python-gobject gnome-osd python-chardet subversion
    mkdir -p ~/.gnome2/rhythmbox/plugins
    svn checkout http://sogou-lyrics.googlecode.com/svn/trunk/ ~/.gnome2/rhythmbox/plugins/RBLyrics

    更新命令:
    svn update ~/.gnome2/rhythmbox/plugins/RBLyrics/

    二.电影播放器SMPlayer,解决字幕乱码。

    设置首选项,字幕编码中文CP936即可。

    三.远程桌面查看器

    用Remmina,支持RDP,VNC等协议

    四.编码IDE

    java推荐用Netbeans,C++\C用Code Blocks,GUI设计用QT

    五.数据库工具

    Mysql用mysql-admin

    六.通讯工具

    Pidgin+WebQQ

    七.浏览器

    推荐Chrome

    八.虚拟机

    推荐Vitual Box

    九.网络配置

    ipv6隧道:gw6c

    十、时间同步

    ntpdate asia.pool.ntp.org

     

    十一、查看系统是32 or 64位

    getconf WORD_BIT

    十二、查看系统信息-cpu,显卡,内存,硬盘等

    sudo lshw

    十三、挂载远程的nfs

    sudo mount -t nfs ip:/nfs /nfs

    (之前需要 sudo apt-get install nfs-common)

  • 相关阅读:
    Luogu2751 [USACO Training4.2]工序安排Job Processing
    BZOJ4653: [Noi2016]区间
    BZOJ1537: [POI2005]Aut- The Bus
    CF1041F Ray in the tube
    POJ1186 方程的解数
    Luogu2578 [ZJOI2005]九数码游戏
    BZOJ2216: [Poi2011]Lightning Conductor
    CF865D Buy Low Sell High
    BZOJ1577: [Usaco2009 Feb]庙会捷运Fair Shuttle
    几类区间覆盖
  • 原文地址:https://www.cnblogs.com/yanghuahui/p/2280895.html
Copyright © 2011-2022 走看看