To use it run:
sudo ipmitool sdr
It will output the results of the Sensor Data.
If it does not work, you may have to load the drivers:
sudo modprobe ipmi_msghandler
sudo modprobe ipmi_devintf
sudo modprobe ipmi_si
More to come as I find more uses.
This is my blog about the various computer problems I have come across and my solutions to them as well as any other tech related things that I want to talk about.
sudo ipmitool sdr
sudo modprobe ipmi_msghandler
sudo modprobe ipmi_devintf
sudo modprobe ipmi_si
[global]
security = user
.
.
.
security = share
net use \\192.168.1.10\jeff /delete
[global]
security = user
username map = /etc/samba/smbusers
smb passwd file = /etc/samba/smbpasswd
guest ok = yes
guest account = nobody
workgroup = LINUX
server string = Samba Server %v
log file = /var/log/samba/log.%m
max log size = 50
interfaces = lo eth0
bind interfaces only = yes
hosts allow = 127.0.0.1 192.168.1.0/24
hosts deny = 0.0.0.0/0
browseable = yes
map to guest = Bad User
domain logons = no
# follow symlinks
follow symlinks = yes
wide links = yes
unix extensions = no
#printers
printcap name = cups
printing = cups
[printers]
browseable = yes
printable = yes
public = yes
create mode = 0700
guest only = yes
use client driver = yes
path = /tmp
[homes]
comment = Home Directories
browseable = no
read only = no
create mode = 0750
guest ok = no
[nas]
comment = move to here
path = /home/nas
read only = no
public = yes
guest ok = yes
[docs]
comment = documents
path = /home/docs
read only = no
guest ok = no
smbpasswd -a jeff
smbpasswd -e jeff
jeff = "jeff"
page-break-before: avoid;
inside of the paragraph. I also tired page-break-inside: avoid;
. However, both were to no avail.float:left;
to display:inline-block;
Then with a couple other minor changes to widths, Firefox was correctly inserting page breaks!
sudo vi /etc/apt/sources.list
deb http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu intrepid main
deb-src http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu intrepid main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE49EC21
sudo apt-get update
sudo apt-get install firefox
1. Install packages. Code: sudo apt-get install x11vnc vnc-java
2. Set up a password for clients. Code:x11vnc -storepasswd
3. Open up ports 5800 and 5900 on your firewall
4. Run the terminal command:x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800
and add it for auto-starting in future sessions
1. Install packages. Code:sudo apt-get install tightvncserver vnc-java
2. Set up a password for clients. Code:vncpasswd
3. Run the terminal command:tightvncserver :1 -geometry 1024x768 -depth 24 -httpd /usr/share/vnc-java/ -httpport 5800