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
<?php | |
/** | |
* phpMyAdmin configuration file, you can use it as base for the manual | |
* configuration. For easier setup you can use "setup/". | |
* | |
* All directives are explained in Documentation.html and on phpMyAdmin | |
* wiki <http://wiki.phpmyadmin.net>. | |
*/ | |
/* |
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
# | |
# This is the main Apache HTTP server configuration file. It contains the | |
# configuration directives that give the server its instructions. | |
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information. | |
# In particular, see | |
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html> | |
# for a discussion of each configuration directive. | |
# | |
# Do NOT simply read the instructions in here without understanding | |
# what they do. They're here only as hints or reminders. If you are unsure |
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
$ systemd-analyze | |
Startup finished in 936ms (kernel) + 3.217s (initrd) + 53.980s (userspace) = 58.135s | |
$ systemd-analyze blame | |
18.740s plymouth-quit-wait.service | |
13.125s systemd-udev-settle.service | |
10.821s systemd-journald.service | |
7.654s firewalld.service | |
7.233s NetworkManager-wait-online.service | |
6.958s dev-mapper-fedora\x2droot.device |
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
# created by mambang for oshirix | |
# Create own window instead of using desktop (required in nautilus) | |
own_window yes | |
own_window_type overide | |
own_window_transparent yes | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
background no #Transparent background. | |
# Use double buffering (reduces flicker, may not work for everyone) |
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
<SCRIPT Language="JavaScript"> | |
<!-- | |
function Form_Validator(theForm) | |
{ | |
if (theForm.usernameID.value == "" ) | |
{ | |
alert("Please Key-In Your Username !"); | |
theForm.usernameID.focus(); | |
return (false); |
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
$ sudo dnf group install kde-desktop-environment | |
Fedora 23 - x86_64 - Updates 159 kB/s | 20 MB 02:06 | |
Last metadata expiration check performed 0:01:14 ago on Mon Mar 7 22:53:44 2016. | |
Dependencies resolved. | |
======================================================================================================================================================================== | |
Group Packages | |
======================================================================================================================================================================== | |
Marking installed: | |
Multimedia alsa-plugins-pulseaudio pulseaudio alsa-utils | |
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
21:45:05.610 [ERROR] [org.gradle.internal.concurrent.DefaultExecutorFactory] Failed to execute org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler$ConnectionWorker@3a8fab70. | |
org.gradle.messaging.remote.internal.MessageIOException: Could not write message Failure[value=org.gradle.messaging.remote.internal.MessageIOException: Could not read message from '/127.0.0.1:5849'.] to '/127.0.0.1:5849'. | |
at org.gradle.messaging.remote.internal.inet.SocketConnection.dispatch(SocketConnection.java:111) | |
at org.gradle.launcher.daemon.server.SynchronizedDispatchConnection.dispatch(SynchronizedDispatchConnection.java:55) | |
at org.gradle.launcher.daemon.server.DefaultDaemonConnection.completed(DefaultDaemonConnection.java:129) | |
at org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler$ConnectionWorker.receiveCommand(DefaultIncomingConnectionHandler.java:146) | |
at org.gradle.launcher.daemon.server.DefaultIncomingConnectionHandler$ConnectionWorker.receiveAndHandleCommand(DefaultIncomingConnectionHandler |
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
*.tmp | |
# Word temporary | |
~$*.doc* | |
# Excel temporary | |
~$*.xls* | |
# Excel Backup File | |
*.xlk |
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
# DW Dreamweaver added files | |
_notes | |
_compareTemp | |
configs/ | |
dwsync.xml | |
dw_php_codehinting.config | |
*.mno |