I have a 2958616 byte text file. When I run sort < file.txt | uniq > sorted-file.txt
, I get a 3213965 byte text file. Why is my sorted text file bigger?
You can download the text files here.
I have a 2958616 byte text file. When I run sort < file.txt | uniq > sorted-file.txt
, I get a 3213965 byte text file. Why is my sorted text file bigger?
You can download the text files here.
I want to run a Baka-MPlayer (a QT application) with another language (Dutch). I tried doing LANG=nl_NL.UTF-8 ./baka-mplayer
, but it didn't work. My current LANG
variable is set to en_GB.UTF-8
When I type in LANG=nl_NL.UTF-8 locale
, it gives an error that the locale isn't installed.
I have two directories src
and src-with-fixes
. I want to make a unified patch, so people can download the src
dir and the patch file and run patch -p1 < patch.diff
and get the fixes in the src dir.
I wanna install XBMC Gotham (not a newer or older version!!!) on Lubuntu 15.04, without manually compiling it. How can I do that?
I've downloaded the source code of MSDOS 1.1 and 2.0, and want to compile MSDOS 1.1. I don't want to do it with an emulator (like DOSbox). How do I compile MSDOS 1.1 on Lubuntu 15.04?
I have a dir with many files. I want to remove all the comments of that files. How do I do that?
The files looks like this (everything what is between the /* and the */ are comment):
/* */ import java.util.ArrayList;
I've a directory with 28 mp4's and 2 mkv's. I want to convert them all to 3gp using avconv. How do I do that?
How do I remove lines of a file (hosts) which contain "adf.ly" string?
I have a file (hosts) with some lines without content, how do I remove that lines without content?
I have an file (hosts.txt) and many lines in that file are comments. How do I remove that comments?
I want to mount my SD Card as /home/wb9688 by startup using /etc/fstab.
My SD Card is formatted as ext4 and the UUID is 93afcc06-65be-4154-9b20-6593f14f6c93
.
A normal user must have read and write permissions.
How do I do that?
In PCManFM on the left side there is a volume called "1,0 KB Volume". When I click on it, it shows an error message that it can't mount /dev/sda2, but /dev/sda2 is extended partition with the swap partition /dev/sda5. Why does PCManFM try to mount it?
I've a 4GB SSD drive which is BTRFS formatted and is running Lubuntu 15.04 and a 8GB SD card (which I've always inserted) formatted as BTRFS. I want to setup software RAID 0 or JBOD, so I've more space, but I don't know how. Or must I use another distro?
I have installed Lubuntu 15.04 on my EEE PC 701 with the file-system BTRFS. I want to deduplicate my data, but I don't know how.
I have an EEE PC 701 and want to record video using the built-in webcam. I have installed Lubuntu 14.10. I already have installed avconv
and I want to use avconv
.
Is there a simple speech recognition program where you can say a command and that that command will be executed in the terminal? It must be simple to install/setup/configure and it must be a small package because don't have much space left. I am running Lubuntu 14.10 on my EEE PC 701.
I have re-installed Lubuntu 14.10 on my laptop (eee pc 701),but if I want to remove anything, he will also remove the package "lubuntu-desktop". Is it safe to remove?
If I start up my laptop (EEE PC 701 running Lubuntu 14.10) my WiFi is normal, but every minute is the range 1% badder. And that's very annoying. If I use my laptop an hour, I have to restart it to have access to the internet. How can I fix that?