<data:blog.pageTitle/>

This Page

has moved to a new address:

https://klinikilmu.com

Sorry for the inconvenienceā€¦

Redirection provided by Blogger to WordPress Migration Service
Klinik Ilmu: Maret 2013

Jumat, 08 Maret 2013

wireshark: the interface list is not readable on linux

Yesterday after using wireshark, after I installed wireshark on linux mint to finish but no matter which interface is not legible on my laptop, I was confused and curious, and finally I can handle it from a forum with just a few configuration issues resolved immediately, the following configuration:

open yor terminal or konsole.

addgroup sudo wireshark-quiet-system


sudo chown root: wireshark / usr / bin / dumpcap

sudo setcap cap_net_raw, cap_net_admin = eip / usr / bin / dumpcap

sudo usermod-a-G wireshark YOUR_USER_NAME

Well for writing your_user_name insert name of the computer my friends.
okay apart as my personal archives, may also be useful as well to my friends.

Label: , , ,

Kamis, 07 Maret 2013

How to Install Wine on Linux Mint



Wine is a project that aims to make the Unix-like operating systems (Unix-like) and the X-Windows system running on a personal computer can run programs specifically designed for Microsoft Windows. basically you can install wine offline, but this way is very not recommended, because usually there are not installed packages so that you will fail to install the application wine.


Another way is to install online.
1. make sure your computer is connected to the internet

2. Open a terminal (ctrl + t)

3. type in sudo (space) apt-get (space) install (space) wine

4. wait a few moments until the wine is completely installed

5. Open .wine, then drive_C, then "Program Files".

6. Review: /home/user name/.wine/drive_C/Program Files.

7. Remember this folder. It is very important. Again it is your "Program Files." Remember where to    find it and that it is invisible unless you press the Control+H in your /home/user-name folder.

8. Start downloading .exe programs (Window's programs).

9. Make sure you place them inside this "Program Files" folder before you try to install them. Otherwise, you will probably fail miserably.

10. Once placed in the "Programs Files", you can now right click on them. A rectangular box will pop up with many options. Click the option to install with Wine Windows Program Loader. Install a program.

11. After this, you can go to your panel menu or start menu and see if your programs are there.

12. Attempt to run them and play with the program. If this does not work for you, try the words "learn Wine Linux" or "how Wine Linux" on this site to see if anything new has appeared. You might also find that typing the same words into blog.google.com is super useful.

13. Do a search to find out if your program is compatible with Wine. There are still many programs that are not working yet. However, there appears to be a number that do also.


Label: , ,

Selasa, 05 Maret 2013

Install Chrome on Linux Mint 14

After i install to Linux Mint 14, I wanted to install Google Chrome again.
Usual installation through installation manager failed.
solution was found and it is pretty simple.

1. Get deb installation file of Chrome for your architecture
 in here : www.google.com/chrome

2. run the following command line:


1sudo dpkg -i yourdownloadfile.deb

it will install Chrome to your machine.
in output you will see something like:

01Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...
02dpkg: dependency problems prevent configuration of google-chrome-stable:
03 google-chrome-stable depends on libnspr4-0d (>= 4.7.3-0ubuntu1~); however:
04  Package libnspr4-0d is not installed.
05 google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
06  Package libnss3-1d is not installed.
07 google-chrome-stable depends on libcurl3; however:
08  Package libcurl3 is not installed.
09dpkg: error processing google-chrome-stable (--install):
10 dependency problems - leaving unconfigured
11Processing triggers for gnome-menus ...
12Processing triggers for desktop-file-utils ...
13Processing triggers for bamfdaemon ...
14Rebuilding /usr/share/applications/bamf.index...
15Processing triggers for man-db ...
16Errors were encountered while processing:
17 google-chrome-stable
3. run the following command line to download needed packages:

sudo apt-get install -f 

Label: ,