زکات علم

زَکاةُ العِلمِ أن تُعَلِّمَهُ عِبادَ اللّه‏ِ امام باقر (ع)
زکات علم

مطالبی در زمینه کامپیوتر و علاقه مندی های شخصی من مطالب این وبلاگ غالبا مطالبی ست که در جای جای اینترنت کتاب یا دانشته های شخصی خودم می باشد که به عنوان مرجعی برای رجوع دوباره در اینجا جمع آوری شده اند .
ehsunitd.ir personal website

پیوندها

۴ مطلب با موضوع «linux :: پکیج های مورد نیاز» ثبت شده است

Table of Contents:

  1. Backup software
    1. File backup software
    2. Imaging software
  2. Browsers
  3. Console (Terminal) utilities
  4. Emulators
  5. Encryption
  6. Forensic tools
  7. FTP clients
  8. HTML editing
  9. Image manipulation

    1. Digital cameras
    2. Image suite
    3. Viewers
    4. Web cameras
  10. Instant Messaging & Video conferencing
  11. Live CDs (best choices)

    1. Other useful distributions
  12. Mail clients
  13. Multimedia

    1. CD/DVD burning
    2. Conversion tools - Audio
    3. Conversion tools - DVD & Video
    4. Conversion tools - all categories
    5. Desktop recording & presentation software
    6. Players - Audio
    7. Players - Video
    8. Players - all categories
    9. Subtitles
  14. Office applications

    1. LaTeX-based text processors
    2. Office programs & suites
  15. Partitioning software
  16. Peer-to-Peer sharing
  17. Rescue & Recovery
  18. Security

    1. Firewalls
    2. Network scanners
    3. Rootkit tools
    4. Traffic sniffers
  19. Virtualization
  20. Users' recommendation
  • ehsan gholami

بهترین راه برای نصب و بروز نگه داشتن Google Chrome browser اضافه کردن مخزنش در YUM می باشد.

اضافه کردن مخزن Google :

با ویرایشگر محبوب خود این فایل را ایجاد کنید:

 /etc/yum.repos.d/google-chrome.repo

و این اطلاعات را دراون فایل کپی کنید.
۳۲-bit

[google-chrome]
name=google-chrome - 32-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

64-bit

[google-chrome]
name=google-chrome - 64-bit
baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub

نصب Google Chrome با استفاده از YUM :

از طریق کاربر ریشه(root) شروع به نصب می کنیم.

نسخه Stable :

## Install Google Chrome Stable version ##
yum install google-chrome-stable

نسخه Beta

## Install Google Chrome Beta version ##
yum install google-chrome-beta

نسخه Unstable :

## Install Google Chrome Unstable version ##
yum install google-chrome-unstable

google-chorome-show

  • ehsan gholami

اگر دوست داشته باشید در فدورا از یه ویرایشگر متن ساده خوب استفاده کنید من این برنامه رو پیشنهاد میدم .

کافیه با یوزر روت وارد محیط کامند بشین و کد زیر رو وارد کنید

yum install scite

  • ehsan gholami

اگر شما هم با لپ تاپ خود با یک سیستم عامل لینوکسی به طور مستقیم و بدون ابزار های مجازی سازی کار میکنید . جالب است بدانید همانطور که در ویندوز شما قابلیت سوییچ کردن بین کارت گرافیک اصلی و قدرتمند خود و کارت گرافیک onborad خود در لینوکس هم شما میتوانید با نصب یک پکیج با حجم تقریبی 50 مگ به مدیریت کارت گرافیک خود بپرازید

Description

Nvidia Optimus is an optimization technology created by Nvidia which, depending on the resource load generated by client software applications, will transparently and seamlessly switch between two graphics adapters within a computer system in order to provide either maximum performance or minimum power draw from the system's graphics rendering hardware. From Bumblebee's FAQ: Bumblebee is a effort to make Nvidia Optimus enabled laptops work in GNU/Linux systems. Such feature involves two graphics cards with two different power consumption profiles plugged in a layered way sharing a single framebuffer.

Install Dependencies

su -c "yum install -y libbsd-devel libbsd glibc-devel libX11-devel help2man autoconf git tar glib2 glib2-devel kernel-devel kernel-headers automake gcc gtk2-devel"

You also need to install VirtualGL. Download the latest version for your arch at the VirtualGL download page or use yum command

 yum install VirtualGL 

If you want to run 32 bit apps on your 64 bit system, then also install:

 yum install VirtualGL.i686 

Install Bumblebee

Install the Bumblebee yum repository

Fedora 17

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora17/noarch/bumblebee-release-1.0-1.noarch.rpm

Fedora 18

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora18/noarch/bumblebee-release-1.0-1.noarch.rpm

Fedora 19

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/fedora19/noarch/bumblebee-release-1.0-1.noarch.rpm

Now install Bumblebee:

yum -y install bbswitch bumblebee

Bumblebee with the NVIDIA proprietary drivers

The previous commands install bumbleblee with the nouveau drivers. If you want to install bumblebee with the NVIDIA proprietary drivers you must also follow these instructions:

Install the bumblebee-nonfree repository:

Fedora 17

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee-nonfree/fedora17/noarch/bumblebee-nonfree-release-1.0-1.noarch.rpm

Fedora 18

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee-nonfree/fedora18/noarch/bumblebee-nonfree-release-1.0-1.noarch.rpm

Fedora 19

yum -y --nogpgcheck install http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee-nonfree/fedora19/noarch/bumblebee-nonfree-release-1.0-1.noarch.rpm

Make sure you have glibc-devel installed because it is needed for bumblebee-nvidia to compile the driver

sudo yum install glibc-devel

Now install bumblebee-nvidia

yum -y install bumblebee-nvidia

"bumblebee-nvidia" is both a rpm package and a shell script. The "bumblebee-nvidia" package contains the shell "wrapper" script, init scripts to run it at bootup, and a SELinux security policy, and lastly a copy of the NVidia Linux binary driver "blob" downloaded from NVidia's UNIX drivers page. This is why the packages are so large compared to the bumblebee package.

Reboot.

Testing Bumblebee

If you want to make sure you have bumblebee up and running, write:

optirun glxgears -info

You should see some gears rotating, and in the terminal you should see "GL_VENDOR = NVIDIA Corporation" or something similar.

Primus

For speed imrovements you can use primus. Primus is a shared library that provides OpenGL and GLX APIs and implements low-overhead local-only client-side OpenGL offloading via GLX forking, similar to VirtualGL. It intercepts GLX calls and redirects GL rendering to a secondary X display, presumably driven by a faster GPU. On swapping buffers, rendered contents are read back using a PBO and copied onto the drawable it was supposed to be rendered on in the first place. Currently primus requires the NVIDIA proprietary drivers.

Install primus:

yum install primus 

If you want to run 32 bit apps on your 64 bit system, then also install:

yum install primus.i686

Testing primus

Open up a terminal and run:

PRIMUS_VERBOSE=2 optirun -b primus glxgears -info

If primus is working properly, you should see "primus: profiling:" messages every so often in the terminal you ran it from.

How to use Bumblebee

General Usage:

optirun [options] <application> [application-parameters]

If you installed primus, then you can use the following command to take advantage of it:

optirun -b primus <application> [application-parameters]

Start Windows applications:

optirun wine <windows application>.exe

with primus:

optirun -b primus wine <windows application>.exe

By default, primus renders up to 60 fps. To render more frames per second:

vblank_mode=0 optirun -b primus <application> [application-parameters]

In practice this will probably only waste power, as most screens do not display more than 60 frames per second.

You can always run "man optirun" for more information.

  • ehsan gholami