lang="en-US"> Linux –  Design1online.com, LLC

Tagged: Linux

0

Cygwin .bashrc file

I’ve been working on my .bashrc file so I thought I would share. # To the extent possible under law, the author(s) have dedicated all # copyright and related and neighboring rights to this...

0

Useful Linux Commands

Locate PHP error logs on the server grep ‘error_log’ /etc/php.ini | awk -F= ‘{ print $2; }’ Restart your bash_profile . ~/.bash_profile Change to your home directory cd ~ View your history history 50...

0

Linux Cron Job Tutorial: running a .php file

All of my database driven games use PHP as a scripting language which is my favorite scripting language by far (okay I’m biased, I’ve been using it for almost 9 years now). In order...

2

Linux Tutorial: Create vsftpd FTP accounts Red Hat

You’ll need to be logged in as a admin user otherwise you’ll need to use su or sudo in front of these commands. Setting up the account Modify shell file: vi /etc/shells Press letter...