formats

Enable Automatic Updates in Ubuntu Linux

Published on April 20, 2013, by + in linux, sysadmin.

Enable Automatic Updates in Ubuntu Linux | With Ubuntu or Debian Linux it is possible to enable automatic updates. Here’s how it works!

formats

Best Practices for Linux Administration

Published on April 14, 2013, by + in linux, sysadmin.

Best Practices for Linux Administration | Here are best practices for Linux Administration. By following these, one can be sure that a solid foundation is built which any IT staff present and future can easily follow.

formats

ss – the alternative to netstat

ss – the alternative to netstat | An alternative to netstat is the utility ss. ss dumps socket statistics in a clear and more simple view as compared to netstat. Let’s check it out! With no options specified, ss displays a list of TCP sockets with established connections. This is useful on a server to see what clients are connected. The option

formats

Change sudo default password cache

Published on August 4, 2012, by + in linux, sysadmin.

Change sudo default password cache | sudo’s default password cache time is 5 minutes. To change the default time, it is possible to edit a setting in /etc/sudoers as desired. I’ll show you how! Edit /etc/sudoers with your desired text editor, or as standard with sudo visudo: $ sudo visudo For example, to increase the timeout to 30 minutes for user

Home Posts tagged "linux administration"