General :: Live Life In Text Based World
Jan 13, 2011
There's probably not too many Linux users how have their desktop Linux distros set to be console only as opposed to using an X server or a GUI. There's plenty of reasons to take this route and many ways to go about it, and I'll attempt to show you a (mostly) unbiased view on this choice, especially centered around the way I do it. Here's my setup: Dell Inspiron 1545, Core 2 Duo, 4 GB RAM. I have Windows XP, Ubuntu 8.04, and my main OS: Debian Squeeze.
UBUNTU USERS!!!
Debian Squeeze is probably the best option for a Ubuntu convert. Making Ubuntu console based is kinda hard and not recommended by me because it's such a large OS, and living in a text only computer is generally a minimalist idea, so having such a bulky base is both memory intensive and kinda gross. Debian uses apt-get, so people who grew up in a Ubuntu environment should feel at home with the sudo commands and such........
View 15 Replies
ADVERTISEMENT
Aug 11, 2011
I have a question regarding to the Graphical Splash Screen. Is their a way to show the text based startup on booting your OS? So. I don't the OpenSuse Background with the loading line. But i want the half transparent black background if possible or just the black background with all the loading texts. The black and white screen.
View 9 Replies
View Related
May 22, 2010
I would like that users can log to X but this with a text based xdm + how to active it as last in inittab since it is text what contains my inittab
Code:
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
[code]....
View 10 Replies
View Related
Jan 13, 2011
i use uxrvt ( for those who dont know, its terminal emulator based on xterm).i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.but in my case i need to copy text from terminal to another application, viz on google chromium.
View 1 Replies
View Related
Aug 2, 2010
I am using Ubuntu and looking for a good editor to edit a file that is > 4GB. I just need to put content at the end and beginning of the file. I suppose I could use something like
cat "text to add" >> huge_file
To append to the file. Is that the route to go? What about prepending? In general, what is the best route if I wanted to edit somewhere in the middle?
I've tried VIM and it fails miserably. I assume emacs and nano would be even worse. What else is there? I assume to accomplish what I am looking for, the editor would have to be specifically designed for this by not keeping the entirety of the file's contents in memory.
View 5 Replies
View Related
Aug 17, 2010
I can set my EDITOR variable in my .bashrc to e.g. gedit, which is a nice graphical editor on ubuntu. But when I log in over PuTTY that editor will fail.What is the best way to detect if I'm logged in and can run a graphical editor, or not, and set EDITOR appropriately?
View 2 Replies
View Related
May 10, 2011
I searched and found several solution but those are distro specific. I need to find out if distro is running in live mode (from CD, USB) instead it's installed on hdisk. The solution should be independent of distribution.
View 7 Replies
View Related
Jan 22, 2010
I have 2 text files : file1.txt and file2.txt
cat file1.txt
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
cat file2.txt
2 this is sentence1file2
6 this is sentence2file2
54 this is sentence3file2
I would like to join these 2 files. The result should look as follows :
cat joinedfile.txt
2 this is sentence1file2
6 this is sentence2file2
15 this is a sentence containing various words and spaces
34 this is a another sentence containing various words and spaces
54 this is sentence3file2
==> so the joined file must be sorted on the first number. Any ideas how this can be achieved ?
View 4 Replies
View Related
Jan 28, 2009
I have a text file called file1.txt containing many lines eg.
line1
line2
line3
line4
line5
line6
Then i have another text file called file2.txt contains
3
5
6
Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6
View 10 Replies
View Related
Jan 3, 2011
I'm looking for software which will allow me to record a screen-cast of a terminal based application, recording keystrokes, timing of keystrokes, and audio. I see a couple of advantages to this approach over video capture: Display independence: the viewer can display text in any resolution/style they want, not limited to the resolution of the recorded video. Ability to copy and paste text from the screencast.
DSABE? (Does Such A Beast Exist?)
View 6 Replies
View Related
Nov 3, 2015
I'm looking for a text based browser (like elinks) that works with tor??....
View 5 Replies
View Related
Jan 28, 2010
I'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?
View 1 Replies
View Related
Jan 28, 2010
I'd like to learn more about the VoIP protocol SIP. I read that Wireshark can be configured to filter stuff so that only SIP packets are shown, but the SIP server runs on a server with no GUI. Does someone know of a text-based packet sniffer that supports SIP?
View 4 Replies
View Related
Feb 14, 2011
I'm working on building my own turn-key variant of Ubuntu Server. I'm trying to find out what the non-graphical installer is called so I can use it in my install DVD After a fair amount of searching,I have come up empty-handed. I know the graphical installer is called ubiquity and that works great if you have a live desktop environment.
View 2 Replies
View Related
Jul 3, 2011
Been searching around for a few days. So far I have found three previous topics on this and all of them are useless/out of date. I'm trying to install [URL]... I've tried making it from the binary on the site and I get a bunch of errors when I try to "make" it. I've attached the output from make. Anyone know how to get this to work? I found a tutorial that said you had to find the .module files and remove all the "-e"s but I cannot find any .module files.
View 2 Replies
View Related
Mar 26, 2010
Just wondering if anyone knew of a really good text based terminal browser to use when I am not running X. I can use Links and do not have too much trouble navigating, but I have not been able to set the screen to view the entire page (I have to move off screen to read the whole page.) So, if anyone knows an easier text browser that is a little easier to set the screen options with code...
View 7 Replies
View Related
Mar 25, 2010
My conky file declares a color association with this
color5 green
and then after TEXT has this line
Code:
ISC: ${execi 60 /home/ben/scripts/isc.sh}
the isc.sh file has this
Code:
#!/bin/bash
curl http://isc.sans.org/infocon.txt | sed 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' > /tmp/isc
[Code].....
Why is it not displaying GREEN in the green colour? If I manually type ${color5}GREEN into .conkyrc its fine.
View 1 Replies
View Related
Jun 15, 2010
Im trying to find a text-based browser that would allow me to send my user and pass to a site so it would auto-login. The thing is, Im trying to grab text from a site that requires authentication.I have looked at lynx, but I have problems connecting to https (apparently, the site uses an invalid cert).
View 2 Replies
View Related
Jul 8, 2010
I'd like to make a text-based adventure game but I don't know the first thing about programming.
View 9 Replies
View Related
May 4, 2011
I have a ubuntu server PC with no xwindows just text command-line. Usually I use xlock but this PC has no graphics. How do I lock/unlock the PC while I'm away from it? I don't necessarily need a screen saver just a way to secure the terminal while I'm away without logging off.
View 1 Replies
View Related
Feb 5, 2011
Does anyone other this know how (or know of a guide that details how) to create a text based start up theme for plymouth? I have some older hardware and I'd like to do something custom up there.
View 2 Replies
View Related
May 15, 2009
Is it possible to create a text based menu layout in bash were it is possible to browse through. The menu list should look something like this:
----------------------------------------
user: root
colour: blue
number: 4
animal: dog
----------------------------------------
At the start the cursor should blink at the r from root so that text can be entered. When pressing the enter the cursor should go to the b from blue and so on. the imported thing is that all the text is visible also beyond the position from the cursor.
View 4 Replies
View Related
Jul 5, 2011
I installed CentOS 5.6 (kernel: 2.6.18-238.12.1.el5) with X Window on my HP Compaq 6710b. I also downloaded the firmware iwl3945 for my Intel Pro Wireless 3945 and manually installed it, reloaded the iwl3945 module and enabled NetworkManager. I could then get the wireless network connection worked on my graphical environment. I installed additional software manually by using the terminal window (Applications --> Accessories --> Terminal) and everything worked perfectly.
However, when I switched to text-based environment by issuing the commend "sudo init 3" (changing the user level) and logging in as root, I could not get any internet connection. I tried to use lynx and I got the error message: "Unable to connect to remote host". I am a complete newbie in Linux and I tried to google and search for solution within centos.org but I could not find.
View 5 Replies
View Related
May 2, 2010
How do you toggle between the button and text-based location bar in Nautilus in Lucid. I can only get Nautilus to show the directory path as buttons and not as as text based in the form of /home/Desktop.Previously there was a button to toggle between them.
View 9 Replies
View Related
Jun 7, 2010
I notice that on DistroWatch, the descriptions include "debian based", "arch based", etc. For the newbie, is there any practical difference between the different bases, or is it a Coke vs Pepsi type question?
Is a distro based on Debian say, easier for a newbie to learn or work with than say one that is FreeBSD based?
View 9 Replies
View Related
Jun 2, 2011
What is the difference between Fedora 15 Live cd & Fedora 15 Install DVD?
I am unable to install using Live cd on my Pentium 3 based system.
Will the Install DVD solve that problem?
Max ram is 512MB on my system & there is no more room for any upgrades.
View 5 Replies
View Related
Mar 25, 2010
Seems like this should be a simple question, but I've looked around and have not found an obvious location to keep custom policy based routing rules in Ubuntu./etc/network/if-up.d comes to mind, but I was wondering is that was a "standard" spot. Also it doesn't seem like these rules really need to run each time an interface is up'ed or down'ed.
View 4 Replies
View Related
Oct 10, 2010
i've been using some subliminal software on windows for a while now and have found it to be really good. It basically just flashes up a message on screen over the top of whatever is going on at that time but the message is only there for about 30 milli seconds
The message is not there long enough for your conscious mind to read it but the theory is that your subconscious mind will read it.It actually works really well. THe problem is that they dont package a linux version although they do have an OSX version, i'd really like this on ubuntu.
Tried it in wine and it installs but nothing happens after that. Alternatively perhaps somebody can tell me how you could get a message to flash up on screen based on a list of messages in a text file?
View 4 Replies
View Related
Jul 11, 2011
I want to create a text based adventure game that interfaces over gmail. I'm in the process of writing a java program that will take text input, and return text output. But before I can do that, I need to find a way to use something like nail, mailx, or if absolutely necessary evolution, to import emails from gmail and pipe them into this java program. I want to do all of this independent of a GUI, so any solutions that use mailx or nail.
View 3 Replies
View Related
Apr 6, 2011
I assembled a small multimedia center based on XBMC Live (Ubuntu). And cannot configure bluetooth. In older versions of bluez was hcid.conf file, through which I can set options iscan, pscan and lm (link mode). In new versions of bluez 4.xx instead of this file is used main.conf and these parameters there is not provided. How apply these settings to the bluetooth adapter at system startup and when I connect the adapter to the usb port? In general, the system behaves is not clear. Sometimes the adapter after the system is turned on, and sometimes it turns off.
View 1 Replies
View Related