زکات علم

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

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

پیوندها

۳ مطلب در آبان ۱۳۹۲ ثبت شده است

How to: Copying Files from Windows to Linux via SSH (vice-versa)
November 12th, 2009 · 1 Comment

I’ve got an e-mail lately from a reader which reads,

“Hey dude, I’ve been looking for a solution to copy files from a remote Windows PC to a Linux PC without installing any free programs. My company only has PuTTY on Windows XP and I can’t seem to use scp like how we usually use it on unix consoles. Thanks a mil! — Ramesh”

Wow. I’ve got readers. LOL.

Anyway Ramesh, a big HI from me and thank you for the question (can’t seem to find good articles to blog these days). You can try Google-ing for the answer but seems like not many have the right answer.

Nonetheless, yours truely have a simple solution. You won’t need PuTTY for this but you’d probably need firewall permissions to allow a similar program (which is just an executable – hence no installation) through to the network. This program is called PSCP. Download the executable (.exe) from the link and launch your command line. Get to the working directory where you have saved your PSCP executable.

To copy a file from Windows to Linux, type in your command line:

pscp <windows directory where the file exists> username@linuxMachineAddress:<path>
For example:

pscp C:\Documents\helloWorld.txt firdooze@165.1.122.76:/home/firdooze/Desktop/.
The command line will ask for your password and just watch your files get transfered.

The other way around will be much easier. You’ll need PuTTY (or any Windows SSH client) for this. Log into your SSH account and let the magic begin. To copy files to your Window machine just type:

scp username@linuxMachineAddress<linux directory path> C:\Documents\filename.extension
For example:

pscp firdooze@192.160.1.233:/home/firdooze/helloWorld.txt C:\Documents\helloWorld.txt
There you go! There are other options for transferring data over SSH but it requires installation at the host machine (which you may not have access to). Using PSCP just simplifies this matter.

  • ehsan gholami

چگونه سرعت نور با آیه قران کریم تطابق دارد

از زمان یونان باستان تا قرون وسطی , سرعت نور نامحدود فرض می شد. در قرن 11 یک دانشمند عربی اظهار کرد که نور در سرعت محدود سیر می کند. در سال 1600 گالیله این سرعت را آزمایش کرد اما او تنها به این نکته بسنده کرد که سرعت نور فوق العاده بالاست. اما رومر(Romer) اولین کسی بود که در سال 1676 با مطالعه گرفتگی ماه های برجیس سرعت نور را اندازه گرفت. پژوهشگران متعددی بطور مستقیم سرعت انتشار نور را اندازه گرفته اند. دقیق ترین اندازه گیری سرعت نور که آنرا با حرف اختصاری C در خلا نشان می دهند, با استفاده از لیزر (Laser)بوده که در سال 1972 بوسیله اوانسون(Evanson)  و همکارن او در مؤسسه ملی استاندارد امریکا انجام شده و نتیجه آن 299792.45692  متر بر ثانیه بود.

 

  • ehsan gholami

بر گرفته از http://linuxseason.ir/?p=4934

همانند گذشته بعد از انتشار آخرین نسخه از توزیع محبوب اوبونتو آموزش نصبش رو به صورت کامل و ساده همراه با تصویر براتون آماده کردم.

قبل از هر چیز  اول می بایست خودم تست می کردم تا تغییرات این نسخه رو نسبت به نسخه های  قبل ببینم  تا نکات مهم نصب این نسخه از قلم نیفته !

خوشبختانه هیچ تغییر خاصی در نصب این توزیع وجود ندارد و روش کلی نصب همانند نسخه های قبل است …

با روش زیر می توانید  اوبونتو را در کنار ویندوز و سیستم عامل های دیگر , بدون ترس از دست دادن اطلاعات  نصب و استفاده کنید .

۱) اوبونتو ۱۳.۰۴ رو از سایت زیر دانلود کنید و اون رو روی DVD یا فلش بریزید .

برای رایت فایل ISO بر روی DVD در ویندوز می توانید  از نرم افزار های ImgBurn یا ISO Recorder استفاده کنید :

http://www.imgburn.com/index.php?act=download

http://alexfeinman.com/isorecorder.htm

برای ریختن فایل ISO برروی فلش و ساخت فلش Bootable  در ویندوز می توانید  از نرم افزار های  Yumi یا Linux Live Creator استفاده کنید:

آموزش کار با نرم افزار YUMI

دانلود نرم افزار YUMI

دانلود نرم افزار Linux Live Ceator

آموزش ‌‌Bootable کردن فلش در لینوکس با نرم افزار Multisystem

آموزش Bootable کردن فلش در لینوکس با ترمینال

بعد از Bootable کردن فلش یا ریختن اوبونتو بر روی DVD , سیستم را با اوبونتو لایو اجرا کنید :

ubuntu test [Running] - Oracle VM VirtualBox_005

( برای اطلاعات بیشتر در مورد نحوه ی Run کردن سیستم با USB یا DVD باید نسبت به نوع مارک  مادربورد  در اینترنت گزینه ی Boot options سیستم خود رو جست و جو کنید )

  • ehsan gholami