• Home
  • About
  • Contact

SysAdmin Tips

Lots of useful sysadmin information

  • Cheatsheets
  • FreeBSD
    • Configuration and Setup
    • Troubleshooting
  • Hardware
  • Linux
    • All distributions
    • Debian/Ubuntu
  • Services
    • Databases
    • DLNA
    • DNS
    • LDAP
    • Mail
    • Samba
    • SSH
    • Version Control
    • Web Server
  • Solaris
    • System
  • DNS
  • LDAP
  • Web Server
  • DLNA
  • Databases
  • Version Control
  • Samba
  • SSH
  • Mail
You are here: Home » Services ( » Page 3)

mysql: ‘%’ doesn’t match localhost and/or hostname

toshiro September 29, 2014 mysql: ‘%’ doesn’t match localhost and/or hostname2014-09-29T22:23:16+00:00 Databases No Comment
PROBLEM: You granted access privileges to a user connecting from anywhere using this command: mysql> GRANT ALL PRIVILEGES ON *.* TO prueba@'%' IDENTIFIED BY 'password' Then, when you try to…
Continue Reading »

samba troubleshooting

toshiro August 13, 2014 samba troubleshooting2014-08-13T22:05:23+00:00 Samba No Comment
WARNING: Ignoring invalid value 'share' for parameter 'security' The value 'share' for paramater 'security' is no longer valid for recent versions of Samba, so if you were running an older…
Continue Reading »

git configuration files

toshiro August 8, 2014 git configuration files2014-08-08T00:48:39+00:00 Version Control No Comment
There are three levels of configuration in git: System Values defined at this level will apply to all users. The values are stored in /etc/gitconfig Global Values defined at the…
Continue Reading »

Cassandra troubleshooting

toshiro August 1, 2014 Cassandra troubleshooting2016-04-17T19:56:01+00:00 Databases No Comment
Execution of 'nodetool status' fails Common error messages: Error: Could not find or load main class Error opening zip file or JAR manifest missing : /usr/local/bin/../ Error occurred during initialization…
Continue Reading »

git: clone a repository without the project folder

toshiro May 26, 2014 git: clone a repository without the project folder2014-05-26T13:15:48+00:00 Version Control No Comment
When you clone a remote repository, a folder with the name of the project is created in your local working directory and then the contents of the repository is copied…
Continue Reading »

MySQL cheatsheet

toshiro May 21, 2014 MySQL cheatsheet2017-03-25T20:31:20+00:00 Databases No Comment
Show MySQL configuration settings mysql> SHOW VARIABLES; Show MySQL running threads mysql > SHOW PROCESSLIST; Check the status of the tables of a database $ mysqlcheck -c <database>
Continue Reading »

share multimedia files with Smart TVs

toshiro February 11, 2014 share multimedia files with Smart TVs2014-02-23T14:09:09+00:00 DLNA No Comment
You can easily share your videos, music and pictures stored in your linux box with your Smart TV, all you have to do is configure a DLNA server in linux.…
Continue Reading »

Samba 4 Active Directory cheatsheet

toshiro January 9, 2014 Samba 4 Active Directory cheatsheet2014-08-13T21:51:45+00:00 Cheatsheets No Comment
Transfer FSMO roles Execute from the Samba 4 server you want the roles to be transferred to: samba-tool fsmo seize --role=<role> where <role> can be any of: rid, schema, pdc,…
Continue Reading »

apache: show loaded modules

toshiro November 25, 2013 apache: show loaded modules2016-09-06T13:19:04+00:00 Web Server No Comment
There are many ways to list the modules currently loaded in an Apache server, here are 2 of them: Method 1: use apachectl Execute from the command line: apachectl -t…
Continue Reading »

Migrate OpenLDAP to another server and/or version

toshiro November 23, 2013 Migrate OpenLDAP to another server and/or version2016-12-05T13:23:33+00:00 LDAP No Comment
If you need to migrate the contents of an OpenLDAP server into another server, then do the following: Copy database contents to a file: # / stop # slapcat >…
Continue Reading »
123

Categories

Tags

64bits active directory admin tools apache bind cassandra cheatsheet cpu database debian dlna dns e173 freebsd git grub huawei iso label linux lsof mail mirror modem modules mtools multimedia mysql openldap password pkg ports postfix postgresql raid replication salt samba samba4 solaris ssh troubleshooting ubuntu usb www

Login

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2016 Toshiro Viera Stalker - All rights reserved