1. Linux Outliner (Windows๋„ ๊ฐ€๋Šฅ)

https://www.giuspen.com/cherrytree/#downl

  1. Install wget and Cherrytree dependencies.

  2.  

    sudo apt install wget python-dbus python-chardet python-enchant libcanberra-gtk-module libgtksourceview2.0-0 libgtksourceview2.0-common python-cairo python-gobject-2 python-gtk2 python-numpy

  3. Download python-gtksourceview2.

    wget http://ftp.br.debian.org/debian/pool/main/p/pygtksourceview/python-gtksourceview2_2.10.1-3_amd64.deb

  4. Install python-gtksourceview2.

    sudo dpkg -i python-gtksourceview2_2.10.1-3_amd64.deb

  5. Download Cherrytree.

    wget http://www.giuspen.com/software/cherrytree_0.38.9-0_all.deb

  6. Install Cherrytree.

    sudo dpkg -i cherrytree_0.38.9-0_all.deb

 

cherrytree – giuspen

A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. Written by Giuseppe Penone (aka giuspen). The user manual online html and downloadable ctb written and maintained by Ellie Bor

www.giuspen.com

https://stackedit.io/app

 

 

StackEdit

 

stackedit.io

 

 

StackEdit

 

stackedit.io

https://www.tagspaces.org/

 

TagSpaces - Your versatile file organizer

TagSpaces is an open source platform for personal data management. With TagSpaces you can manage and organize the files and folders on your pc, mac or smart phone.

www.tagspaces.org

https://joplinapp.org/

 

Joplin - an open source note taking and to-do application with synchronisation capabilities

Hacktoberfest ๐ŸŽƒ is back this year again for our great pleasure ^^ To participate go to https://hacktoberfest.digitalocean.com/, log in (with you GitHub account) and you are ready to get in. Next, go dive into the Joplin issues list labelled "Hacktoberfest"

joplinapp.org

2. Albert

๋งฅ์˜ ์•Œํ”„๋ ˆ๋“œ์™€ ๊ฐ™์€ ์—ญํ• ์„ ํ•œ๋‹ค.

Ctrl + tabํ‚ค๋กœ ๋‹จ์ถ•ํ‚ค๋ฅผ ์ง€์ •ํ•ด๋†“์œผ๋ฉด ํŽธ๋ฆฌํ•˜๋‹ค.

https://software.opensuse.org/download.html?project=home:manuelschneid3r&package=albert

 

Install package home:manuelschneid3r / albert

Packages for xUbuntu 19.10: albert_0.16.1_amd64.deb

software.opensuse.org

3. ํ•œ๊ธ€ํฐํŠธ ์„ค์ •

๋‚˜๋ˆ”๊ธ€๊ผด

$ sudo apt install fonts-nanum

๋‚˜๋ˆ”๊ณ ๋”• ์ฝ”๋”ฉ์ฒด

$ sudo apt install fonts-nanum-coding

 

4. shutter (Capture ํ”„๋กœ๊ทธ๋žจ)

sudo add-apt-repository ppa:linuxuprising/shutter

sudo apt install shutter

sudo apt remove --auto-remove shutter

 

4. Hangul Input Method

https://nimf-i18n.gitlab.io/ko/installation/

sudo apt-add-repository ppa:hodong/nimf -y

sudo apt update

sudo apt-get install im-config zenity

sudo apt install nimf nimf-libhangul -y

im-config -n nimf

 

5. Notebook Battery Saving

sudo add-apt-repository ppa:linrunner/tlpsudo

apt-get updatesudo

apt-get install tlp tlp-rdw

(์”ฝํฌํŒจ๋“œ ์œ ์ €๋ผ๋ฉด ์•„๋ž˜ ๋‚ด์šฉ ์ถ”๊ฐ€)sudo apt-get install tp-smapi-dkms acpi-call-dkms

 

6. ZSH Theme์„ค์ •

powerlevel10k

https://github.com/romkatv/powerlevel10k

 

romkatv/powerlevel10k

A fast reimplementation of Powerlevel9k ZSH theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.

github.com

 

7. XFCE Terminal Theme

https://www.maketecheasier.com/best-xfce-terminal-themes/

 

5 XFCE Terminal Themes You Should Try - Make Tech Easier

There are numerous ways to spruce up the XFCE terminal. For those who want to tweak their terminal, here are five great XFCE terminal themes to check out.

www.maketecheasier.com

https://github.com/nthirtyone/mariana-scheme

 

nthirtyone/mariana-scheme

Colour scheme from ST3 for XFCE4 Terminal. Contribute to nthirtyone/mariana-scheme development by creating an account on GitHub.

github.com


8. emacs์ตœ์‹ ๋ฒ„์ „(28๋ฒ„์ „)์„ค์น˜

Repository๋ฅผ ์ถ”๊ฐ€ ํ•œ๋‹ค.

[28๋ฒ„์ „]

sudo add-apt-repository ppa:ubuntu-elisp/ppa 
sudo apt-get update 
sudo apt install emacs-snapshot

[25๋ฒ„์ „]

sudo add-apt-repository ppa:kelleyk/emacs 
sudo apt-get update 
sudo apt install emacs25

[26๋ฒ„์ „]

sudo add-apt-repository ppa:kelleyk/emacs 
sudo apt-get update 
sudo apt install emacs26

[๊ธฐ๋ณธ ์—๋””ํ„ฐ ๋ณ€๊ฒฝ]

sudo update-alternatives --config emacs

user@user-desktop:~$ update-alternatives --config emacs
There are 2 choices for the alternative emacs (providing /usr/bin/emacs).

  Selection    Path                     Priority   Status
------------------------------------------------------------
  0            /usr/bin/emacs-snapshot   27        auto mode
* 1            /usr/bin/emacs-snapshot   27        manual mode
  2            /usr/bin/emacs24-x        27        manual mode

+ Recent posts