2020의 게시물 표시

css 광고 차단

css 광고 차단 .banner___iU22o { display: none; } .tabs___14Any { display: none; }

xterm 계산기 설정

xterm 계산기 설정 #!/bin/bash xterm -uc -title calc -geometry 20x10-340--255 -e bc -q & sleep 0.1 wmctrl -r calc -b add,above exit 파이썬 터미널 계산기 import os import _thread import time aa = ("xterm -uc -title calc -geometry 20x10-340--255 -e bc -q") bb = ("wmctrl -r calc -b add,above") def os_system(path):     os.system(path) def os_popen(path):     os.popen(path) _thread.start_new_thread(os_system, (aa,)) time.sleep(0.1) _thread.start_new_thread(os_popen, (bb,)) import os import subprocess os.system("")

vim 설정 molokai

colorscheme molokai set t_Co=256 let g:molokai_original = 1

html 자바스크립트 랜덤 텍스트_

<!doctype html> <html lang="en">             <body bgcolor = "#000000" text="#01DF74">               <font size="6px">                 <font face="나눔고딕">                 <font weight="bold"> <head> <title>Page Title</title> </head> <body> <script language="JavaScript"> <!-- var r_text = new Array (); r_text[0] = "도"; r_text[1] = "개"; r_text[2] = "걸"; r_text[3] = "윷"; r_text[4] = "모"; r_text[5] = "A"; r_text[6] = "B"; var i = Math.floor(7*Math.random()) document.write(r_text[i]); //--> </script> </body> </html>

html 자바스크립트 랜덤 색만들기

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ko" xml:lang="ko"> <head>     <title>Javascript 랜덤 색 만들기</title> </head> <body>     <div onload="OnLoad()" id="randomClass">         Javascript 랜덤 색 만들기     </div>     <button onclick="myFunction()">Click</button> </body> <script type="text/javascript">     function myFunction() {         var colorCode = "#" + Math.round(Math.random() * 0xffffff).toString(16);           document.getElementById("randomClass").style.color = colorCode;     } </script> </html>

html 자바스크립트 랜덤 텍스트

<!DOCTYPE html> <html> <head>         <meta name="theme-color" content="#000000">             <body bgcolor = "#000000" text="#929292">               <font size="6px">                 <font face="메이플스토리">                 <font weight="bold"> <style> //h1 {text-align: center;} //p {text-align: center;} div {text-align: center;} </style> </head> <body> <div id="show"></div> <script language="JavaScript"> <!-- function random_text() {}; var random_text = new random_text(); // Set the number of text strings to zero to start var number = 0; // Incremental list of all possible Text random_text[number++] = "도" random_text[number++] = "개" random_text[number++] = "걸" random_text[number++] = "윷" random_text[number++] = "모" // Create a random n...

커스텀 시계 날씨 운세 시세 관심사

커스텀 시계 날씨 운세 시세 관심사 만들기

리눅스 마우스 스크롤 휠 속도 빠르게

sudo apt-get install imwheel sudo vi /etc/X11/imwheel/startup.conf ‘IMWHEEL_START=0’ 줄을 ‘IMWHEEL_START=1’로 변경 vi ~/.imwheelrc 아래 내용 추가 ".*" None,      Up,   Button4, 3 None,      Down, Button5, 3 Control_L, Up,   Control_L|Button4 Control_L, Down, Control_L|Button5 Shift_L,   Up,   Shift_L|Button4 Shift_L,   Down, Shift_L|Button5 imwheel --kill --buttons "4 5" 마우스 속도 조절 sudo apt-get install xinput xinput list xinput --list-props 9 xinput --set-prop 9 "libinput Accel Speed" 0.9 삼성 마우스  xinput --set-prop 12 "libinput Accel Speed" 0.2

kiwi 브라우저 유튜브 광고차단 백그라운드 재생

uBlock Origin https://greasyfork.org/ko/scripts/371641-video-background-play-fix

Termux 설정

pkg install openssh termux-auth wget vim sshd whoami   ; 아이디 passwd    ;  패스워드설정 pkg install python pkg install play-audio pip install upbitpy pip install gTTS pip install pyjwt pip install bs4 pip install html5lib pip install requests 공유기 포트포워딩 8022 sshd & 접속하기 ssh localhost -p 8022 pip 설치 apt-get install python-pip apt-get install python3-pip

전자레인지 추천

전자레인지 LG mw23gd