ubuntu

  1. D

    🔒 Closed Ubuntu sources.list generated list with most/all known/major repositories

    Replace your /etc/apt/sources.list with the following one. For adding GPG keys of new repos, see instruction (if available) in the sources.list below itself. For more information see here EDIT: Automated an always updated tool :) http://repogen.simplylinux.ch/
  2. D

    🔒 Closed Send and receive sms using gsm modem or phone on ubuntu

    I currently use mobile broadband as my primary Internet connection and this worked great on my Linux PCs for a while. The GSM modem I'm using every day is good old Huawei e220, but there is one aspect of this great hardware device I haven't used on my Linux PCs, and that is sending/receiving SMS...
  3. D

    👨‍🏫 Tutorial How to install / enable mod_rewrite on ubuntu 12.10 with apache2 and php

    After you've installed the Apache web-server and php on Ubuntu 12.10, you find out there is no mod_rewrite installed and available. Here is how to install mod_rewrite on Ubuntu 12.10 (actually, this is actual for at least Apache on Ubuntu 6.04 and earlier). Launch a terminal and run: sudo su...
  4. D

    👨‍🏫 Tutorial Installing apache2 with php5 and mysql support on ubuntu 12.10 (lamp)

    LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support. I do not issue any guarantee that this will work for you! 1 Preliminary Note In this tutorial I use the hostname...
  5. D

    👨‍🏫 Tutorial How do i install ubuntu-tweak? fix several issues and or installation problem while using deb file.

    up vote 20 down vote accepted The Ubuntu-Tweak Home screen Instructions: Installing Ubuntu-Tweak is rather simple and easy. Follow these simple steps, and you will have Ubuntu-Tweak installed, and be on your way to tweaking Ubuntu to your liking. For 12.10 and Earlier: Steps: Add the PPA...
  6. D

    👨‍🏫 Tutorial How to set chmod for all folder only and all of its subfolders and files in linux ubuntu terminal?

    The answer above is correct, in that chmod -R 755 will set this as permissions to all files and folders in the tree. BUT WHY ON EARTH WOULD YOU WANT TO? it might make sense for the directories, but why set the execute bit on all the files? i suspect what you really want to do is set the...
Back
Top