Viewing Category : Linux

Post thumbnail of Remote Desktop from Linux to Windows with all the bells & whistles
9 April 2009
Continue reading Remote Desktop from Linux to Windows with all the bells & whistles

Remote Desktop from Linux to Windows with all the bells & whistles

This lets you access your Linux home directory and local DVD drive from Windows without having to set up additional cifs/nfs mounts. My home directory is an NFS mount from another server, so you should be able to access *any* file system that is available on your Linux side.

Post thumbnail of Converting ext2 to ext3 while mounted
9 April 2009
Continue reading Converting ext2 to ext3 while mounted

Converting ext2 to ext3 while mounted

There’s no need to unmount it or mount read-only before adding the journal. If you operate on a mounted file system, the journal gets created on a regular inode. Upon your next boot, the journal will be moved to the hidden inode. You can’t modify or remove the .journal file either, so don’t even worry about that.

Post thumbnail of Reinstall customized RPMs with repackage and rollback
8 April 2009
Continue reading Reinstall customized RPMs with repackage and rollback

Reinstall customized RPMs with repackage and rollback

Here’s one very specific way to temporarily remove an RPM package where I think I want it gone, but I want to test to see how the system reacts when the package is completely removed. I dont’ want to just remove it because i’ve made some changes to the config files and perhaps I’ve spliced in a few custom binaries here and there, so it’s really iffy.

Post thumbnail of How to remove yum packages without dependencies
8 April 2009
Continue reading How to remove yum packages without dependencies

How to remove yum packages without dependencies

I can’t figure out how to make yum ignore dependencies and I can’t find it by googling either. The yum-allowdowngrade package doesn’t do what I expected it to do. So I’ll just have to ignore yum for now and force rpm to do the job.

Post thumbnail of Kernel panic after sysctl changes for Oracle
2 April 2009
Continue reading Kernel panic after sysctl changes for Oracle

Kernel panic after sysctl changes for Oracle

I changed the kernel semaphores and ip local port range as usual in /etc/sysctl.conf for an Oracle 11g install, and what happened?

Post thumbnail of Dual booting Windows so easy your grandma can do it
26 March 2009
Continue reading Dual booting Windows so easy your grandma can do it

Dual booting Windows so easy your grandma can do it

Run Wubi, give it a password, and click “install”. The installation process from is fully automatic from here. The rest of the installation files will be downloaded and confirmed, after which you’ll get the standard windows wants to reboot. Do so and select Ubuntu at the boot screen. The installation will continue for another few minutes depending on how old your machine is and will reboot once again. Choose Ubuntu at the boot screen again and enjoy.

Post thumbnail of How to use ecryptfs on Fedora
25 March 2009
Continue reading How to use ecryptfs on Fedora

How to use ecryptfs on Fedora

If you want to store a mix of encrypted and unencrypted files under the same area, choose plaintext passthrough, otherwise choose the default, no. I suggest an all or nothing approach, as it can get confusing as to which files are encrypted especially when they’re binary! (With ascii text files you can just cat a file and tell if it’s encrypted or not.)

Post thumbnail of eCryptfs - POSIX compliant cryptographic file system
24 March 2009
Continue reading eCryptfs - POSIX compliant cryptographic file system

eCryptfs - POSIX compliant cryptographic file system

eCryptfs is a POSIX-compliant enterprise-class stacked cryptographic filesystem for Linux that is…

Post thumbnail of Aliases in lighttpd are easy one-liners
23 March 2009
Continue reading Aliases in lighttpd are easy one-liners

Aliases in lighttpd are easy one-liners

Enabling aliases in Lighttpd is even easier than in Apache. If you want to browse your app without having to include the trailing slash, then make sure you didn’t include trailing slashes in your alias definitions (my alias.url’s above don’t have the trailing slash). Many examples show something like /doc/ => “/usr/share/doc/” but then it won’t find the index.php or index.html on its own.

Post thumbnail of Permanently Disable the PC Speaker in Linux
19 March 2009
Continue reading Permanently Disable the PC Speaker in Linux

Permanently Disable the PC Speaker in Linux

Removing the pcspkr module is fine for an instant halt to all beeping noises coming out of the machine, and sure you could just add this to your profile in .bashrc or .bash_profile, But the right/best/most complete way is to do it system-wide where it doesn’t even get enabled in the first place by blacklisting it in the modprobe configuration.

 Page 12 of 18  « First  ... « 10  11  12  13  14 » ...  Last » 
Powered by Wordpress   |   Lunated designed by ZenVerse