Mon Oct 07, 2013 9:43 am
Tue Oct 08, 2013 2:31 am
/sbin/blkid |grep swap | awk '{print "\n" $0 }'
Tue Oct 08, 2013 5:26 am
Tue Oct 08, 2013 9:25 am
Tue Oct 08, 2013 10:30 am
:~$ zenity --info --text="Done!\n\n You may now reboot into the new system.\n\nRemember to remove your installation media.\n"
bash: !\n\n: event not found
zenity --error --text="You need to be root!"
Wed Oct 09, 2013 1:55 am
user@sid-refracted:~$ echo "This is a test!"
bash: !": event not found
user@sid-refracted:~$ echo "This is a test\!"
This is a test\!
user@sid-refracted:~$ echo This is a test\!
This is a test!
user@sid-refracted:~$ echo This is a test!
This is a test!
This is a test!
---
This is a test\!
---
This is a test!
---
This is a test!
---
#!/usr/bin/env bash
echo "This is a test!"
echo ---
echo "This is a test\!"
echo ---
echo This is a test\!
echo ---
echo This is a test!
echo ---
exit 0
Wed Oct 09, 2013 11:42 am
Would you like to "remove line `user ALL=(ALL:ALL) ALL`" or change the user name in this line to the new user's?
Wed Oct 09, 2013 1:08 pm
Wed Oct 09, 2013 1:17 pm
user ALL=(ALL) NOPASSWD: ALL
...comment out the line that contains $oldname or replace $oldname with $newname.
zenity (>=2.30.0) | yad ( >=0.17.1.1)
Wed Oct 09, 2013 2:13 pm