This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/lib/systemd/system/ Systemd units distributed with installed RPM packages. | |
| /run/systemd/system/ Systemd units created at run time. This directory takes precedence over the directory with installed service units. | |
| /etc/systemd/system/ Systemd units created and managed by the system administrator. This directory takes precedence over the directory with runtime units. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dnf repoquery -l <package> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker rmi $(docker images -q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git remote add upstream [email protected]:something/repo.git | |
| git fetch upstream | |
| git merge upstream/master master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| find . -maxdepth 1 -mtime -1 -name "*TRA*" -exec cp -p -v {} /tmp/inc12345 \; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host jumphost.domain.net gitlab.domain.net 10.2.2.* | |
| ProxyCommand none | |
| Host * | |
| ProxyCommand ssh -W %h:%p [email protected] | |
| ServerAliveInterval 120 | |
| ControlMaster auto | |
| ControlPersist=300s | |
| ControlPath=~/.ssh/%u-at-%h |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mvn -DgroupId=org.apache.camel.community.so -DartifactId=q59053263 -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.camel.archetypes -DarchetypeArtifactId=camel-archetype-spring-boot -DarchetypeVersion=3.0.0-RC3 org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Acquire::http:Proxy "http://10.0.2.2:3128/"; | |
| Acquire::https:Proxy "http://10.0.2.2:3128/"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /^[A-Za-z'\- ÇüÜéâÂäàÀåçêÊëËèèïÏîÎìÌÄÅÉôÔöòÒûÛùÙÖÜøØáÁóÓíÍúÚñÑß]+$/, |