TANGEDCO TNEB AE 2018 exam which was conducted on 30/12/2018 its result was released today 04/02/2019 around 7pm-8pm.
i have collected question papers from their unstable website for all department with answers.
You can view or download questions and answer from google drive link https://drive.google.com/drive/folders/1cGjvM3tdMk0AaDKbS5fVTSVR9TC3Xx_B
Check your marks here https://drive.google.com/open?id=1i40-NM-Pt4TxJc7sW-wakJzpG3yLsK5M
Cutt-off marks https://drive.google.com/open?id=1rLtPFxX9UTL76pljY8ehs1Qp-H0AavM-
better luck next time.
4 February 2019
8 September 2018
execute root commands via php
Solution using a binary wrapper (with suid bit)
1) Create a script (preferrably
.sh
) that contains what you want to be ran as root.# cat > php_shell.sh <<CONTENT
#!/bin/sh
/sbin/service sshd restart
CONTENT
2) This file should be owned by root, and since it will later run with root permissions make sure that only root has permission to write to the file.
# chown root php_shell.sh
# chmod u=rwx,go=xr php_shell.sh
3) To run the script as root no matter what user that executes it, we will need a binary wrapper. Create one that will execute our
php_shell.sh
.# cat > wrapper.c <<CONTENT
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
int
main (int argc, char *argv[])
{
setuid (0);
/* WARNING: Only use an absolute path to the script to execute,
* a malicious user might fool the binary and execute
* arbitary commands if not.
* */
system ("/bin/sh /path/to/php_shell.sh");
return 0;
}
CONTENT
4) Compile and set proper permissions, including the suid bit (saying that it should run with root privileges):
# gcc wrapper.c -o php_root
# chown root php_root
# chmod u=rwx,go=xr,+s php_root
php_root
will now run with root permissions, and execute the commands specified in php_root.sh
.
If you don't need to the option to easily change what commands that will be executed I'd recommend you to write the commands directly in
wrapper.c
under step 4. Then you don't need to have a binary executing a external script executing the commands in question.
In
source https://stackoverflow.com/a/8532448
wrapper.c
, use system ("your shell command here");
to specify what commands you'd like to executesource https://stackoverflow.com/a/8532448
14 March 2018
Install specific Ubuntu package without recommended packages
apt-get --no-install-recommends install asciidoc -y
4 August 2017
bsnl 's digital india journey begins with blocking ssh port 22
UPDATE: 15/08/2017 FINALLY BSNL UNBLOCKED PORT 22
As you may have noticed BSNL broadband users no longer able to access to their remote servers through SSH ,
also many users reported the same here https://broadbandforum.co/threads/bsnl-broadband-seems-to-have-blocked-ssh-port-22-on-their-network.151617/
if you have root access to your remote server you can use iptables's port redirect rule to fuck dumb bsnl bastards right in their holes.
run this simple command once you logged into your remote server using VPN or proxy.
you can change 222 to any number you want but make sure the port number is not already in use.
after this, just change port from 22 to 222 in your putty or any ssh client,now you should be able to access your server without VPN or proxy.
As you may have noticed BSNL broadband users no longer able to access to their remote servers through SSH ,
also many users reported the same here https://broadbandforum.co/threads/bsnl-broadband-seems-to-have-blocked-ssh-port-22-on-their-network.151617/
if you have root access to your remote server you can use iptables's port redirect rule to fuck dumb bsnl bastards right in their holes.
run this simple command once you logged into your remote server using VPN or proxy.
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 222 -j REDIRECT --to-port 22
you can change 222 to any number you want but make sure the port number is not already in use.
after this, just change port from 22 to 222 in your putty or any ssh client,now you should be able to access your server without VPN or proxy.
25 February 2017
openload.co latest dl link generator php
Last Updated: 15/Mar/2017
20 February 2017
the mother
மனைவி இறந்த பிறகு மீண்டும் ஒரு திருமணம்
செய்த தகப்பன் தன்னுடைய சிறிய மகனிடம்
கேட்கிறான்..
"உன்னுடைய இப்போதைய அம்மா
எப்படி".என்று.
அப்போது அந்த மகன் சொன்னான் .
"என் அம்மா
என்னிடம் பொய் சொல்பவளாக
இருந்தாள்.
ஆனால்
இப்போதைய அம்மா என்னிடம் பொய்
சொல்வது இல்லை"
இதைகேட்ட தகப்பன் கேட்டான்..!
" அப்படி உன் அம்மா உன்னிடம் என்ன பொய்
சொன்னாள்?"
அந்த குழந்தை சிறு சிரிப்புடன் தன்
தகப்பனிடம் சொன்னான் .....
"நான் சேட்டைகள் செய்யும்போது என் அம்மா
சொல்வாள்,
எனக்கு இனிமேல் சாப்பாடு
தரமாட்டேன் என்று .
ஆனால் கொஞ்சநேரம்
கழிந்த பிறகு என்னை தன்னுடைய மடியில்
அமர்த்தி பாட்டுபாடி ,
நிலாவைக்காட்டி
கதை சொல்லி அவள்தரும் ஓவ்வொரு பருக்கை சோற்றிலும் அவளுடைய # பாசம் இருக்கும்..
ஆனால்..
இப்போதைய அம்மா,நான் சேட்டைகள் செய்யும்போது சொல்வாள்
'உனக்கு சோறு
தரமாட்டேன்' என்று .
இன்றுடன் சாப்பிட்டு 2 நாட்கள் ஆகிறது".
பெற்ற தாய்க்கு நிகர் இந்த உலகில்
யாருமில்லை...!!
( படித்ததில் வலித்தது)
செய்த தகப்பன் தன்னுடைய சிறிய மகனிடம்
கேட்கிறான்..
"உன்னுடைய இப்போதைய அம்மா
எப்படி".என்று.
அப்போது அந்த மகன் சொன்னான் .
"என் அம்மா
என்னிடம் பொய் சொல்பவளாக
இருந்தாள்.
ஆனால்
இப்போதைய அம்மா என்னிடம் பொய்
சொல்வது இல்லை"
இதைகேட்ட தகப்பன் கேட்டான்..!
" அப்படி உன் அம்மா உன்னிடம் என்ன பொய்
சொன்னாள்?"
அந்த குழந்தை சிறு சிரிப்புடன் தன்
தகப்பனிடம் சொன்னான் .....
"நான் சேட்டைகள் செய்யும்போது என் அம்மா
சொல்வாள்,
எனக்கு இனிமேல் சாப்பாடு
தரமாட்டேன் என்று .
ஆனால் கொஞ்சநேரம்
கழிந்த பிறகு என்னை தன்னுடைய மடியில்
அமர்த்தி பாட்டுபாடி ,
நிலாவைக்காட்டி
கதை சொல்லி அவள்தரும் ஓவ்வொரு பருக்கை சோற்றிலும் அவளுடைய # பாசம் இருக்கும்..
ஆனால்..
இப்போதைய அம்மா,நான் சேட்டைகள் செய்யும்போது சொல்வாள்
'உனக்கு சோறு
தரமாட்டேன்' என்று .
இன்றுடன் சாப்பிட்டு 2 நாட்கள் ஆகிறது".
பெற்ற தாய்க்கு நிகர் இந்த உலகில்
யாருமில்லை...!!
( படித்ததில் வலித்தது)
12 February 2017
save farmers
சிகரெட் 🚬🚬இல்லாமல் ஒருவரால்
வாழமுடியும்...
ஆனாலும், சிகரெட்🚬🚬 உற்பத்தியாளர்
பணக்காரராக இருக்கிறார்.
மதுவில்லாமல்🍺🍸🍷 ஒருவரால்
வாழமுடியும்...
ஆனாலும், உற்பத்தியாளர் பணக்காரராக
இருக்கிறார்.
மொபைல் 📱📞📲இல்லாமலும் ஒருவர்
வாழமுடியும்...
ஆனாலும், மொபைல்📲📞📱 உற்பத்தியாளர்
பணக்காரராக இருக்கிறார்.
உணவில்லாமல் எவரும்
வாழமுடியாது!...
ஆனாலும்,
🌽🍌🍍🍆உணவு🌾🍎🍏🍊🍋🍈
உற்பத்தியாளர்களான🐏🐄🐐🐓🐖🐂
விவசாயிகள்
ஏழைகளாகவே இருக்கின்றனர்...!
ரொம்ப பிடிச்சா ஷேர் பண்ணுங்கள்...
🍏🍎🍐🍊🍊🍋🍌🍉🍇🍓🍈🍒🍑🍍🍅🍆🌶
👏👏விவசாயிகளை மதிப்போம்👏👋🏻👏
வாழமுடியும்...
ஆனாலும், சிகரெட்🚬🚬 உற்பத்தியாளர்
பணக்காரராக இருக்கிறார்.
மதுவில்லாமல்🍺🍸🍷 ஒருவரால்
வாழமுடியும்...
ஆனாலும், உற்பத்தியாளர் பணக்காரராக
இருக்கிறார்.
மொபைல் 📱📞📲இல்லாமலும் ஒருவர்
வாழமுடியும்...
ஆனாலும், மொபைல்📲📞📱 உற்பத்தியாளர்
பணக்காரராக இருக்கிறார்.
உணவில்லாமல் எவரும்
வாழமுடியாது!...
ஆனாலும்,
🌽🍌🍍🍆உணவு🌾🍎🍏🍊🍋🍈
உற்பத்தியாளர்களான🐏🐄🐐🐓🐖🐂
விவசாயிகள்
ஏழைகளாகவே இருக்கின்றனர்...!
ரொம்ப பிடிச்சா ஷேர் பண்ணுங்கள்...
🍏🍎🍐🍊🍊🍋🍌🍉🍇🍓🍈🍒🍑🍍🍅🍆🌶
👏👏விவசாயிகளை மதிப்போம்👏👋🏻👏
Subscribe to:
Posts (Atom)