New screenshots (?+Shift+3, 4 or 5) are now stored in ~/Desktop/screenshots.
New screenshots (?+Shift+3, 4 or 5) are now stored in ~/Desktop/screenshots.
çççç ççç ççç ççç ççç ççç ççç ççç ççç çççç çç çç Fiz esse script (cedilha.sh) pra fazer o c-cedilha (ç) funcionar no Ubuntu 16.04.…
[bash] #!/bin/sh file="/tmp/myfile" while read line; do echo $line done < "$file" [/bash]
sudo find /proc -maxdepth 2 -name maps -exec grep -HE ‘\(deleted\)’ {} \; | cut -d/ -f3 | sort -u | xargs –no-run-if-empty ps Looking…
This script create a thumbnail with width 100 of each png file in the actual directory. #!/bin/sh for i in *.png do echo “convert -thumbnail…
A simple code to show the script engines installed in your system. As it uses the JSR-223 you need at least java 6. import javax.script.ScriptEngineManager;…
Right in this moment you can choose between three options to develop JavaFX: Use the old version of JavaFX, interpreted. Not recommended. Use the JavaFX…
As the earlies versions of OpenSolaris, my terminal is without colors. That’s a little annoying. As the default user uses Bash you can configure your…
An simple color picker that can be also used as a gadget. import javafx.ui.*; import javafx.ui.canvas.*; var colors = [red:Color, orange:Color, yellow:Color, green:Color, cyan:Color,blue:Color, magenta:Color,…
Two simple JavaFX code handling onMouseDragged event. import javafx.ui.*; import javafx.ui.canvas.*; Canvas { content: Circle { var x = 50 var y = 50 transform:…