公告版位
新版Blog peichengnote

目前分類:Ubuntu (17)

瀏覽方式: 標題列表 簡短摘要

在使用 預先製作好的 VM檔案時,
內部配置有一張bridge 一張NAT 網卡,外面有dhcp server 會分發 ip 。
開了一陣子發現, 外面連不進去dhcp的那個 ip了,直覺先 /etc/init.d/networking restart 一下,
出現了 "failed to bring up eth0 " in Ubuntu

之後,會使用 ifconifig 看看是不是 dev 的name改變了,發現也沒有變動。
本來以為是,之前bind 的mac ,跟現在不一樣了 dhcp 才不能動,
改去 /etc/udev/rules.d/ check 一下 network 那個 file 。
發現並沒有產生這個file。
文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()


在上方panel icon上按 windowskey+alt就會出現 remove

How to remove and move icons on the panels of Ubuntu 12.04 in Gnome Classic ~ Linux and Life
http://www.linuxandlife.com/2012/05/how-to-remove-and-move-icons-on-panels.html
文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()

W: Duplicate sources.list entry

cd /etc/apt/sources.list.d
rm some file

peicheng 發表在 痞客邦 留言(0) 人氣()

How to install python easy_install tools for ubuntu

setuptools 0.6c11 : Python Package Index
http://pypi.python.org/pypi/setuptools



# apt-get install python-setuptools python-dev


文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()


# add-apt-repository ppa:webupd8team/java
# apt-get update
# apt-get install oracle-java7-installer

文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()

好久沒有寫這個系列,都發覺不會用了。

[Ubuntu]

裝好系統的的第一件事情 apt-get update

不過還是要先察看

/etc/apt/sources.list

文章標籤

peicheng 發表在 痞客邦 留言(0) 人氣()


ok, just link with the static library "libf2c.a"


sudo rm /usr/lib/libf2c.so && sudo ln -s /usr/lib/libf2c.a /usr/lib/libf2c.so


http://byeworld.blogspot.com/2009/01/libf2cso-undefined-reference-to-main.html

peicheng 發表在 痞客邦 留言(0) 人氣()


 vi /etc/network/interfaces

auto lo
iface lo inet loopback
iface eth1 inet static

pre-up ifconfig eth1 hw ether 你要更改的MAC
address 固定ip
netmask 255.255.255.0

peicheng 發表在 痞客邦 留言(0) 人氣()



root@pc-desktop:/home/bbs/bin# hdparm -Tt /dev/sdb

/dev/sdb:
 Timing cached reads:   844 MB in  2.00 seconds = 422.02 MB/sec
 Timing buffered disk reads:   40 MB in  3.00 seconds =  13.33 MB/sec
root@pc-desktop:/home/bbs/bin# hdparm -Tt /dev/sda

/dev/sda:

peicheng 發表在 痞客邦 留言(0) 人氣()

在之後還有逼逼叫的程式是pcmanX

只要在有人丟水球他就會逼逼叫

只要在程式碼

找到 gdk_beep 這行 刪掉即可

但是在使用gcin打錯字的時候還是會有逼逼聲

peicheng 發表在 痞客邦 留言(0) 人氣()

之前
把Ubutu裝在我的桌機上

可是卻都會在某些時候某些錯誤情形

發出逼逼的聲音 (硬體的聲音)

到了宿舍反而覺得滿吵的

所以今天找到了關掉它的方法

peicheng 發表在 痞客邦 留言(0) 人氣()

System
-----------------------
K3b Version: 1.0.3

KDE Version: 3.5.8
QT Version:  3.3.7
Kernel:      2.6.22-14-generic
Devices
-----------------------
DVDRW IDE 16X A190 (/dev/scd0, ) [CD-R, CD-RW, CD-ROM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD+R DL] [DVD-ROM, DVD-R 序列, DVD-RW 限制覆寫, DVD-RW 序列, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW] [SAO, TAO (Track at Once), RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite]

peicheng 發表在 痞客邦 留言(0) 人氣()

因為要開發c

下 gcc test.c

出現 error: stdio.h: No such file or directory

是缺少了Development Libraries and Header Files

libc6-dev - GNU C Library: Development Libraries and Header Files
 

peicheng 發表在 痞客邦 留言(1) 人氣()

安裝IEs 4 Linux

先安裝 wine apt-get install wine

 cabextract - a program to extract Microsoft Cabinet files

apt-get install cabextract

 wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz

peicheng 發表在 痞客邦 留言(0) 人氣()

因為想用Ubuntu 看美劇chuck

可是裝了xbuntu  之後不知道就為什麼不能放avi了

播放器都會出現不支援XviD 

我使用 xine base 的Totem Player

找到之前xine需要安裝 額外的codecs

peicheng 發表在 痞客邦 留言(0) 人氣()

ssh

apt-get  install ssh

有別於gentoo 上的sshd

/etc/init.d/ssh start

MySQL

peicheng 發表在 痞客邦 留言(0) 人氣()

真的真的只要一行

 sudo apt-get install sun-java6-jdk

java 環境就好了

peicheng 發表在 痞客邦 留言(2) 人氣()