Hallo! Ich freue mich dich zu sehen! Erläuterungen zulassen. Willkommen zum Gabriel Stein Weltall! Was mach ich hier? |
![]() |
Аудио-запись: Deutschland Uber Alles |
Музыка |
![]() ![]() 155 слушали 1 копий |
Святой1
![]() |
Deutschland, Deutschland über alles, |
|
Комментарии (0)Комментировать |
Open Office 3 |
http://aboutubuntu.ru/content/ustanovka-openofficeorg-3-ot-infra-resurs-v-ubuntu
Метки: linux opeoffice |
At last |
Smplayer installed and works ok. However, I still do not have appropriate soft for playing swf movies... Maybe they just not dedicated to Linux. I'll think about it later :)
Метки: linux smplayer mplayer SWF |
Аудио-запись: Music |
![]() |
This post is dedicated to all who think I can't be such unreally cold. |
Метки: music |
Howto WPA |
It made a success, but now it's a bit out-to-date, as it was written for Hoary.
This stuff has started getting easier to configure since Breezy and now it's really very easy to have it work.
This HowTo will help you get WPA to work, no matter what wireless card you have. (This HowTo has been tested with an ipw2200).
So, let's start:
1) Open a terminal window and type:
Code:
wpa_passphrase your_ssid your_psk
Note: your_ssid is the name of your wireless network (a.k.a. SSID) and your_psk is the password you want to use to protect your network. (Look below for an example).
2) Now copy the psk string you got as output.
3) Type:
Code:
sudo gedit /etc/wpa_supplicant.conf
Then paste this as follow:
Code:
ctrl_interface=/var/run/wpa_supplicant
#ap_scan=2
network={
ssid="your_ssid"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk=your_psk
}
Note: your_psk is the psk string you got from step 1.
Here is an example:
Code:
luca@laptop1:~$ wpa_passphrase mywlan thisisthepassword
network={
ssid="mywlan"
#psk="thisisthepassword"
psk=b22ec921c254c73f99b31b76ff876692ecde36839a1f2d92150829e6afcb5515
}
The red string is what you have to paste into /etc/wpa_supplicant.conf as your_psk (without quotes obviously). So you'll have something like this:
Code:
ctrl_interface=/var/run/wpa_supplicant
#ap_scan=2
network={
ssid="mywlan"
scan_ssid=1
proto=WPA RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk=b22ec921c254c73f99b31b76ff876692ecde36839a1f2d92150829e6afcb5515
4) Save the file and close Gedit.
5) Now we have to make wpa_supplicant load when system boots, so go back to the terminal window and type:
Code:
sudo gedit /etc/network/interfaces
6) Add the following lines in the part regarding your wireless card, as in the example below:
Code:
pre-up wpa_supplicant -Bw -Dwext -ieth0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
Note: "eth0" is your wireless device and "wext" is the driver; this is a kind of generic driver, so it should work with most wireless cards. If it doesn't, please try another driver, such as hostap, ndiswrapper, etc.
Here is an example:
Code:
iface eth0 inet static
address 192.168.1.15
netmask 255.255.255.0
wireless-essid my_essid
gateway 192.168.1.1
pre-up wpa_supplicant -Bw -Dwext -ieth0 -c/etc/wpa_supplicant.conf
post-down killall -q wpa_supplicant
7) Now run wpa_supplicant:
Code:
sudo wpa_supplicant -Bw -Dwext -i eth0 -c/etc/wpa_supplicant.conf
You should be online!
Troubleshooting:
You can run wpa_supplicant with -dd flag for a detailed debug output.
1) If you don't manage to connect to the AccessPoint, try to uncomment line 2 in /etc/wpa_supplicant.conf.
2) If that doesn't help, try change its value to 0 or 1.
3) If you get troubles while authenticating, try removing "RSN" and/or "CCMP" strings from /etc/wpa_supplicant.conf.
Метки: linux wpa wi-fi |
How to update OS to new version |
How to update OS to new version
sudo do-release-upgrade
if it does not work, you have to edit upgrade setting in following way:
sudo gedit /etc/update-manager/release-upgrades
Prompt=never change to Prompt=normal
Enjoy!
Метки: linux upgrade release |
Ubuntu releases |
Ubuntu 9.10 - Karmic Koala
Ubuntu 9.04 - Jaunty Jackalope
Ubuntu 8.10 - Intrepid Ibex
Ubuntu 8.04 - Hardy Heron
Ubuntu 7.10 - Gutsy Gibbon
Ubuntu 7.04 - Feisty Fawn
Ubuntu 6.10 - Edgy Eft
Ubuntu 6.04 - Dapper Drake
Ubuntu 5.10 - Breezy Badger
Ubuntu 5.04 - Hoary Hedgehog
Ubuntu 4.10 - Warty Warthog
Метки: linux ubuntu release |
Compile |
I need to learn how to compile libraries for the OS. Is Geany a Cpp compiler or not?
Also from today I know that network settings are stored in /etc/network/intefaces
But I'm still unable to put wi-fi up. I've got patch-cord, but even when I plug it to the PC I can't get in to configure it. Maybe in that case something will be clearer. Cause I still have no idea according its settings. What network mask does it use?
Oh, well. I need to talk to someone. I really really need it.
Метки: linux wi-fi network cpp geany |
Repositories |
I am extremely tired.
I can install nothing from repositories. Cause each time it requires libraries. And the biggset problem is that I can install all of them except one. Also I need to install them menually from here:
http://packages.ubuntu.com/ru/intrepid/i386/libqt4-dbus/download because aptitude install loads newer versions that are not compatible with old Skype or Mplayer from repositories.
And nw I've got a problem.
I need libcups2, but it can't be installed because of libcupsys2
The conflict appear beween newer verion of libcupsys2 and libcups2. And Package manager does not allow me to install old version.
I have everything.
My version of OS calls Hardy Heron.
And newer is Interpid.
Метки: linux skype Hardy mplayer aptitude libcups2 libcupsys2 intrepid |
Key errors |
Метки: linux apt error |
Egal |
Метки: lyrics |
Sounds |
Метки: music landser |
Don't forget |
Метки: linux office synaptic deludge smplayer mplayer |
Movie |
Метки: linux firefox mplayer codecs patch |