<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

Selasa, 25 September 2018

Top 5 linux distro 2013

There are many Linux distributions out there, but there is very little that is really for beginners. So I chose 5 distro fit that category. You may want to know about the factors that I consider when choosing the Top 5. Well, out of the box support is very important in choosing a beginner distro. Other factors include: User friendly UI, ease of installation and great online support. The distributions below the famous superior in the area.


1. Ubuntu 12.10

Ubuntu is # 1 and the most popular distro out there. Although compared to Linux Mint better for new users, Ubuntu has a strict release cycle and tend to have more features implemented in each release. Ubuntu does not come with the burden of software and codecs pre-installed such as Linux Mint. So new users may have trouble playing certain media formats and may require some command line installation. However, because of good community support they can be sorted out in a few minutes.Ubuntu user interface itself is called "unity". Unity desktop interface has come a long way and is equipped with many unique features that can not be found in other desktop. Ubuntu 12:10 add features users even more friendly to unity and only the best distribution for the average linux user.http://www.ubuntu.com/

 2. Linux Mint 14


Linux Mint is known as the second most popular Linux distribution just as user friendly. It comes with a lot of software that care is taken by the team, the media codecs and drivers. Distro works well out of the box you will not spend any time trouble shooting. Distro is focused on what is best for the user and provide what mainstream linux user requests (most of the time). Linux Mint 14 comes in 3 editions. Cinnamon edition includes modern Gnome 3 desktop with a familiar and traditional layout. MATE desktop edition comes with Gnome 2. Compared with cinnamon editions, editions MATE more stable but quite boring and KDE editions. Cinnamon is a fairly new desktop that is being developed by a team of mint.Linux Mint is based on Ubuntu Canonical.http://www.linuxmint.com/

 3. Pinguy OS 12.04 LTS


Pinguy OS is an Ubuntu-based distribution that comes with a LOT of software installed. This is great for users who want to explore the extensive Linux software has to offer. It is also very convenient because it covers almost all of the software that the user might need. Pinguy OS is a distro that is fairly new but it is gaining popularity quickly. Pinguy OS includes two default Docks and overall look of the desktop lean toward OS X. Pinguy OS including customized 12:04 gnome-shell.http://pinguyos.com/


 4. Zorin OS

Zorin OS is optimized for users who are transitioning from a window. It looks quite similar to Windows 7 and comes with a "view Zorin changer" that can make your desktop look like an older version of Windows and Mac OS X. Zorin OS also offers four premium version (Ultimate, Business, Multimedia, Gaming) available after donating. There is also a free version that does not come with a lot of software installed.http://zorin-os.com/

 5. Peppermint OS 3


Peppermint OS is very lightweight distro that comes with LXDE desktop envioronment. LXDE is very easy to use and many will feel a direct DE. OS boots up fairly quickly which makes it ideal for older computers or netbooks. Peppermint OS 3 is based on Lubuntu 12:04. It includes an elegant theme by default and includes media codecs out of the box.source: linuxtoday.com, hasben.hubpages.com

Label: ,

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: ,