Rob DiNardo - Web Development Tips

Home

Linux

WordPress updates without providing FTP credentials

Rob — May 16, 2012 - 23:32

If you are like me and want to have WordPress perform updates from the admin section (and not provide FTP credentials) then you will probably want to know a few linux commands.

  • Linux
  • WordPress
  • Rob's blog
  • Read more

Useful Linux Commands

Rob — November 28, 2010 - 22:37

This blog entry is going to be my collection of useful Linux commands that I wish to refer back to in the future. I hope you find them useful as well.

Apache 2, Restart, Stop, Start on Ubuntu Linux

sudo /etc/init.d/apache2 restart

sudo /etc/init.d/apache2 stop

sudo /etc/init.d/apache2 restart

Finding files

Find all files in the home folder (and its subfolders) with a 'txt' extension, sort the results, then output to a file:

find /home -name '*.txt' | sort >> text-files.txt

  • Linux
  • Shell
  • Rob's blog
  • Read more

Configuring the GXT NAS 2 Port USB Dongle Print Server on Windows 7

Rob — November 26, 2010 - 23:59

I purchased a GXT 2-Ports NAS USB Dongle model number NAS-R104A from future shop about a week ago hoping to allow network printing to my USB printer with little configuration.  But, much to my surprise, I could not get the printer to print.

  • Hardware
  • Linux
  • Windows 7
  • Rob's blog
  • Read more
Syndicate content

User login

  • Request new password

Code

  • WordPress Plugins