juergenchiu.blogspot.com juergenchiu.blogspot.com

JUERGENCHIU.BLOGSPOT.COM

What is Linux

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊...但大部份都是Linux或網路相關的東西.

http://juergenchiu.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JUERGENCHIU.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

April

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 15 reviews
5 star
9
4 star
1
3 star
3
2 star
0
1 star
2

Hey there! Start your review of juergenchiu.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • juergenchiu.blogspot.com

    16x16

  • juergenchiu.blogspot.com

    32x32

CONTACTS AT JUERGENCHIU.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
What is Linux | juergenchiu.blogspot.com Reviews
<META>
DESCRIPTION
讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊...但大部份都是Linux或網路相關的東西.
<META>
KEYWORDS
1 what is linux
2 reboot
3 kdump config show
4 root echo 1 /proc/sys/kernel/sysrq
5 echo c /proc/sysrq trigger
6 var/crash//dump xxxxx
7 gavin
8 張貼者:
9 juergen chiu
10 沒有留言
CONTENT
Page content here
KEYWORDS ON
PAGE
what is linux,reboot,kdump config show,root echo 1 /proc/sys/kernel/sysrq,echo c /proc/sysrq trigger,var/crash/***/dump xxxxx,gavin,張貼者:,juergen chiu,沒有留言,basic requirement,mkdir p /var/lib/tftpboot/uefi,var/lib/tftpboot/,var/lib/tftpboot/pxelinux,label 0
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

What is Linux | juergenchiu.blogspot.com Reviews

https://juergenchiu.blogspot.com

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊...但大部份都是Linux或網路相關的東西.

INTERNAL PAGES

juergenchiu.blogspot.com juergenchiu.blogspot.com
1

What is Linux: Install Unity8 with touch

http://juergenchiu.blogspot.com/2014/06/install-unity8-with-touch.html

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期四, 6月 26, 2014. Install Unity8 with touch. Install Unity 8 with touch. Apt-get update then upgrade. For unity8 login hangs fix. Wget https:/ launchpad.net/ ci-train-ppa-service/ archive/landing-005/ build/6112664/ files/qtubuntu-sensors 0.6%2B14.10.20140619-0ubuntu1 amd64.deb. And install this fix for unity8. For unity8 touch fix. Mkdir /usr/idc and create a file named /usr/idc/Vendor 04f3 Product 023e.idc. Add 2 lines there.

2

What is Linux: Quick note of LXC on Ubuntu 14.10 with X, MIR on Unity7

http://juergenchiu.blogspot.com/2014/06/quick-note-of-lxc-on-ubuntu-1410-with-x.html

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期四, 6月 26, 2014. Quick note of LXC on Ubuntu 14.10 with X, MIR on Unity7. Sudo for all lxc command. Lxc-create -t ubuntu -n project-name. The OS installed here is very limited, only pure rootfs, so most of commands and packages need to be installed manually. And the default user and password is ubuntu.ubuntu#. Add mount socket config into it. Lxcmount.entry = /dev/dri dev/dri none bind,optional,create=dir. For mount the X socket and use it.

3

What is Linux: 十月 2013

http://juergenchiu.blogspot.com/2013_10_01_archive.html

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期三, 10月 30, 2013. Atheros 0036 on ACER Aspire V5-132 with Ubuntu 12.04.2 (issue for ath9k). This machine has only wifi connection, no wired to connect to Internet. The worst thing is the native ath9k driver is failed, that means you won't have any resource to connect outside the world. :(. Thus, here is what I have done for the solution (easy job) to get my wifi back to real life. 3 apt-get update (for updating your source list).

4

What is Linux: 十一月 2009

