Full text search for "user"
- Fortran95_Tutorial . . . . 1 match
Fortran 함수는 수학의 함수와 매우 비슷하다. 둘 다 일단의 입력 변수 (parameters)를 받아들여 어떤 형태의 값을 준다. 앞에서 사용자 정의 user defined 부프로그램에 대하여 살펴보았다. Fortran 77 역시 내장 built-in 함수가 있다.
- HelpOnActions . . . . 3 matches
The following actions are added to the list of user-defined extension actions at the bottom of each page or other position defend on your selected theme. This happens to any mixed-case extension, for other actions (all lower-case) see the list further down this page. Some of these action might not be available for this wiki site.
* `userform`: save user preferences.
- HelpOnInstallation . . . . 2 matches
1. $rcs_user의 기본 값은 "root"이나, 위키를 처음 설치할 경우는 이 값을 조절할 수 있다. 한번 결정한 후에는 이 값을 계속해서 써야한다.
* backup : {{{?action=backup}}}해 보라. 백업은 data 디렉토리의 user와 text를 및 기타 몇몇 설정을 보존한다. pds/ 디렉토리를 보존하지는 않는다. 백업된 파일은 pds/ (혹은 $upload_dir로 정의된 위치) 하위에 저장된다.
- HelpOnLinking . . . . 1 match
{{{wiki:MeatBall/InterWiki}}} is interpreted as {{{wiki:MeatBall:InterWiki}}} in the MoinMoin. But it confuse users with {{{wiki:WikiPage/SubPage}}} syntax.
- HelpOnMacros . . . . 1 match
||{{{[[UserPreferences]]}}} || display a user preferences dialog || UserPreferences ||
- HelpOnPageCreation . . . . 3 matches
|| @''''''TIME@ || Current date and time in the user's format ||
|| @''''''USERNAME@ || Just the user's name (or his domain/IP) ||
|| @''''''USER@ || Signature "-- loginname" ||
|| @''''''MAILTO@ || A fancy mailto: link with the user's data ||
- HelpOnUpdating . . . . 2 matches
To make UserPreferences work, you should "mkdir -m707 user" in your
Ideally, you assign all files in the data directory to the user the web server
- HelpOnUserPreferences . . . . 1 match
#keywords preferences,user
User``Preferences에서 설정하실 수 있는 것으로는 다음과 같은 것이 있습니다.:
* '''[[GetText(User CSS URL)]]''': 자신이 원하는 CSS로 변경하고 싶을 경우에 사용합니다.
- KernelAPI . . . . 1 match
결국, GFP_KERNEL가 GFP_USER보다 priority가 높다는 것은,
GFP_USER option으로 호출하면, 메모리 부족하면 대충 fail로 끝나버리는 차이를 말하는 듯합니다.
mount시에 super_block을 할당받지 못하면 그냥 mount fail로 끝나도 상관없으니, GFP_KERNEL option으로 kmalloc을 호출할 필요없이 그냥 GFP_USER를 사용해도 충분하다 정도로 이해하려 합니다.
== GFP_USER ==
Used to allocate memory on behalf of the user. It may sleep, and is a low-priority request.
- LMA_Levenberg_Marquardt . . . . 1 match
1. [:http://users.ics.forth.gr/~lourakis/levmar/ levmar: Levenberg-Marquardt nonlinear least squares algorithms in C/C++]
- LaTex_guide . . . . 1 match
* 시스템 관리자: superuser 권한으로 실행한다. (sudo)
- Linux_device_Dynamic_DMA_mapping . . . . 2 matches
''It is recommended that your driver print a kernel KERN_WARNING message when you do one of these two things. In this manner, if a user of your driver reports that performance is bad or that the device is not even detected, you can ask him for the kernel messages to find out exactly why.''
''Another advantage of specifying this value precisely (outside of potential platform-specific optimizations of such) is for debugging. Some platforms actually have a write permission boolean which DMA mappings can be marked with, much like page protections in a user program can have. Such platforms can and do report errors in the kernel logs when the PCI controller hardware detects violation of the permission setting.''
- Linux_ulimit_commandUlimit명령어 . . . . 16 matches
# - an user name
# - maxlogins - max number of logins for this user
# - priority - the priority to run user process with
# - locks - max number of file locks the user can hold
max user processes (-u) unlimited
max user processes (-u) unlimited
max user processes (-u) unlimited -> 단일 유저가 사용가능한 프로세스의 최대 갯수
ulimit – get and set user limits
#Each line describes a limit for a user in the form:
# – an user name
# To apply a limit to the root user, <domain> must be
# the literal username root.
# – maxlogins – max number of logins for this user
# – priority – the priority to run user process with
# – locks – max number of file locks the user can hold
http://www.superuser.co.kr/security/certcc/secu_certcc_15.htm
- LocalKeywords . . . . 59 matches
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
user WymSkPhN
- MariaDB . . . . 1 match
Remove anonymous users? [Y/n] Y
MariaDB> CREATE USER "nextcloud"@"localhost";
- MoniWikiACL . . . . 2 matches
* @User: 등록 사용자 (priority: 2)
* @ALL allow read,userform,rss_rc,aclinfo,fortune,deletepage,fixmoin,ticket // 여러 줄로 나눠쓰기 가능
* @User allow *
// 모든 페이지(*)를 일반 가입 사용자에게(@User) 허락(*)
* @User allow *
// 모든 페이지(*)를 일반 가입 사용자에게(@User) 허락(*)
* @ALL allow read,userform,rss_rc,aclinfo,fortune,deletepage,fixmoin,ticket
@User allow *
이 경우 @User의 priority가 높으므로 {{{allow *}}}이 적용된다.
@User allow read
@User에서 read가 허용. 나머지는 {{{@ALL deny *}}}에 의해 거부된다.
* @User allow edit,savepage
ProtectedPage @User deny * # 이것만으로는 의도대로 작동 안한다.
ProtectedPage @User deny edit,savepage
* 일반 등록 사용자(@User)는 edit,savepage 허락.
* 이 경우 등록 사용자에 대해 {{{@User deny *}}} + {{{@User allow edit,savepage}}}이므로 edit,savepage만 허용된다.
* {{{allow edit,savepage}}}라고 explicit하게 정의된 것을 다시 취소시켜야 의도대로 작동하는 것이다. 따라서 {{{ProtectedPage @User deny edit,savepage}}}라고 써 주어야 한다.
* @Group1 deny * # User defined @Group1 group
- MoniWikiPlugins . . . . 1 match
* userform
- PatternTemplate . . . . 1 match
The setting for the problem. This can include a description of the target user, e.g., developer, manager, customer.
- SVN . . . . 5 matches
$ chown group:user /home/svn -R
AuthUserFile /etc/apache2/dav_svn.passwd
my $userlist = join (' ', @email_addrs);
push (@output, "To: $userlist\n");
if (($sendmail =~ /\w/) and ($userlist =~ /\w/))
open (SENDMAIL, "| $sendmail $userlist")
- centos_chrome_yum_install . . . . 1 match
'''Install Google Chrome with YUM (as root user)'''
- cl_mem_object_experiment . . . . 4 matches
실험의 내용은 간단하다. User 영역에 있는 데이터를 디바이스에 전달해서 간단한 연산 후 돌려 받는 과정을 몇몇 시나리오를 통해서 실험하고 결과를 비교한다.
1. User 영역에 malloc으로 할당 받은 '''usermem'''이라는 버퍼에 데이터가 들어 있다.
1. '''usermem'''의 데이터를 디바이스로 전달하고 모든 값에 100을 더한다.
Pinned Host Memory를 사용하는 경우에는 clEnqueueMapBuffer/clEnqueueUnmapBuffer 만을 사용하였고 CL_MEM_ALLOC_HOST_PTR를 사용한 경우엔 Runtime이 메모리를 할당하여 주무로 '''usermem'''을 전달하기 위해서 clEnqueueMapBuffer/clEnqueueUnmapBuffer 과 memcpy를 사용하였다.
CL_MEM_USE_HOST_PTR의 경우는 '''usermem''' 자체를 Pinned Memory로 사용하여 값을 전달하기 위한 clEnqueueMapBuffer/clEnqueueUnmapBuffer 과 memcpy 부분이 생략 된다. (값을 전달하기 위한 Overhead 없음, Zero Copy)
|'''표 1. User data travel time''' (GB/s) |<tablewidth="650px"><|2>Data size |||| Device Memory type ||<|2> CL_MEM_ALLOC_HOST_PTR ||<|2> CL_MEM_USE_HOST_PTR ||
- cluster_install_work . . . . 1 match
failed to send 'clear' to local ypserv: RPC: Program not registeredUpdating netgroup.byuser...
- config.php . . . . 1 match
* @User allow *
* Anonymous allow userform
- cv_report2 . . . . 1 match
기본적인 알고리즘 구현은 MATLAB을 사용하였으며, SIFT는 MATLAB에서 제공하지 않기 때문에 opencv의 sift[* https://docs.opencv.org/3.0-beta/doc/user_guide/ug_features2d.html#descriptors]를 사용하였고 matlab에서 호출하여 사용하는 방식으로 구현하였다.
- docker_influxdb . . . . 2 matches
INFLUXDB_ADMIN_USER_PASSWORD 이며 기본 아이디 값은 admin 이다
- INFLUXDB_ADMIN_USER_PASSWORD=bitnami123
- INFLUXDB_ADMIN_USER_TOKEN=admintoken123
- INFLUXDB_USER=admin
- INFLUXDB_USER_PASSWORD=bitnami123
-e DOCKER_INFLUXDB_INIT_USERNAME=username \
-e DOCKER_INFLUXDB_INIT_USERNAME=username \
docker run -d -p 8086:8086 --name influxdb -v $PWD/data:/var/lib/influxdb2 -v $PWD/config:/etc/influxdb2 -e DOCKER_INFLUXDB_INIT_MODE=setup -e DOCKER_INFLUXDB_INIT_USERNAME=wskim -e DOCKER_INFLUXDB_INIT_PASSWORD=kims1028 -e DOCKER_INFLUXDB_INIT_ORG=my-org -e DOCKER_INFLUXDB_INIT_BUCKET=test-bucket -e DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-secret-token influxdb
- docker_redis . . . . 1 match
WantedBy=user. Target
- docker_ssh . . . . 2 matches
ARG SSH_USER=${SSH_USER:-ubuntu}
ENV SSH_USER=${SSH_USER}
USER root
RUN useradd -c "System Administrator" -m -d /home/$SSH_USER -s /bin/bash $SSH_USER \
&& usermod -aG sudo $SSH_USER \
&& echo 'PS1=$PS1A' >> /home/$SSH_USER/.bashrc \
&& echo 'export PS1="\[\e[33m\]\u\[\e[m\]\[\e[37m\]@\[\e[m\]\[\e[34m\]\h\[\e[m\]:\[\033[01;31m\]\W\[\e[m\]$ "' >> /home/$SSH_USER/.profile \
&& echo "alias ll='ls -alh'" >> /home/$SSH_USER/.bashrc \
&& mkdir -m 700 /home/$SSH_USER/.ssh \
&& chown $SSH_USER.$SSH_USER /home/$SSH_USER/.ssh \
&& echo "$SSH_USER ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers \
&& echo "$SSH_USER:$SSH_PASSWORD" | chpasswd
docker build --build-arg SSH_USER=ubuntu --build-arg SSH_PASSWORD=ubuntu -t ubuntu-sshd:22.04 .
위 명령어는 인자로 SSH_USER, SSH_PASSWORD를 'ubuntu'라고 설정하는 방법에 대해서 기술한 것이다.
SSH_USER: ${SSH_USER}
SSH_USER=ubuntu
- factorized_vae_and_annealed_vae . . . . 10 matches
\text{movie.} {\begin{matrix} 1 & 2 & 3 & 4 & 5 &6 & 7 & 8\end{matrix}} \\ \left\{\begin{matrix} user 1 \\ user 2 \\ user3 \\ user4 \\ user5 \\ user6 \\ user7 \\user8\, \end{matrix}\right. \begin{bmatrix} 3 & 5 & * & 4 & 1 &* & * & 2 \\ * & 3 & 5 & 1 & 2 & * & * & 3 \\ 4 & 1 & * & 4 & 1 &* & 3 & 2 \\ 5 & 2 & * & * & 2 & 3 & * & * \\ * & 2 & 4 & 2 & * & * & 1 & 2 \\ 5 & * & * & 5 & 4 &* & * & 4 \\ 1 & * & 5 & 2 & 3 &1 & 5 & 3 \\ * & 3 & 2 & 1 & 4 & * & * & * \\ \end{bmatrix}
이 사실로부터 user \(u\)가 item \(i\)의 점수를 주는 방식은, user \(u\)의 item들에 대한 latent interest \(p_u\)와 그에 대응하는 item들에 대한 latent interest \(q_i\)에 의해 결정된다는 것을 알 수 있다.
- fastapi . . . . 9 matches
async def login(sns_type: SnsType, user_info: models.UserRegister):
is_exist = await is_email_exist(user_info.email)
if not user_info.email or not user_info.pw:
return JSONResponse(status_code=400, content=dict(msg="NO_MATCH_USER"))
user = Users.get(email=user_info.email)
is_verified = bcrypt.checkpw(user_info.pw.encode("utf-8"), user.pw.encode("utf-8"))
return JSONResponse(status_code=400, content=dict(msg="NO_MATCH_USER"))
Authorization=f"Bearer {create_access_token(data=UserToken.from_orm(user).dict(exclude={'pw', 'marketing_agree'}),)}")
- fastapi_project . . . . 2 matches
'User-Agent': 'Mozilla/5.0',
User=your_username
WantedBy=multi-user.target
- git_client_user_guide . . . . 2 matches
User git
git config --global user.name "Hwansun.kim"
git config --global user.email "iou78@nims.re.kr"
- homebrew . . . . 1 match
{{{/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"}}}
- index_2012 . . . . 2 matches
== [:matlab_user_guide Matlab 사용 설명서] ==
* [http://www.inipro.net/blog/blog/blog_view.php?user_id=maniapro&post_seq=100000053]
- jupyter_notebook . . . . 2 matches
ipython kernel install --user
또는 python -m ipykernel install --user
- lalsuite_info . . . . 2 matches
$ git config --global user.name "whansun.kim" # replace as appropriate
$ git config --global user.email whansun.kim@ligo.org # replace as appropriate
- linux_apache2_init . . . . 2 matches
lrwxrwxrwx 1 root root 33 4월 19 10:21 authz_user.load -> ../mods-available/authz_user.load
- linux_fstab . . . . 3 matches
default - rw, nouser, auto, exec, suid속성을 모두 설정
user - 일반사용자 마운트 가능
nouser - 일반사용자 마운트불가능, root만 가능
- linux_git_install_guide . . . . 6 matches
$git config --global user.name "wskim"
$git config --global user.email "iou78@nims.re.kr"
sudo adduser git
$git config --global user.name "wskim"
$git config --global user.email "iou78@nims.re.kr"
[:git_client_user_guide Git 클라이언트 사용 설명서]
- linux_init_setup . . . . 17 matches
1. '''sudo user 만들기'''
sudo useradd [옵션] [user명]
sudo useradd -d /home/user01 -s /bin/bash -G admin -m user01
-- /home/user01 디렉토리를 갖고 bash쉘을 사용하고 admin그룹에 속한 user01을 만들어라
2. '''사용중인 계정을 sudo user만들기'''
ex) admin:x:123:appuser,mysql,user01
/etc/sudoers 파일을 확인해서 자신이 추가한 user나 구룹이 추가 되어 있는지 확인해야 한다.
user = root
failed to send 'clear' to local ypserv: RPC: Program not registeredUpdating netgroup.byuser...
# It's neccessary to update NIS database with following way if new user is added again
www login: ubuntu# user on NIS
$ smbpasswd -a user-id //삼바 사용자 등록
- linux_smbfs_mount . . . . 7 matches
Added user wskim.
$ sudo mount -t smbfs -o rw,username=wskim,password=kims1028,iocharset=utf8 //143.248.156.90/share /home/wskim/windows/
mount -t cifs -o user='사용자이름',password='패스워드' //서버주소/공유폴더 마운트경로
사용자 이름 : testuser
mount -t cifs -o user='testuser',password='1234' //192.168.0.2/cifs-test /mount-test
//192.168.1.30/smb /test cifs defaults,username=smb,pass=비밀번호적기,iocharset=utf8 0 0
- linux_ulimit_command . . . . 16 matches
# - an user name
# - maxlogins - max number of logins for this user
# - priority - the priority to run user process with
# - locks - max number of file locks the user can hold
max user processes (-u) unlimited
max user processes (-u) unlimited
max user processes (-u) unlimited -> 단일 유저가 사용가능한 프로세스의 최대 갯수
ulimit – get and set user limits
#Each line describes a limit for a user in the form:
# – an user name
# To apply a limit to the root user, <domain> must be
# the literal username root.
# – maxlogins – max number of logins for this user
# – priority – the priority to run user process with
# – locks – max number of file locks the user can hold
http://www.superuser.co.kr/security/certcc/secu_certcc_15.htm
- math_liner_algebra . . . . 3 matches
1. you must add a new user,
1. download GotoBLAS, untar it into /home/USER/, type /home/USER/GotoBLAS2/quickbuild.32bit, then type make,
1. download hpl.tgz, untar it into /home/USER, cp Make.Linux_PII_FBLAS to /home/USER/hpl/, edit this file such that :{{{
TOPdir = /export/home/mpiuser/hpl
LAdir = /export/home/mpiuser/GotoBLAS2
1. copy and edit HPL.dat to /home/USER such that it can state your arch.
1. create a file machines in /home/USER and put in your machine names.
1. type /opt/openmpi/bin/mpirun -nolocal -np 2 -machinefile /home/USER/machines /home/USER/hpl/bin/Linux_PII_FBLAS/xhpl > /tmp/clusterperformance.txt
- ml_revie_infogan . . . . 1 match
InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets[* https://arxiv.org/pdf/1606.03657.pdf]에 대한 리뷰는 몇몇 사람들에 의해서 이미 되었기 때문에 논문을 읽어 보는 것과 동시에 다른 사람들의 논문 리뷰를 참조하도록 하겠다. 가장 먼저 세틀렉아이에서 근무하는 김홍배 박사의 infoGAN 설명 변역자료[* https://www.slideshare.net/ssuser06e0c5/infogan-interpretable-representation-learning-by-information-maximizing-generative-adversarial-nets-72268213]와 유재준 박사의 블로그[* <http://jaejunyoo.blogspot.com/2017/03/infogan-1.html>] 를 참고 했다.
- neovim . . . . 1 match
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- nextcloud_installation . . . . 3 matches
$sudo adduser nextcloud
user = nextcloud
이 설정에서 user, group, listen.owner, listen.group에 주의해서 설정한다.
- notebook_lenovo_e145 . . . . 1 match
/dev/sdb1 /mnt/usb auto noauto,iocharset=cp949,user 0 0
- odroid_index . . . . 2 matches
user www-data;
/dev/mmcblk1p1 /mnt/sdcard exfat auto,rw,user,exec 0 0
- osx_utility . . . . 1 match
LD_LIBRARY_PATH에 /user/local/gcc-5.3.0/lib를 넣어주어야 컴파일시 링크가 정상적으로 이루워진다.
- paper_review_index . . . . 1 match
[http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/45580.pdf Reward Augmented Maximum Likelihood for Neural Structured Prediction]
- python_c_c++ . . . . 1 match
boost Getting Started on Windows[https://www.boost.org/doc/libs/1_69_0/more/getting_started/windows.html] 페이지의 1. Get Boost에 보면 [https://www.boost.org/users/history/version_1_67_0.html boost_1_67_0.7z or boost_1_67_0.zip]을 받을 수 있는 링크를 확인할 수 있다.
export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/Users/yudiz/anaconda3/include/python3.7m"
- python_chat_program . . . . 10 matches
* 사용자 이름 테이블 (user_name_table)
create table user_name_table (
* 사용자 Password 테이블(user_password_table)
create table user_password_table (
* 사용자 닉네임 테이블(user_nickname_table)
create table user_nickname_table (
* 사용자 Salt 테이블(user_salt_table)
create table user_salt_table (
* 사용자 최종 접속 날자 테이블(user_lastdate_table)
create table user_lastdate_table (
- python_module_pyaudio . . . . 2 matches
User=root
WantedBy=user. Target
User=myuser
- qt_programming_index . . . . 2 matches
Qt는 다양한 라이센스로 제공하고 있으며 상업적인 목적 외에 open source user를 위한 (L)GPL 라이센스 버전도 제공하고 있다.
https://www.qt.io/download 에서 간단히 계정 정보를 입력하고 Downloads for open source users를 클릭하고 파일을 받아서 설치하면 된다.
- raspberry_Yemigo . . . . 1 match
$ sudo usermod -aG video wskim
- raspberry_pi_cluster . . . . 6 matches
2. add user to video group. If you don’t do this you will get “VCHI initialization failed” error. Replace username below with the current user.
sudo usermod -aG video username
wget https://gist.githubusercontent.com/PhillipJacobsen/b829bdcd8f345431479ac2aa1f0de8da/raw/e2046285bac6d4b0f95cd65b093d3d17755c479a/cpumonitor.sh
- raspberry_pi_dht22 . . . . 3 matches
sudo usermod -a -G gpio <username>
//These two values differ from sensor to sensor. user should derermine this value.
- raspberry_pi_mqtt . . . . 3 matches
def _on_connect(self, client, userdata, flags, rc):
def _on_disconnect(self, client, userdata, flags, rc=0):
def _on_subscribe(self, client, userdata, mid, granted_qos):
- raspberry_pi_ntp_server . . . . 1 match
http://www.satsignal.eu/ntp/Raspberry-Pi-NTP.html#user-mode
- raspberry_pi_sensor . . . . 2 matches
'''sudo usermod -a -G gpio <username>'''
- raspberrypi4 . . . . 3 matches
# 0 means user hit [yes] button.
# 1 means user hit [no] button.
# 255 means user hit [Esc] key.
- rsync_cron_data_backup . . . . 3 matches
user = root
log_on_failure += USERID
auth users = yundram
'''hosts allow''' : 접속 호스트를 지정하게 되면 지정한 호스트에서만 접속이 가능하다. 여러 호스트에서 접속이 가능하게 하려면 이 필드 보다는 '''auth user'''를 사용하는 것이 좋다.
- temp . . . . 3 matches
User Interface
system, exporting a complete hierarchical view to userspace becomes relatively
file system named sysfs. It is hence possible for the user to mount the
whole sysfs filesystem anywhere in userspace.
- ternsorflow_with_tersorRT . . . . 4 matches
./bazel-0.28.0-installer-linux-x86_64.sh --user
pip install -U --user six numpy wheel setuptools mock future>=0.17.1
pip install -U --user keras_applications==1.0.6 --no-deps
pip install -U --user keras_preprocessing==1.0.5 --no-deps
- transmission_daemon . . . . 2 matches
* "rpc-username": "transmission", //웹 접속을 위한 아이디
USER=wskim
USER 항목을 변경해준다.
다음 파일의 User항목도 수정해준다.
$ sudo vi /etc/systemmd/system/multi-user.target.wants/transmission-daemon.service
- wiki_server_immigration . . . . 1 match
1. sudo chown -R group:user data
- work2013_11_list . . . . 1 match
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
- work2013_12_list . . . . 8 matches
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
- work2014_01_list . . . . 2 matches
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
1. --[:git_client_user_guide git 클라이언트 사용 설명서 작성].--
- work2020_01_list . . . . 5 matches
as a user of the numpy api, i think we should respect its design decision. so it is a issue of boost.python itself.
-f, --fakeroot build using user namespace to fake root user
echo "as the root user. Pay attention to the exit/return value of this scriptlet"
https://hub.docker.com/에서 필요한 이미지를 검색하고 그 이미지로 부터 필요한 것들을 추가 하는 방식으로 만들어 사용하면 된다.[* <https://sylabs.io/guides/3.5/user-guide/build_a_container.html> Container 빌드하기]
- work2020_02_list . . . . 3 matches
#!pip install gputil --user
#!pip install psutil --user
#!pip install humanize --user
- work2020_03_list . . . . 3 matches
#!pip install gputil --user
#!pip install psutil --user
#!pip install humanize --user
- work_lighttpd_install . . . . 1 match
server.username = "www-data"
- work_multicast . . . . 1 match
[http://www-users.cs.umn.edu/~jjeong/publications/white-paper/ipv6-multicast-jaehoon.pdf IPv6 멀티캐스트 ETRI 자료]
Found 73 matching pages out of 774 total pages
You can also click here to search title.