Ubuntu 管理心得

搜尋此網誌

2021年6月19日 星期六

vmware 3d acceleration

 Add this line to .vmx file:

mks.gl.allowBlacklistedDrivers = "TRUE"

2021年6月9日 星期三

Create desktop url link on gnome

  1. Create file 士林區鄉鎮預報.desktop in /home/chiao/桌面/ contains:
    [Desktop Entry]
    Type=Application
    Terminal=False
    Name=士林區鄉鎮預報
    Icon=/usr/share/icons/hicolor/48x48/apps/firefox.png
    Exec=firefox http://www.cwb.gov.tw/V8/C/W/Town/Town.html?TID=6301100
    Categories=Application;
  2. Right click icon "士林區鄉鎮預報", turn on "允許啟動"
  3. Done

2021年6月8日 星期二

unzip encoding for big5

 unzip -I big-5 hw_157261.zip

 

2021年6月6日 星期日

bold math in beamer

 Add this to the preample:

\usefonttheme{professionalfonts}
 

2021年6月4日 星期五

unzip without folders (directories)

  1.  Download 7z-exe: https://www.7-zip.org/
  2.  Get into cmd window
  3. cd Z:\Classes\109year\Semester2\Calculus\B\HW\HW7
  4. md files
  5. "C:\Program Files\7-Zip\7z.exe" e -ofiles hw_157264.zip

網誌存檔