N keyboard 의 메카닉 LED 적축

이미지
한 일주일을 고민 했습니다. 어떤 키보드를 사야하나 기계식으로 결정해 놓고 덱 혜슘 과 메카닉  LED 두가지로 함축 한다음 결국은 메카닉 LED 적축으로 질렀습니다. 약 15만 몇천원 적은 돈은 아니지만 투자 할 가치가 있다 판단 한국이  IT 제품은 잘만들것이라는 믿음을 가지고 ㅋㅋ( 덱 해슘이 비싸서 사고 싶어도 못샀습니다.) 우선 키보드 소리 부분인데 적축이라 소리는 적은 편이지만 기계식 키보드의 느낌은 살아 있습니다. 사고 나서 알았지만 갈축이 적당한 합의점을 가지고 있는 것 같아 약간 아쉬 웠습니다. 청축으로 시작해서 갈축으로 끝난다는 말이 뭔가 알것 같습니다. 전 적축으로 시작 했지만 청축은 가지 않을 것 같고 기회가 된다면 갈축을 하나 더 다른 브랜드로 살것 같습니다. 요즘은 집에 컴퓨터가 몇대씩 있으니 키보드 도 3개는 필요 할듯 합니다. 회사 1개 , 집에 2개 정도 ㅋㅋ 동봉된 키보드 스킨을 사용시 키보드 소리는 조용한 편입니다. 같은 방에서 누가 잠을 자도 키보드를 편하게 칠 수 있을 것 같습니다. 키보드 스킨을 빼면 키보드 소리는 기계식 키보드에 걸맞는 소리가 나와 줍니다. [단점]  엔터키의 크기인데 보통 일자 엔터키가 요즘 주류 이며 한국에서 판매되는 저가의 멤브레인 키보드는 거이다 위와 같이 좌우가 바뀐 L 자입니다. 호불호가 가 분명하게 갈리는 부분이지만 엔터키에 대한 키감은 신경써 주셨으면 하는 제조사에 대한 바람 입니다. 예전 386,486 시절의 키보드에서 엔터키 및 조금 크기가 큰 키보드들이 오래 쓰다 보면 마모에 의해 파손 되는 경우가 발생했는데 메카닉LED 엔터 키도 약간 우려 스럽습니다. 엔터키의 윗부분을 눌렀을때의 느낌은 이것도 저것도 아닌 키감 입니다. 정말 15만원 짜리 키보드나 쉽은 정말 아쉬운 결과물이구나 하는 생각 이 듭니다. 어느 한 인터넷 커뮤니티에서 이것은 저가의 멤브레인 키보드에서도 이런 느낌은 아니다 ...

centos 7 에서 마리아디비 설치 후 에러발생시 아래와 같이 하면 해결 할 수 있습니다.

Failed to start MariaDB database server. [root@m50 ~]# yum remove mariadb-libs [root@m50 ~]# yum remove mariadb mariadb-server systemctl start mariadb.service 아래와 같은 error 발생 후 실행 되지 않는다.  mariadb.service: control process exited, code=exited status=1 yum remove mariadb-server 마리아 디비의 기존 mysql 과의 소소한 퍼미션 관계 에의한 에러 방지 위해 기존 디비까지 삭제 cd /var/lib && rm -rfv mysql yum -y install mariadb-server 2틀간 삽질 후 알았는데 저와 같은 실 수 하지 마세요 수고요

kali linux gpg error 칼리 리눅스 gpg 에러

kali linux gpg error 칼리 리눅스 gpg 에러 에러 발생시 다음과 같이 조치 하면 진행 된다. gpg --keyserver pgpkeys.mit.edu --recv-key  ED444FF07D8D0BF6 gpg -a --export ED444FF07D8D0BF6 | sudo apt-key add - 지속적으로 문제 발생시 gpg키 삭제후 재시도 해본다.

debian source list add backtack

If you are not familiar with piping this is what this long string of command means: 1. wget http://all.repository.backtrack-linux.org/backtrack.gpg 2. sudo apt-key add backtrack.gpg wget http://all.repository.backtrack-linux.org/backtrack.gpg -O - This means download backtrack.gpg and output to stdout (standard output stream) sudo apt-key add - This means add apt-key from the stdin (standard input stream) wget http://all.repository.backtrack-linux.org/backtrack.gpg -O – | sudo apt-key add - Add the repositories Edit the file /etc/apt/sources.list with your favourite text editor. #backtrack deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing

freebsd x60 /etc/ 설정 파일

 /etc/rc.conf #vesa mode allscreens_flags="-g 132x60 MODE_280" #host mode hostname="x60_fly" keymap="us.iso.kbd" # wireless wlans_wpi0="wlan0" ifconfig_wlan0="WPA DHCP" #ssh server sshd_enable="YES" # power saving powerd_enable="YES" performance_cx_lowest="C3" economy_cx_lowest="C3" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="NO" dbus_enable="YES" hald_enable="YES" gdm_enable="YES" linux_enable="YES" gnome_enabLe="YES" polkitd_enable="YES" # disable sendmail sendmail_enable="NONE" # trackpad scrolling moused_enable="YES" moused_flags="-V" # auto usb hdd mount devfs_system_ruleset="mypassport" fusefs_enable="YES" fuse_load="YES" /etc/sysctl.conf # $FreeBSD: release/10.0.0/etc/sysctl.conf 112200 2003-03-13 18:43:50Z ...

리눅스 매직 키

Using the Magic SysRq Key The SysRq key is located near the Scroll Lock key on your keyboard – the Sys Rq key is generally the same as your Print Screen key. The “magic” SysRq combination is Alt+SysRq. To use this key combination, your Linux kernel must have been compiled with the CONFIG_MAGIC_SYSRQ compile option – most Linux distributions will have this enabled by default. Assuming it’s compiled into your kernel, it can be enabled or disabled on a running system by changing the value of /proc/sys/kernel/sysrq. To check if it’s enabled, run the following command:     cat /proc/sys/kernel/sysrq If you see a “1”, the magic SysRq key is enabled. image If you see a “0”, you’ll have to enable it yourself by running the following command as root:     echo “1” > /proc/sys/kernel/sysrq Dealing With a Frozen X Server If your X server (the program that runs your graphical deskt...

freebsd magic key

* How do I use the magic SysRQ key? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On x86 - You press the key combo 'ALT-SysRQ-<command key>'. Note - Some (older?) may not have a key labeled 'SysRQ'. The 'SysRQ' key is also known as the 'Print Screen' key. On SPARC - You press 'ALT-STOP-<command key>', I believe. On PowerPC - You press 'ALT-Print Screen-<command key>'. On other - If you know of the key combos for other architectures, please let me know so I can add them to this section. * What are the 'command' keys? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 'r' - Turns off keyboard raw mode and sets it to XLATE. 'k' - Kills all programs on the current virtual console. 'b' - Will immediately reboot the system without syncing or unmounting your disks. 'o' - Will shut your system off (if configured and supported). 's' - Will attempt to sync all mounted filesystems. 'u' - Will at...