Click here to Skip to main content
15,893,588 members
Everything / Administration

Administration

administration

Great Reads

by senthill
This tip will help you to resolve an issue with Sharepoint document library. This error occurs when we create new document library and try to upload a document on it, else try to check in the document.
by setevoy4
The chroot() Linux system call explanation and the chroot utility usage examples
by Vladan.Obradovic
Display additional properties for each VM inside SCVMM 2012 R2 console (VLAn, IP addres, VM Path, Mounted ISO, Number of Checkpoint)
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)

Latest Articles

by setevoy4
The chroot() Linux system call explanation and the chroot utility usage examples
by Vladan.Obradovic
Display additional properties for each VM inside SCVMM 2012 R2 console (VLAn, IP addres, VM Path, Mounted ISO, Number of Checkpoint)
by Vyacheslav Voronenko
Secure jumpbox to access your network infrastructure from remote locations
by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)

All Articles

Sort by Score

Administration 

29 Jan 2024 by OriginalGriff
Yes, this happened after a couple of recent heavy DDOS attacks on the site lead to some "aggressive" IP blacklisting. You can contact the staff here: Bugs and Suggestions[^] and they will release your IP from it's confines!
4 Jul 2016 by senthill
This tip will help you to resolve an issue with Sharepoint document library. This error occurs when we create new document library and try to upload a document on it, else try to check in the document.
31 Mar 2019 by setevoy4
The chroot() Linux system call explanation and the chroot utility usage examples
8 Jul 2020 by Luc Pattyn
The recursive function should not return with your system in a different state, everything should be as it was before. Where do you undo chdir?
29 Jan 2024 by Richard MacCutchan
There is a specific forum for such problems: Bugs and Suggestions[^].
4 May 2016 by Sergey Alexandrovich Kryukov
It is impossible to do for the already executing process. You can only start one more process (even if this is the same application). Another approach is to add appropriate application manifest which would force the runtime system to request the user for UAC elevation confirmation from the very...
9 Mar 2017 by Vladan.Obradovic
Display additional properties for each VM inside SCVMM 2012 R2 console (VLAn, IP addres, VM Path, Mounted ISO, Number of Checkpoint)
10 Aug 2016 by Richard MacCutchan
See Code Project Quick Answers FAQ[^].
28 Aug 2017 by koklimabc
Non without Controller and Views (Both is Acquired!) Before you need to install Entityframework in nuget console. Setup DbContext (Repository for Database) and Database conectionsTring in web.config. Right-click Controller Folder in Project Properties, choose "Add Controller" => Empty...
29 Aug 2017 by asalgadoscr
If you want to get content from database, you just have to pass string to the View. Example Controller Public ActionResult PageConfig() { var html = .... /*Obtain content from database*/; return PartialView("PartialViewName",html); } Example View @model String @Html.Raw(Model) ...
6 Feb 2018 by Jochen Arndt
The error message is quite clear: You have to install the MySQL extension. See PHP: Installation - Manual[^]. But note the comment on top of that page that the MySQL extension is deprecated. If possible you should use one of the new extensions. If MySQL is installed and you still got the...
22 Feb 2018 by pycoding
Hello, I want to run a script called scan.py in my Command terminal. I type in python scan.py . I got told, since this is not working, to open the CMD window as admin. So the window shows me C:\Windows\system32>. So my question is, how do I run my script from there, without having to type in...
22 Feb 2018 by phil.o
By default, when you open a command prompt as an administrator, the current directory is set to C:\Windows\System32. You just have to navigate to the directory (cd path\to\your\py\file) where your .py file is located and issue the python scan.py command (assuming the python executable is in your...
22 Feb 2018 by Patrice T
Quote: How do I run commands/scripts as an admin? First thing, in order to run an app as admin, you need to have admin rights or know an admin username and password. Quote: So my question is, how do I run my script from there, without having to type in the path to the script. Short answer, you...
30 Mar 2018 by Member 13755227
i am facing an issue while importing my database via the SSH, when i import the database i get this error . ERROR 1064 (42000) at line 31734: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near...
7 Nov 2018 by TheBigBearNow
Hello all, I’m not sure why I’m getting a cast error. I can login as an Admin with no problem. I am using inheritance with customer class inheriting properties from user. A admin is just a normal user. Customer only has a few extra properties but before a lil earlier I was able to run my program...
7 Nov 2018 by OriginalGriff
WE can't see the definitions of loginUser and user which are the only explicit casts in that code; we also can't see what type SQLuserAccess.UserLogin returns, or what is in user before you cast that. So run your code in the debugger, and look at exactly what the variables contain. At a guess,...
8 Jul 2020 by m.r.m.40
Hello, I'm writing a program using python on ubuntu 18.04. The goal of this program is to list all files on the machine in every directory. I'm using a for loop and recursive programming to achieve this goal. I write the code below: def...
8 Jul 2020 by OriginalGriff
If your code doesn't work - and that happens a lot, even when you have experience - you need to learn to find out why yourself, so you can fix it. Out telling you what it wrong doesn't teach you anything about how to avoid making mistakes in...
8 Jul 2020 by Patrice T
Quote: I'm looking for the problem in my recursive algorithm. Watching your code performing is an incredible way to learn how the code works, or don't. The tools of choice is the debugger. ----- Your code do not behave the way you expect, or you...
29 Dec 2020 by OriginalGriff
If it's not recognising your email address, then that's probably not the one you are using when you try to close the account - you have to be logged in as a user to close his account for the obvious security reasons. Otherwise, if you got my...
5 Mar 2022 by Devendra Sarang
I have developed one software and created setup of it. When we install that software using setup, it will create one shortcut of it on desktop and one shortcut of it in start menu. Now what i want that it will show "Run as administrator" option...
5 Mar 2022 by OriginalGriff
See here: Always run a program in administrator mode in Windows 10 - CNET[^]
4 May 2016 by Cansisti
HelloI need to ask for admin rights during runtime of my application.I want to do so, because I need to change registry.I don't want to ask for it via manifest, because it asks at app start, not when needed only.How can I do it? Is there any function for that?Thanks!What I...
29 Jan 2024 by phonebooth
Is there any way to contact the webmaster/admin of codeproject.com? For some reason I'm unable to access the webpage using my home internet connection and my CodeProject AI instance is unable to retrieve modules to install (assuming they're...
5 Oct 2016 by Sandeep S. Sandhu
Deploy Kerberos on a Raspberry Pi IoT to provide robust and enterprise scalable authentication for IoTs (Part 2)
19 Dec 2016 by Vyacheslav Voronenko
Secure jumpbox to access your network infrastructure from remote locations
8 Sep 2020 by Patrice T
Quote: 1. What is the sequence number? 2. What is the destination port number? 3. What is the source port number? 4. What is the length of the TCP header? 5. What is the acknowledgement number? What about doing basic research on internet before...
29 Aug 2017 by ddgjgj
I am building a simple cms in asp.net mvc5 , so i finished the News Part , Now i am working with PageConfig Controller , and this is the PageConfig Class, SO in the admin panel or by admin role HOW CAN i add a page dynamically with this page template , can you provide me any source code /...
6 Feb 2018 by Member 9983063
Hello Guys am working on php project on localhost but when i open localhost:80/script so am getting this error Your PHP installation appears to be missing the "MySQL" extension which is required by Sngine. Back to your server admin or hosting provider to enable it for you i am confused how...