لینوکس نامه
ندیدم به عمرم چنین اُاِسی
وزین و قوی و فرین اُاِسی
به کار اندرش سالها رفتمی
به کام اندرش دستها زُفتمی
بزادش لینوس توروالدزِ کهن
بپروردش آن ریچی اِستاله من
بگفتا ریچی کین نباشد یونِکس
بنامیدش آن گونو اِسلَش لینِکس
به وصفش چه گویم چو کوهی ستبر
به نازش چه گویم تو گویی چو ابر
چو آن را بدیدم من اول به روز
ز زیباییش مر دو لب را بدوز
...
Linux drives creativity! It lets you make mistakes and you can learn from your mistakes!
Presentations:
GNU/Linux-1 : History, Open Source, Free Software, An Overview of LinuxGNU/Linux-2 : Shells, Filesystem Structure, Basic Linux Commands, Getting Help in bash
GNU/Linux-3 : Software Installation, Filesystem Permissions, Introduction to Peipherals
GNU/Linux-4 : Working with files, Linking, Searching, Compressing, Processes
GNU/Linux-5 : Hardware Information, Device Files, File System Table, Using USB and Floppy, Disk Usage, Modem
GNU/Linux-6 : Shell Programming
GNU/Linux-7 : Boot Process, Runlevels, Log Files, Shared Libraries, Networking
GNU/Linux-8 : Networking, Kernel, Modules, User Management
GNU/Linux-9 : File Sharing via Samba, Task Scheduling
-> In case you found any problem, mistake, or error in these presentation please let me know through my email address.
Thanks
Other Stuff:
A simple shell, Donwload C SourceFilesystem Hierarchy Standard
A good book for linux programming
Advanced Bash-Scripting Guide (HTML), (PDF)
LinuxConfig
Tips:
Setting tab size in Vi:
set ts=4
You have a Nokia N70 cell phone?! In order to access its file system under linux, login as root and run this command:
obexfs -u 1 /mnt/
You should have obexfs installed. Just go to /mnt. There you can find the your modile file system.
Wanna count the number of words in Kate?
Configure an external tool for this and use the
wc to accomplish this. Go to Setting > Configure Kate > External Tools. Press New... button. A windows pops up. Fill in the fields as it is illustrated in this figure.
The Script field is this:
kdialog --msgbox `echo %selection | wc --words`
Then you can assign a shortcut to this tool. In your editor when you select a text if you go to Tools > External Tools and select the Word Count, it shows a dialog with the number of words in the selected text. If you have assigned a shortcut, after selecting the text just press the shortcut keys and .... enjoy :)