linux komutlarim (ogreniyorum)-
| komut | tanimi |
| tar -czvf archive.tar.gz folder/ |
klasoru dosyaya sikistirma |
| gzip -d folder.tar.gz tar -xvf folder.tar |
sikistirilmis dosyayi klasore acma |
| wget -c -b "http://file/you/wish/to/download.ext" --limit-rate=100k |
Silent and unattended large file download with wget Where, -c will continue getting partially-downloaded file (if connection was dropped or smth else), -b will put wget downloading into background, --limit-rate=100k will limit downloading speed at 100 KBytes per second (KB/s). |
| vmstat 5 3 | Sistemin genel durumunu veriyor 3 defa 5 saniyeyi ornekleyerek. bilgi... |
















