Commit | Line | Data |
---|---|---|
7b376474 AB |
1 | <!doctype html> |
2 | <html lang="fa" dir="rtl"> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="author" content="بندعلی" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 | <title>چگونه از رایانه استفاده میکنم — بندعلی</title> | |
8 | <link rel="canonical" href="https://bndl.org/fa/computing.html" /> | |
9 | <link rel="alternate" href="computing.fa.txt" title="plain text" type="text/plain" /> | |
10 | <link rel="next" href="fsf-internship-intro.html"> | |
11 | <style> | |
fff36cd0 AB |
12 | @font-face { |
13 | font-family: sahel; font-weight: normal; | |
14 | src: local('Sahel WOL'), local('Sahel'), | |
15 | url('sahel.woff2') format('woff2'); | |
16 | } | |
17 | @font-face { | |
18 | font-family: sahel; font-weight: bold; | |
19 | src: local('Sahel WOL'), local('Sahel'), | |
20 | url('sahelb.woff2') format('woff2'); | |
21 | } | |
7b376474 | 22 | body { |
fff36cd0 | 23 | font-family: sahel, sans-serif; |
7b376474 AB |
24 | line-height: 1.8; |
25 | max-width: 37.5em; | |
26 | margin: 0 auto; | |
27 | padding: 0 1em; | |
28 | } | |
29 | a { text-decoration: none; } | |
30 | a:hover, a:focus { text-decoration: underline; } | |
31 | details { margin: 1em 0; } | |
32 | details summary { cursor: pointer; } | |
33 | #copy { font-size: 0.84em; line-height: normal; } | |
34 | #copy p { padding: 0 2em; } | |
35 | h1 + p { color: #666; } | |
36 | .box { | |
37 | background: #f8f8f8; | |
38 | border: 1px solid #e6e6e6; | |
39 | border-radius: 4px; | |
40 | font-size: 0.95em; | |
41 | padding: 0.6em 0.9em; | |
42 | } | |
43 | code.box { padding: 0.4em 0.8em; } | |
44 | code, kbd, pre { font-size: 1.2em; } | |
45 | @media (prefers-color-scheme: dark) { | |
46 | body { background: #1c1c1c; color: white; } | |
47 | a:link { color: #acdeff; } | |
48 | a:visited { color: #f8f; } | |
49 | a:active { color: #e00; } | |
50 | .box { background: #1b1d1e; border-color: #373c34; } | |
51 | } | |
52 | </style> | |
53 | </head> | |
54 | <body> | |
55 | <h1>چگونه از رایانه استفاده میکنم</h1> | |
56 | <p>نوشتهٔ <a href="https://bndl.org/fa/"><b>بندعلی</b></a> در ۱۴ | |
57 | سپتامبر ۲۰۱۹ <small>(آخرین بهروزرسانی: ۲۸ فوریه ۲۰۲۱) (همچنین | |
58 | در <a href="bandali-computing.fa.txt">متن ساده</a>)</small></p> | |
59 | ||
60 | <p class="box">با الهام از | |
61 | صفحهٔ <a href="https://stallman.org/stallman-computing.html">استالمن</a> | |
62 | در این باره</p> | |
63 | ||
64 | <h2>رایانهها</h2> | |
65 | <p>لپتاپ ThinkPad X200 <a href="https://libreboot.org">لیبرهبوت</a> | |
66 | شدهم رایانه ایست که اکثر مواقع از آن استفاده میکنم. همچنین از | |
67 | طریق <a href="https://csclub.uwaterloo.ca">باشگاه علوم رایانه</a> | |
68 | دانشگاهمان به تعدادی سرور دسترسی دارم که هر از گاهی ازشان برای کارهای | |
69 | محاسباتی سنگینتر استفاده میکنم. به غیر از اینها یک Dell XPS 15 و | |
70 | ThinkPad X220T نیز دارم که کمتر ازشان استفاده میکنم.</p> | |
71 | ||
72 | <h2>توزیع گنو/لینوکس</h2> | |
73 | <p>در طول سالیان از طیف مختلفی از توزیعهای گنو/لینوکس استفاده کردهم، | |
74 | اما پس از پیدا کردن <a href="https://trisquel.info">تریسکل</a> و | |
75 | استفاده از آن در سالهای اخیر، به عنوان توزیع مورد علاقهم در بیشتر جاها | |
76 | ازش استفاده میکنم. گاهی اوقات با <a href="https://guix.gnu.org">گنو | |
77 | گیکس</a> ترکیبش میکنم. برای <abbr title="kernel">هسته</abbr> سیستم | |
78 | عامل هم معمولا | |
79 | از <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">گنو | |
80 | لینوکس-لیبره</a> از <a href="https://jxself.org/linux-libre/">مخزن | |
81 | APT</a> اداره شده توسط jxself استفاده میکنم.</p> | |
82 | ||
83 | <h2>کارهای پردازشی و محاسباتی</h2> | |
84 | <p>بیشتر وقتم را در <a href="https://www.gnu.org/software/emacs/">گنو | |
85 | ایمکس</a> میگذارنم و برای بسیاری کارهای مختلف از آن استفاده میکنم.</p> | |
86 | <p>TODO: توضیح بیشتر</p> | |
87 | ||
88 | <h2 id="colophon">بهروزرسانی این سایت</h2> | |
89 | <p>صفحات این سایت با استفاده از گنو ایمکس و به صورت دستی با HTML ساده | |
90 | نوشته شدهاند. با اجرای دستور <code class="box">git clone | |
91 | https://bndl.org</code> در یک ترمینال میتوانید مخرن گیت شامل تمامی | |
92 | صفحات این سایت و تاریخچهٔ تغییرات آنها را دریافت کنید.</p> | |
93 | ||
94 | <hr /> | |
95 | <details id="copy"> | |
96 | <summary dir="ltr">Copyright © 2019, 2020, 2021 bandali</summary> | |
97 | <p dir="ltr">Copying and distribution of this file, with or without | |
98 | modification, are permitted in any medium without royalty provided the | |
99 | copyright notice and this notice are preserved. This file is offered | |
100 | as-is, without any warranty.</p> | |
101 | ||
102 | <p>رونوشت و توزیع این پرونده، با یا بدون تغییر، در سراسر دنیا بدون حق | |
103 | امتیاز و در هر رسانهای مجاز است، به شرطی که این اعلان و اعلان حق تکثیر | |
104 | حفظ شود. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه | |
105 | میشود.</p> | |
106 | </details> | |
107 | </body> | |
108 | </html> |