Below is Course Content For Module – 1 (Anybody can go for this course.) Duration – 20 Days Fees – Rs.5000/- ($100) 1. Introduction to Operating System. a] Why OS is required? b] How OS works in system? c] Types Read More …
Category: Important Stuff !
How To Find Windows Product Key?
Below are steps. 1. Open Windows Command Prompt using Administrator rights. 2. Run following command to get Windows Product Key. c:\> wmic path softwareLicensingService get OA3xOriginalProductKey
Linux Class Notes
Click Here For Google Drive Link
Linux – Zoom Invitation
Sharad S. is inviting you to a scheduled Zoom meeting. Topic: Mastering Linux Join Zoom Meeting https://us06web.zoom.us/j/88496177000?pwd=QzYfWasePukOK0bc20MHgg8xERfxb8.1 Meeting ID: 884 9617 7000 Passcode: 151900
Mastering Linux !
Mastering Linux Course contains three parts as given below. Below link contains complete course content in a PDF file. You can download the same. Alternatively, brief description is also given below. Mastering Linux – Complete Course Content Module 1 : Read More …
Student Registration Form
Please click the following link and download the Microsoft Word File. Complete the form and send the same on srs @ ssharad.com Student Registration Form
How to make payment?
You can make payment using following means. SBI Bank Details : A/C Name : Magnum Net A/C Number : 34072401767 IFSC Code : SBIN0008239 Bank Name : SBI Branch Name : Surendra Nagar, Nagpur Google Pay Number – 9850317225 PhonePe Read More …
Managing Software RAID Device In Linux
If you are using Software RAID in Linux and assume that you have /dev/md0 as your RAID Device then you can use following set of commands to manage the RAID Device. 1. To get status and health of the device, Read More …
Mikrotik Router – Bandwidth Limitation
You can limit bandwidth Per IP using Simple Queue as below. In following example 192.168.100.1 is the IP where required bandwidth Limit 1M Incoming & 1M Outgoing. Below is a rule for the same. /queue simple add name=”Queue-01″ max-limit=1M/1M target=”192.168.100.1″
Install xRDP in CentOS 7
XRDP is a package which allows RDP Connection from Windows Machine. Using this feature you can access the Desktop of your machine from any Windows Machine, Below are the steps. 1, Install following Packages. # yum install -y epel-release # Read More …