प्रारंभ पृष्ठ Ubuntu


1

यदि आप फ़ायरफ़ॉक्स का स्टार्ट-अप सेट कर देते हैं: स्टार्टपेज (या http://start.ubuntu.com ) तो आपको यह मिल जाएगा: यहां छवि विवरण दर्ज करें

यदि आप http://start.ubuntu.com/current/Yahoo/ का उपयोग करते हैं, तो आपको यह मिलता है: यहां छवि विवरण दर्ज करें

क्या उबंटू स्टार्ट पेज में अन्य खोज इंजनों का उपयोग करना संभव है। मुझे विशेष रूप से DuckDuckGo.com में दिलचस्पी है ।


मैं ऐप इंस्टेंटफॉक्स का दुरुपयोग करता हूं । बस हर प्रविष्टि को हटाएं और "अनुकूलित शॉर्टकट के बिना मानक खोज" को मेरी अनुकूलित duckduckgo लाइन में जोड़ें। आप के लिए जा सकते यहाँ , बदल आप क्या चाहते हैं और "बुकमार्कलेट और सेटिंग डेटा" दबाकर तल पर एक यूआरएल पैदा करते हैं। यह यूआरएल आपको केवल एड्रेसबार में डालना है और एक मनमाना सर्च स्ट्रिंग बदलना है %q। अब आप सीधे एड्रेसबार से खोज सकते हैं कि क्या है ! बैंग्स के साथ संयोजन में बहुत सुंदर है ... मैं यह कभी नहीं चाहता!
योगिनी १२

जवाबों:


1

वहाँ एक "होम पेज" विकल्प हुआ करता था लेकिन उन्होंने पर्फॉर्मेंस कॉन्फ़िगरेशन को फिर से व्यवस्थित किया और इसे अब कहीं दफन कर दिया गया है।
Url फ़ील्ड में टाइप करें about:config, सेटिंग खोजें browser.startup.homepageऔर उसका मान सेट करें https://duckduckgo.com/। आप अपनी खोजों के बिना सीधे ubuntu सर्वर के माध्यम से खोज इंजन का उपयोग करेंगे।


खैर, फ़ायरफ़ॉक्स पर आपको सिर्फ मेनूबार (3 क्षैतिज रेखाएँ) पर क्लिक करना होगा और फिर सेटिंग्स> सामान्य
MrVaykadji

1

आप केवल मेरे लिए लिखे गए पृष्ठ HTML को डाउनलोड कर सकते हैं और इसे एक ऑफ़लाइन प्रारंभ पृष्ठ के रूप में सेट कर सकते हैं:

डी डी जी

निम्नलिखित कोड को एक पाठ-फ़ाइल में कॉपी-पेस्ट करें जिसका नाम आप " startpage.htm ":

<!DOCTYPE html>
<html dir="ltr" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
<title>Ubuntu Start Page</title>
<style type="text/css">
body {
    background: white;
    font-family: ubuntu, ubuntubeta, 'Bitstream Vera Sans', 'DejaVu Sans', Tahoma, sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin: 0 auto;
}
button::-moz-focus-inner {
    /* fix buttons in FF */
    border: 0;
    padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Remove button margin in webkit */
    button{
        margin: 0;
    }
}   
.search-box {
    width: 595px;
    margin: 0 auto;
    margin-top: 63px;
}
.ubuntu-branding {
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
    background-position: 0 -251px;
    background-color: #aea79f;
    height: 40px;
    border-radius: 5px 5px 0 0;
}
.wrapper {
    padding: 0;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0 auto;
    text-align: center;
}
.wrapper h1 {
    margin: 0;
    padding: 0;
}
.logo a {
    font-size: 1px;
    display: block;
    text-indent: -9999px;
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
    background-position: -10px -95px;
    margin: 0;
    padding: 0;
    height: 18px;
    width: 167px;
    margin-bottom: 15px;
    position: relative;
}
.wrapper input {
    /* allows styling in webkit */
    -webkit-appearance: textfield;
    display: inline-block;
    vertical-align: top;
    width: 384px;
    height: 32px;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #AEA79F;
}
.inner {
    display: inline-block;
    margin: 65px auto 100px auto;
}
.inner form {
    height: 32px;
}
.external-links {
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.external-links li {
    height: 30px;
    display: inline-block;
    text-align: left;
    padding-top: 8px;
    margin: 0 10px;
}
.external-links a {
    text-decoration: none;
    color: gray;
    padding: 10px 0 10px 40px;
}
.external-links a::after {
    content: " ›";
    font-size: 16px;
}
.external-links a:hover {
    color: #e24912;
}
.help-link, 
.shop-link, 
.community-link {
    background: url(http://start.ubuntu.com/12.04/sprite.png) no-repeat;
}
.help-link {
    background-position: -10px -450px;
}
.help-link:hover {
    background-position: -10px -490px;
}
.shop-link {
    background-position: -10px -368px;
}
.shop-link:hover {
    background-position: -10px -410px;
}
.community-link {
    background-position: -10px -528px;
}
.community-link:hover {
    background-position: -10px -568px;
}
button {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    height: 32px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
</style>
</head>
<body>
    <div class="search-box">
        <div class="ubuntu-branding"></div>
        <div class="wrapper">
            <div class="inner">
                <a href="https://duckduckgo.com/"><img src="https://duckduckgo.com/assets/logo_header.v103.min.svg"></a></h1>
<iframe src="http://duckduckgo.com/search.html" style="overflow:hidden;margin:0;padding:0;width:408px;height:40px;" frameborder="0"></iframe>
            </div>
        </div>
        <ul class="external-links">
            <li class="help-link"><a href="https://help.ubuntu.com/">Ubuntu help</a></li>
            <li class="shop-link"><a href="http://shop.ubuntu.com/">Ubuntu shop</a></li>
            <li class="community-link"><a href="http://www.ubuntu.com/community">Ubuntu community</a></li>
        </ul>
    </div><!-- close search-box -->    
</body></html>

यह आधिकारिक स्टार्ट पेज की तुलना में बिलकुल HTML कोड है, लेकिन मैंने याहू को DuckDuckGo + के लोगो से बदल दिया।

आप चाहें तो इसे कहीं होस्ट भी कर सकते हैं और उस वेबसाइट को स्टार्ट-पेज के रूप में सेट कर सकते हैं, यह बिल्कुल वैसा ही है।

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.