Archive
Resize a VMWare disk
Turn off the virtual machine;
Commit/remove all the snapshots first! (I forgot to mention this, thanks JimO)
Create a good backup of the files!;
Open a Command Prompt and go to:
C:\Program Files\VMWare\VMWare Server
Run this command to expand the virtual disk:
-
vmware-vdiskmanager -x 12GB "My harddisk.vmdk"
Note: Because this only expands the disk and not the partition, you'll need to resize the partition table as well. This can be done by 3rd party tools like 'Partition Magic', but also with 'diskpart.exe', builtin into Windows. In my case, this disk is a boot disk, meaning it can't be done on the virtual machine itself. I used another my 2nd virtual machine, running Windows XP.
Add the increased hard disk to a second virtual machine (must be turned off first!).
http://www.leonmeijer.nl/archive/2007/05/07/25.aspx
Linux set eth0
-
ifconfig eth0 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255 up
Če
-
route
pri gateway nima vpisanega wireless gatewaya je potrebno ponovno nastaviti rute tabelo
-
route del default
Nastavitve za FRI eduroam linux wpa supplicant
wpa_supplicant.conf
-
ctrl_interface=/var/run/wpa_supplicant
-
ctrl_interface_group=0
-
eapol_version=1
-
ap_scan=1
-
network={
-
ssid="eduroam"
-
proto=WPA WPA2
-
key_mgmt=WPA-EAP
-
group=CCMP TKIP
-
eap=TTLS
-
phase2="auth=PAP"
-
identity="fri63050XXX@campus.fri.uni-lj.si"
-
password="geslo"
-
}
Prijava v omrežje
-
wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.conf
Nekatere distribucije zahtevajo da proces teče v ozadju.
-
wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.conf -B
Če povezava ni uspešno vzpostavljena in bi radi preverili, kje je težava, vpišite ukaz in preverite, kje je težava:
-
wpa_supplicant -iwifi0 –Dwext –c/etc/wpa_supplicant.conf –dd
Če je potrebno: Nastavite še vmesnik na nivoju IP z ukazom:
-
dhclient wifi0
Share internet connection
-
echo 1> /proc/sys/net/ipv4/ip_forward
-
-
/sbin/iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
-
/sbin/iptables -A FORWARD -i eth0 -o wlan0 -j ACCEPT
-
/sbin/iptables -A FORWARD -i wlan0 -o eth0 -j ACCEPT
SiMobil – Nokia – internet – bluetooth
Nastavitve za dostop do interneta SiMobil - nokia - bluetooth.
SiMobil, Nokia, internet, bluetooth
AT+CGDCONT=1, "IP", "internet.simobil.si"
Ubuntu 7.10 – Mjpeg streamer – Logitech QuickCam 5000 – ZoneMinder
1. Installing UVC driver: klik
2. Installing ZoneMinder
3. Installing Mjpeg streamer:
-
tar xzvf mjpg-streamer.tgz
-
cd mjpg-streamer
-
make clean all
-
export LD_LIBRARY_PATH=.
-
sh start.sh
-
3.1 download from SF.net
-
3.2 To compile and start the tool:
If missing jpeglib.h .... install: libgd2-xpm-dev
4.1 ZoneMinder configuration: zoneminder Wiki
Installing X (Fluxbox) on Debian
Installing X (Fluxbox) on Debian
I decided to use fluxbox, because it is light, and has all I need to work on my laptop, it the window manager that DSL uses, and I like DSL
.
sudo aptitude install fluxbox
Now install the X-server
-
sudo aptitude install xserver-xorg
OK now we should have Fluxbox up and running, lets go for the basing menus, copy the default menu example to be your first menu
-
sudo cp /etc/X11/fluxbox/system.fluxbox-menu /etc/X11/fluxbox/fluxbox-menu
And copy the default user menu to your own Home directory to be your first fluxbox menu
-
cp /etc/X11/fluxbox/fluxbox.menu-user $HOME/.fluxbox/menu
Add X-term
I know you want to start fluxbox, but we need two more things to be able to start working in a GUI environment, the first thing is to install Xterm
-
sudo aptitude install xterm
Then add it to the Fluxbox menu, read how to add programs to Fluxbox menu to know how to do it.
Note that we have not installed KDM, GDM or XDM so we will have to start GUI in the old way
-
startx
If you do not want this, you can install gdm, or xdm, or kdm as you prefer, I want to keep this installation really light.
Beautifying the Desktop
Before installing the applications, lets make our Desktop a little bit more "eyecandy" if this word can be used, we will install conky which is one of my favorite applications in DSL, be sure to have own_window option to "no", for it to appear directly on your Desktop, as it do on DSL
To make Conky start each time you log into Fluxbox, add this line to $HOME/.fluxbox/startup
-
conky &
be sure it to appear before this other line
-
exec /usr/bin/fluxbox
Install fonts
In case of error
-
apt-get install --reinstall xfonts-base
Source:http://www.go2linux.org/installing-a-light-linux-operating-system-debian-fluxbox