sudo sync ii)sudo sysctl -w vm.drop_caches=3 iii) sudo sync
STEP2:
i) echo 1 > /proc/sys/vm/drop_caches ii) echo 2 > /proc/sys/vm/drop_caches iii) echo 3 > /proc/sys/vm/drop_cachessudo sync ii)sudo sysctl -w vm.drop_caches=3 iii) sudo sync
STEP2:
i) echo 1 > /proc/sys/vm/drop_caches ii) echo 2 > /proc/sys/vm/drop_caches iii) echo 3 > /proc/sys/vm/drop_caches$ locale locale: Cannot set LC_ALL to default locale: No such file or directory LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE=en_US.UTF-8 LC_NUMERIC=ru_RU.UTF-8 LC_TIME=ru_RU.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=ru_RU.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=ru_RU.UTF-8 LC_NAME=ru_RU.UTF-8 LC_ADDRESS=ru_RU.UTF-8 LC_TELEPHONE=ru_RU.UTF-8 LC_MEASUREMENT=ru_RU.UTF-8 LC_IDENTIFICATION=ru_RU.UTF-8 LC_ALL= $ sudo su # export LANGUAGE=en_US.UTF-8 # export LANG=en_US.UTF-8 # export LC_ALL=en_US.UTF-8 # locale-gen en_US.UTF-8 Generating locales... en_US.UTF-8... up-to-date Generation complete. # dpkg-reconfigure locales Generating locales... en_AG.UTF-8... done en_AU.UTF-8... done en_BW.UTF-8... done en_CA.UTF-8... done en_DK.UTF-8... done en_GB.UTF-8... done en_HK.UTF-8... done en_IE.UTF-8... done en_IN.UTF-8... done en_NG.UTF-8... done en_NZ.UTF-8... done en_PH.UTF-8... done en_SG.UTF-8... done en_US.UTF-8... up-to-date en_ZA.UTF-8... done en_ZM.UTF-8... done en_ZW.UTF-8... done Generation complete. # exit $ locale LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=en_US.UTF-8sudo apt-get update sudo apt-get purge adobe-flash{plugin,-properties-gtk} sudo apt-get install flashplugin-installerEnter /var/lib/dpkg/info
cd /var/lib/dpkg/info Delete all entry related to crossplatformui
sudo rm crossplatformui.* Force remove crossplatformui
sudo dpkg --remove --force-remove-reinstreq crossplatformui (Reading database ... dpkg: warning: files list file for package `crossplatformui' missing, assuming package has no files currently installed. (Reading database ... 159448 files and directories currently installed.) Removing crossplatformui ...
Source: http://askubuntu.com/questions/136423/crossplatformui-error
Audio::Wav dependency module by following command:sudo cpan Audio::Wavsox input.wav -r 44000 output.wav resample
Here 44000 is the sampling rate of output file
sudo apt-get install flashplugin-installer
2. When the Flash Player is installed, close the terminal window and restart your browser.
To selectively upgrade Google Chrome, run this command from the terminal:
sudo apt-get upgrade google-chrome-unstable sudo sync && sudo sysctl -w vm.drop_caches=3No such file or directory does not refer to your executable file: a.out. Instead it refers to a helper program that's needed to run the 32 bit dynamically linked executable a.out.sudo a2enmod rewrite
then restart apache by
/etc/init.d/apache2 restart
The error i got means i do not have authorize to access $HOME/.Xauthority file in my user directory.
If you have the same problem, simply run chown as root to change the ownership back to the user. At the terminal as root, go to /home/user
# cd /home/user
list all files with ownership
# ls -a -lh
change file/files ownership to your user
# chown user:user .Xau*
reboot the machine, everything should be working as normal now.
Source: http://namhuy.net/1077/fixing-error-in-locking-authority-file-xauthority.html
You need to have Ubuntu Live CD or Live USB. Normal session can be used to repair the grub. Boot using your Ubuntu Live CD or Live USB, while booting choose Try Ubuntu.
Once booted then open a terminal, and run the following command one by one to install the boot repair.
To add boot-repair to the repository
sudo add-apt-repository ppa:yannubuntu/boot-repair
To Update your repository
sudo apt-get update
To install boot-repair
sudo apt-get install -y boot-repair
Once Installation complete run boot-repair on terminal by typing the following command or select it by System->Aministration->Boot Repair.
boot-repair
NOTE: Update the Boot Repair if its newer version is available.
Source: http://www.howopensource.com/2012/05/reinstall-recover-grub-from-ubuntu-12-04-live-cd-usb/
~/.ssh/known_hosts and delete all lines, after just reconnect and you will get a new key.eg. pico ~/.ssh/known_hosts and delete all lines