Irin HiTech
Irin HiTech is Bangladesh Based HiTech Service provider. We provide Linux based solution for real li
25/05/2020
ঈদ মানে আনন্দ। ঈদ মানে খুশি। ঈদ মানে নতুন পোশাক। ঈদ মানে মায়ের কাছে যাওয়া। ঈদ মানে স্বজন আর বন্ধুদের মিলনমেলা, হৈ-হুল্লোড়, ঘুরে বেড়ানো। কিন্তু এবার সেই অনাবিল আনন্দের আবহ নেই। খুশির জোয়ারও নেই। সবকিছু থমকে গেছে। দেশে বিদেশে অনেকে মারা গেছেন। অনেকেই হাসপাতালে রোগ যন্ত্রণায় কাতরাচ্ছেন। স্বজন হারানোর বেদনা সর্বত্র। কিন্তু তবুও ঈদ আসে।
24/12/2019
Merry Christmas
24/09/2019
Basic Linux command line tutorial to start developing in Ubuntu...
Clear the terminal screen:
clear.
2. See the location of the pointer :
pwd.
3. Show contents of folder :
ls.
4. Move up:
cd ..
5. Move to specific folder :
cd folderName.
6. Move to root:
cd /
7. Show all files (hidden also):
ls -a.
8. See all files and also details :
ls -l.
9. make a new directory
mkdir directoryName
10. delete
rm -r directoryName
rm nameOfFile
rmdir directoryName
(rm -r is used when the directory is not empty.)
11. make a file
touch f.txt
12. Open with an editor :
code f.txt
13. see contents of a text file in the terminal :
cat f.txt
this helps when you need to look inside a small file.to see larger files use :
less f.txt
quit pressing “q”.
14. Renaming a file :
mv f.txt newName
15. copy a file :
cp newName.txt copied.txt
16. locating a file/folder:
which fileName/foldername
17. see what commands you used upto 500 :
history
18. update Ubuntu :
sudo apt-get update
19. See network information :
ifconfig
20. ping a website :
ping google.com
21. see own os information :
uname -a
22. See system usage data :
top
23. See disk space :
df
24. Install software :
sudo apt-get install Name
25. Remove/uninsall :
sudo apt-get remove Name
26. Restart computer :
sudo reboot
27. Shutdown Computer : (try anyone)
sudo shutdown -h now
sudo poweroff
Click here to claim your Sponsored Listing.
Category
Telephone
Website
Address
Dormupur Degree College Road
Cumilla
3502
Opening Hours
| Monday | 09:00 - 06:00 |
| Tuesday | 10:00 - 06:00 |
| Wednesday | 10:00 - 17:00 |
| Thursday | 09:00 - 17:00 |
| Saturday | 09:00 - 17:00 |
| Sunday | 09:00 - 06:00 |