Wordpress - adminuser.wordpress.com - AdminUser.wOrdpress.cOm
General Information:
Latest News:
Check if / Make a MySQL instance read only 8 Jan 2013 | 02:26 pm
To check if A DB is already in read only mode: SELECT @@global.read_only; To set ( at Runtime) SET GLOBAL read_only=1; To set permanently, add the following in my.cnf “read_only” These options will ...
DEBIAN: Where is preinst, postinst, prerm, and postrm etc are stored AFTER installing the deb package 4 Dec 2012 | 12:13 pm
Ever had issues with uninstalling a package due to incorrect entries in prerm or postrm ? Or do you like to have a look at preinst, postinst, prerm, and postrm of an installed package? You can find ...
Find strings in one file which are not present in another file 16 Nov 2012 | 12:55 pm
When there is one string per line and they are not sorted, the simplest solution would be: grep -Ffx file2 -v file1 Filed under: Linux
Debian :: Accessing lvm from single user mode 9 Nov 2012 | 03:49 am
We have /usr mounted on lvm, so it’s tricky to get the commands in /usr/bin and /usr/sbin to work in single user mode. lvm devices wont be loded by default. lvm vgscan lvm vgchange -ay lvm lvs Now yo...
How to find out which repository a package would be downloaded from – debian/ubuntu 12 Jun 2012 | 06:40 pm
apt-cache policy Filed under: Uncategorized
Remove embedded album art 13 May 2010 | 10:06 am
To remove embedded album art from music files from Ubuntu or variants, you can use eyeD3 which is in repository. To install: apt-get install eyed3 To remove embedded album art : cd YOUR_MUSIC_DIR ...
Find out what version of Ubuntu you’re using 29 Aug 2008 | 08:56 am
Use this command: lsb_release -a in terminal
Troubleshooting Mailman + Sendmail – No mail going out to list members 28 Aug 2008 | 11:58 pm
This article is converted from the Mailman FAQ Wizard Credits: —————— Jacinta Richardson , Duncan Drury, Mark Sapiro and the other good folks at mailman-users mailing list ————————————————————————...
How to create a list of installed packages in Ubuntu / Debian 15 Aug 2008 | 08:26 pm
dpkg –get-selections
How to do a syntax check of proftpd.conf file after making an edit. 14 Aug 2008 | 03:22 pm
To perform a syntax check of your proftpd.conf file, you can use the following command $sudo proftpd -td5 or if you are logged in as root #proftpd -td5