Computer/linux
-
format usb stick with fat32Computer/linux 2013. 4. 2. 17:54
Check where the usb stick is mounted. $ tail -f /var/log/messagesApr 2 17:49:27 jhleepc kernel: [352495.842297] sd 18:0:0:0: [sde] 31358976 512-byte logical blocks: (16.0 GB/14.9 GiB) Apr 2 17:49:27 jhleepc kernel: [352495.848464] sde: sde1 $ mkfs.vfat -F 32 /dev/sde1 -n usb16g
-
Run a program at the boot time in Debain wayComputer/linux 2013. 3. 29. 17:37
munin-node doesn't start automatically at the boot time, so I sometimes forgot to run, then lost some data from that point. Using update-rc.d, I add them into a job which can care about this issue. root@/etc/init.d# update-rc.d munin-node start defaults update-rc.d: using dependency based boot sequencing update-rc.d: warning: start runlevel arguments (none) do not match munin-node Default-Start ..
-
gnome-keyring can't connect to pkcs11 fileComputer/linux 2013. 3. 26. 11:16
I use fvwm as a window manager on Linux since 2007. So it is difficult to understand what GNOME is doing currently. Anyway, gnome-keyring keeps bugging me about gnome-keyring. So far I ignore this message. But now I cannot stand it. So try to find how to do workaround this issue. Follow up some bug reports http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653011https://bugzilla.gnome.org/show_bug..
-
merge lines of file by using pasteComputer/linux 2013. 3. 19. 19:53
Linux is always so powerful to do something, in my life. And it makes my life ease...Sometimes, I need a special tool to merge two or multiple files into a file. So here is the neat solution for that. $ more {1,2}.dat :::::::::::::: 1.dat :::::::::::::: 1 2 3 :::::::::::::: 2.dat :::::::::::::: A B C $ paste {1,2}.dat 1 A 2 B 3 C $ paste -d" " {1,2}.dat 1 A 2 B 3 C $ paste -d"," {1,2}.dat 1,A 2,..
-
NH 오픈 뱅킹 - 농협 인터넷 뱅킹 on Debian 7 LinuxComputer/linux 2013. 1. 20. 16:51
2012/08/20 - [coffee] - 리눅스와 농협 Open 인터넷 뱅킹예전에 리눅스에서 인터넷 뱅킹에 대한 소감만 적은 글이 있었다. 웹표준을 준수하여 W3C 웹표준 인증마크를 획득하였습니다. 라는 광고 문구를 검증 해 보았는데... 인증되지 않은 결과만 보고...쓴 감상문이랄까. 하지만 생각보다 많은 사람들이 이러한 문구를 검색어로 사용해서 블로그에 들어오는데.. 별다른 정보가 없으니 실망 할 것 같다. 윈도 7을 완전히 밀어내어 VirtualBox로 몰아 낸 기념으로 Debian 7 (testing)을 깔아 보았다. 공식적으로 Debian 7은 Open Banking 에서 지원을 하지 않는다. 반드시 설치를 해야 진행 될수 있는 프로그램은 아래와 같다. 공인인증모듈 - 이니텍(주):1644-5..
-
check the ethernet card configuration on LinuxComputer/linux 2013. 1. 17. 16:13
1. check eth0 in dmesg root@# dmesg | grep eth0 [ 1.886676] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 50:e5:49:ec:77:b2 [ 1.886678] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection [ 1.886709] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 18.806173] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 22.601211] e1000e: eth0 NIC Link is Up 1000 Mbps F..
-
suppress tranlation checks when executing aptitude updateComputer/linux 2013. 1. 17. 15:12
I usually get the following messages when aptitude update is executedIgn http://security.debian.org wheezy/updates/main Translation-pl Ign http://security.debian.org wheezy/updates/main Translation-vi Ign http://security.debian.org wheezy/updates/main Translation-id Ign http://security.debian.org wheezy/updates/main Translation-es Ign http://security.debian.org wheezy/updates/main Translation-ko..