smallish spelling fixes
[~bandali/bndl.org] / fa / computing.html
CommitLineData
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>چگونه از رایانه استفاده می‌کنم &mdash; بندعلی</title>
8<link rel="canonical" href="https://bndl.org/fa/computing.html" />
a0e46d57 9<link rel="alternate" href="bandali-computing.fa.txt" title="plain text" type="text/plain" />
7b376474
AB
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;
bd5b7d91 19 src: local('Sahel Bold WOL'), local('Sahel Bold'),
fff36cd0
AB
20 url('sahelb.woff2') format('woff2');
21}
7b376474 22body {
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}
29a { text-decoration: none; }
30a:hover, a:focus { text-decoration: underline; }
31details { margin: 1em 0; }
32details summary { cursor: pointer; }
33#copy { font-size: 0.84em; line-height: normal; }
34#copy p { padding: 0 2em; }
35h1 + 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}
43code.box { padding: 0.4em 0.8em; }
44code, 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>
9097e885 66شده‌ام رایانه ایست که اکثر مواقع از آن استفاده می‌کنم. همچنین از
7b376474
AB
67طریق <a href="https://csclub.uwaterloo.ca">باشگاه علوم رایانه</a>
68دانشگاه‌مان به تعدادی سرور دسترسی دارم که هر از گاهی ازشان برای کارهای
69محاسباتی سنگین‌تر استفاده می‌کنم. به غیر از این‌ها یک Dell XPS 15 و
70ThinkPad X220T نیز دارم که کمتر ازشان استفاده می‌کنم.</p>
71
72<h2>توزیع گنو/لینوکس</h2>
9097e885 73<p>در طول سالیان از طیف مختلفی از توزیع‌های گنو/لینوکس استفاده کرده‌ام،
7b376474 74اما پس از پیدا کردن <a href="https://trisquel.info">تریسکل</a> و
9097e885
AB
75استفاده از آن در سال‌های اخیر، به عنوان توزیع مورد علاقه‌ام در بیشتر
76جاها ازش استفاده می‌کنم. گاهی اوقات
77با <a href="https://guix.gnu.org">گنو گیکس</a> ترکیبش می‌کنم.
78برای <abbr title="kernel">هسته</abbr> سیستم عامل هم معمولا
7b376474
AB
79از <a href="https://www.fsfla.org/ikiwiki/selibre/linux-libre/">گنو
80لینوکس-لیبره</a> از <a href="https://jxself.org/linux-libre/">مخزن
81APT</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
91https://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
98modification, are permitted in any medium without royalty provided the
99copyright notice and this notice are preserved. This file is offered
100as-is, without any warranty.</p>
101
102<p>رونوشت و توزیع این پرونده، با یا بدون تغییر، در سراسر دنیا بدون حق
103امتیاز و در هر رسانه‌ای مجاز است، به شرطی که این اعلان و اعلان حق تکثیر
104حفظ شود. این پرونده به صورت موجود و بدون هیچ گونه ضمانت ارائه
105می‌شود.</p>
106</details>
107</body>
108</html>