Ask Me About Websites
Menu
  • What is a website?
  • Useful Linux Commands
    • Cheat Sheet of Useful Linux Commands
    • Add / Create New Sudo User
    • 10 Commands to find the processes in Linux
    • Working with Java Keystores
  • Magento Commands
  • Laravel
  • WordPress Tips and Hints
  • What is a website?
  • Useful Linux Commands
    • Cheat Sheet of Useful Linux Commands
    • Add / Create New Sudo User
    • 10 Commands to find the processes in Linux
    • Working with Java Keystores
  • Magento Commands
  • Laravel
  • WordPress Tips and Hints

Category Archives: Linux Solutions


Add Java Home to a User

By paulg | June 4, 2019 | Category Linux Commands, Linux Solutions

If an application needs to use java in a process it will be running and that process is based on something that must auto-restart on boot it is a good idea to set up the variable $JAVA_HOME. 1) Go to the users home directory: cd ~ 2) Open the file /home/username/.bashrc: vim .bashrc 3) And […]

Read More

How to create a new sudo user and secure with SSH key

By paulg | October 9, 2017 | Category Linux Commands, Linux Solutions

Log in to your server as the root user or as yourself if you are a sudo or can become a root user. ssh root@server_ip_address or ssh you@server_ip_address su enter su password Then use the adduser command to create a new user on the system. (replace username with the user that you want to create). […]

Read More

How to config Apache to 301 for HTTP to HTTPS

By paulg | September 27, 2017 | Category Linux Solutions, Wordpress

To configure the proper 301 redirects for going from HTTP to HTTPS in Apache2, add the following redirect rules either to the Apache config file. If you do not have access you can still add these rules to your .htaccess in the root of your site: To move from http://example.com, http://www.example.com or https://www.example.com to https://example.com […]

Read More

No space left on device – Could I be running out of Inodes?

By paulg | May 5, 2017 | Category Linux Solutions

Logged onto my dev servers today, and I immediately started having problems started with bash scripts – The server that claimed that claimed “No space left on device”, although partition was not nearly full. Not sure what to do when running into this trouble i search for a solution. Since df -h showed I had […]

Read More

Recent Posts


  • Add Java Home to a User
  • How to create a new sudo user and secure with SSH key
  • How to config Apache to 301 for HTTP to HTTPS
  • Where do I find the YUI yahooapi serverd secure (https)
  • Fix to Saving Permalinks to fix 404’s

Recent Comments


  • Theron Cashing on Useful Linux Commands
  • check my site on Useful Linux Commands
  • site:forobeta.com/mobidea Mobidea on Useful Linux Commands
  • content on Useful Linux Commands
  • Gerry on Useful Linux Commands

Recent Posts

  • Add Java Home to a User
  • How to create a new sudo user and secure with SSH key
  • How to config Apache to 301 for HTTP to HTTPS
  • Where do I find the YUI yahooapi serverd secure (https)
  • Fix to Saving Permalinks to fix 404’s
  • No space left on device – Could I be running out of Inodes?
  • Simple MYSQL Script to change domain for WP
  • Simple debug setting for WordPress config

Tag Cloud

Pages

  • #552 (no title)
  • 10 Commands to find the processes in Linux
  • Add / Create a new user with SUDO privilegdes to Ubuntu (Linux)
  • Laravel Set Up and Commands Win10
  • Magento Commands
  • test of book
  • TEst of ninja JS
  • Test of WP Google Maps
  • Useful Linux Commands
  • What is a website?
  • WordPress Tips and Hints
  • Working with Java Keystores

Categories

  • Javascript
  • Linux Commands
  • Linux Solutions
  • Wordpress

Copyright © 2020 websidestores.com - askmeaboutwebsites

Theme created by PWT. Powered by WordPress.org