Install ruby with rbenv and ruby-build
To install Ruby using ruby-build
and rbenv
, you can follow these steps:
How to add ssh and gpg keys in GitHub or GitLab?
Configure git
Initial configuration of git if you have not set yet.
git config --global color.ui true
git config --global user.name "YOUR NAME"
git config --global user.email "[email protected]"
Adding SSH key
Run this command in your terminal to generate new ssh key ```shell ssh-keygen -t ed25519 -C “[email protected]”
Continue reading »B.Sc. CSIT Sixth Semester All Questions 2075
Here is a collection of all subjects of B.Sc.CSIT sixth semester questions 2075. Click the respective subject to view or download the question.
Compulsory Subjects
Software Engineering (CSc.351)
Compiler Design and Construction (CSc.352)
Web Technologies (CSc.353)
Real Time Systems (CSc.354)
Alternative Subjects
Fundamental of E-commerce (CSc.356)
Net Centric Computing (CSc.360)
Embedded System Programming (CSc.362)
Image Processing (CSc.363)