cat /proc/cpuinfo | grep processor | wc -l
Source: http://www.howtogeek.com/howto/ubuntu/display-number-of-processors-on-linux/
Until now, I was trying to keep my Linux (and other related) notes on a static web page, and using other local software on my PC. Finally, I decided to create this blog to make easier for me the task of updating my notes from any place and to have quick access to them.
pdfinfo Example.pdf
pdftk Example.pdf dump_data output Metadata-output.txt
nano Metadata-output.txt
pdftk Example.pdf update_info Metadata-output.txt output Example-new.pdf
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update
Solution from: http://serverfault.com/questions/444798/debian-warning-untrusted-versions-of-the-following-packages-will-be-installe
Source: http://askubuntu.com/questions/555902/problems-after-installing-skype-4-3
Execute:
LD_PRELOAD=/usr/lib/i386-linux-gnu/mesa/libGL.so.1 skype
sed -n 2~2p filename
will print even-numbered lines from filenamesed -n 1~2p filename
will print odd-numbered lines.useradd username passwd usernameTo create a new user with directory add -m option
$ which bash (to kwnow the path to bash) dpkg --add-architecture i386
aptitude update
aptitude install wine:i386cups installed and that it is properly running..lsusb to determine the device of your scanner, navigate to /dev/bus/usb/$BUS/$DEVICE
and check the permissions of that device, i.e. what group it belongs
to. Try to give your user the necessary groups for it, or if that fails,
chmod the device (as suggested in the thread). (from: http://superuser.com/questions/104184/xsane-is-unable-to-detect-scanner-device).lsusb, sane-find-scanner, scanimage -L