This file contains 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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
This file contains 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
[root@localhost ~]# spacewalk-repo-sync --channel rhel-7-server-rhceph-2-mon-rpms --type yum | |
====================================== | |
| Channel: rhel-7-server-rhceph-2-mon-rpms | |
====================================== | |
Repo URL: http://localhost/rhel-7-server-rhceph-2-mon-rpms/ | |
ERROR: ('ERROR: relation "rhncontentssl" does not exist\nLINE 3: from rhncontentssl\n ^\n', <connection object at 0x2929890; dsn: 'password=xxxxx dbname=rhnschema user=rhnuser', closed: 0>, '\n select k1.key as ca_cert, k2.key as client_cert, k3.key as client_key\n from rhncontentssl\n join rhncryptokey k1\n on rhncontentssl.ssl_ca_cert_id = k1.id\n left outer join rhncryptokey k2\n on rhncontentssl.ssl_client_cert_id = k2.id\n left outer join rhncryptokey k3\n |
This file contains 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
URxvt*termName: rxvt-256color | |
URxvt*scrollBar: false | |
URxvt*secondaryScroll: true | |
URxvt*shading: 50 | |
URxvt*transparent: true | |
URxvt*boldFont: xft:Inconsolata:Regular:pixelsize=17 | |
URxvt*font: xft:Inconsolata:Regular:pixelsize=17 | |
URxvt*background: #000000 | |
URxvt*foreground: #ffffff |
This file contains 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
Add the following to your .bashrc (change path as necessary): | |
alias ruby='/cygdrive/c/Ruby193/bin/ruby' | |
alias gem='/cygdrive/c/Ruby193/bin/gem.bat' | |
alias irb='/cygdrive/c/Ruby193/bin/irb.bat' |
This file contains 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
/* SQLite3 config for PDO */ | |
$db['default'] = array ( | |
'dsn' => 'sqlite:'. FCPATH.'virtTour_original.sqlite', //Change this to the path of your db file | |
'hostname' => '', | |
'username' => '', | |
'password' => '', | |
'dbdriver' => 'pdo', | |
'dbprefix' => '', | |
'pconnect' => FALSE, |
This file contains 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:link { color:white } | |
img { | |
height:600px; | |
width:300px; | |
position: relative; | |
} | |
ul { | |
list-style-type: none; | |
padding:0; | |
} |