آموزش (تقریبا گرافیکی) redirection در bash
https://wiki.bash-hackers.org/howto/redirection_tutorial
  https://wiki.bash-hackers.org/howto/redirection_tutorial
سایت خوبی برای مدیریت حافظه
https://www.memorymanagement.org/index.html
  https://www.memorymanagement.org/index.html
سوالات متداول در مورد allocation و Garbage collection و .. 
https://www.memorymanagement.org/mmref/faq.html#mmref-faq
  https://www.memorymanagement.org/mmref/faq.html#mmref-faq
مدیریت حافظه در زبان های برنامهنویسی مختلف 
https://www.memorymanagement.org/mmref/lang.html
  https://www.memorymanagement.org/mmref/lang.html
این به نظرم خیلی سایت قشنگی بود
مفاهیم سی رو با جمله ها و تیکه کد های ساده یاد داده.
https://www.learn-c.org/
  
  مفاهیم سی رو با جمله ها و تیکه کد های ساده یاد داده.
https://www.learn-c.org/
www.learn-c.org
  
  Learn C - Free
Interactive C Tutorial
  Interactive C Tutorial
learn-c.org is a free interactive C tutorial for people who want to learn C, fast.
  
  نوشتههای ترمینالی
این به نظرم خیلی سایت قشنگی بود مفاهیم سی رو با جمله ها و تیکه کد های ساده یاد داده.  https://www.learn-c.org/
مال html cssش هم خیلی کامل بود.
https://www.learn-html.org/
  
  https://www.learn-html.org/
learn-html.org
  
  Learn HTML - Free
Interactive HTML Tutorial
  Interactive HTML Tutorial
learn-html.org is a free interactive HTML tutorial for people who want to learn HTML, fast.
  اگه جایی K&R دیدید، مثلا اینجا توی ویکیپدیا، این به استایل کتاب سیای که denis ritchie و Kernighan نوشتن مربوط میشه.
https://en.wikipedia.org/wiki/Indentation_style#K&R_style
  https://en.wikipedia.org/wiki/Indentation_style#K&R_style
چند دستور ویم برای فهمیدن اینکه چطور لود میشه و هر کدوم از اجزا چقدر زمان میگیرن برای لود شدن:
https://medium.com/usevim/improving-vims-startup-time-beb3f83cbfe8
  
  vim -V12logاین مطلب هم جالبه بخونید.
# result in "log" file
vim --startuptime timing.out
# result in "timing.out"
vim -u NORC --startuptime timing.out
# same as above but not load your configs
https://medium.com/usevim/improving-vims-startup-time-beb3f83cbfe8
Medium
  
  Improving Vim’s Startup Time
  Once you’ve installed pathogen.vim or Vundle, installing Vim scripts becomes almost… addictive. Eventually Vim’s startup time may start to suffer. Or perhaps you’ve installed a new OS and you can’t…
  نحوه مدیریت حافظه در پایتون
https://realpython.com/python-memory-management/
  
  https://realpython.com/python-memory-management/
Realpython
  
  Memory Management in Python – Real Python
  Get ready for a deep dive into the internals of Python to understand how it handles memory management. By the end of this article, you’ll know more about low-level computing, understand how Python abstracts lower-level operations, and find out about Python’s…
  
  نوشتههای ترمینالی
اگه مثل من فردا امتحان دارید، میتونید پست های اینجا رو بخونید: https://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered/184682  بهترین کامنتهایی که توی کد نوشتین. برای خودم اینا جالب بود:  This seems to…
چشمم الان به جمال اینم روشن شد:
     try {
        } catch (Exception ex) {
            // Silence is gold
        }
آرگومان -server و -client در دستور java (برای اجرای jvm) چی هستند؟
https://stackoverflow.com/questions/5272674/what-is-jvm-server-parameter
  
  https://stackoverflow.com/questions/5272674/what-is-jvm-server-parameter
Stack Overflow
  
  What is JVM -server parameter?
  I saw Java -server in https://shootout.alioth.debian.org/ for programming language benchmark.
I know that -server is a parameter for running JVM. I want to know:
When we use -server parameter and h...
  I know that -server is a parameter for running JVM. I want to know:
When we use -server parameter and h...
ساده ترین نمایش رشتهی خالی در اکثر زبانهای برنامهنویسی:
""
ساده ترین نمایش رشتهی خالی در سی:
\0
(یکم با تساهل)
  ""
ساده ترین نمایش رشتهی خالی در سی:
\0
(یکم با تساهل)
فقط منم از فایرفاکس به گوگل درایو دسترسی ندارم؟
با کروم و کرومیوم اوکیه. باقی سرویس های گوگل هم با فایرفاکس اوکیه.
  با کروم و کرومیوم اوکیه. باقی سرویس های گوگل هم با فایرفاکس اوکیه.
  نوشتههای ترمینالی
How To Become A Hacker https://www.catb.org/~esr/faqs/hacker-howto.html
به نظرم کسایی که این رو نخوندین، حتما بخونید.
طولانیه ولی خیلی به نکات خوبی اشاره میکنه و لینک های خوبی به جاهای دیگه میده.
  طولانیه ولی خیلی به نکات خوبی اشاره میکنه و لینک های خوبی به جاهای دیگه میده.
دوستان ifconfig رو deprecate کردن. شما هم بیاید از ip و iproute2 استفاده کنید.
https://ubuntu.com/blog/if-youre-still-using-ifconfig-youre-living-in-the-past
  
  https://ubuntu.com/blog/if-youre-still-using-ifconfig-youre-living-in-the-past
Ubuntu
  
  If you’re still using ifconfig, you’re living in the past | Ubuntu
  The world evolves I regularly see “recommendations” to use ifconfig to get interface information in mailing list posts or bug reports and other places. I might even be guilty of it myself. Still, the world of networking has evolved quite a lot since ifconfig…