2014년 8월 19일 화요일

리눅스 크롬 최신버젼에서 JAVA나 기타 플러그인이 작동(로드)되지 않을때..

리눅스를 새로 세팅을 하고 크롬을 설치하고
기존대로 자바와 기타 플러그인들을 설치 했는데..아예 적용이 안되더라..
그래서 인터넷을 찾아본 결과 크롬이 최신버젼으로 업데이트 되면서
AURA를 적용했는데..이게 기존의 플러그인과는 호환이 되지 않는듯 하다..
아무 수를 써보더라도 되지 않기에..
방법을 찾아보니..
아우라가 적용되기 이전버젼을 사용하면 문제없이 사용할 수 있다고 한다.
32bit는 아래의 버젼
google-chrome-stable_34.0.1847.137-1_i386.deb
64bit는 아래의 버젼
google-chrome-stable_34.0.1847.137-1_amd64.deb
으로 검색해서 설치하면 되겠다..

나는 이곳 에서 다운을 받아 설치하였다.

아래는 다시 설치하는 방법이 나와있고..
이 문제가 해결될때까지 이 버젼으로 사용을 해야할법하다.

아래는 구글크롬을 낮은버젼으로 설치하고 유지시키는 방법이 나와있다..


To downgrade the Chrome web browser -

Open a terminal (Ctrl+Alt+T) and run this command to remove any previously installed version of Chrome:
Code: [Select]
sudo apt-get remove --purge google-chrome*
(don't worry if that command fails, it just means you haven't already installed a previous version)

Now download ONE of these 2 files depending on whether you're running 32bit or 64bit Peppermint 5

32bit:
http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_34.0.1847.137-1_i386.deb

64bit:
http://mirror.pcbeta.com/google/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_34.0.1847.137-1_amd64.deb

Once you have downloaded the file, double-click it to install, then click the "Install" button.

You'll then find Chrome in the menus at:-

menu > Internet > Google Chrome

Fire it up, and go to
chrome://version/
and make sure it says you're running version 34.0.1847.137

If it does .. run this command to stop the software updater from updating it in the future:
Code: [Select]
sudo echo "google-chrome-stable hold" | sudo dpkg --set-selections


To UNDO:-
Take the package off hold with:
Code: [Select]
sudo echo "google-chrome-stable install" | sudo dpkg --set-selections
now uninstall Chrome with:
Code: [Select]
sudo apt-get remove google-chrome*
then download Chrome from the official website:
http://www.google.com/chrome/browser/
and install it in the normal way
« Last Edit: June 27, 2014, 06:18:38 AM by PCNetSpec »

2014년 8월 14일 목요일

kali and other linuxs vmhgfs problem sloved!!!

from : https://gist.github.com/un33k/3155934
Enable Shared Folders on vmware Fusion (4.x)+ (Example OS: Linux Ubuntu 12.x as guest OS)
1. First update your linux system:
sudo apt-get update
sudo apt-get install -y build-essential
sudo aptitude -y safe-upgrade
2. Reboot your system just in case you have a new kernel
sudo shutdown -r now
3. Install the required headers if you have a new kernel (a MUST, as most problems are from headers mismatch)
sudo apt-get install linux-headers-`uname -r`
4. Virtual Machines -> Install VMware Tools
5. Mount the CD-ROM (step "0" has added a CDROM to /dev/cdromX)
sudo mkdir /mnt/cdrom
sudo mount /dev/cdrom(x) /mnt/cdrom # (x) is the next avail. cdrom, choose highest number
Note: If for some reasons, you don't get /dev/cdrom(x), then just look into vmware fusion application directory
and look for a linux.iso. Double click on it and you should see a .tgz file. move the .tgz file to your Linux (scp)
and you are ready.
6. Copy VMWare Tools
cd /tmp
cp /mnt/cdrom/VMwareTools-<version>.tar.gz .
tar xzvf VMwareTools-<version>.tar.gz
7. Cancel VMware Tool Insallation
Bring your Linux vmware to focus
From the menu (VirtualMachines -> Cancel VMtool Installation)
8. Run VMWare Tools
sudo ./vmware-install.pl --default
Note: If you happend to have upgraded your kernal then just run this instead
sudo ./vmware-install.pl -d --clobber-kernel-modules=vmhgfs
이부분이 잴 중요하다!!!!
9. Restart
sudo reboot
10. Verify
ls /mnt/hgfs/
11. Done! Now enabled shared folders will show up in /mnt/hgfs/