General

Gallery Widget

(no title)

The heights by great men reached and kept were not attained by sudden flight, but they, while their companions slept, were toiling upward in the night.

Continue reading
0 Comments

Reduce PDF size Ubuntu

There are two nice utilities to reduce the file size of PDF documents in Ubuntu: Download the following zip and extract the .sh file shrinkpdf.sh Then issue the following command:…

Continue reading
0 Comments

Creating a desktop/application launcher Ubuntu

Start off by executing the following command: sudo nano /usr/share/applications/YOUR-PROGRAM-NAME.desktop Add the following to the file: [Desktop Entry] Version=13.0 Type=Application Terminal=false Icon[en_US]=/home/USERNAME/PATH-TO-PROGRAM-FOLDER/PROGRAM-ICON.png Name[en_US]=PROGRAM-NAME Exec=/home/USERNAME/PATH-TO-PROGRAM-FOLDER/PROGRAM-NAME.sh Name=PROGRAM-NAME Icon=/home/USERNAME/PATH-TO-PROGRAM-FOLDER/PROGRAM-ICON.png Change permissions and ownership…

Continue reading
0 Comments