X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=posts%2Flinux-note.org;h=f50aee3b3ac553be1f7fdcfb1556fae9a648fea4;hb=refs%2Fheads%2Fmaster;hp=9b44850327c1c62a3647bf6321debb3950f2aa82;hpb=51d918e66df2a1a1cf94f90c630ea045d51d4494;p=blog.git diff --git a/posts/linux-note.org b/posts/linux-note.org index 9b44850..f50aee3 100644 --- a/posts/linux-note.org +++ b/posts/linux-note.org @@ -1,7 +1,7 @@ #+TITLE: Note of Linux (Debian) #+AUTHOR: Peng Li #+EMAIL: seudut@gmail.com -#+DATE: 2016-12-23 +#+DATE: <2016-12-23> * Install and Environment ** Install ios in virtual box @@ -47,6 +47,13 @@ wget --no-check-certificate https://cyberciti.biz/foo/bar.tar.gz 3. =ls= in =zsh= has no color +4. issue +-bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) + +#+BEGIN_SRC sh + dpkg-reconfigure locales +#+END_SRC + * VirtualBox Install virtualbox guest addition https://blog.paranoidpenguin.net/2016/12/installing-the-virtualbox-guest-additions-on-debian-8-jessie/ @@ -74,8 +81,17 @@ Insert GuestAddition.ios, mount /dev/sr0 /media/cdrom #+END_SRC +- install build-essentials, linux-headers-amd64 + + - Create folder to share in host machine - add user to virtualbox group +#+BEGIN_SRC sh :results output replace + adduser debian vboxsf +#+END_SRC + + + * Apache config ** Enabled Cgi mode