Search results

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

    Install Nessus Vulnerability Scanner To Linux

    I want to install nessus non commercial version into my Linux ubuntu box. How can I get and install nessus? Thanks
  17. G

    Listing Services with Systemctl

    I want to list services currently installed in an ubuntu box. Also want to list the status of the listed services. Thanks
  18. G

    Remove older backups like 1 month

    I have some backup files which are created in a Daily manner. After some time they take a lot of space and i want to delete them according to their time stamp like delete 1 month olders. Thanks.
  19. G

    Opened File Accessor

    I want to remove a file in my home directory. But when I try to remove with with rm command I can not because given file is used by other processes. How can a find or list the processes which is opened or using this file? Thanks
  20. G

    File Permission of The Sh Files

    I have a Directory where a lot of bash script or sh file exist. I want to change their permission to the 770 with the chmod command. How can i accomplish that? Thanks.
Top