Cinnamon screenshot applet default folder

I’ve switched some weeks ago to Linux Mint and Cinnamon from Xfce and in these days I’m a kind of exploring the new desktop. I’m used to take screenshot for work, totake some notes and so I installed…

Leggi →

Xfce loses theme settings

Today I started my xfce desktop and it looks like …“different”. No theme loaded, default icons, no background. I tried to change theme from Xfce Settings but nothing, it doesn’t work. My .session-erro…

vmware crash on startup after curl update

After today update of debian Sid VMWare keep crashing on startup without any interesting log. . The crash it’s caused by the curl update that changed the lib interface. There are two ways of solving t…

IP Address in bash script

In linux you can get all of yours inferfaces IP with something like this: sudo ifconfig grep 'inet addr:' awk -F: '{ print $2}' awk '{ print $1 }' sudo ifconfig grep 'inet…