但是現在大多數時間使用 ubuntu,其實也有類似的工具,不過要下一點指令。psnup 這個小工具可以使用指令列命令,將 ps 檔案轉成另一個多頁的 ps 檔。
所以如果有其他格式的文件,需要先匯出成 pdf 檔,再將 pdf 轉成 ps 檔。
- pdf 轉成 ps: pdftops input.pdf output.ps
- ps 轉成四頁: psnup -4 -d1 output.ps > output4.ps (-d表示加上邊框)
(請把 your-domain 換成自己的網域)
http://www.google.com/a/cpanel/your-domain/SetupIdp.
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
GRUB_GFXPAYLOAD_LINUX=1440x900
sudo mount /dev/sda1 /mnt
sudo mount --bind /dev /mnt/dev
sudo mount --bind /proc /mnt/proc
sudo chroot /mnt
sudo update-grub
sudo add-apt-repository ppa:cardapio-team/unstable
sudo apt-get update
sudo apt-get install cardapio
mkdir ~/.local/share/applications
gedit ~/.local/share/applications/Cardapio.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=cardapio
Name=menu
Icon=gnome-main-menu
視窗的部位設定為 “name=cardapio” (不含雙引號)
x 設定為 70
y 設定為 30
保持在工作區域 要打勾
#2000 - mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file