This is a test
Related Posts
WordPress: Cannot create directory error, got everything chmoded to 777?
So you went as far as chmod’ing your entire folder structure to 777 (very unsafe), you’ve hacked wp/wp-admin/includes/file.php return new WP_Error( ‘mkdir_failed_ziparchive’, __( get_current_user() . ‘ Could not create directory. (‘.$_dir.’)’ )… to print out exactly what directory it cannot create and what user is trying to create the folder, everything is correct, yet it […]
What they don’t tell you about iPods
What they don’t tell you about iPods Originally uploaded by Gubatron. This is the one reason why iPods and iTunes SUCK BIG TIME. I’m really doubting if my next mp3 player will be another ipod. I just want a player that allows me to use its hardrive like a hardrive, just upload as many files […]
command line speed test, see how fast is your server’s connection
Save the following script in a file called speed_test #!/bin/bash # Requirements # sudo apt-get install lftp iperf lftp -e ‘pget http://releases.ubuntu.com/14.04.3/ubuntu-14.04.3-desktop-amd64.iso; exit; ‘ make sure the file is executable: sudo chmod +x speed_test Once you have installed lftp and iperf make sure you have the script somewhere in your $PATH. The script basically downloads […]
One thought on “Test Post”
Comments are closed.
this is a comment