Synchronization and Version Control in Ubuntu
@Linux
@Ubuntu
@Operating System
#browser
#vpn
Last time we talked about Internet Browser and VPN with Chrome Extension in Ubuntu. Files and...
Internet Browser and VPN with Chrome Extension in Ubuntu
@Linux
@Ubuntu
@Operating System
#browser
#vpn
Last time we talked about Language Settings and Pinyin Input Method in Ubuntu. Firefox, the default...
Language Settings and Pinyin Input Method in Ubuntu
@Linux
@Ubuntu
@Operating System
#language
#Pinyin
Last time we talked about Things to do right after Ubuntu installation. Some general settings have...
Things to do right after Ubuntu installation
@Linux
@Ubuntu
@Operating System
#setting
Last time we talked about Install Ubuntu with Windows 10 dual boot. After the installation, there...
Catelog
More Post
-
Install Ubuntu with Windows 10 dual boot
@Linux
@Ubuntu
@Operating System
#installation
Recently, I fucked up with broke my old Ubuntu and I don’t have the patience, or the ability, to fix it step by step. So, the easiest way to get...
-
Time Dependency of DTMC
@Mathematics
@Probability
@Stochastic Process
#Markov
#DTMC
#Stationary
#Homogeneous
Writing in Progress...
-
Markov Chain Example: Ehrenfest Model
@Mathematics
@Probability
@Stochastic Process
#Markov
#DTMC
#Ehrenfest
Writing in Progress...
-
k-denpendent Markov Chains
@Mathematics
@Probability
@Stochastic Process
#Markov
#DTMC
Markov property states that the future evolution of the stochastic process depends only on its current state, not depending on the passed transitions of the process. Otherwise, it is not...
-
DTMC: Discrete Time Markov Chains
@Mathematics
@Probability
@Stochastic Process
#Markov
#DTMC
Markov Chain Markov Process is a type of stochastic process with Markov Property. Markov Chain is a type of Markov process with discrete state space. Markov Property Markov Property, i.e....
-
Introduction to Stochastic Process
@Mathematics
@Probability
@Stochastic Process
#Markov
Stochastic Process Definition When we study the behavior of a random system, we are interested in how the system evolves in time. The evolution of the system is a random...
-
ANSI escape code: Color in the terminal
@personal, linux
As what we’ve discussed in the post of Customizing the terminal prompt, by redefining the the environment variable PS1, we could change the prompt to almost anything we want it...
-
Customizing the terminal prompt
@linux
By default, the terminal prompt set to username@hostname:directory$ in Ubuntu and hostname:directory$ in OXS. But we can change the prompt by redefining the environment variable PS1. In Ubuntu Open the...
-
Upgrade ruby with homebrew in OXS
@personal
@linux
After I installed ruby with homebrew in OXS, brew install ruby ruby --version it showed the default (older) version of ruby is still in used. How to switch the ruby...
-
Jekyll Steup Notes
@jekyll
Praperation Ruby Check whether Ruby 2.1.0 or higher is installed: ruby --version If not, try this in ubuntu apt-get upgrade ruby or this in Mac OS brew upgrade ruby Install...