Menu
  • About me
  • IT
    • General IT
    • Monitoring Tools
    • Vmware
    • Professional
  • General
    • Politics
    • Day to Day
  • Fun
    • Gaming
      • General Gaming
      • World of Warcraft
    • Music
    • Guitar
    • Travel
    • Places of touristic interest
The Mythryll Log

Category: IT

Retrieve and Restore Cisco configs with SNMP

Posted on June 4, 2010March 11, 2011

http://www.cisco.com/en/US/tech/tk648/tk362/technologies_configuration_example09186a0080094aa6.shtml

Mysql remote access

Posted on May 21, 2010April 7, 2011

Your mysql configuration file is probably /etc/my.cnf Make sure your server is running. If not start it with /etc/init.d/mysql start Enter mysql command line mode: mysql -u root -p Your first password should be blank. You then need to enable remote access with the following command, replace where necessary: mysql> GRANT ALL PRIVILEGES ON *.*…

Howto Install Mysql Database Server with Phpmyadmin Frontend

Posted on January 31, 2010

I took this from here http://www.ubuntugeek.com/howto-install-mysql-database-server-with-phpmyadmin-frontend.html MySQL is a widely used and fast SQL database server. It is a client/server implementation that consists of a server daemon (mysqld) and many different client programs/libraries. Installing Mysql database in Ubuntu sudo aptitude install mysql-server mysql-client libmysqlclient15-dev This will complete the installation of mysql server 5.0.45 in ubuntu…

  • Previous
  • 1
  • 2
  • 3
  • 4
June 2022
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  
« Dec    

Categories

  • Automation
  • Education
  • Fun
  • Gaming
  • Health
  • IT
  • Monitoring Tools
  • Professional
  • Travel
  • Uncategorized
  • Vmware
  • World of Warcraft

Recent Posts

  • Old scripts (“Old Razor? – Old Face” – Sergeant Murtow, Lethal Weapon)
  • How to clean up tags in your malfunctioning TIG stack for SNMP monitoring – or chasing runaway tags with InfluxQL, grep and a Python script
  • Onboarding the network in Netbox – a series of talks with myself and a little story telling – Part2
  • Onboarding the network in Netbox – a series of talks with myself and a little story telling – Part 1
  • Ansible playbooks for Nagios Installation on Ubuntu 18.04.4 LTS / 20.04 LTS
©2022 The Mythryll Log | WordPress Theme by Superbthemes.com