how to

You are currently browsing articles tagged how to.

To learn your linux and kernel version ( release ) you can use /proc/version

Type it in console:

cat /proc/version

Linux version 2.6.18-92.el5
(brewbuilder@ls20-bc2-13.build.redhat.com)
(gcc version 4.1.2 20071124 (Red Hat 4.1.2-41))
#1 SMP Tue Apr 29 13:16:15 EDT 2008

In this output, you get to see the following information:

  1. Exact version of the Linux kernel used in your OS: Linux version 2.6.18-92.el5
  2. Name of the user who compiled your kernel, and also a host name where it happened: brewbuilder@ls20-bc2-13.build.redhat.com
  3. Version of the GCC compiler used for building the kernel: gcc version 4.1.2 20071124
  4. Type of the kernel – SMP here means Symmetric MultiProcessing kernel, the one that supports systems with multiple CPUs or multiple cpu cores
  5. Date and time when the kernel was built: Tue Apr 29 13:16:15 EDT 2008

For more: http://www.unixtutorial.org/2009/04/use-proc-version-to-identify-your-linux-release/

Related posts

Tags: , , , , ,

i am using windows to work with Photoshop, however transfering files is very difficult  without using shared folder.

to add shared folder to your virtualbox, run your virtual os.

31. Click install guest additions from devices

31 2. Click yes to download iso file.

4

3.Click link and download it to your desktop.

5

4. Devices -> Mount CD/DVD-ROM -> CD/DVD-ROM Image

6

5. choise your iso file

76. Go to My computer and install guest additions like installing a program.

8

7. To add shared folders click Shared Folders.. from devices

9

8. Click add an slect your folder , i selected my foder named “Belgelerim”, don’t forget to make your folder permanent

10

9. Go to windows explorer , you can see your shared folder in My Network (or something like that) / VirutalBox Shared Folder /

i hope it helped you…

Related posts

Tags: , ,

Some tips for Pardus

There are some tips for Pardus ,

1. How to chane linux root password in Pardus

write su root to login as root

write your password

type sudo passwd

type new password

confirm new password

2. How to terminate , kill a program

press ctrl+alt+esc and click the program that you want to kill

3. How to install program

Open pisi from pardus menu, search for a program for example amsn, check it and click install than you can use it or you can open console and write “sudo pisi it amsn” then write your password.

Related posts

Tags: , , , , ,