• 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 2)

apache: PHP not working in UserDir

toshiro December 4, 2016 apache: PHP not working in UserDir2016-12-04T14:21:22+00:00 Web Server No Comment
Some versions of Debian based distros (like Ubuntu) disable by default the usage of PHP in userdir websites (http://server/~user). To enable, remove the following lines from /etc/apache2/mods-: <IfModule > <Directory…
Continue Reading »

Permission denied: exec of … failed in apache

toshiro December 3, 2016 Permission denied: exec of … failed in apache2016-12-03T18:31:02+00:00 Web Server No Comment
If apache returns 'Permission denied: exec of <filename> failed' then you are in two possible situations: 1. 'filename' IS A CGI SCRIPT There could be several reasons for this, for…
Continue Reading »

Solaris: service management facility commands

toshiro December 2, 2016 Solaris: service management facility commands2016-12-02T14:27:43+00:00 System No Comment
List all running services # svcs List detailed information about a service # svcs -x List the services a given service depends of # svcs -d List the services that…
Continue Reading »

Installing additional locales in Solaris

toshiro December 1, 2016 Installing additional locales in Solaris2016-12-01T12:45:22+00:00 System No Comment
If you need to add support to additional locales on an already installed Solaris system, then you have to do the following: SOLARIS 11 1. Determine the locale name you…
Continue Reading »

change hostname in Solaris

toshiro November 30, 2016 change hostname in Solaris2016-11-30T13:23:39+00:00 System No Comment
The procedure for changing hostname varies, depending of the Solaris version: SOLARIS 11 1. Change the nodename/config property in system/identity:node service: # svccfg -s system/identity:node setprop config/nodename="new_hostname" 2. Refresh the…
Continue Reading »

upgrade Ubuntu from the command line

toshiro November 29, 2016 upgrade Ubuntu from the command line2016-12-01T12:42:45+00:00 Debian/Ubuntu No Comment
To upgrade Ubuntu to the latest version using the command line, follow these steps: 1. Install the package update-manager-core # apt-get install update-manager-core 2. Execute do-release-upgrade # do-release-upgrade NOTES: -…
Continue Reading »

administering user passwords in linux

toshiro November 28, 2016 administering user passwords in linux2016-11-28T23:01:03+00:00 All distributions No Comment
Change a user's password # passwd username Force password change at next login # passwd -e username Lock a user's password # passwd -l username NOTE: this option does not…
Continue Reading »

Disable IPv6 in linux

toshiro October 6, 2016 Disable IPv6 in linux2016-12-16T13:56:48+00:00 All distributions No Comment
When some devices of your network don't support IPv6 (like your ISP routers!), then it's probably better to disable IPv6 on your linux hosts. It's worth noting that some applications…
Continue Reading »

Change the size of reserved space on ext4 partitions

toshiro October 3, 2016 Change the size of reserved space on ext4 partitions2016-11-28T17:18:42+00:00 All distributions No Comment
By default, when formatting a partition with ext4 (it also applies to ext3 and ext2), a percentage (usually 5%) of the total disk size is set aside and reserved for…
Continue Reading »

samba useful commands

toshiro September 17, 2016 samba useful commands2016-09-17T14:14:14+00:00 Samba No Comment
Check whether the config file is correct # testparm List connected users and locked files # smbstatus List the shares of a host # smbclient -L <host> -N Lookup NetBIOS…
Continue Reading »
‹1234›»

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