This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| Author="Carlo Lobrano" | |
| Email="bytefalls@gmail.com" | |
| Version="2.2" | |
| Date="2014-05-25" | |
| Project="Ubuntu-derived OS post install script" | |
| # Changelog | |
| # 2014-06-07 Added indicator-cpufreq to eos (remember to copy the icons) | |
| # 2014-05-25 Separated package installation from ppa add. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Post installer scritp for Fedora 19 | |
| # author: Carlo Lobrano | |
| # e-mail: c.lobrano@gmail.com | |
| # blog: www.bytefalls.com | |
| ################################ | |
| ## Base functions | |
| ################################ | |
| log() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ** Running f-spot in Debug Mode ** | |
| ** Running Mono with --debug ** | |
| [1 Info 19:04:17.425] Initializing Mono.Addins | |
| [1 Debug 19:04:17.654] Mono.Addins Initialization took 0,206363 | |
| (f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap», | |
| (f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap», | |
| (f-spot:9665): Gtk-WARNING **: Impossibile trovare il motore del tema in module_path: «pixmap», |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # List of files to use as initial seed | |
| file_list = [ | |
| '/home/carlo/Immagini/2013/08/15/IMG_20130815_154000.jpg', | |
| '/home/carlo/Immagini/2013/08/15/IMG_20130815_154023.jpg', | |
| '/home/carlo/Immagini/2013/08/15/IMG_20130815_154029.jpg', | |
| '/home/carlo/Immagini/2013/08/15/PANO_20130815_095210.jpg' | |
| ] |
NewerOlder