ssh and gpg
|
May 13, 2025
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 »
rails and docker
|
Feb 29, 2024
Setting Up MySQL
Continue reading »
ruby
|
Mar 30, 2023
To install Ruby using ruby-build
and rbenv
, you can follow these steps:
Continue reading »
old questions collection
|
Jan 29, 2019 • Madhav Paudel
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)
Continue reading »