Linux Project – Day 3
With the project going to third day, what we did is pretty much from Chapter 2 in the LFS book. In virtualized environment, this is far more easier. Run the VirtualBox Manager and… Read More
With the project going to third day, what we did is pretty much from Chapter 2 in the LFS book. In virtualized environment, this is far more easier. Run the VirtualBox Manager and… Read More
To build LFS, which basically means building your whole Linux-based operating system from source code. There’s 2 ways at least, which involves using the LFS LiveCD itself as the host to compile kernel,… Read More
This happens to me while i try to use sudo on any command, in case it happens to you, here is the solution. 1: su 2: Password: <ur_root_password> 3: chmod +w /etc/sudoers 4:… Read More