2010 May

TurnKey Linux

By WladyX on 14 May, 2010 | Cool Apps, Link | A comment?

How to Remove left Sidebar in Google search

By WladyX on | Firefox, General, Link | A comment?

extendfs on /usr

Perform a shutdown -r -y 0 when you can take the system down. When the system is coming up, interrupt the boot process when indicated. You should be brought to the step where you can specify where to boot from. Just enter a bo pri, and when the system asks you to interact with ISL, enter Y. Once at the ISL prompt, you can issue a hpux -is to enter single user mode, in which you can execute your expansion of /usr.

lvextend -A y -L 20480 /dev/vg00/lvol7 && \
umount /dev/vg00/lvol7 && \
extendfs -F vxfs /dev/vg00/rlvol7 && \
mount -F vxfs -o ioerror=mwdisable,delaylog,nodatainlog,dev=40000007 /dev/vg00/lvol7 /usr

source

By WladyX on 13 May, 2010 | HP-UX | A comment?

How To Select The Splash Screen in Ubuntu Lucid

sudo update-alternatives --config default.plymouth

source

By WladyX on 7 May, 2010 | General, Style, Ubuntu | A comment?

extract multiple archives in different folders

#!/bin/bash

for i in $(find $(pwd) -name '*.rar')
do
cd $(dirname $i)
unrar e $i
done

source

By WladyX on | General, Scripts | A comment?

lshell

lshell lets you restrict a user’s shell environment to limited sets of commands, choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user’s commands, implement timing restrictions, and more.

source

Learn XDA_UC / Registry / XML Provisioning / CAB Editing

By WladyX on | Mobile, Scripts, WM | A comment?

Pick random file

ls | shuf -n1

source

By WladyX on | General, Scripts | A comment?

Quicklinks

latest:

left:
camera-rotate screen-task manager- igo08
activesync-send receiveall-token2shell-total commander

right:
camcorder-calculator-currency converter-google maps
shazam-my shopping list-energy links-settings export

older:

By WladyX on 5 May, 2010 | Mobile, WM | A comment?