105 Search results

For the term "評判のMicrosoft AZ-104日本語認定試験の問題集 🐫 “ www.goshiken.com ”を開いて➤ AZ-104日本語 ⮘を検索し、試験資料を無料でダウンロードしてくださいAZ-104日本語日本語対策問題集".

Upgrade wget on CentOS 5

…cting to wordpress.org|66.155.40.250|:443… connected. ERROR: certificate common name *.wordpress.org’ doesn’t match requested host name wordpress.org’. To connect to wordpress.org insecurely, use `–no-check-certificate’. Unable to establish SSL connection. unzip: cannot find or open latest.zip, latest.zip.zip or latest.zip.ZIP Turns out this is a bug in wget 1.11 that was fixed in 1.12, but the former is what is available via yum. There is a bu…

Disk Util Repair Permissions on Mac OS X Lion RAID 0

…So it turns out that if you have a Mac OS X Lion on RAID 0 that you can’t run Verify/Repair Permissions on your hard drive, at least via Disk Utility. You can however still run from the command line, just enter: sudo diskutil repairPermissions / If you want to repair the disk you will have to do so from Single User mode – hold down the Apple ⌘ + S while the system is booting up, then run: /sbin/fsck -fy sudo fsck_hfs -f /dev/disk4s2…

Day 32: Valdez, AK (cat)

…d get in some cat skiing – we were in Alaska after all, and who were we to complain about a powder day, albeit one with pretty limited visibility. The day started a little rough, but once we went lower and got into the trees, it was actually pretty fun. We got to ride together in a group as the avalanche danger was less on the lower aspects, and the trees made it even safer. I took out the Burton Malolo 158, and it proved to be pretty fun and easy…

Memcached with MAMP 2.0.5 and Brew

…rary/Taps/josegonzalez-php… remote: Counting objects: 757, done. remote: Compressing objects: 100% (386/386), done. remote: Total 757 (delta 308), reused 703 (delta 267) Receiving objects: 100% (757/757), 105.33 KiB, done. Resolving deltas: 100% (308/308), done. Tapped 26 formula Now we can access the memcached-php with “brew install memcached-php” Io:/ $ brew install memcached-php ==> Installing memcached-php dependency: memcached ==> Downloadi…

SFTP access via chroot on CentOS

…1 1/’ openssh.spec rpmbuild -bb openssh.spec cd /usr/src/redhat/RPMS/`uname -i` uname -i ls -l rpm -Uvh openssh*rpm /etc/init.d/sshd restart Validate that you have 5.6 installed: rpm -qa | grep ssh Update /etc/ssh/sshd_config to have the following (comment out existing subsystem line) Subsystem sftp internal-sftp Match Group sftponly ChrootDirectory /var/chroot ForceCommand internal-sftp X11Forwarding no AllowTcpForwarding no Set the user’s home d…

Google Apps + Trac Integration Using email2trac

…to the Google Apps / Gmail account $mailbox = imap_open(“{imap.googlemail.com:993/ssl}INBOX”, “trac@example.com“, “p@ssword”); // Get all unread emails $mail = imap_search($mailbox, “UNSEEN”); if ( !empty($mail) ){ // This is required on CentOS to find the Trac egg putenv(“PYTHONPATH=/usr/lib/python2.4/site-packages”); // Process each email foreach ($mail as $id){ // Save the email contents to a temp file imap_savebody($mailbox, ‘/tmp/gmail2trac….