Okay,
Been working with pidgin w/msn-pecan on ubuntu 10.04. New problem, pecan doesn’t crash pidgin anymore, however I am logged out after I’ve been away from my computer a little bit. As in, when the screen saver kicks in, pecan logs me out or can’t maintain a connection.
Doesn’t seem to happen in windows 7.
If I can live with this issue, and so far I have… it’s kind of a nice flaw, as this allows me to be not distracted, while at work.
Just found a need to access my home server… however, it’s powered down… how can I overcome this problem in the future. To answer my own question… I should go lookup how to send a wake-on-lan command to the box. As well as know what my IP is…
project ideas:
1.) Current IP notifier – send to my webserver, what my home server IP is. (Dynamic). I could use a dynamic dns service… this maybe interesting to learn how to do this, if I have my own VPS… have the home-server, notify the web-server to update the DNS setting. So I would have something like: homelan.lloydleung.com or whatever.
2.) wake on lan commands.
3.) vpn to the network instead… with a combo on 1. This way, everything is encrypted…
If you found this, you know what you’re looking for
- goto http://www.chiark.greenend.org.uk/~sgtatham/putty/
- download puttyGen
- run it, with ssh-2 RSA
- click generate
- leave key passphrase blank.
- yeah save both the private and public keys for future use.
- at the top of the app, there’s a “OpenSSH authorized_keys” text window, copy and paste the information into ~/.ssh/authorized_keys as one line. (You’ll need to shell into the box first).
Start putty
- enter the ip/host address
- enter a session name.
- in the menu tree goto: connection->data enter your auto-login name
- in the menu tree goto: connection->ssh->auth click browse and select the private key you saved from the above section.
- in the menu tree goto: session click save
- test, by clicking open.
Enjoy.
Wow, that was so painless.
Original Post
Use your favourite means to install mysql, probably apache, php, phpmysqladmin as well…
sudo /etc/init.d/mysql start
mysqladmin -u root password myPassword
where myPassword is your actual password.
to test
mysql -u root -p
enjoy
How to/howto get gnome to show what’s running on a given monitor. After having linux installed for a while, leaving pretty much the default install running. I decided to venture out and find how to tweak some usability settings.
There is a program called utlramon for windows that already does this [mentioned above]. A Linux ultramon doesn’t exist, well not as a separate program, as the functionality already exists in gnome.
Just add a panel to each monitor you want, and add to that panel a window list. That’s it.
Instructions:
1.) Right click on anywhere on the launchbar, click “New Panel”
[UPDATE: 2010/05/02 added ALT]
2.) hold down ALT + Drag the new panel to any monitor/location.
3.) Right click on that panel, and click “Add to Panel”
4.) Select “Window List” under Desktop and Windows
5.) Click Add.
6.) Click Close, and you’re done.
Now I don’t have a cluster of ALL windows on my three head setup on one taskbar.
If this helps, please drop a line in the comments.
Categories: Linux, Technology Tags: DEBIAN, DESKTOP, GNOME, LENGTH, METACITY, PANEL, SIZE, TASKBAR, UBUNTU, WIDTH