http://ubuntuforums.org – Hi Everyone, I have been using todo.txt a command line script to write todo lists. (Hardware)
http://ubuntuforums.org – Hi Everyone, I have been using todo.txt a command line script to write todo lists. (Hardware)
http://stackoverflow.com – Okay, so what I want to do (in ubuntu server 12.04) is take all the directories in the "servers" folder and create a tar.gz of all of them individually. For example: Inside the servers folder are 3 more folders. Server1, server2 and server3. I want to compress in a tar.gz the contents of server1, server2, and server3. So in the server1 folder, I have a test.txt file. (HowTos)
http://stackoverflow.com – the I need to buld some library with provided build.sh containing globstar path (src/* /.java). I enabled globstar with shopt -s globstar and all works great from terminal but from bash file #!/bin/bash ls **/*.java I get following error: ls: cannot access **/*.java: No such file or directory (HowTos)
http://stackoverflow.com – I`m trying to find equivalent code in bash (linux) to a C# code. I have this C# code: // C# to convert a byte array to a string. byte [] dBytes = ... string str; System.Text.UTF8Encoding enc = new System.Text.UTF8Encoding(); str = enc.GetString(dBytes); I'm running bash on fedora linux machine. I`m getting in bash a file containg all the byte array as text seperated by whitespace like this: (HowTos)
http://stackoverflow.com – I would like to find files only by a certain user's permission. For example, if I want to find a file that I have full permission. I may do something like: find . -user $(whoami) -perm But what should I put after -perm, if I want ignore the permission of root and other users. I know there must be a lot of similar questions like this. But most of them are just similar. Thanks in advance. (HowTos)
http://stackoverflow.com – I have two copies of the same directory tree. They almost have the same files in both (one version may have a couple extra or missing files). (HowTos)
http://unix.stackexchange.com – Help! :) I am trying to learn bioinfomatics the hard way I think, i just got tossed into this and it's sink or swim. I have no background in Linux (ubuntu and bash) or perl or python. I am trying to use programs (bioperl modules mostly) that have been installed und used on this machine before. Now it seems that an older version functions, but not the newer one. (HowTos)
http://unix.stackexchange.com – I'm trying to disable SELinux for httpd, but when I use the the setsebool command with -P parameter, it doesn't work: setsebool -P http_can_network_connect 1 Nothing happens when I do that ie, the command is apparently running, but returns nothing, and bash is freeze. I'll wait for 10~30 minutes, and nothing happens. Why? (HowTos)
http://serverfault.com – First of all, I know about this answer, but it is not essentially about LVM and I feel many folks will find the following overall summarization useful: I have small 2-core server where I want to install Debian wheezy testing mainly for personal web (several domains) and mail hosting, specifically: Ruby/Rails (+gems), Redis, MySQL, nginx, PHP5, postfix, dovecot. (HowTos)
http://stackoverflow.com – I have two files with with IP-Addresses as the primary key. File two has just a subset with different informations. (HowTos)