随笔分类 - Linux
摘要:http://blog.csdn.net/adaptiver/article/details/8674670pyinotifyhttps://github.com/fancycode/pylzmahttps://github.com/fancycode/pylzma/blob/master/doc/...
阅读全文
摘要:(任务默认以当前登录用户的权限执行的,如需root用户请加sudo)(任务执行时没有加载环境变量,如需java等支持,要自己export)列出现有定时任务crontab -l编辑定时任务crontab -e删除定时任务crontab -r重启服务(一般不需要)service cron restart...
阅读全文
摘要:安装apt-get updateapt-get install vnc4server开启vnc服务vncserver首次启动会要求设置密码,后面可以使用vncpasswd修改;看到 New ‘****:1 (****)’ desktop is ****:1 (****代表主机名)即表示启动vnc成功...
阅读全文
摘要:Ubuntu 14.04 已经安装有python3.4.0命令行使用python3或者创建链接即可ln -s /usr/bin/python3 /usr/bin/python【推荐此方法,然后用本文末的方法安装pip】安装,有PPA可用(支持所有Ubuntu版本及衍生系统)sudo add-ap...
阅读全文
摘要:实验环境ubuntu-14.04.1-desktop-amd64.isoRecommended reference:https://help.ubuntu.com/community/Xenhttp://www.xenproject.org/downloads/xen-archives.htmlht...
阅读全文
摘要:Recommended reference:https://help.ubuntu.com/community/XenStep One: Install Ubuntu14.04 on your computerStep Two: Install Xen using “sudo apt-get ins...
阅读全文
摘要:一句命令:sudo apt-get install apache2产生的启动和停止文件是:/etc/init.d/apache2 启动:sudo apache2ctl -k start 停止:sudo apache2ctl -k stop 重新启动:sudo apache2ctl -k res...
阅读全文
摘要:https://launchpad.net/indicator-china-weathersudo apt-get updatesudo apt-get install python-appindicatorhttp://pinyin.sogou.com/linux/markdownsudo apt...
阅读全文
摘要:下载-镜像地址http://mirrors.ustc.edu.cn/ubuntu-releases/http://mirrors.163.com/ubuntu-releases/Ubuntu 更新源地址列表及更改方法[1] sudo cp /etc/apt/sources.list /etc/apt...
阅读全文
摘要:1,Virtualbox虚拟机设置-数据空间注意这里不要勾选那个自动挂载,不然后面mount总会提示mount.vbox.. invalid argument.2,进入ubuntu中,在终端下输入 mount -t vboxsf "被挂文件夹名" 挂载点,注意挂载点不能与Desktop重名,否则会提示protocol error3,要想重启后自动挂载,root用户下编辑 /etc/fstab文件,添加如下语句:"被挂文件夹名" /home/kevin/被挂位置 vboxsf rw,gid=100,uid=1000,auto 0 0============
阅读全文
摘要:wubi安装成功,但是后来windows系统重装了,如何修复ubuntu系统的引导?【另外完全可以复制别人的wubi安装的ubuntu,但是要放在同一个盘符下】将X:/ubuntu/winboot目录下面的wubildr和wubildr.mbr这两个文件复制到windows系统所在的盘(设为C盘),...
阅读全文
摘要:1.首先安装alien和fakeroot这两个软件,alien可以将rpm转换为deb包。命令sudo apt-get install alien fakeroot 2.使用alien将rpm包转为deb包:fakeroot alien package.rpm 3.转换成功,可以即刻使用这个命令来安...
阅读全文
摘要:所需文件:jdk 下载 安装Java Maven
阅读全文
摘要:在线自动更新:Flash Player Update(需java)=====================下载得到install_flash_player_11_linux.x86_64.tar.gzcd 下载tar -zxvf install_flash_player_11_linux.x86_...
阅读全文

浙公网安备 33010602011771号