The “usbmount” package will mount removable devices automatically.
Blog
-
REMOVE: smbus base uninitialized upgrade bios of Force_addr=0xaddr removal
Having an annoyance with Ubuntu and other Linux distro’s running in VirtualBox for while. It didn’t seem to have an impact on functionality, but it possibly had an impact on speed of boot.
Essentially, you do the following:
Start a terminal
- sudo vi /etc/modprobe.d/blacklist.conf
- Add the line blacklist i2c_piix4 to the end of the file and save
- sudo update-initramfs -u -k all
-
Ubuntu NIC information file
vim /etc/udev/rules.d/70-persitent-net.rules
-
Piwik
Piwik is a downloadable, open source (GPL licensed) real time web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.
-
Completely uninstall a package
- apt-get –purge remove _______
- dpkg –purge ______
-
Google Voice Landline.
Even if you hold your laptop up to your face like a flip phone, talking into your computer is lame. You want to use Google Voice like a real phone with buttons and stuff. We’ll tell you how.
-
Samba Add a User
- adduser user
- enter information
- smbpasswd -a user
- enter information
- Add user to share
-
[accounts] comment = Accounts data directory path = /backup/userdata valid users = user public = no writable = yes
-
Samba: subprocess post-installation script returned error exit status 1
Run:
- dpkg –purge samba-common
- dpkg –purge samba
-
Get php_mysql extension to work on ISS 7.5 on Windows Web Server 2008 R2 x64
So steps to get php_mysql extension loaded:
1. in php.ini, make sure extension_dir points to where php_mysql.dll is.
2. in php.ini, enable extension=php_mysql.dll
3. copy C:\php\libmysql.dll to C:\Windows\SysWOW64That does it for me.
UPDATE:
php.ini must be the in windows directory.
-
Install PHP on Server 2008 R2
Install the Web Server
Open Server Manager –> Roles -> Choose Add Roles –> Select “Web Server (IIS)”
On the Select Role Services screen, the only additional thing we need is ISAPI Extensions