smallish spelling fixes
[~bandali/bndl.org] / fa / computing.html
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>چگونه از رایانه استفاده می‌کنم &mdash; بندعلی</title>
8 <link rel="canonical" href="https://bndl.org/fa/computing.html" />
9 <link rel="alternate" href="bandali-computing.fa.txt" title="plain text" type="text/plain" />
10 <link rel="next" href="fsf-internship-intro.html">
11 <style>
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 Bold WOL'), local('Sahel Bold'),
20 url('sahelb.woff2') format('woff2');
21 }
22 body {
23 font-family: sahel, sans-serif;
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 جاها ازش استفاده می‌کنم. گاهی اوقات
77 با <a href="https://guix.gnu.org">گنو گیکس</a> ترکیبش می‌کنم.
78 برای <abbr title="kernel">هسته</abbr> سیستم عامل هم معمولا
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 &copy; 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>