OpenSUSE Install :: Change Default Code Page From UTF-8 To CP-1251?
Dec 28, 2010OPENSUSE11.3. install all default. at this time - codepage=UTF-8 How i can change to CP1251?
View 9 RepliesOPENSUSE11.3. install all default. at this time - codepage=UTF-8 How i can change to CP1251?
View 9 RepliesI need to work with windows (russian cp-1251 codepage) share in console ubuntu 10.04 ... And have a problem with codepage, ubuntu console use UTF-8, are there any way to temporary change current codepage in console to 1251.
View 1 Replies View RelatedWhen you first access Nagios, it displays the Home page (the Nagios Core version and check for updates page). I would like to have a way to change the default page to either the Tactical Overview display or the Services display.This question was asked here, but not answered
View 3 Replies View Relatedbut ive two problems. 1st: The first is how do i change the default page on load up of localhost.eg when i enter the http://localhost/ i get the usual it works symbol.this is because its loading the index.html file in my var/www/ folder.i dont want too create another index file, but how do i change the configuration too load up a different one like home.html2nd: i tried installing sudo apt-get install phpmyadmin and for the most part it worked.but nothign comes up when i go to http://localhost/phpmyadmin/
View 2 Replies View RelatedI am now using CentOS5 as the server providing Apache services. I have managed to setup the web page under /home/user1/public_html, now I wish to change the default web page of our server to /home/user1/public_html. i tried to modify httpd.conf, in which i changed the "/var/www/" to the above user directory, but didnot work. Please kindly suggest.
View 9 Replies View RelatedI setup a web server on Suse 11.3 using the "Perfect Server" tutorial on HowtoForge with Ispconfig 2 everything works accept php. Pages only display the page code. Here is the output of the " php -r 'phpinfo();' " command
Code:
phpinfo()
PHP Version => 5.3.3
System => Linux vserver2 2.6.34.7-0.7-desktop #1 SMP PREEMPT 2010-12-13 11:13:53 +0100 x86_64
Server API => Command Line Interface
Virtual Directory Support => disabled
[Code]....
Recently, I upgraded 11.1 to 11.2. Everything seemed to go fine. However, for some reason the system boots with the debug kernel - 2.6.31.5-0.1-debug. According to Yast every kernel under the sun seems to be loaded on the system. Grub, however, gives two choices - one for the regular and one for the failsafe system. They both boot to the debug kernel.
How do I get this thing to load into the regular, as opposed to the debug, kernel?
Where is the location of file which holds information about open with dialog? I need to edit it to change default programs that open certain files?
View 3 Replies View RelatedI have apache httpd server on my Fedora 10I got 2 problems:First : I copied the web page files to its Document Root <var/www/html> & Disabled the default web page. But when I visit http:/localhost ,it shows up the list of files in <var/www/html> as if a ftp server browsed in web page. So how can I set http://localhost load my default web page index.html ?Second :I want to set up a web server on Internet through my router . I applied for DDNS account & input it into router correctly . I set virtual host in server to redirect any access from port 80 to 192.168.1.2:80 in LAN . Just for in case , I also download and running the DDNS software & installed it on PC 192.168.1.2 in LAN . My DDNS provider is oray.cn . It's a Chinese server provider . I don't think there is anything wrong with oray.cn . But if you need its information just visit oray.cn (Google can translate it for you). So I want to know did I miss something to set up a web server in this kind of situation
View 2 Replies View RelatedDoes anyone knows how to do this for all users with one command?Or which file i have to edit to do this?
View 9 Replies View RelatedSo I just switched from KDE to Gnome and after a successful install upon logout I went to the panel that allows one to choose an application (KDE, Gnome, Windowmaker etc).
Gnome worked like a dream.
"I don't remember installing any other applications," I says to myself "Why would they be listed there? I'll try booting into one of them."
At random I chose a new xWindow and hit enter... blackness.
So like any linux user I created /etc/sysconfig/desktop with DESKTOP="GNOME" and DISPLAYMANAGER="GNOME" parameters to force my hand back into Gnome.
I turned on my Dell netbook, but as it was booting (before login page) my cat stepped on the keyboard and totally messed everything up. The laptop doesn't work anymore, and I get a strange page with code on it when I turn it on, this is what it looks like (screen pic attached). Please help! what can i do?
View 2 Replies View RelatedI'm trying to get the source code of a web page from linux command line and save it to a file. I googled for it but didn't get any info. I'm not sure if wget can do this.
View 4 Replies View Relatedthis should have been a simple task, but for some reason one of my rollovers plain old isn't workingmy html sheet
Code:
<div style="background:#F5F5E9 url('/sites/all/themes/flossmoore1/images/bricks250.png');padding:1px;padding-
[code]....
I need a better tutorial than the out of date books I own or I can find using Google. If someone has a place they would recommend, please provide a link. I have a web page that is 3 column. I would like each column to vertical scroll separately. I would also like to keep the jump code in the left column if that is possible. Go here for the my web page and source code. [URL]
View 3 Replies View RelatedI am doing a project on page replacement algorithms.... Can anyone point out the the source code for page swapping in linux kernel source tree.(I am using 2.6.31 kernel on a 32 bit x86 machine).
View 1 Replies View RelatedI have found the way to do this for KDE 3.x.x but not for KDE 4. Konqueror is the default web browser which opens when you click a link, but I want to use FireFox instead. Where must I go for KDE4 to change the default web browser to something else?
View 7 Replies View RelatedHow do change the default media player? I would like to use VLC as my default. running opensuse 11.3 KDE 4.4 64bit
View 3 Replies View RelatedOpenSuSe 11.4 and KDE 4.6.1:
I would like to change the default blue oxygen icon, I went to system settings (now is configure desktop), file association, select inode and directory, click on the icon and change it to the one I like. Click ok, reboot but the blue folder icon is also there, how can I change this icon to one I like better?
When I go to openSUSE Download Mirrors - Overview, after I click the "http" of the mirror I want, where do I click down to after that to get the proper url? It just keeps opening new folders, so what's the url I need to put in yast, say for the argonne national laboratory (usa) mirror?
View 2 Replies View RelatedI would like to download and show a source of an webpage in stdout, but this is a https page with authentication form, which requires logging in. I tried like this:
Code:
wget -q --no-check-certificate --http-user=USERNAME --http-password=PASSWORD https://webpage.domain.com -O - However, it still downloaded only this login page, not the real webpage. Using the Firefox I can authenticate just fine. Any ideas?
I want to change the default command line editor from vim to nano, so for example when I type "visudo", I want it to user nano. In Ubuntu this can be easily done by using "update-alternatives --config editor", but openUSE doesn't have an editor-option
View 4 Replies View RelatedI've been using Thunderbird (2.0.0.24) with html attachments opening in Firefox.I just installed the new Chrome browser (5.0.375.70) and like it very much, enough so that I decided to switch from Firefox now that the Add-Ons I like are available for Chrome (Lastpass, Adblock, AutoPager). I've made Chrome the default browser in KDE's "Configure Desktop>Default Applications", but html attachments in Thunderbird still open in Firefox.I've tried most of the fixes offered on this and other forums as well as those offered by Mozilla's various help files, but nothing works. Most suggestions refer to fixes for 1.x versions of Thunderbird and no longer can be used.I just checked another OpenSUSE 11.2 PC with the newer 3.04 version of T'bird and saw no solution there either.
View 2 Replies View RelatedWhere is configuration to change default desktop background?
View 7 Replies View RelatedI installed the xrdp rpms as detailed by swerdna. I would like the pulldown menu to default to kde instead of twm. How can I change the configuration files to allow that.
View 1 Replies View RelatedI'm using OpenSUSE as a guest OS in VMware. Display settings are 1400x1050@60Hz but I want to change them for 1440x900. Using root account I go to Configure Desktop -> Display -> 1440x900. The first problem is that I can't choose 60Hz, only "Auto" or "0.0". I click Apply and the resolution changes, but if I reboot the computer or just logoff... resolution goes back to 1400x1050. My card and monitor properties: [URL]. Another strange thing is that if I click Ok on the Card and Monitor properties (changing from one resolution to another), I can choose to "Test" it, and xfine2 appears but... it ALWAYS says "1400x1050". An screenshoot of xfine2: [URL].
View 2 Replies View RelatedI'm installing debian squeeze and and I've got 2 hdd (sda,sdb), but I want to install it on sdb. When i get to the "Install the grub boot loader on the hard disk" it automatically installs it on /dev/sda (and I get an error), I want to install it on /dev/sdb... Is it possible.
View 12 Replies View RelatedI'd like to make Gnome Terminal always start using this command line: gnome-terminal --geometry=92x49+0+0 However, when I right-click the icon either in Start Menu Favorites or in Application Browser, there is no 'Properties' option where I can configure this. Nor does there appear to be any option in Gnome Terminal Profile Preferences (other than to run something other than the shell when starting Terminal). Anyone know how make this modification so Gnome Terminal will always start in the same size and position?
View 2 Replies View RelatedI'm trying to figure out how to change the default settings for my printer under Firefox. I'm mainly interested in changing the default print resolution and the pages-per-side layout setting I can change the settings for all KDE applications through [URL], but I can't seem to be able to find the respective dialog for Firefox / GTK applications.
Firefox itself doesn't seem to have a dialog for the printer default settings; I've looked into about:config but all the value names are rather confusing.
My system environment:
openSUSE 11.3
KDE 4.4.4
Printer: Brother MFC-7420
Where is preferred applications in the Gnome menu. I want to change the default Banshee to Totem.
View 4 Replies View Related