- Content
- Linux ubuntu install
- Ubuntu mate install
- Speed up internet
- Internet speedtest
- Firewall
- Mouse scroll
- Chinese input 中文輸入法
- WIFI hotspot
- Curose theme
- Power save
- PTT browser
- Latex
- Remove package
- DeaDBeeF(music player)
- Sublime Text
- Firejail(sandbox)
- Restart wifi manager
- Check mint version
- Set alias
- CPU mode panel
- Pdf reader in linux
- Set firefox zoom level and sidebar
- Modify startup setting
- Swappiness
- Install software-center on mint
- Connect to wifi linux command
- Read and write file to ipad/iphone
- Check vscode installed extensions
- Shutter (screenshot tool)
- Install orage panel clock
- Install python virtual environment
- Install pyqt5 globally
- Install pyqt5 in virtualenv
- Caja extension development
- IPython
- Install nvm(Node Version Manager)
- To do list
To be added...
To be added...
$ sudo apt-get install speedtest-cli
$ speedtest-cli --share # to measure the internet speed
To be added...
Change the mouse scroll wheel speed
$ sudo xed /usr/share/icons/default/index.theme
$ sudo apt-get install pcmanx-gtk2
$ sudo apt-get install texlive
$ sudo apt-get install texlive-full
$ cpan install File::HomeDir # install module for home folder path in perl
$ which latexindent # check if latexindent is installed
$ perl latexindent # check if latexindent works properly
$ sudo add-apt-repository ppa:starws-box/deadbeef-player
$ sudo apt-get update
$ sudo apt-get install deadbeef
- download from the website(it should be zip)
- unzip the zip file(it should be a folder)
- move the folder to /opt
- create .desktop file (@folder /usr/share/applications) (see an example at the link)
- install package control from the link
download from software manager
$ sudo service network-manager restart
$ cat /etc/linuxmint/info
$ echo "alias YourNewCommand='command'" >> ~/.bashrc
$ source ~/.bashrc
$ sudo apt-get install indicator-cpufreq
- master pdf editor
- foxit reader
- qpdfview
- addressbar : "about:config"
- search "layout.css.devPixelsPerPx", "sidebar.position_start"
- set value (refence)
$ /etc/default/grub
$ sudo update-grub
- run $nmcli c
- copy the UUID of the wifi
- run $nmcli c up uuid reference
$ code --list-extensions
$ sudo add-apt-repository ppa:shutter/ppa
$ sudo apt-get update
$ sudo apt-get install shutter
$ sudo apt-get install orage
$ sudo apt-get install python3.5-venv
$ python3.5 -m venv [myenv] # create virtual environment
$ sudo apt-get install python3-pyqt5
$ sudo apt-get install pyqt5-dev-tools
$ sudo apt-get install qttools5-dev-tools
first install pyqt5 globally(i.e. run the above script), then run the following
$ LIBDIR="/virtualenv_NAME/lib/python3.5/site-packages"
$ cp -r /usr/lib/python3/dist-packages/PyQt5 "$LIBDIR/PyQt5"
$ cp /usr/lib/python3/dist-packages/sip.cpython-35m-x86_64-linux-gnu.so "$LIBDIR/"
path of QTDesigner might be "/usr/lib/x86_64-linux-gnu/qt5/bin/designer"
$ sudo apt-get install caja-python
$ sudo apt-get install caja-pyextensions
see website
$ sudo apt-get install ipython # install ipython for python 2
$ sudo apt-get install ipython3 # install ipython for python 3
Visit the nvm github website then run the installation script
- add more content
- add English version
- add the scripts I wrote