
Can anyone tell me how to block any network streams packets etc. that have hopped to .ru at any point blocked from accessing pic and/or router. Continual loss of sysadmin on all OS platforms, including mobile, by hijacking of built in admin account. Shortcuts deleted and new built in admin name ( very similar to original sysadmin eg. "Default" changed to "default user" ) permissions, access, changed shortly thereafter. Unable to log onto come.exe even though owner useame is still shown as admin....
ادامه مطلب
I have .mkv file with list of embedded subtitles. I don't have any subtitles files in the folder, they're all already in the file. So, i need to display 2 of them simultaneously: e.g. english as 1st, main subtitles, and russian as 2nd. For this purpose i use KMPlayer 4.1.1.5. Problem is only with 2nd subs. I'm able to choose main subtitles: when i choose RMB -> Subtitles -> Subtitles languages, i can see list of all the embedded subtitles, it works well. But for 2nd subtitles i'm only able...
ادامه مطلب
Hard Drive checking in Windows reports a lot of unnecessary info, requiring that you read through it the chkdsk report, etc. Also chkdsk can't fix problems on an in-use files (like the Windows drive). It seems like a little thing, but a non-technical user can't understand ChkDsk results and it takes even a technical user a minute to read through the report for each hard drive. Is there a tool or built in service which will: Automatically check all drives for errors Report a simple "no problem" o...
ادامه مطلب
I have been trying for a couple days now to get Kali Linux onto my USB drive so I can boot from it on other machines. I was recently able to do it, but I cant across a couple errors when testing it out. I restarted my computer, held Option (Alt) and selected the drive I wanted to boot from, all normal from here. Then when I tried to finish up the process it says that there were 2 errors: "attempt read or write outside of disk 'loop'" "load keel first" Then it took me to a blue page with other bo...
ادامه مطلب
I am trying to migrate an installation of PHPlist via the Installatron installer provided by the cPanel console on a VPS. This error occurs in red under the URL heading: ! This import will require 1MB of available disk space to complete. Sufficient disk space is currently not available. For assistance or to add additional disk space, contact your web hosting administrator. Technical Error: Unable to create directory `/public_html/phplist'. I went into SSH and created the /public_html/phplis...
ادامه مطلب
Is it possible to make double tap of the down arrow key work as page down? ...
ادامه مطلب
I have a Samsung S7 for which I bought a 200GB microSD card. I formatted it as adoptable storage (using an adb shell workaround because Samsung has actually disabled the Marshmallow feature by default). Now, I can store all manner of things on it, including about 17GB of music which I manually copied over. However, I want to use DoubleTwist Sync as I have lots of iTunes playlists that don't get copied over when manually copying files. I installed both the DoubleTwist PC app as well as the Androi...
ادامه مطلب
I've experienced a strange problem with my Windows 7 performance and I'm some kind of stuck with it. I have the following symptoms: During the usage of some programs (e.g. Lightroom or Eclipse) they randomly stop and I'm not able to do anything During these random stops I've seen that the free space on the HDD is reduced to almost nothing and after a while the free space grows up to its original value (Normal free space: 1.69TB/4TB, Stop free space: 312GB/4TB) During the random stops, I'm not ab...
ادامه مطلب
Windows 7 was accidentally updated to Windows 10 on a Mac using Bootcamp. The wireless appears to be connected (and indeed is functional when booted as a Mac) but doesn't function. Tried undoing the upgrade, but to no avail. Not sure how to proceed. Help please! Let's block ads! بخوانید...
ادامه مطلب
I need your help. I want to log the access on my Apache Tomcat webserver on SLES 12. He is running and he is logging normally. But when I visit the site, tomcat is writing 8 lines into the localhost_access_log.txt file. Like this: 10.XXX.XX.XXX - - [27/Jul/2016:08:28:29 +0200] "GET / HTTP/1.1" 200 11250 10.XXX.XX.XXX - - [27/Jul/2016:08:28:29 +0200] "GET /tomcat.css HTTP/1.1" 200 5576 10.XXX.XX.XXX - - [27/Jul/2016:08:28:29 +0200] "GET /tomcat.png HTTP/1.1" 200 5103 10.XXX.XX.XXX - - [27/Jul/201...
ادامه مطلب
I'm using win10 pro 64-bit. Recently I'm experiencing a very very annoying problem that is I normally connect to my wifi network after I connect everything is ok but just after a brief moment of my connection or sometimes just right after my connection - I do not know what exactly happens - my browser keeps not loading (the spinner in the tab keeps revolving in the left direction -I use Google chrome - )the web page and views me a page that says cannot connect to this Domain Name Service and jus...
ادامه مطلب
I've recently run into an issue in using FFMPEG's 'force_style' filter. Adding subtitles by themselves works just fine, but when force_style parameters are included, I get "Option 'force_style' not found." Here's the input: ffmpeg -i (input.mp4) -vf "subtitles=(input.srt):force_style='FontSize=20,BorderStyle=3'" (output.mp4) Historically, this has worked on this machine and continues to work on others in the office (and seems to be independent of version). (File) matched with its srt Commencing...
ادامه مطلب
I'm setting up a Samba file server on Ubuntu server 16.04 and wish to access shared folders on Windows 7 and Windows 10 PCs. I can access any shared folder when alexr is the valid user defined in smb.conf, but I cant access the samba network using Bek's credentials. Windows gives me the following msg when I try to access through RUN \nework location: …Bek is not accessible. You might not have permission to use this network resource...Multiple connections to a server or shared resource by the sa...
ادامه مطلب
I have a film on DVD, and a suitable .srt file. How do I convert this into a functioning stream ? I am using Windows 10 and have tried using VLC (latest version, downloaded today) to do this but I can read the plaintext of the .srt and most of the entries there are not displayed. Let's block ads! بخوانید...
ادامه مطلب
I have set up a lab server with W2016TP5, and it runs (more or less) fine. The static IP and subnet seem correct, and the DNS and DHCP servers and a bunch of Hyper-V linux VMs seem to be all fine. However, the taskbar shows permanently a "network broken" sign (see picture). Running the windows diagnostics does not identify anything wrong. Ipconfig yields the following: Etheet adapter vEtheet (ExtealTo02): Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::f142:1a28:5...
ادامه مطلب
$serveame = 'edited'; $useame = 'edited'; $password = 'edited'; $dbname = 'edited'; $name = $_POST ['name']; $email = $_POST ['email']; $number = $_POST ['number']; $manufacturer = $_POST ['manufacturer']; $birth = $_POST ['birth']; // Create connection $conn = new mysqli($serveame, $useame, $password, $dbname); // Check connection if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } echo "Connected successfully"; $sql = mysql_query("INSERT INTO hgcasestudy (nam...
ادامه مطلب
From time to time, my laptop screen gets all distorted. It's split in 2 sections with random horizontal and vertical lines all across it. I have been facing this problem since the past month. After I switch it off and tu it back on in about an hour's time, the problem seems to resolve itself on it's own. What could I be dealing with here? Also noteworthy, I tried screenshoting the screen(when distorted) and pasting it on word to know how it looked like, the screenshot came out all fine with no s...
ادامه مطلب
I own a Lenovo Yoga 900 that I bought last year. Ever since I received it, I disliked the trackpad because of it's inaccuracy. More specifically, what really annoys me about it is that whenever I try to click by placing my finger on the trackpad and applying pressure until it physically "clicks" down, the laptop sometimes registers it as two immediate clicks at once. For most UI elements, this gets extremely frustrating. I have disabled tap-to-click and have played with the plam reject and sensi...
ادامه مطلب
Okay, so I thought for fun I would try out Kali linux to do some wifi cracking and lea about hacking and experiment. I was using Kali Linux 2.1.2 ARM img and I couldnt find anyone with the same issue as I had. I cannot start monitoring mode on kali to use reaver, aircrack etc. I can connect to wifi and browse the inteet, but when I use the command "airmon-ng start wlan0" it detects the interface wlan0 but says unknown driver. I cannot start monitoring mode to do anything. I updated and upgraded ...
ادامه مطلب
so I have a video (could be MKV or MP4) with multiple audio tracks and multiple subtitles (different languages). What I want is to remux into a new video and: selecting just 1 or 2 audio tracks selecting just 1 or 2 subtitle tracks making 1 audio track and 1 subtitle track (if available) as default so they are automatically selected when the video is played using VLC. I've searched the net but cannot find what I'm looking for. I've also looked at the "man ffmpeg". I think I may have to use the -...
ادامه مطلب