terça-feira, 20 de dezembro de 2011

Easy way to auto connect to a hidden wireless network in Linux/Ubuntu

If you are tired of this, follow this steps:

1.- Open terminal
2.- Type gnome-session-properties
3.- Click Add and in the window "Add Startup Program" set any Name and in Command type nmcli con up id <HiddenWifiName>
4.- Click in Add, reboot the machine, et voilà!

You can now kiss the G33k!
Many thanks to this source -> Connect automatically (and immediately) to a hidden WiFi

domingo, 3 de julho de 2011

Unique ACL Editor in Web

Looking for a good NTFS ACL Editor for Windows?
Try ACLView

  • Mirrors
  • Windows SkyDrive
It's free and only available here!

quarta-feira, 25 de maio de 2011

Auto-login as root in Ubuntu/Debian

Warning: I hope you know what you doing, if something goes bad don’t blame me
  1. Unlock the root account:
  2. sudo passwd root
    sudo passwd -u root
  3. Open the session login file:
  4. sudo gedit /etc/gdm/custom.conf
  5. Edit the user fields to root and save.