About 555,000 results
Open links in new tab
  1. text editor - How do I edit configuration files? - Ask Ubuntu

    Jul 24, 2019 · You could also use LibreOffice Writer but make sure you save your file as plain text and not in LibreOffice Writer's default Open Document Format. Mostly though, you needn't edit config …

  2. boot - How can I edit a .conf file owned by root? - Ask Ubuntu

    sudoedit /path/to/file.conf This is logically equivalent to writing the same command the long way: sudo nano /path/to/file.conf The instructions for using nano text editor are always displayed at the bottom …

  3. Best way to read a config file in bash - Ask Ubuntu

    Feb 24, 2017 · What is the best way to read a config file in bash? For example, you have a script and aren't willing to fill in all the config manually each time you call the script.

  4. Can't open config file: /usr/local/ssl/openssl.cnf on Windows

    The solution is running this command: set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg or set OPENSSL_CONF=[path-to-OpenSSL-install-dir]\bin\openssl.cfg in the command prompt before …

  5. How to read a config file using python - Stack Overflow

    0 Since your config file is a normal text file, just read it using the open function:

  6. json - How would you save a simple settings/configuration file in ...

    Oct 27, 2024 · If the configuration file doesn't exist, it appears after first call of conf.save_config_file (). If you change config.json after that, variables from file must "beat" hard coded variables at the next time.

  7. How to change XAMPP apache server port? - Stack Overflow

    Oct 3, 2016 · 1) First, you need to open the Apache “httpd.conf” file and configure it to use/listen on a new port no. To open httpd.conf file, click the “Config” button next to Apache “Start” and “Admin” …

  8. How can I view the complete httpd configuration? - Stack Overflow

    I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are scattered in different files (/etc/httpd/conf.d, httpd.conf, various mod conf...

  9. How do I change the number of open files limit in Linux?

    Each operating system has a different hard limit setup in a configuration file. For instance, the hard open file limit on Solaris can be set on boot from /etc/system. set rlim_fd_max = 166384 set rlim_fd_cur = …

  10. how open .conf file with admin rights, edit and save using bat

    Jul 7, 2017 · how open .conf file with admin rights, edit and save using bat Asked 8 years, 4 months ago Modified 8 years, 4 months ago Viewed 158 times