Problem : I can connect to my WiFi out of the shell by doing: nano wireless-wpa.conf typing: ctrl_interface=/var/run/wpa_supplicant network={ ssid=”my_router_id” […]
Tag: ubuntu
Combine two files column-wise in Ubuntu?
Problem : I have two files: one is like preface Introduction chapter 1 the other is like 1 2 3 […]
Cannot connect to xrdp
Problem : When I am connecting to my XRDP (xubuntu 14.04) I see the login screen, I am entering username […]
What’s Linux test -a command test for?
Problem : Please take a look at the following code, snap=snapshot.file touch snapshot.file-1 $ [ -a $snap-1 ] && echo […]
Force wrapping the long output lines that aren’t so in terminal
Problem : Usually when the long lines are output in terminal/console/xterm, they will be wrapped automatically. However, there are cases […]
How do I boot into Xubuntu after dual booting along-side Windows
Problem : I recently installed Xubuntu 14.04 from USB on a netbook running Windows 7. It installed fine, but before […]
why i can only ping 1001 interface out of 1023 that are connected to a linux bridge?
Problem : I have create a linux bridge br0 and create a 1023 veth pair such that one end is […]
How to automatically add bookmarks to Google Chrome?
Problem : I have a text file that has a lot of bookmarks in text form. It looks something like […]
Ubuntu 6.06: Mounting /root/sda1 /root failed: No such device
Problem : An old machine in our office, running Ubuntu 6.06 all of a sudden will not boot up. I […]
How can I disable certain system keyboard shortcuts in Linux?
Problem : I’m currently working on a kiosk based on lubuntu (which is basically ubuntu with an LXDE desktop environment) […]