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...Tuesday, July 7, 2009
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 You can now remove all the ipv6 [...]
Continue reading...Thursday, July 2, 2009
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...Tuesday, June 30, 2009
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 in [...]
Continue reading...Wednesday, June 24, 2009
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 [batch]color backgroundcolor-textcolor[/batch] This allows you to change the [...]
Continue reading...
Wednesday, July 8, 2009
0 Comments