Monday, July 15, 2013

Cut or trim mp3 files with Linux

Link. We are going to see two different options: 1. mpgtx To install this program under Debian $ sudo aptitude install mpgtx Now if you want to trim a mp3 file into 10 pieces just enter this command mpgtx -10 input.mp3 -o output You will get output01.mp3, output02.mp3 .... output10.mp3 files, and now you can easily transport them, use them as ringtones, or anything you need. Now if you want to cut an specific part of...
Read more ...

Tuesday, July 9, 2013

X Forwarding with Putty on Windows

Prerequisites Putty for SSH Xming for the XServer Configuring Putty Add Unix hostname/IP address Switch Protocol to SSH Type name of session in saved sessions Click 'Save' Expand the 'SSH' tab from the 'Category' list Choose 'X11' from 'SSH' list Check 'Enable X11 Forwarding' Put localhost:0 to X display location Choose 'Session' from 'Category' list Click 'Save' Connecting Start Xming Start Putty Double click...
Read more ...

Windows 下配置 Latex

首先安装 MiKTeX 或者 TexLive 然后安装 TeXstudio MiKTeX 的 texmf 路径可以通过 MiKTeX Options (Admin) 程序查看 打开 MiKTeX Options (Admin) 选择 Roots 勾选 Show MiKTeX-mantained root directories 就可以看到了 第三方的 theme 可以直接放到这里面 另外安装 package 可以用 Package Manager (Admin) 程序安装 如果是下载好的宏包安装 可以打开 Package Manager (Admin) 选择 Repository 选择 Change Package Repository 选择 Package shall be installed from a direct...
Read more ...