How to Install and Configure Apt Cache Server On Ubuntu 18.04 LTS
Apt Cache Server available for Debian based Operating Systems and it helps to cache the packages installed with apt and saves a lot of bandwidth.
Apt Cache Server available for Debian based Operating Systems and it helps to cache the packages installed with apt and saves a lot of bandwidth.
dpkg is the package manager for Debian based Linux servers. We can manage an installed package in Ubuntu/Debian Linux server by using dpkg command.
Introduction Hello, fellow Android enthusiasts, you can install “Android Studio” on Ubuntu 16.04/17.10/18.04 by not just one method we have multiple ways to install it. Android Studio is the official integrated development environment (IDE) for Google’s Android operating system which specifically designed for Android development. Let see how to perform the installations on Ubuntu Linux. … Read more
Introduction Installing gems for a Ruby deployment is a pain. It will take more than hours to download the required gems and docs. To save the time and bandwidth we can have our own local gem server. To setup, a gems server follows the step by step guide. Read more articles about Ruby: Filesystem backup … Read more
To recover from a windows installation first we need to boot from LiveCD of Ubuntu if you installed with system 32-bit use 32bit Live CD If 64bit use 64-bit live cd. Mount the Linux partitions using Here my / Partition is /dev/sda6, Mount the / partition to /mnt location. # sudo mount /dev/sda6 /mnt Then mount the … Read more