Skip to content
CodeBangers
  • Home
  • Store
  • Support
    • Get Support
    • FAQ
0

Your cart

CodeBangers
0

Your cart

  • Home
  • Store
  • Cart
  • My Account
  • Support

Category: Linux

August 6, 2014February 24, 2020How to, Linux

Install phpmyadmin on nginx

Paste this code inside the server{} code in your etc/nginx/sites-available/example.com file. location /phpmyadmin { root /usr/share/; index index.php index.html index.htm; location ~ […]

January 20, 2014February 24, 2020How to, Linux

Cron Job to remove all Files older than a Specific Amount of days

In this example I’m using 90 days. But you can use whatever you would like in the place of it. It’s also […]

October 31, 2013January 28, 2014Cloud, How to, Linux

SSH into your Amazon instance without a KeyPair

1.  SSH into your instance. 2.  Edit /etc/ssh/sshd_config and set PasswordAuthentication to yes. One way to do this is to enter the command nano /etc/ssh/sshd_config, then scroll down toPasswordAuthentication. […]

October 31, 2013February 24, 2020Linux, Wordpress

Error when updating plugins by FTP “Unable to locate WordPress Content directory (wp-content).” SOLVED

Error when updating plugins by FTP “Unable to locate WordPress Content directory (wp-content).” SOLVED if(is_admin()) { add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ )); define( […]

July 18, 2013July 18, 2013Apache2, How to, Linux

Configure HTTPS with Linux

. Getting the required software For an SSL encrypted web server you will need a few things. Depending on your install you […]

July 17, 2013July 17, 2013Apache2, Linux, Programming

Generate SSL Certificate for Linux

If you want to test SSL on your web server, you probably want to generate a self-signed certificate before ordering up the […]

July 9, 2013July 9, 2013Linux

Can’t Create New User – /etc/passwd locked

killall -9 userdel rm -f /etc/*lock That’s it.

July 9, 2013February 24, 2020Apache2, How to, Linux, Programming

How to Setup Apache2 with Virtual Hosts – Easy Tutorial

What the Red Means The lines that the user needs to enter or customize will be in red in this tutorial! About Virtual Hosts Virtual Hosts […]

May 5, 2013June 18, 2013Computers, Linux, Programming, Raspberry Pi

Gooseberry – An Alternative to the Raspberry Pi? Where did it go?

CPU : A10 1 Ghz overclockable to 1.5 Ghz  (1.2 Ghz highest stable overclock on android) Graphics Processor : Mali 400 MHz Operating System […]

May 5, 2013May 5, 2013Linux, Raspberry Pi

Arduino vs. Raspberry Pi vs. CubieBoard vs. Gooseberry vs. APC Rock vs. OLinuXino vs. Hackberry A10

A long time ago, Earth was ruled by dinosaurs. Then they died and we began to play with Motorola HC11. These were prehistoric times, […]

Posts pagination

1 2 3 >

Cart

© 2025 CodeBangers. Proudly powered by Sydney