=== IdleOne is now known as io | ||
=== dae- is now known as [FR]dae- | ||
=== [FR]dae- is now known as [FR]Dae | ||
Guest5799 | hi guys,can i add kali tools to a lubuntu OS? | 12:17 |
---|---|---|
arianit | hi, I think I turned off vga on my lubuntu. how do I turn this back on from terminal? | 12:35 |
platt_ | any package i can install for a sis video driver please | 15:17 |
platt_ | lspci says it is a sis 661/741/760 | 15:17 |
holstein | platt_: AFAIK, sis doest provide that for linux | 16:22 |
holstein | platt_: with my SIS integrated GPU, i personally bypassed it.. with another laptop, i gave it away | 16:22 |
holstein | !vesa | 16:22 |
ubottu | vesa is the default video driver if X can't find a better one. Also see !x | 16:22 |
holstein | !x | 16:22 |
ubottu | The X Window System is the part of your system that's responsible for graphical output. To restart your X, type « sudo /etc/init.d/?dm restart » in a console - To fix screen resolution or other X problems: https://wiki.ubuntu.com/X/Config/Resolution | 16:22 |
holstein | platt_: i suggest trying vesa, if you are finding you have issues.. are you? what issues are you having? | 16:23 |
Amitari | Does anyone know how to add a startup sound? | 17:01 |
Amitari | That would be pretty cool. | 17:01 |
holstein | Amitari: you can point to a script that will run.. you can run a different desktop environment that just automatically does it for you. or anything in between those options | 17:02 |
Amitari | Alright, do you know of any guide to writing a script for this purpose? | 17:02 |
holstein | sure.. any bash scipting guide would be relevant.. any script that plays a sound.. | 17:03 |
holstein | you could add it to the startup GUI | 17:04 |
holstein | something like http://pclosmag.com/html/issues/201011/page11.html for example | 17:04 |
Amitari | Good. How do I make this script autostart then? | 17:05 |
holstein | Amitari: as i suggested, you can use the autostart GUI | 17:05 |
holstein | http://askubuntu.com/questions/81383/how-can-i-add-new-autostart-programs-in-lubuntu or the menu itme for startup | 17:06 |
Amitari | Thanks! | 17:06 |
holstein | i will test my script, for starting conky, for example.. i test it *before* adding it to any startup areas | 17:06 |
holstein | i test it in place, and see that its working.. so, im not troubleshooting more than one thing at a time | 17:07 |
Amitari | Oh, alright. | 17:07 |
Amitari | Thanks. | 17:07 |
Amitari | I'm probably going to use some SGI Boot sound. | 17:08 |
=== idleone_ is now known as io | ||
=== IdleOne is now known as io | ||
virgilia | i entered "sudo socat TCP4-LISTEN:80,fork TCP4:myip:8080" now how do i undo it? | 19:24 |
holstein | virgilia: control c is how i "kill" terminal processes.. what are you doing? and why? | 19:26 |
virgilia | my ISP is blocking almost every port, including 5900-5909, 5800-5809, 21-25, 5022. I was trying to tunnel VNC through an open port. I entered the command, it eventually gave me the $ without error. but then i get a message that my port is already in use when I try to enter socat command with a different port | 19:29 |
holstein | virgilia: i would try a general linux channel, or networking.. or ask your ISP | 19:30 |
Unit193 | ps aux | grep socat and kill the pid, or killall socat, or another option. | 19:30 |
wxl | killall $(pidof socat) | 19:30 |
Unit193 | However, I would advise you not use VNC "out in the open", but tunnel over ssh or something. | 19:30 |
wxl | oops | 19:30 |
wxl | kill $(pidof socat) | 19:30 |
Unit193 | kill, dimwit. ;) | 19:30 |
wxl | i mean | 19:30 |
wxl | shaddup, gooberhead :) | 19:31 |
holstein | yup +1 on vnc like that as well | 19:31 |
wxl | you're worse than @rmsbot | 19:31 |
Unit193 | Ouch. | 19:31 |
wxl | i know, right? | 19:31 |
Unit193 | virgilia: is 22 and 2222 blocked? | 19:31 |
wxl | last tweet i did with the #linux tag included a #ShutItRMSbot tag | 19:32 |
wxl | Unit193: he did say 21-25 | 19:32 |
Unit193 | Right, I can read... | 19:32 |
wxl | Unit193: well you did ask :) | 19:32 |
virgilia | unit193: 22 and 2222 both blocked | 19:33 |
holstein | could be, *all* serices like that are blocked, intentionally | 19:33 |
virgilia | I tried tunneling over ssh, but there is some sort of sabotage on that port also, always says password is wrong | 19:34 |
holstein | you can move ssh to another port | 19:36 |
holstein | usually, you can do that in the router, when port forwarding | 19:37 |
holstein | regardless, nothing about lubuntu is going to be breaking that in any way.. i would try and think more generally about it, and see if you can find someone on your ISP that has done what you are doing and emulate | 19:37 |
virgilia | 443 80 53 are open | 20:10 |
Unit193 | Outbound on in? | 20:11 |
Unit193 | This sounds more like a coperate firewall. | 20:11 |
holstein | also, doenst mean they dont "notice" what you are doing, and get upset, and send a bill, or consider it a breech of contract.. etc | 20:11 |
holstein | seems like, it could be just the router, if the router is supplied by the isp | 20:12 |
virgilia | open both ways | 20:15 |
Unit193 | If you don't have an httpd, run ssh on 443? | 20:16 |
Unit193 | !info sslh | use this if you do | 20:16 |
ubottu | use this if you do: sslh (source: sslh): ssl/ssh multiplexer. In component universe, is extra. Version 1.15-1 (utopic), package size 36 kB, installed size 161 kB | 20:16 |
virgilia | private purchase for the router. this is a mobile home park and Internet is included in the rent. they actually discourage people from getting a router claiming it is unnecessary (they think all cell phones have a numeric buttons). it is a powerline based system and they hand out LAN cable adapters for as many devices as you own. | 20:20 |
virgilia | so I'd use sslh --listen 0.0.0.0:22 --ssh 127.0.0.1:5900 --ssl 127.0.0.1:5900 then tell my router to forward 22 to localip:5900 ? | 20:36 |
virgilia | or set my VNC to port 22? | 20:36 |
holstein | virgilia: if 22 is blocked, its blocked | 20:43 |
holstein | virgilia: you'll forward whatever ports you are allowed | 20:43 |
holstein | virgilia: id start with my isp and see what im doing that may be illegal, or get me kicked off, banned, or fined. then, id move to testing by putting up a live iso on hardware that i might start in the DMZ, or forwarding as needed to get what i need | 20:44 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!