// License key created by MIT University
// Created by D4RK DR4G0N | Mail Support: thongphjk0065
// Introduction:
-
Lập trình thông qua ngôn ngữ C#
-
Phiên bản Visual Studio Enterprise 2017 | Net Framework 4.7.1 | Net Core Version 2.0.0
-
Hệ điều hành Linux Command Basic được viết bằng C#
----------------------------------------------------------------------------------------------------------------------------------------
XEM THÊM ==> Hướng dẫn cài đặt chi tiết
Nguồn: Sharecode.vn
// Hướng Dẫn Sử Dụng:
-
Để sử dụng hệ điều hành yêu cầu bạn phải có máy ảo VMware Workstation , VMware Player hoặc Virtual Box.
-
Tạo hệ điều hành như bình thường với Version là Ubuntu hay gì đều được.
-
GB mặc định dung lượng cho ổ đĩa chỉ cần 512 MB.
// Các lệnh có thể thử như sau :
cls | Clears the console
echo/n | Writes whats after the slash to the screen
run/prog | Runs said program
cd/dir | Changes to said directory
md/dir | Makes said directory folder
dir | Shows directorys and folders in current address
tdit | Launches text editing program
tdit.help | Shows extra tdit info and help
help | Displays this help message
reboot | Restarts the system
add/n1@n2 | Adds n1 and n2 together
subtract/n1#n2 | Subtracts n1 from n2
multiply/n1#n2 | Multiplys n1 and n2
divide/n1#n2 | Divides n1 from n2
power/n1#n2 | Raises n1 to the power of n2
gcd/n1#n2 | Gets greatest common divisor of n1 and n2
lcm/n1#n2 | Gets least common multiplyer of n1 and n2
lock | Locks the system, unlocked with username and password