Tag Archive | "tutorial"

Nano write check before editing

Wednesday, July 8, 2009

0 Comments

Have you ever been using nano to edit a long configuration file and when you've just finished you go to save and you get "Error writing /dir/somefile: Permission denied" as you've forgotten to use sudo or switch user if so this tutorial might just be your solution. What this does is it runs a script [...]

Continue reading...

Disabling IPV6 on Debian

Tuesday, July 7, 2009

0 Comments

If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases nano /etc/modprobe.d/aliases By default you will have the following line alias net-pf-10 ipv6 Replace it with the following alias net-pf-10 off alias ipv6 off [...]

Continue reading...

Configuring LDAP Clients

Thursday, July 2, 2009

1 Comment

Install Needed Packages We need to install the following packages on our LDAP server apt-get install libnss-ldap libpam-ldap nscd LDAP Account for root: cn=admin,dc=home,dc=local Password: your-ldap-admin-password Make local root database admin: yes Database require logging in: No Root login account: cn=admin,dc=home,dc=local Root login password: your-ldap-admin-password

Continue reading...

How to sync 1Password

Tuesday, June 30, 2009

0 Comments

Well this is more simple. Just download and install dropbox and use this url (yes its a referral but it gives you 0.25 gb extra) First go to 1Password in the menu then preferences then keychain then click move. Use something like this After that on your other computer do to First go to 1Password [...]

Continue reading...

Basic Batch Scripting

Wednesday, June 24, 2009

0 Comments

Introduction So first of all what is batch file? Its a file with a list of commands that are executed by command prompt(CMD) to open your cmd window go to start > run > cmd Basic Commands [batch]@echo off[/batch] This removes the "C:\Documents and Settings\Administrator>" part [batch]cls[/batch] This clears all writing off the CMD window [...]

Continue reading...
Page 1 of 212