Thursday, March 28, 2013
Wednesday, March 27, 2013
Thursday, March 21, 2013
xubuntu brightness
sudo su
root@xubuntu:/home/pedro/Dropbox/www/kits# echo 10 > /sys/class/backlight/acpi_video0/brightness
Monday, March 18, 2013
How to detect if datatables is loaded
if($.fn.dataTableExt){
console.log('datatables ok');
}else{
console.log('datatables ko');
//head.ready(function() {head.js("js/libs/jquery.dataTables.min.1.9.4.js")});
}
Subscribe to:
Posts (Atom)
Git get all remote branches
git branch -r \ | grep -v '\->' \ | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" \ | while read remote; do \ git branc...
-
sh -c 'xfce4-screenshooter --fullscreen --save "$HOME/Pictures/Screenshots/Screenshot_$(date +%Y-%m-%d_%H:%M:%S).png"' s...
-
Known Issues Firefox 3.5 will only support color profiles as specified by ICC v2, later versions will add su...