sudo apt-add-repository ppa:skunk/pepper-flash
sudo apt-get update
sudo apt-get install pepflashplugin-installer
Note that you need to configure Chromium to use Pepper Flash. To do this, open /etc/chromium-browser/default and add the following lin[......]
Category Archives: Linux
Leave a reply
备份一个好看的Linux命令行提示符PS1
StackOverflow Update: 560M Pageviews A Month, 25 Servers, And It's All About Performance
转载自 StackOverflow Update: 560M Pageviews A Month, 25 Servers, And It's All About Performance
The folks at Stack Overflow remain incredibly open about what they are doing and why. So it’s time for another update. What has Stack Overflow been up to?[......]
Linux下实现类似SecureCRT的复制Session功能
在你的ssh客户端机器(例如从你的PC登录服务器,那么就是在你的PC上)
创建~/.ssh文件夹
mkdir ~/.ssh
cd ~/.ssh
vi config
# config的文件中,内容为:
host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
此后,第一次登录,还是要输入密码,第二次再打开一个终端登录,就不用再输入密码了!
[......]
Ubuntu下安装R
sudo add-apt-repository ppa:marutter/rrutter
sudo apt-get update sudo apt-get install r-base r-base-dev
执行
R
[......]
