Archive for March, 2007

-->
Thu, March 22nd, 2007 13:06

[EN] How-to find the version and release of my Linux box

  1. What is my kernel release
  2. Print all system information
  3. Print distribution release
  4. Who am i ?
  5. Kernel messages during box booting
  6. All my PCI devices the kernel found

username@box:/$ uname -r
2.6.17-11-generic

username@box:/$ uname -a
Linux selis-desktop 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux

username@box:/$ more /etc/issue
Ubuntu 6.10 \n \l

username@box:/$ whoami
username

username@box:/$ dmesg | more
[17179569.184000] Linux version 2.6.17-11-generic (root@terranova) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ub
untu5)) #2 SMP Thu Feb 1 19:52:28 UTC 2007 (Ubuntu 2.6.17-11.35-generic)
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[17179569.184000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
<… many lines of output is skipped …>

username@box:/$ lspci
00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
<… many lines of output is skipped …>

Further reading: man uname, man dmesg, man lspci

@ Category Linux UBUNTU, Tech
<< Back

Tue, March 20th, 2007 12:44

IBM makes eight steps forward to WEB2.0

Lotus Notes and Domino 8 public beta. Available to subscribe here:
http://www.ibm.com/lotus/getnd8now

@ Category LiveJournal, Tech
<< Back

Tue, March 20th, 2007 12:04

[EN] HOW-to play video dvd on your UBUNTU linux desktop

By default it doesn’t play at all. With errors “Totem doesn’t see the disk”, “No appropriate video plugin”. If your hardware is OK, thus it is probably you should add the support for restricted formats. Read here for details.

  • At the Synaptic Package Manager Settings -> Repositories -> Checkbox “Software restricted by copyright or legal issues (multiverse)”. Close. Reload the Package manager by the upper button.
  • At the Application -> Accessories -> Terminal run the command in one line to install all needed packages from command line.

    sudo apt-get install gstreamer0.10-pitfdll gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse gxine libxine-main1 libxine-extracodecs ogle ogle-gui

  • Get the package libdvdcss2_1.2.5-1_i386.deb from here. To play back decrypted DVDs. Install it. How ? Application -> Add/Remove Program, you know.
  • Start Ogle. Do you see it ? That’s it !

Still no effect ? Well… Go smoke https://help.ubuntu.com/community/RestrictedFormats by yourself.

@ Category Linux UBUNTU, Tech
<< Back

Mon, March 19th, 2007 13:44

[EN] How-to avoid long dash at WordPress

Wordpress has always had trouble with interpreting the “–” or the em-dash. You type two dashes and receive long “em-dash”. As for me it is necessary to avoid the usage of long dashes. Especially for the domanstration of the code examples.

Thus you need the further WordPress rapid dirty hack - to switch of the string substitution at wp-include/formatting.php as for Wordpress 2.X. It is located in the upper ten lines and is impossible to demonstrate here due to WYSIWYG editor problems.

This is another thing you should not forget when the Wordpress upgrade time comes.

Useful further reading [ here ]

@ Category WordPress Tips, Tech
<< Back

Sun, March 18th, 2007 16:14

И еще про Краснодар. Пара фоток.

krasnodar200703-01.jpg

Угол Гоголя

krasnodar200703-02.jpg

И напротив

@ Category LiveJournal, Personal
<< Back