Recent content by Gabriel9999

  1. G

    Add New User with Specific Expire Date

    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. G

    Disable Selinux Temporarily

    I want to dislabe SeLinux but this will be temporary where after reboot it should be enabled.
  3. G

    Check Java version from Command Line

    I have a Java installation and I have only access via bash. How can I check the Java version from command line.
  4. G

    List Only Usernames

    Iwant to list only users names in a Linux system byusing the /etc/passwd file.
  5. G

    List installed packages

    How can I list installed rpm packages ?
  6. G

    How to list databases from Linux command list?

    I have a mariadb database and I want to list existing databases from the linux command line.
  7. G

    Shutdown system after 3 minutes

    How can I shutdown the system after 3 minutes automatically.
  8. G

    Remove A User From the specific Group In Linux

    How can I remove a specific user from the group?
  9. G

    Run Local Script On Remote System via SSH

    I have a script in my system. I want to run this script on the remote system which has SSH connection.
  10. G

    Match for a word in a text with the PHP script

    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?
  11. G

    Copy bulk Files in Linux

    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?
  12. G

    Stop network service with init.d For Ubuntu

    How can I stop the networking service by using init.d for the Ubuntu operationg system?
  13. G

    Check Python Interpreter Version

    Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
  14. G

    check file Existing with Python Script

    Are there any way to check the file existence in Python script.
  15. G

    Install pip command in Mint

    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
Top