notebuntu.blogspot.com notebuntu.blogspot.com

notebuntu.blogspot.com

小頭的Ubuntu筆記本

新版Ubuntu附的 losetup 不支援加密磁區了 util-linux removed encryption option e. 後來我升級到新版Ubuntu後, 發現losetup不再支援option -e,這樣就無法建立及掛載加密磁區了. 後來我意外在util-linux的Release Note中發現其實是 util-linux從 2.23開始不支援option e. Util-linux 2.22 Release Notes [Sep 4, 2012]. Util-linux 2.23 Release Notes [25-Apr-2013 ]. 所以想要使用option e的人再去抓v2.22版的回來自己裝囉~. Util-linux 2.22 官網source. 65292; 可以使用apt-get 先裝上. Ubuntu 16.04 apt-get 安裝 oracle java. REF] How To Install Java with Apt-Get on Ubuntu 16.04. Sudo apt-get install oracle-java8-installer.

http://notebuntu.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR NOTEBUNTU.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 5.0 out of 5 with 3 reviews
5 star
3
4 star
0
3 star
0
2 star
0
1 star
0

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

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • notebuntu.blogspot.com

    16x16

  • notebuntu.blogspot.com

    32x32

CONTACTS AT NOTEBUNTU.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
小頭的Ubuntu筆記本 | notebuntu.blogspot.com Reviews
<META>
DESCRIPTION
新版Ubuntu附的 losetup 不支援加密磁區了 util-linux removed encryption option e. 後來我升級到新版Ubuntu後, 發現losetup不再支援option -e,這樣就無法建立及掛載加密磁區了. 後來我意外在util-linux的Release Note中發現其實是 util-linux從 2.23開始不支援option e. Util-linux 2.22 Release Notes [Sep 4, 2012]. Util-linux 2.23 Release Notes [25-Apr-2013 ]. 所以想要使用option e的人再去抓v2.22版的回來自己裝囉~. Util-linux 2.22 官網source. 65292; 可以使用apt-get 先裝上. Ubuntu 16.04 apt-get 安裝 oracle java. REF] How To Install Java with Apt-Get on Ubuntu 16.04. Sudo apt-get install oracle-java8-installer.
<META>
KEYWORDS
1 小頭的ubuntu筆記本
2 先前關於在ubuntu/linux下建立加密磁區
3 losetup其實是用util linux這大套件所提供
4 compile過程會需要 libblkid dev
5 libncurses5 dev
6 libpam0g dev
7 有人提到大概的原因
8 張貼者: floatisha
9 沒有留言
10 sudo apt get update
CONTENT
Page content here
KEYWORDS ON
PAGE
小頭的ubuntu筆記本,先前關於在ubuntu/linux下建立加密磁區,losetup其實是用util linux這大套件所提供,compile過程會需要 libblkid dev,libncurses5 dev,libpam0g dev,有人提到大概的原因,張貼者: floatisha,沒有留言,sudo apt get update,主要是上面的步驟 內文還有多重版本時的設定,真是莫名奇妙的問題,不太想理它但是chrome跑起來卡卡讓人很火,把這功能加到黑名單,ls lt /dev/shm/tc/
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

小頭的Ubuntu筆記本 | notebuntu.blogspot.com Reviews

https://notebuntu.blogspot.com

新版Ubuntu附的 losetup 不支援加密磁區了 util-linux removed encryption option e. 後來我升級到新版Ubuntu後, 發現losetup不再支援option -e,這樣就無法建立及掛載加密磁區了. 後來我意外在util-linux的Release Note中發現其實是 util-linux從 2.23開始不支援option e. Util-linux 2.22 Release Notes [Sep 4, 2012]. Util-linux 2.23 Release Notes [25-Apr-2013 ]. 所以想要使用option e的人再去抓v2.22版的回來自己裝囉~. Util-linux 2.22 官網source. 65292; 可以使用apt-get 先裝上. Ubuntu 16.04 apt-get 安裝 oracle java. REF] How To Install Java with Apt-Get on Ubuntu 16.04. Sudo apt-get install oracle-java8-installer.

INTERNAL PAGES

notebuntu.blogspot.com notebuntu.blogspot.com
1

小頭的Ubuntu筆記本: wireshark permission ( no interface list) on Ubuntu for non-superuser

