Snippets tagged “linux”
10 snippets use this tag.
- Downloading Java JDK on Linux via wget is shown license page insteadJava
If you are trying to download the Java Development Kit (JDK) on Linux using wget and you are being shown the license page instead of the JDK download, it is likely because the download page has changed since the wget command was written.
- How do you enable mod_rewrite on any OS?PHP
To enable mod_rewrite on a PHP server, you will need to make sure that the Apache mod_rewrite module is installed and enabled.
- How to activate virtualenv in Linux?Python
To activate a virtual environment in Linux, you can use the source command and the path to the activate script that is located in the virtual environment's bin directory.
- How to Clean Your Ubuntu MachineLinux
4 ways to clean your ubuntu machine. Here are some ways to clean your ubuntu PC and make it faster. Try the examples yourself and see the results.
- How to Delete Git Repository Created with InitGit
In this tutorial, you will find out two methods of deleting the git repository created with the git init command for Linux and Windows operating systems.
- How to Find All Files Containing Specific Text on LinuxLinux
Learn How to Find All Files Containing Specific Text on Linux with W3docs tutorial. Also, try the examples yourself and see the results.
- How to open/run .jar file (double-click not working)?Java
To open a .jar file on a Windows system, you can do one of the following:
- How to set JAVA_HOME in Linux for all usersJava
To set the JAVA_HOME environment variable in Linux for all users, you will need to add a line to the /etc/environment file.
- Where can php.ini be FoundPHP
This tutorial is dedicated to an issue that any developer may come across. It’s where to find the php.ini file. Choose among the three methods provided.
- Where is the php.ini file on a Linux/CentOS PC?PHP
On a CentOS system, the php.ini file is usually located in the /etc directory.