https://stackoverflow.com/questions/39987633/materialize-carousel-with-images-disappears



This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcdedit /set "{bootmgr}" path \EFI\ubuntu\grubx64.efi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scrapy | |
from bs4 import BeautifulSoup | |
from apple.items import AppleItem | |
# from scrapy.spiders import CrawlSpider, Rule | |
# from scrapy.linkextractors import LinkExtractor | |
class AppleCrawler(scrapy.Spider): | |
name = 'apple' | |
start_urls = ['http://www.appledaily.com.tw/realtimenews/section/new/'] | |
def parse(self, response): | |
domain = 'http://www.appledaily.com.tw' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
auto eth1 | |
iface eth1 inet static | |
address 192.168.56.1 | |
netmask 255.255.255.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install update | |
sudo apt-get install build-essential libssl-dev | |
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright 2015 Google Inc. All Rights Reserved. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://blog.itist.tw/2016/08/easter-eggs-or-funny-commands-with-linux-shell.html | |
http://blog.itist.tw/2016/12/34-best-operating-systems-for-raspberry-pi.html | |
http://blog.itist.tw/p/how-to-study-raspberry-pi.html |
NewerOlder