http://notebuntu.blogspot.com/2014/10/wireshark-permission-no-interface-list.html

Wireshark permission ( no interface list) on Ubuntu for non-superuser. Sudo setcap 'CAP NET RAW eip CAP NET ADMIN eip' /usr/bin/dumpcap. 重新設定 wireshar, 它會詢問是否允許non-super user抓封包, 允許即可使用. Sudo dpkg-reconfigure wireshark-common $ sudo usermod -a -G wireshark $USER $ sudo reboot. 2 法二: 建新群組, 讓此群組的人才可抓封包. Sudo addgroup -system wireshark sudo chown root:wireshark /usr/bin/dumpcap sudo setcap cap net raw,cap net admin=eip /usr/bin/dumpcap sudo usermod -a -G wireshark. 訂閱: 張貼留言 (Atom).

2

小頭的Ubuntu筆記本: ubuntu 14.o4 工作列新增監看網路流量及系統資訊

http://notebuntu.blogspot.com/2015/05/ubuntu-14o4.html

Ubuntu 14.o4 工作列新增監看網路流量及系統資訊. 1安裝 indicator-sysmonitor 及 dstat. Sudo apt-get install indicator-sysmonitor dstat. 訂閱: 張貼留言 (Atom). Ubuntu 14.o4 工作列新增監看網路流量及系統資訊.

3

小頭的Ubuntu筆記本: 建立加密磁區 on Unbut / Linux / Raspberry with losetup

http://notebuntu.blogspot.com/2015/07/on-unbut-linux-raspberry-with-losetup.html

建立加密磁區 on Unbut / Linux / Raspberry with losetup. 0 Make sure you had loaded the cryptoloop module */. Otherwise you will get error about losetup ioctl: LOOP SET STATUS: Invalid argument */. 1 Generate target encrypted partition file */. Sudo dd if=/dev/zero of=/media/10M.img bs=1M count=10. 2 Encrypt the partition file, it will ask you the desired password. */. Sudo losetup -e aes -k 256 /dev/loop0 /media/10M.img. 3 Make filesystem for the encrypted partition. */. Sudo mkfs.ext4 /dev/loop0.

4

小頭的Ubuntu筆記本: 九月 2014

http://notebuntu.blogspot.com/2014_09_01_archive.html

Share] Ubuntu 14.04 LTS 中文修正. 出處: http:/ scar.simcz.tw/article/2014/04/22/fix-ubuntu-14-04-lts-zh-font-selector/. 除了黑色永遠偏紫外,在Ubuntu下另一個困擾我己久的問題就是 chrominum-browser的網址列跟標題列遇到中文會亂碼 (可正常使用中文但顯示上是亂碼). PS 設定居然是html語法,打完內文變超怪 lol. 1 cd /etc/fonts/conf.d. 3 sudo rm 69-language-selector-zh-cn.conf 69-language-selector-zh-hk.conf 69-language-selector-zh-mo.conf 69-language-selector-zh-sg.conf. 4 sudo vim 65-nonlatin.conf. WenQuanYi Micro Hei Mono. WenQuanYi Micro Hei Mono. WenQuanYi Micro Hei Mono.

5

小頭的Ubuntu筆記本: 七月 2015

http://notebuntu.blogspot.com/2015_07_01_archive.html

建立加密磁區 on Unbut / Linux / Raspberry with losetup. 0 Make sure you had loaded the cryptoloop module */. Otherwise you will get error about losetup ioctl: LOOP SET STATUS: Invalid argument */. 1 Generate target encrypted partition file */. Sudo dd if=/dev/zero of=/media/10M.img bs=1M count=10. 2 Encrypt the partition file, it will ask you the desired password. */. Sudo losetup -e aes -k 256 /dev/loop0 /media/10M.img. 3 Make filesystem for the encrypted partition. */. Sudo mkfs.ext4 /dev/loop0.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

SOCIAL ENGAGEMENT



OTHER SITES

notebukniemerald.com notebukniemerald.com

Emerald's Notebook

notebuks.ru notebuks.ru

notebuks.ru

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).

notebundle.com notebundle.com

TransIP - Reserved domain

Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.

notebundles.com notebundles.com

TransIP - Reserved domain

