Course Content : 1. Python Get Started – Installation Python 3.10, PyCharm IDE 2. Python Syntax, Comments, Variables 3. Python Data Types, Numbers, Casting, 4. Python Strings, Booleans, Operators, Lists, Tuples, Sets, Dictionaries 5. Python Loops – If…Else, While, For Read More …
Category: Important Stuff !
Software Installation In Alma Linux Using – dnf Command
You can install software in Linux using dnf command as below. I have tested all commands on AlmaLinux 9.4. Make sure that you have properly configured Linux and repo files are present in /etc/yum.repos.d/ folder. It is higher version of Read More …
HowTo Change Windows RDP Port?
Below are steps. 1. Open Registry Editor using Run Window. 2. Copy following Key Location and Paste in Address Bar of Registry Editor. Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp 3. Edit Port Number Value.
Fast Track Python Course
Below are the details of the course. Duration – 05 Days (2 Hours Per Day) Course Fee – Rs.1000/- Learning Mode – Online Zoom Course Content – Introduction to Python Installing On Windows & Linux Platform Python Syntax Python Comments Read More …
Mastering cPanel Course
Click Here For Registration
Free Python Training
Below are the details of this training. Mode – Online (Zoom Training) Cost – Free Duration – 7 Hours (02 Days) Content – As given below. 1. Python Get Started 2. Installation Python 3.10, PyCharm IDE 3. Python Syntax, Comments, Read More …
Disable Color Coding In nano Editor
If you wish to disable color coding feature in nano editor then you can do this simply by adding following line in you .bashrc file. alias nano=’nano -Ynone’
Reset Windows 2019 Administrator Password
Below are steps. Boot your Windows Machine from installation media. Go to Repair Your Computer and Choose Command Prompt. Issue following commands. move c:\windows\system32\utilman.exe c:\windows\system32\1234.exe.bak copy c:\windows\system32\cmd.exe c:\windows\system32\utilman.exe Reboot Machine and after you see Windows Login prompt press (Windows Key Read More …
HowTo Install OwnCloud On CentOS-7
If you have freshly installed server then follow the steps given below. Step -1 : Disable SELinux and Firewalld. # setenforce 0 # systemctl stop firewalld # systemctl disable firewalld # rm -f /etc/selinux/config # touch /etc/selinux/config # chmod 644 Read More …
Linux – Recommended Learning Sequence
Below list contains recommended learning sequence. 1 2 1 2