Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nikolaymartin

#1
I want to add a user account to my linuxbox. But this user will have specific expire time which will be specified at the useradd definition.
#2
Iwant to list only users names in a Linux system byusing the /etc/passwd file.
#3
I have a mariadb database and I want to list existing databases from the linux command line.
#4
How can I remove a specific user from the group?
#5
I have a script in my system. I want to run this script on the remote system which has SSH connection.
#6
I have an applications developed with PHP. I have a big text file where I want to match for a word but this can be change in the feature. How can I match a word in PHP?
#7
I have multiple files in a Linux systems where I want to copy them with a single cp command into a different path and directory. Should I write a bash script to copy one by one?
#8
How can I stop the networking service by using init.d for the Ubuntu operationg system?
#9
Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
#10
Are there any way to check the file existence in Python script.
#11
Forum Lobby / Install pip command in Mint
April 11, 2020, 06:57:18 AM
I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks