Community Questions

Join the discussion, find answers, and help others.

Ask Question
15 votes
1
answers
1885 views

How to mount and unmount drives on Linux

I connected a new drive. How do I mount it and access the files?

C
cloud_arch asked 1 month, 3 weeks ago
19 votes
1
answers
452 views

How to set environment variables permanently

How do I set environment variables that persist after reboot?

N
noor_code asked 1 month, 3 weeks ago
49 votes
1
answers
1287 views

How to view and manage running processes

How do I see what processes are running and manage them?

O
omar_linux asked 1 month, 3 weeks ago
47 votes
1
answers
1299 views

How to find files by name on Linux

I need to search for files by name. What commands can I use?

F
fatima_dev asked 1 month, 3 weeks ago
43 votes
1
answers
1365 views

How to copy files between servers using SCP

I need to transfer files from one server to another. How do I use scp?

D
db_admin asked 1 month, 3 weeks ago
27 votes
1
answers
288 views

How to check open ports on Linux

How can I see which ports are open and listening on my server?

S
sysadmin asked 1 month, 3 weeks ago
8 votes
1
answers
1163 views

How to create a new user on Linux

I need to add a new user with sudo privileges. What are the steps?

S
security_pro asked 1 month, 3 weeks ago
32 votes
1
answers
1474 views

How to check Linux kernel version

What command shows the Linux kernel version? I need to verify it for compatibility.

W
web_developer asked 1 month, 3 weeks ago
35 votes
1
answers
453 views

How to create REST API with Django REST Framework

I want to build a REST API for my Django models. How do I use Django REST Framework?

L
linux_expert asked 1 month, 3 weeks ago
41 votes
1
answers
1587 views

How to implement user authentication in Django

I need to add login, logout, and registration functionality to my Django app. What is the best approach?

F
fatima_dev asked 1 month, 3 weeks ago
23 votes
1
answers
1326 views

How to send emails in Django

I need to send email notifications from my Django app. How do I configure and send emails?

D
db_admin asked 1 month, 3 weeks ago
36 votes
1
answers
906 views

How to add pagination to Django views

I have a list view with hundreds of items. How do I add pagination to show only 10 items per page?

F
fatima_dev asked 1 month, 3 weeks ago
12 votes
1
answers
879 views

How to create custom Django management commands

I need to create a custom command that I can run with manage.py. How do I create one?

P
python_dev asked 1 month, 3 weeks ago
35 votes
1
answers
366 views

How to use regular expressions in Python

I need to extract data from text using patterns. How do I use regex in Python?

N
noor_code asked 1 month, 3 weeks ago
36 votes
1
answers
1619 views

How to work with environment variables in Python

How do I read environment variables in Python and set default values if they do not exist?

L
linux_expert asked 1 month, 3 weeks ago
38 votes
1
answers
1295 views

How to use context managers (with statement) in Python

I see "with" statements used in Python. What are context managers and how do I create my own?

D
db_admin asked 1 month, 3 weeks ago
13 votes
1
answers
1717 views

How to read command line arguments in Python

How can I pass and read command line arguments in a Python script?

L
layla_web asked 1 month, 3 weeks ago
14 votes
1
answers
1004 views

How to work with datetime in Python

Working with dates and times in Python is confusing. How do I parse, format, and manipulate dates?

F
fatima_dev asked 1 month, 3 weeks ago
26 votes
1
answers
1357 views

How to use list comprehensions in Python

I keep seeing list comprehensions in Python code. Can you explain how to use them effectively?

D
db_admin asked 1 month, 3 weeks ago
9 votes
1
answers
683 views

How to make HTTP requests in Python

What library should I use for making HTTP requests in Python and how do I use it?

L
layla_web asked 1 month, 3 weeks ago
Previous Page 3 of 5 Next