~ overflow ~

Tag: gnome

Restarting gnome-panel

by z3n on May.08, 2009, under Linux Happyness

Problem:

You followed the previous post and sucessfully installed Hardware monitor applet on your gnome, however it’s not showing. This is happening because gnome-panel didn’t updated it’s applets list, so you need to restart gnome-panel.

Solution:

There’s no cool way to do this, you need to kill the process, it will restart after that.

pkill -9 gnome-panel

Leave a Comment :, , , more...

Gnome hddtemp/sensors applet

by z3n on May.08, 2009, under Linux Happyness

Problem:

Monitor hardware, harddisk and other temperature, voltage and fan.


Solution:

yum install lm_sensors hddtemp gnome-applet-sensors

run sensors-detect to detect hardware sensors

then edit /etc/sysconfig/hddtemp and add your disks there

for multiple disks, example:

HDDTEMP_OPTIONS=”/dev/sd[abcdefg..]“

then you just need to run hddtemp and lm_sensors as deamon and done!

Note: if can’t see the Hardware monitor applet at gnome, read this.


Source:

Patrickmin

Leave a Comment :, , , more...

Fedora 10 Network issues

by z3n on Apr.24, 2009, under Linux Happyness

Problem:

After instaling a language pack on the system some services apparently restarted and then network stopped working. I was able to ping and IP but couldn’t resolve anything. Even with the resolv.conf filled with DNS.

Solution:

The issue wasn’t on the resolv.conf, looks like that NetworkManager was conflicting with something, when i logged at gnome it was stating that i was “disconnected”, but i had 2 wired connections on that machine, so something was very wrong.

I decided to shutdown NetworkManager and manually configure the ips and gateways, this is the config i made:

ifconfig eth0 192.168.1.5 netmask 255.255.255.0
ifconfig eth1 1.0.0.1 netmask 255.255.255.0
route add default gateway 192.168.1.253
route add 1.0.0.0 gateway 1.0.0.1

my router is on 192.168.1.253 and i have a internal network with the 1.0.0.* on the secondary NIC. route commands are the most importaint, they were avoiding me to resolve the addresses. Also when you disable the networkmanager NICs will not have ips unless you define them manually.

So, it’s just add this to /etc/rc.d/rc.local and everytime you boot you will have your network working just fine without networkmanager crappyness. Obviously that you don’t need to reboot to make this work.

Leave a Comment :, , , , , more...

Remote Desktop from Windows to Linux ?

by z3n on May.15, 2008, under Linux Happyness

So, i heard it’s possible (of course it’s possible lol) and i wanted to test. I have a dedicated server running Fedora, but without any GUI, so first i had to install some graphic interfaces (you can’t Remote Desktop when all you got is a shiny prompt), so that’s how you do it on fedora:

first:

from some random site on the web:

“Since the OLPC images are quite stripped due to the 512MB requirement, you may wish to install additional software. Before installing either a Gnome or KDE environment, you must resolve a conflict between Sugar’s artwork package, and the normal Fedora artwork package.”

so you have to install this before installing gnome:

yum install redhat-artwork

then you install the gnome by:

yum install nautilus gedit gdm gnome-panel gnome-session

it’s a long ass process that might lead you into slow mirrors and lots of pain, but at nothing more than this :P — please note that you only need to install this if you don’t have gnome or any other GUI installed.

So, now you need a program to view the desktop, since i did a search on google and found some results for it, basically you can either use the old and known RealVNC or those ticky programs like XManager3.

The problem with RealVNC is that theorically you would need to run it when you are already inside the GUI, however how you do that if you can’t get into the GUI remotelly? oh bite me, i forgot to meantion that the server i’m dealing with is remote and i don’t have direct console access to it ? :P

Soooo, i got this crappy XManager 3 program installed on my windows box, and using the XStart i connected thorought SSH to my server and loaded GNOME on it!……. so i got waiting for like 5 minutes until the whole thing gets loaded, since it’s pretty slow, recalls me of 56k times.

So far i’m not installing RealVNC to see if it works faster, just wanted to try this remote desktop on linux, it’s slow but it works.

i still prefeer the old prompt, but if you got be into a shiny interface, maybe just to open that little torrent program (that only works with GUI) to download lots of p0rn, you might need to install a GUI.

;)

Leave a Comment :, , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!