Is gereserveerd door een klant van TransIP. Has been registered by a customer of TransIP. Direct aan de slag met je domein? Getting started with your domain. Hoe begin ik een eigen website of blog? How do I start a website or blog? Hoe kan ik e-mail versturen vanaf mijn eigen domeinnaam? How can I send and receive email with my own domain? Hoe stuur ik mijn domeinnaam door? How do I forward my domain name? Hoe kan ik een domeinnaam van een andere eigenaar overkopen? 262 beoordelingen op Trustpilot.

notebunny.com notebunny.com

Welcome to your new website

Domain names for less with UK2. Claim your web identity. Has been registered by a customer of UK2. Claim your web identity. With hundreds of domain name extensions to choose from, we're sure you'll find the right web address to house your website. Click here to view. The grass really is greener with UK2, which is why we’ve made it easy to transfer your website address or domain name to us from other companies. Click here to view. Click here to view. Click here to view. Not got time to build a website?

notebuntu.blogspot.com notebuntu.blogspot.com

小頭的Ubuntu筆記本

新版Ubuntu附的 losetup 不支援加密磁區了 util-linux removed encryption option e. 後來我升級到新版Ubuntu後, 發現losetup不再支援option -e,這樣就無法建立及掛載加密磁區了. 後來我意外在util-linux的Release Note中發現其實是 util-linux從 2.23開始不支援option e. Util-linux 2.22 Release Notes [Sep 4, 2012]. Util-linux 2.23 Release Notes [25-Apr-2013 ]. 所以想要使用option e的人再去抓v2.22版的回來自己裝囉~. Util-linux 2.22 官網source. 65292; 可以使用apt-get 先裝上. Ubuntu 16.04 apt-get 安裝 oracle java. REF] How To Install Java with Apt-Get on Ubuntu 16.04. Sudo apt-get install oracle-java8-installer.

notebuque.blogspot.com notebuque.blogspot.com

notebuque

Assinar: Postagens ( Atom ).

noteburc.blogspot.com noteburc.blogspot.com

Noteburc

Appunti dal bollettino ufficiale. Ma a parte questo, il resto migliora. Come promesso prosegue il confronto con i Bur di altre regioni. Abbiamo analizzato gli ultimi due numeri del BUR della Puglia del 19/09 n°146. E del 23/09 n° 147. Approvate le linee di indirizzo. Per l'attuazione delle attività afferenti agli Obiettivi Operativi 1.9, 1.11, 1.12 dell'Obiettivo Specifico 1d dell'Asse 1 POR FERS 2007-2013. Comunque sia, g. Li indirizzi che vengono approvati per i tre obiettivi. Operativi che riguardano ...

noteburg.com noteburg.com

Главная | Коттеджный городок Noteburg

Коттеджный поселок в Шлиссельбурге "Noteburg". Находится в экологически чистом и живописном районе,. Идеально подходящем для проживания и отдыха. Никогда не будет скучно: всегда и в любое время. Вы найдёте здесь занятие по душе! Есть всё необходимое для того, чтобы Вы могли успешно вести бизнес,. Не отвлекаясь от дел и экономя своё время. Всегда рад своим жителям и гостям, которые прекрасно проведут здесь свободное время,. Открыв для себя много интересного! Здания в городке Noteburg выполнены по эксклюзи...

noteburg.novostrojki-spb.ru noteburg.novostrojki-spb.ru

ЖК Нотебург , квартиры в ЖК Нотебург (Noteburg) от Матрикс в Ленинградской области

Жилой комплекс Нотебург (Noteburg) от застройщика Матрикс расположен по адресу между Новоладожским и Староладожским каналами (Шлиссельбург). Купить квартиру можно следующей комнатности: студия, 1, 2, 3, 4, 5, 7. Цены начинаются от 3 659 000 руб. ЖК Нотебург (Noteburg) в Ленинградской области. Ленинградская область, Кировский район (ЛО), Шлиссельбург, между Новоладожским и Староладожским каналами. Все фото ЖК Нотебург (Noteburg). Отдел продаж ЖК Нотебург. Цены на квартиры в ЖК Нотебург. Общая площадь, м.

noteburg.ru noteburg.ru

Noteburg Hotel. Отель Нотебург

Россия, 199004, Санкт-Петербург,. Ст метро Василеостровская,. 3-я Линия, дом 20.