본문 바로가기

전체 글

Python #3 In this session, we'll delve into more advanced Python features, including modules, libraries, and an introduction to some popular Python libraries for data manipulation and visualization.Modules and PackagesModules are files containing Python code that can be imported into other Python scripts. Packages are collections of modules.Creating a ModuleCreate a file named mymodule.py:# mymodule.pydef.. 더보기
Python #2 Let's move on to some more advanced concepts and features in Python. This session will cover topics like dictionaries, list comprehensions, and basic file handling.DictionariesDictionaries are used to store data values in key-value pairs.# Creating a dictionaryperson = { "name": "Alice", "age": 25, "city": "New York"}# Accessing valuesprint(person["name"]) # Output: Alice# Adding a new.. 더보기
Python #1 Here are some basic Python examples to get you started with your first lesson:Hello, World!The classic first program in any language is to print "Hello, World!" to the screen.print("Hello, World!")Variables and Data TypesPython supports various data types such as integers, floats, strings, and booleans.# Integerage = 25# Floatheight = 5.9# Stringname = "Alice"# Booleanis_student = TrueBasic Oper.. 더보기
letsencrypt 무료 ssl 적용 https://letsencrypt.org/ 초등학생 수준이라는 어느 웹페이지를 보고 그냥 했더만.. 안되더라.. ㅠㅠ 마지막으로 자동은 포기하고.. 수정으로 설정을 해주는것으로 진행했다. 참고 사이트)http://makerj.tistory.com/253 더보기
우분투 크롬 한글깨짐 현상. 도무지.. 해답을 찾을수가 없다..이것저것 찾는대로 다해봤지만.. 뭐.. 잘 했는지는 장담할수 없다.. 다만.. 34버전을 쓰면.. 그나마.. 잘 동작한다.gmail 에서 오래된 버전이라 어쩌구.. 하는 메시지가 나오는것 말고는... ~$> dpkg -l | grep chromerc google-chrome-beta 49.0.2623.56-1 amd64 The web browser from Googleii google-chrome-stable 34.0.1847.137-1 amd64 The web browser from Googleii xserver-xorg-video-openchrome 1:0.3.3-1build1 amd64 X.Org X server -- VIA display driver 더보기
MyCloud 서버끄기 /etc/init.d/wdmcserverd stop/etc/init.d/wdphotodbmergerd stop You can see the log file by typing: cat /var/log/wdmcserver.log 아래 참고)https://community.wd.com/t/wdphotodbmerger-wdmcserver-pegging-100-cpu/97467/16 더보기
서버시간 동기화 sudo rdate -s time.bora.net 더보기
서버 timezone 변경. Cloud:~$ sudo dpkg-reconfigure tzdata Current default time zone: 'Asia/Seoul'Local time is now: 2016. 03. 09. (수) 10:27:53 KST.Universal Time is now: Wed Mar 9 01:27:53 UTC 2016. 더보기