• 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
You are here: Home » toshiro ( » Page 5)

git: create a remote repository

toshiro February 13, 2016 git: create a remote repository2016-12-14T00:07:44+00:00 Version Control No Comment
If you have a local repository and want to create your own remote git repository as a backup (or share your work with others, here's what you need to do:…
Continue Reading »

apache: fixing ‘config variable XX is not defined’ error

toshiro November 2, 2015 apache: fixing ‘config variable XX is not defined’ error2015-11-02T03:15:29+00:00 Web Server No Comment
PROBLEM: You try to execute from a shell some apache command like this: # apache2 -t -D DUMP_MODULES and you get the following error messages: AH00111: Config variable ${APACHE_LOCK_DIR} is…
Continue Reading »

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 »

Remove a linux RAID device

toshiro July 1, 2014 Remove a linux RAID device2014-07-01T12:18:17+00:00 All distributions No Comment
1. Find the devices associated with the RAID device mdadm --detail <raid_device> The last lines of output of the above command shows the associated devices (see the example below). 2.…
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 »

Setting up software RAID on a running Debian system

toshiro May 9, 2014 Setting up software RAID on a running Debian system2014-07-01T00:49:35+00:00 Debian/Ubuntu No Comment
If you have a running Debian (or any Debian based distro, like Ubuntu) system and want to configure a RAID1 (mirror) without losing your existing data, this can be accomplished…
Continue Reading »
«‹3456›

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