- 浏览: 31310 次
最新评论
文章列表
使用 apt-get 命令升级几乎所有软件包但“保持”某些软件为当前版本,你可以使用 dpkg 命令。比如我使用 apt-get 命令升级我的 Ubuntu 或者 Debian 操作系统时,会有如下结果:
% sudo apt-get upgrade
[…]
apt apt-transport-https apt-utils ghostscript ghostscript-cups ghostscript-x google-chrome-beta hal indicator- ...
问题:su认证失败
使用su命令登录到root用户时,老是报"su:认证失败"错误。报这个错误的原因是root用户默认是被锁定了的,只要使用passwd命令重新设置下
scriptogr.am是前年年底兴起的一个轻量级博客,其功能、配置和玩法都相对简单,界面也十分干净,更有趣的是,scriptogr.am直接支持基于Dropbox进行的Markdown写作,在Byword加入「发布」功能后,该博客的优势尽显。最近,在scriptogr.am上开了个分基地,用来发布没有配图的文字,于是便有了一些心得。
针对每个新接触scriptogr.am的写作者,系统会自动发布一篇说明日志,一来使你的站点看上去热闹些,二来也能对新手起到一定的指导作用。以下是我的译文: ...
一.NodeJs安装
1.下载nodejs源码,这是目前最新版本
http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
首先确保系统安装来python,gcc,g++,如果没有则安装:
$ sudo apt-get install python
$ sudo apt-get install build-essential
$ sudo apt-get install gcc
$ sudo apt-get install ...
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,CCE015B0820B9A3F
4BiGKVEzt+cLBdilEZR+8Y0YHrarjNX4bT5XbQ5BgTcJwMYnARCKib+BgwX9wPUB
3D7PUwt4m4OGemXXcC4ELUFyMqHIT6SILFSdTTIvnQbsWutx44zyJK9SlP/2uhG8
JIUDdLWVv5kS8J/UcInC5b ...
"==========================================
" Author: wklken
" Version: 8.0
" Email: wklken@yeah.net
" BlogPost: http://wklken.me
" ReadMe: README.md
" Donation: http://www.wklken.me/pages/donation.h ...
E: 软件包 adobe-flashplugin 需要重新安装,但是我无法找到相应的安装文件。我不是问怎么安装adobe-flashplugin的,只是想问下,怎么别让apt包管理程序宕在这里,不干事情了。例如:arnk@debian4arnk:~/bak$ sudo apt-get upgrade正在读取软件包列表... 完成正在分析软件包的依赖关系树正在读取状态信息... 完成E: 软件包 adobe-flashplugin 需要重新安装,但是我无法找到相应的安装文件。宕在这里
body {color:rgb(0,0,0);
background-color:rgb(174,174,174);
text-align:justify;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
text-indent:3em;}
h1, h2, h3, h4, h5, h6
{color:black;
text-align:center;
font ...
When investing money, an important concept to know is compound interest. The equation FV = PV (1+rate)periods relates the following four quantities.
The present value (PV) of your money is how much money you have now.
The future value (FV) of yo ...
There are several ways to calculate the area of a regular polygon. Given the number of sides, n, and the length of each side, s, the polygon's area is¼ n s2 / tan(π/n).
For example, a regular polygon with 5 sides, each of length 7 inches, has area ...
# 当 x=0,1,2,3时 找出 f(x) = -5 * x**5 + 69 * x**2 - 47 的最大值
import math
def quadratic(x, a, b, c):
# 创建函数方程
f = a * x**5 + b * x**2 + c
return f
# 打印出来各自的值 比较大小
print quadratic(0, -5, +69, -47)
print quadratic(1, -5, +69, -47)
print ...
在Powershell直接脚本时会出现:
无法加载文件 ******.ps1,因为在此系统中禁止执行脚本。有关详细信息,请参阅 "get-help about_signing"。 所在位置 行:1 字符: 17 + E:\Test\test.ps1 <<&l ...
Few weeks back, at WWDC ’14 apple introduced their latest desktop operating system OS X 10.10 or Yosemite! I would say it looks kinda pretty – then again, it’s only me. If you’re interested in the Yosemite -ish design or you just simply looking for ...
#产生随机数,好分配作业。
a = "wangshuaifei"
b = "wangyuanlu"
c = "liqiaozhi"
d = "zhangbinbin"
e = "lichunxiao"
f = "linhongmei"
g = "wudexiang"
h = "liaoruping"
import random
...
本文介绍如何将已有的Linux Mint 16升级到Mint 17。
注:如果条件允许的话,最好是重新安装Mint。
打开命令行,输入下面四条命令。
$ sudo sed -i 's/saucy/trusty/' /etc/apt/sources.list.d/official-source-repositories.list
$ sudo sed -i 's/petra/qiana/' /etc/apt/sources.list.d/official-source-reposit ...