Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am paul999 on github.
  • I am paul999 (https://keybase.io/paul999) on keybase.
  • I have a public key whose fingerprint is 5D03 5A77 AB78 3D49 63B2 49D5 3B4C D8BB 7C09 B2C7

To claim this, I am signing this object:

paul@paul-laptop:~/ttva66$ php app/console doctrine:schema:update --force
[Doctrine\DBAL\DBALException]
An exception occurred while executing 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'':
SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected
[Sat Aug 04 16:47:15 2012] [error] [client 213.46.119.237] PHP Warning: require(/var/smstomail_web/Symfony/app/cache/prod/doctrine/orm/Proxies/SmsUserBundleEntityPhonesProxy.php): failed to open stream: No such file or directory in /var/smstomail_web/Symfony/vendor/doctrine/lib/Doctrine/ORM/Proxy/ProxyFactory.php on line 85, referer: http://debug.smstomail.nl/user/phone/7
[Sat Aug 04 16:47:15 2012] [error] [client 213.46.119.237] PHP Fatal error: require(): Failed opening required '/var/smstomail_web/Symfony/app/cache/prod/doctrine/orm/Proxies/SmsUserBundleEntityPhonesProxy.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/smstomail_web/Symfony/vendor/doctrine/lib/Doctrine/ORM/Proxy/ProxyFactory.php on line 85, referer: http://debug.smstomail.nl/user/phone/7
sqlite> select * from phpbb_login_attempts;
15|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914774|0|test|test
16|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914779|0|test|test
17|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914783|0|test|test
18|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914791|0|test|test
19|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914798|0|test|test
20|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.91 Safari/534.30||1307914923|0|teste|teste
21|2001:610:600:5e8::2|Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.3
paul@paul-laptop:mpv (master|MERGING)$ git push
To git@github.com:paul999/mpv.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:paul999/mpv.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'Note about
fast-forwards' section of 'git push --help' for details.
paul@paul-laptop:mpv (master)$ git pull upstream master
From github.com:phpbb/mpv
* branch master -> FETCH_HEAD
Auto-merging includes/languages/fr/AUTHORS
CONFLICT (add/add): Merge conflict in includes/languages/fr/AUTHORS
Auto-merging includes/languages/fr/CHANGELOG
CONFLICT (add/add): Merge conflict in includes/languages/fr/CHANGELOG
Auto-merging includes/languages/fr/INSTALL
CONFLICT (add/add): Merge conflict in includes/languages/fr/INSTALL
Auto-merging includes/languages/fr/lang.php
// fixes a PHP 4 bug
$cookieval = str_replace('\\"', '"', $_COOKIE['swekey_authframe_session_id']);
function FilePath($id)
{
// In magento session_save_path is not the default one
if (! empty($_SESSION['swekey_authframe']['session_save_path']))
$sp = $_SESSION['swekey_authframe']['session_save_path'];
else
$sp = session_save_path();
if (empty($sp) && function_exists('sys_get_temp_dir'))
$sp = sys_get_temp_dir();
paul@dwerg:~$ sudo apt-get install rsync
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
rsync
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 328kB of archives.
After this operation, 602kB of additional disk space will be used.
Err http://ftp.debian.org stable/main rsync 3.0.3-2
sandy:~# dog t.php
<?php
function iets()
{
var_dump($_where);
}