Mount Windows Share Folder on Ubuntu
Below is shell script to load Windows’ folder share using Ubuntu 10.10: —
Below is shell script to load Windows’ folder share using Ubuntu 10.10: —
To enable IIS 6.0 to run 32-bit applications on 64-bit Windows: 1. Open a command prompt and navigate to the %systemdrive%\Inetpub\AdminScripts directory. 2. Type the following command: cscript.exe adsutil.vbs set W3SVC/AppPools/Enable32BitAppOnWin64 true 3. Press ENTER.
This tutorial applies for Grub version 1. Using Ubuntu Live CD, here are the steps: 1. Open terminal, run grub $ sudo grub 2. On grub command prompt, find boot record grub> find /boot/grub/stage1 or, if result an error, change to: grub> find /grub/stage1 3. Make root. Change X,Y with the number of partition from…
To change the effect of Ctrl+Alt+Backspace in any flavour of Ubuntu you can follow these steps: 1) Install the “dontzap” package sudo apt-get install dontzap 2) Open Terminal or Konsole and type: sudo dontzap –enable or sudo dontzap –disable Where “disable” means that Ctrl+Alt+Backspace restarts the xserver, while “enable” means that it won’t.
If you come across this error after running aptitude update or clicking reload button in Synaptic: W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 58403026387EE263 W: You may want to run apt-get update to correct these problems due to a missing GPG key…
1. Search for virtualbox group id, make sure you already put your username under vboxusers group: $ cat /etc/group .. vboxusers:x:122:kumkum .. 2. Add this line to /etc/fstab: none /proc/bus/usb usbfs devgid=122,devmode=664 0 0 3. Reboot system. Finish. Try plug your usb device to VirtualBox. Note: – devgid=122 is vboxusers group id which is taken…
For you who have installed Ubuntu / Kubuntu / Xubuntu, you can switch between desktop environment easily. Here are the desktop environments used by each distro: – Ubuntu defaults use Gnome – Kubuntu defaults use KDE – Xubuntu defaults use XFCE Just open Adept or Synaptic package manager, and search for: ubuntu-desktop or kubuntu-desktop or xubuntu-desktop Or…
Few days ago I helped my friend to write a web-based MTR, and here is the script: The script will execute shell command similar to:
Don’t forget to bakcup Vista. Go to BIOS (press F2 on reboot) and change storage mode from AHCI to IDE. Install XP. Download AHCI driver (XP version) from acer.com website Unpack AHCI driver zip file Start cmd.exe (start > run), from AHCI unpack folder, run: “setup.exe -a -p c:” (without quotes). The files will be…
This is tutorial how to install true type font in FreeBSD. Load freetype module in /etc/X11/xorg.conf file inside “Module” section: Load “freetype” And then, create folder for True Type Font (.ttf). It has default location in /usr/local/lib/X11/fonts/TTF. Copy all .ttf files to this folder (some files have Microsoft license, it is not legal to copy). Create fonts.dir…