| bio | website | goo.gl/J84w2 |
|---|---|---|
| location | Raleigh, NC | |
| age | 39 | |
| visits | member for | 1 year, 1 month |
| seen | 14 hours ago | |
| stats | profile views | 238 |
Consider following or committing to the Area 51 proposal for Virtualization and Cloud Computing.
|
Apr 19 |
comment |
How to start a windows partition from the Grub command line? You should open a new question with the details specific to your issue, specifically Windows 8. |
|
Feb 26 |
comment |
Failed dependencies trying to install package 'libxml2' Please edit and add more information. What distribution and version? |
|
Feb 5 |
comment |
How to move files from one directory to a nested directory using SSH? Why do you need to use SSH, and presumably scp and sftp? Can you not get a shell on the remote server? |
|
Feb 4 |
comment |
Gnome terminal fails to start Turning SELinux off will help determine if the issue is indeed with SELinux or something else. |
|
Feb 4 |
comment |
Gnome terminal fails to start He is suggesting launching gnome-terminal, or xterm, or some other terminal, and then launch gnome-terminal from the command line of the parent terminal. If and when gnome-terminal fails, you should have some debug output in the parent terminal window. |
|
Feb 4 |
comment |
Gnome terminal fails to start I'm not sure this is SELinux as it does not happen every time you launch gnome-terminal. One way to be sure is to turn off SELinux (setenforce Permissive) and continue to launch gnome-terminal until it does/does not happen again. To persistently turn off SELinux between reboots, append "enforcing=0" to your kernel boot line in grub. |
|
Jan 28 |
comment |
yum install failing with strange output Can you add more information to your answer? How would the original poster add the updates repo? Are there references to assist? |
|
Jan 26 |
comment |
No output from inotifywait | awk If changing the alias and using gawk instead of mawk worked, consider making your edit into an answer and accepting the answer. |
|
Jan 25 |
comment |
Creating links to websites It's difficult to understand what's being asked here. @Fizz, do you mean a shortcut or launcher that launches a browser and opens a website when it is clicked? If so, what desktop are you using? Please edit and add clarification to your question. |
|
Jan 25 |
comment |
OpenSUSE - Ethernet adapter up but can't ping the router This is more appropriate as a comment on the original question; it is not an answer. |
|
Jan 22 |
comment |
Attach to existing screen session, but new window Do you want the screen session to be interactive and run a command in a new window? Or just start the script in the new screen window without an interactive session? |
|
Jan 18 |
comment |
How to search and replace text in all php-files in a directory and it's subdirectories Can you explain this? |
|
Jan 14 |
comment |
How to verify if the Language is installed Please try expanding on your answer. What would the expected output be? Can you provide an example? If the Arabic Language isn't installed per your suggested check, how can it be installed? |
|
Jan 10 |
comment |
Refreshing less on the fly Not sure exactly what you are trying to accomplish, but you realize that less already has a tail mode that refreshes the end of the file? less -F (or invoke with F if already in a less session). |
|
Jan 7 |
comment |
How does “man” restore the screen when I quit the program? vim honors the altscreen in your terminal emulator. You could add something like this to your ~/.vimrc - "set t_ti= t_te=" to change the terminal capabilities vim uses. |
|
Jul 12 |
comment |
Problem installing RHEL on HP Itanium Server Please don't cross post. |
|
Jul 8 |
comment |
How to install program locally without sudo privileges? Also see Where should a local executable be placed? for relevant discussion. |
|
Jul 8 |
comment |
Prevent a command from being executed after another command @Antoine See my edit. |
|
Jul 8 |
comment |
Migrating a Virtualbox virtual machine into a physical dual-boot system So you want to take the virtual system and make it a physical system? Or do I misunderstand? |
|
Jul 5 |
comment |
/sys/class/tty/ttyACM0 could not be reomved after unplugging the USB device? Can you add more information to your question? I assume this is linux? What distro & version? What kernel version? |