Debian

  • How to setup a LAMP server Linux, Apache, MySQL, PHP on Debian 7 wheezy Linux

    LAMP stands for Linux, Apache, MySQL, and PHP (P can be replaced with Perl Or Python). I’m going to show you how to install a standard full-featured LAMP server on Debian 7 Wheezy system. Apache is the most popular web server in the world which more than 50% of web servers in the world are running it. I will use…

  • How to install VNC Server on Debian 7

    Even thought most people will think Ubuntu is the most popular Linux distribution, but did you know Ubuntu is based on Debian! Interesting fact isn’t it. Well I’m going to show you How to install VNC Server on Debian 7 wheezy today. If you are not using Debian but Ubuntu, I have also written How to install VNC Server on Ubuntu…

  • How to install firefox on debian 7.3 wheezy

    Debian 7.3 wheezy does not come with Firefox but Iceweasel installed as default. Iceweasel is a rebranded of Mozilla Firefox due to trademark issues. Iceweasel is supported by debian and Firefox is supported by Mozilla Corporation. However if you want to install Mozilla Firefox on debian 7.3 wheezy, I’m going to show you how in this article. The newest version…

  • How to install nginx by compiling source

    Nginx is an open source, fast, light weight and highly customable web server that is similar to Apache. Unfortunately configuring and setting him up is not that easy compared to Apache. nginx is both web server and reverse proxy server. Modules can not be loaded later via a config file like Apache modules, they must be compiled into the Nginx binary.…

  • How to update Ubuntu, Linux Mint, or Debian based kernel

    Update kernel will help you to fix security holes, imrpove stabilty, update drivers, new kernel functions, and increase speed. To find out the version of your kernel # uname -r or # cat /proc/version_signature or use gnome-system-monitor in gui, look for the system monitor in the menu and look in the first tab System. The newest kernel by the time i’m writing…

  • Install GUI on debian 7 wheezy

    This article will show you how to install GUI (Graphical User Interface) of your choice (gnome, kde, Cinnamon, mate, enlightenment, xfce, or lxde) on debian 7. The two biggest players in the game are Gnome and KDE, but there are also many smaller GUIs, like Xfce and LXDE that have just as much to offer. Download Debian 7 wheezy For…

  • Install X Graphical Window System and a Desktop Environment

    The X Window System provides the foundation for a graphical user interface. Prior to installing a desktop environment, a functional X server installation is required. Install The X Window System # apt-get install xorg You will want to install GDM, KDM, or XDM to login with a GUI environment. GDM is the most popular but you can try the others…

  • How to install Oracle Java JDK 7

    This article will show you how to install Java Runtime Environment on Ubuntu, Debian based distros, or Fedora, Oracle Linux, Red Hat Enterprise Linux. What is Java? Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It’s also integral to the intranet…

  • How to install rpm packages on ubuntu, mint, or debian

    Normally you install software or deb packages on Ubuntu/Mint linux via Synaptic, Ubuntu Software Center/ppa, or an apt-get command from the terminal. In another hand, Fedora, centos, mandriva, and redhat support rpm packages. Someday you have to install rpm package to your ubuntu/mint linux/debian box, there is a utility called Alien, Alien will converts packages from one format to another with…

  • How to install TeamViewer on Linux

    In this article, i will show you how to install TeamViewer on Ubuntu. What is TeamViewer? TeamViewer is a remote control computer software, you can remote control any desktop, server by establishes connections between your computer to others computer. TeamViewer works with Microsoft Windows, Mac OS X, iOS, android, and Linux. For 32bit Ubuntu, xubuntu, kubuntu, mint linux, debian based distro $…

Back to top button