neat little program
Moderators: snarkout, Patrick, dann
neat little program
I found this little program in the repos called ZIM. Kind of nice I think I will use it instead of gnote.
Re: neat little program
real men use vim ....
-
doublejoon
- Posts: 86
- Joined: Tue Dec 06, 2005 7:48 am
- Location: King George, VA
Re: neat little program
Real men use whatever they want to useakuma624 wrote:real men use vim ....
Listen to TALTS !!
The Android Link Tech Show
The Android Link Tech Show
Re: neat little program
I just run apache and a wiki. Does a pretty good job of storing random notes, it's easy to use and I can access it anywhere on the network.
Admittedly configuring apache and a wiki is difficult for some people but for me it's one of the first things I do after I install X. I'm not sure how anyone lives without apache.
Admittedly configuring apache and a wiki is difficult for some people but for me it's one of the first things I do after I install X. I'm not sure how anyone lives without apache.
Re: neat little program
There are a ton of web apps for biz and personal use so you do not have to install them on a local machine. On non-copyrighted sites, I find myself borrowing code more and more for utilities such as different kinds of calculators to make web pages for our server, With a web server you do not have to remember what program is installed on what machine. Even bookmarks and the like are on the server. Even of the server is shut down, you can always do a remote wake up if you need to (hardware permitting).
Back to the subject. Doing an "apt-cache search console" and you will find a boatload of command line apps that can be used either on a low end machine or on a server where you are using command line access. Examples: We run firefly on our server and sometimes the tags could be better on the mp3 files. I just started using eyeD3 to edit mp3 tags while accessing the server via the command line. Linc suggested mutt on his website which now going to be a staple on my traveling p1 laptop. I am beginning to prefer using bash and php-cli over python. There is no end to the goodies.
Back to the subject. Doing an "apt-cache search console" and you will find a boatload of command line apps that can be used either on a low end machine or on a server where you are using command line access. Examples: We run firefly on our server and sometimes the tags could be better on the mp3 files. I just started using eyeD3 to edit mp3 tags while accessing the server via the command line. Linc suggested mutt on his website which now going to be a staple on my traveling p1 laptop. I am beginning to prefer using bash and php-cli over python. There is no end to the goodies.
Re: neat little program
Gomer_X >>
You are not alone in the use of a wiki for notes and having a web server run this for you. In the RoR community - the program "instiki" is well known and does exactly what you mentioned ... I'm not for sure but I think it was coded by the "inventor" of the Rails framework ...
more info here: http://www.instiki.org/show/HomePage
You are not alone in the use of a wiki for notes and having a web server run this for you. In the RoR community - the program "instiki" is well known and does exactly what you mentioned ... I'm not for sure but I think it was coded by the "inventor" of the Rails framework ...
more info here: http://www.instiki.org/show/HomePage
Re: neat little program
Does it require rails and or a lot of extra software? Someone recommended habari to me as an alternative.
Re: neat little program
unfortunately, yes ... instiki would require you to down load all of ruby and the corresponding rails framework.
cool thing is that you "own" this web based app ... unlike the g-universe that most people are now using ... seems like the cloud is going to own everything some day ...
cool thing is that you "own" this web based app ... unlike the g-universe that most people are now using ... seems like the cloud is going to own everything some day ...