http://juergenchiu.blogspot.com/2009_11_01_archive.html

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期三, 11月 18, 2009. Linux sound architecture - pulseaudio/alsa/codecs. Below is the processes of sound architecture what I know. Only base on alsa architecture, and be aware OSS is not supported by Linux anymore. Mic - audio codec - audio codec interface (snd hda codec) - alsa kernel driver - /dev/snd/* - alsa api - alsa lib (you can have the different recording type here) - sound recorder. Audio controller driver : snd hda intel. Arecord - al...

5

What is Linux: 三月 2010

http://juergenchiu.blogspot.com/2010_03_01_archive.html

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期一, 3月 15, 2010. 1 share the shell screen. User a# screen -S test. User b# screen -x test. Then both a and b can use the shared shell screen to watch the status. 2 how to show your IP address (a little boring and stupid. ). Ifconfig grep "eth0" -A 1 sed '1d' awk '{print $2}' awk -F: '{print $2}'. 3 how to show your VGA driver name (still need to see /var/log/Xorg.0.log for details). Lspci -v grep VGA -A 10 grep modules. Need to maintain - -.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

juergenbusam.com juergenbusam.com

juergenbusam.com

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

juergencasper.com juergencasper.com

Dipl. Kaufmann Jürgen Casper - Personaltrainer, Coach, Dozent und Berater - Marketing & Sales - Hamburg

Herzlich Willkommen auf meiner Internetpräsenz. Auf den folgenden Webseiten finden Sie vielfältige Angebote zu den Themen Personalentwicklung, Change Management sowie Consulting für den Bereich Marketing and Sales. Mit meiner langjährigen Erfahrung stehe ich Ihnen gerne für praxisnahe Lösungen in Ihrem Unternehmen oder auch bei Ihren persönlichen beruflichen Entscheidungen zur Verfügung. Ich freue mich auf Ihre Kontaktaufnahme!

juergenchance.de juergenchance.de

Jürgen Schubert

Ihr Browser unterstützt keine Frames!

juergenchill.com juergenchill.com

Jürgen Chill

juergenchiu.blogspot.com juergenchiu.blogspot.com

What is Linux

讀者對Linux的一些討論, 放一些自己在實作時的簡易操作檔案, 以及參考用的資訊.但大部份都是Linux或網路相關的東西. 星期二, 6月 06, 2017. Kdump howto (only a quick notes). How to verify kdump and read dump file. Https:/ help.ubuntu.com/lts/serverguide/kernel-crash-dump.html. Sudo apt install linux-crashdump. Etc/default/kdump-tools - USE KDUMP=1. Modify crashkernel=384M-2G:64M,2G-:128M to 256M. 1) download 相對應的debug symbol. 2) create 一個 script。內容是:$ cat crash-start.sh. Http:/ ddebs.ubuntu.com/pool/main/l/linux-lts-utopic/. 星期三, 3月 23, 2016. Var/lib/tftpboot/px...

juergenclaus.de juergenclaus.de

willkommen bei JuergenClaus.de

juergenclaussen.com juergenclaussen.com

Jürgen Claussen

Styling • Consulting • Production. Follow me on the Move.

juergenclemens.de juergenclemens.de

- Home

Herzlich Willkommen auf meiner Homepage. Aktuell laufen die Proben zu. Ich spiele die Rolle des Banquo. Premiere ist am 08.12.2016 in der Orangerie Köln! Eintritt: 16 Euro / 10 Euro ermäßigt. Tickets auch über KölnTicket. Weiterhin zu sehen ist meine letzte Inszenierung am Horizont Theater Köln. Nominiert für den Kölner Theaterpreis 2015. Mit Georg Lenzen und Silke Natho. Karten über das Horizont Theater. Tel: 0221 / 13 16 04. Fax: 0221 / 13 89 21. Diese Homepage wurde mit 1&1 MyWebsite.

juergencron-fineart.com juergencron-fineart.com

# Soulmade Fotografie #

Direkt zur Hauptnavigation und Anmeldung. Hobby Photographer and Bildbearbeiter.

juergendahmen.com juergendahmen.com

Jürgen Dahmen | Neuss | Komponist | Musiker

Willkommen auf juergendahmen.com. Hier finden Sie Musik und einen, der sie macht. Dann schauen Sie sich mal um. Diese Site wird noch wachsen und hoffentlich nie fertig ….