Uncategorized , , , , 0 Comments

When using getfattr and setfattr on a filesystem that you’re sure about extended attributes is supported (i.e. ext4, reiserfs, btrfs) and get “Operation not supported” errors like this… # touch test.txt # setfattr –name test –value 42 test.txt setfattr: test.txt: Operation not supported # getfattr –name test test.txt test.txt: test: Operation not supported … then

Read More

Uncategorized , , , 1 Comment

Download one of Ubuntu 12.04 (multiarch) or Debian 7.0 (multiarch) version from the Skype download page. Add the i386 architecture to your package manager:sudo dpkg –add-architecture i386 Update your package list:sudo apt-get update Try installing the Skype package – will fail on dependency tests, that’s normal!:sudo dpkg -i Downloads/skype-<version>_i386.deb Fix the dependencies and then install

Read More