8 04 2016
atom.io – the alternative text editor to sublime text
baumi's personal blog … Linux, OS X, Windows, Random things, …
8 04 2016
atom.io – the alternative text editor to sublime text
18 03 2016
Elementary wasn’t booting anymore after kernel update. First it seemed stuck at the elementary logo, may also display the following error message after hitting Escape: “/dev/mapper/elementary–vg-root does not exist” Solution: vgchange -ay exit should bring you to the Login screen …
16 03 2016
curl -u [username]:[password] https://robot-ws.your-server.de/reset/[server IP] -d type=hw
15 03 2016
Synchronizing invoice and order numbers: Same order invoice number Plugin: This plugin will synchronize invoice numbers with order numbers: https://www.magentocommerce.com/magento-connect/same-order-invoice-number-by-fooman.html By installing this plugin, you’re done. For going back to separated invoice/order numbers, simply go to System -> Configuration -> Extended and disable the “Fooman_SameOrderInvoiceNumber” module. Manually adjusting the next invoice/order number in mySQL: Edit […]
8 03 2016
https://crt.sh/?
8 03 2016
http://drbd.linbit.com/docs/install/ https://www.mittwald.de/hosting/managed-cluster
18 02 2016
Typical scenario for what i want: downloading a .zip file, double click to “extract in place”. Done. In Elementary OS however, the default archiver keeps bugging me with stupid dialogs like which directory to extract to, it’s not automatically closing after it has finished extracting the archive, … in short: it’s PITA. After installing the […]
17 02 2016
https://krita.org/
17 02 2016
Just found this and can recommend it. – Lots of useful tips collected together in one article, many of which i have done myself before already. http://itsfoss.com/things-todo-elementary-os-freya/
16 02 2016
battery cycle count: cat /sys/class/power_supply/BAT0/cycle_count charging/discharging status: cat /sys/class/power_supply/BAT0/status charge full (current capacity): cat /sys/class/power_supply/BAT0/charge_full charge full (design capacity): cat /sys/class/power_supply/BAT0/charge_full_design current charge: cat /sys/class/power_supply/BAT0/charge_now current charge (in percent): cat /sys/class/power_supply/BAT0/capacity battery model: cat /sys/class/power_supply/BAT0/model_name battery manufacturer: cat /sys/class/power_supply/BAT0/manufacturer battery temperature sensor: cat /sys/class/power_supply/BAT0/temp list all parameters: ls -la /sys/class/power_supply/BAT0/