Anwar

Posts

CIDR Address overlaps with existing Subnet CIDR

https://acloud.guru/forums/aws-certified-solutions-architect-associate/discussion/-LInkywzEVJQIRAiPQlu/error%20%22CIDR%20Address%20overlaps%20with%20existing%20Subnet%20CIDR:%20192.168.0.0~2F16%22 It’s because the address range overlaps. 192.168.0.0/16 covers 192.168.0.0 – 192.168.255.255 192.168.1.0/24 covers 192.168.1.0 to 192.168.1.255. Maybe you meant 192.168.0.0/24 for subnet 1. CIDR addresses...

WP Table crashed

I got error connecting to my database, so I tried to repair it automatically using wp-config. After repairing, I got these error: wp_users: 3 clients...

Wahid Second Article

Twitter Bootstrap Tutorial Part 2 :: This is the second tutorial about bootstrap. At first tutorial we discuss about the starting process of designing webpage...

Virtual host configuration

ServerAdmin address@personalemail.com DocumentRoot /var/www/coolexample.com/public_html ServerName www.coolexample.com ServerAlias coolexample.com ErrorLog /var/www/coolexample.com/error.log CustomLog /var/www/coolexample.com/requests.log

Untar to directory

If you want the files to be extracted to a particular destination you can add -C /destination/path/ Example: tar xf community_images.tar.gz -C /home/emmys/Pictures/Community/ You can easily...

Rubygems

2.1.0 RubyGems is a package management framework for Ruby. This gem is an update for the RubyGems software. You must have an installation of RubyGems...

Router configuration

Bandwidth manage IP wise MRTG graph for each IP Bandwidth monitor VPN Real IP for Web Server Proxy Server Ban torrent MAC and IP address...

Redmine requires Bundler 1.5.0 or higher (you re using 1.3.5) Blog

sudo gem install bundler bundle install –without development test   sudo gem update $ sudo gem install bundler   To upgrade to RubyGems 1.5.0, run:...

Rake 2 version issue fix

You have already activated rake 0.9.6, but your Gemfile requires rake 10.1.0. Using bundle exec may solve this     Before continue reading, I must...