2016年10月20日 星期四

Ubuntu 16.04 Traditional desktop

1. apt-get update

2.apt-get install gnome-panel gnome-flashback gnome-session-flashback indicator-applet-appmenu

沒有留言:

Automatically classify folders by file name (windows Bash)

  REM List file names, sorted by file name--------- dir /b /on > list.txt REM Find JPG files findstr ".JPG" list.txt > targe...